summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Expand)AuthorAgeFilesLines
* valgrind: Invalid read of size 8Caolán McNamara2016-05-311-0/+1
* Resolves: tdf#98436 crash trying To create remote folder before connectedCaolán McNamara2016-05-301-0/+3
* set parent window of windows system file picker on save(as)Oliver Specht2016-05-233-1/+28
* tdf#98395 : Remote File dialog showing wrong details in columnsSzymon Kłos2016-03-091-0/+2
* Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno2016-02-121-3/+23
* Related tdf#96833: display WebDAV path in remote files dialogGiuseppe Castagno2016-01-141-3/+8
* loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin2015-11-202-4/+1
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-3/+1
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-2/+2
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-172-4/+4
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-6/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-12/+6
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-108-42/+42
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1011-103/+103
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-091-9/+7
* Replace a few for_each and one-liner locals by range-based loops in fpicker.Mario J. Rugiero2015-11-091-67/+6
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-064-10/+10
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-023-11/+8
* no need to be so verbose in constructing uno::ReferenceNoel Grandin2015-11-011-2/+2
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-012-2/+2
* more removal of com::sun::star typedefsNoel Grandin2015-10-215-9/+5
* remove untyped Link<>Noel Grandin2015-10-211-3/+1
* loplugin:defaultparamsStephan Bergmann2015-10-192-9/+9
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-191-1/+1
* convert Link<> to typedNoel Grandin2015-10-165-11/+6
* convert Link<> to typedNoel Grandin2015-10-152-4/+2
* convert Link<> to typedNoel Grandin2015-10-146-11/+9
* com::sun::star->css in fpicker/Noel Grandin2015-10-1454-508/+498
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1213-198/+198
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-8/+8
* convert Link<> to typedNoel Grandin2015-10-125-16/+10
* tdf#94811: Crash in Open Remote File dialog fixedOliver Specht2015-10-061-1/+1
* Remember password after setting new serviceSzymon Kłos2015-10-051-2/+4
* Focus for file list after opening folderSzymon Kłos2015-10-051-0/+2
* Focus for file name field after using it to open folderSzymon Kłos2015-10-051-0/+3
* tdf#57370 : Open place after pressing 'Enter'Szymon Kłos2015-10-022-0/+19
* Fix typosAndrea Gelmini2015-10-015-9/+9
* remove old standalone Sun bug numbersNoel Grandin2015-10-013-11/+0
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-5/+5
* don't over-expand built-in file dialog on very long paths/namesCaolán McNamara2015-09-251-0/+2
* convert Link<> to typedNoel Grandin2015-09-244-7/+5
* boost->stdCaolán McNamara2015-09-183-10/+9
* remove unused Link<> fieldsNoel Grandin2015-09-162-27/+2
* convert Link<> to typedNoel Grandin2015-09-152-4/+2
* convert Link<> to typedNoel Grandin2015-09-154-10/+6
* [API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet2015-09-158-46/+36
* Simplify SvtFileDialog::appendDefaultExtensionMatteo Casalin2015-09-131-21/+12
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-121-1/+1