CreateUnoService Function

HarinshoteOwaanteGashshaancho nni Uno owaante kakkayisanno.

Ganallo:

oOwaante = UnoOwaanteKalaqi( Uno owaante su'ma )

For a list of available services, go to: https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html

Lawishshuwa:

oIntirospekishine = UnoOwaanteKalaqi( "com.sun.star.beans.Intirospekishine" )

Konni woroonni noo koode fayle fani hasaawa fanate owaante horonsi'dhanno:

Sub Main

    fsu'ma = FayleFaniHasaawa ("Fayle doori")

    "doorantino fayle: "+fName attami

End Sub

 

Function FileOpenDialog(title As String) As String

    filepicker = createUnoService("com.sun.star.ui.dialogs.FilePicker")

    filepicker.Title = title

    filepicker.execute()

    files = filepicker.getFiles()

    FileOpenDialog=files(0)

End Function