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

            Bug ID: 104476
           Summary: FilePicker can not pick multiple files
           Product: LibreOffice
           Version: 5.2.3.3 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 129379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129379&action=edit
Writer doc with Basic macro

The attached document contains a macro which tests the file picker dialog in
multi mode. The macro calls a file picker in multi-selection mode, starting at
the same directory where the document is stored. After confirming multiple
selected files, a message reports the upper bound of the returned URL array and
the first element. OpenOffice behaves as expected and documented.
With OpenOffice the file picker macro returns an array n+1 elements, n beeing
the count of selected files. The first element is the directory where files
have been selected. Subsequent elements consist of the selected file names
without path.

When using the Windows dialog with LO, the dialog does not let me pick more
than one file. 
When using the native dialog or a Gnome dialog with LO, the dialog lets me pick
multiple files but method getFiles() returns only one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to