https://bugs.documentfoundation.org/show_bug.cgi?id=95722

            Bug ID: 95722
           Summary: FilePicker setDefautlName dont work when
                    FILESAVE_SIMPLE template
           Product: LibreOffice
           Version: 5.0.3.2 release
          Hardware: x86 (IA32)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: julien.chav...@gmail.com

The setDefaultName method of filepicker object dont work if filepicker object
is initialize with filesave_simple template

Dim oDialog As Object
Dim i As Integer

oDialog = CreateUnoService("com.sun.star.ui.dialogs.FilePicker")
i = com.sun.star.ui.dialogs.TemplateDescription.FILESAVE_SIMPLE 
oDialog.initialize(Array(i))
oDialog.setDefaultName(ConvertFromUrl(sFileName))

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to