summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2016-07-20use Any constructor instead of temporariesNoel Grandin1-16/+5
2016-07-20Fix typosAndrea Gelmini2-2/+2
2016-07-20unnecessary use of OUString constructorNoel Grandin2-6/+4
2016-07-20Fix typosAndrea Gelmini6-7/+7
2016-07-12Remove excess newlinesChris Sherlock52-1187/+0
2016-05-31valgrind: Invalid read of size 8Caolán McNamara1-0/+1
2016-05-30Resolves: tdf#98436 crash trying To create remote folder before connectedCaolán McNamara1-0/+3
2016-05-23set parent window of windows system file picker on save(as)Oliver Specht3-1/+28
2016-03-09tdf#98395 : Remote File dialog showing wrong details in columnsSzymon Kłos1-0/+2
2016-02-12Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno1-3/+23
2016-01-14Related tdf#96833: display WebDAV path in remote files dialogGiuseppe Castagno1-3/+8
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin2-4/+1
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-3/+1
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-4/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-6/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-12/+6
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann8-42/+42
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-103/+103
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-9/+7
2015-11-09Replace a few for_each and one-liner locals by range-based loops in fpicker.Mario J. Rugiero1-67/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-10/+10
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin3-11/+8
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin1-2/+2
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin2-2/+2
2015-10-21more removal of com::sun::star typedefsNoel Grandin5-9/+5
2015-10-21remove untyped Link<>Noel Grandin1-3/+1
2015-10-19loplugin:defaultparamsStephan Bergmann2-9/+9
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin5-11/+6
2015-10-15convert Link<> to typedNoel Grandin2-4/+2
2015-10-14convert Link<> to typedNoel Grandin6-11/+9
2015-10-14com::sun::star->css in fpicker/Noel Grandin54-508/+498
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann13-198/+198
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
2015-10-12convert Link<> to typedNoel Grandin5-16/+10
2015-10-06tdf#94811: Crash in Open Remote File dialog fixedOliver Specht1-1/+1
2015-10-05Remember password after setting new serviceSzymon Kłos1-2/+4
2015-10-05Focus for file list after opening folderSzymon Kłos1-0/+2
2015-10-05Focus for file name field after using it to open folderSzymon Kłos1-0/+3
2015-10-02tdf#57370 : Open place after pressing 'Enter'Szymon Kłos2-0/+19
2015-10-01Fix typosAndrea Gelmini5-9/+9
2015-10-01remove old standalone Sun bug numbersNoel Grandin3-11/+0
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-5/+5
2015-09-25don't over-expand built-in file dialog on very long paths/namesCaolán McNamara1-0/+2
2015-09-24convert Link<> to typedNoel Grandin4-7/+5
2015-09-18boost->stdCaolán McNamara3-10/+9
2015-09-16remove unused Link<> fieldsNoel Grandin2-27/+2