summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Expand)AuthorAgeFilesLines
* Typo: namesapce(s)->namespace(s)Julien Nabet2016-02-172-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-131-1/+1
* Remove excess newlinesChris Sherlock2016-02-0952-1187/+0
* Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno2016-02-091-3/+23
* Fix typosAndrea Gelmini2016-02-052-2/+2
* tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken2016-02-046-22/+22
* unnecessary use of OUString constructorNoel Grandin2016-01-312-6/+4
* -Werror,-Wsign-compare (clang-cl)Stephan Bergmann2016-01-261-1/+1
* more Windows build fixesNoel Grandin2016-01-253-3/+3
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-253-3/+3
* loplugin: unused return valuesNoel Grandin2016-01-211-5/+2
* Fix typosAndrea Gelmini2016-01-106-7/+7
* Related tdf#96833: display WebDAV path in remote files dialogGiuseppe Castagno2016-01-081-3/+8
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-0723-34/+33
* loplugin:unusedfields in fpickerNoel Grandin2015-12-237-26/+15
* Undef RGB where it was defined, not where it gets usedStephan Bergmann2015-12-072-3/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-12-022-13/+0
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-281-3/+0
* -Werror,-WreorderStephan Bergmann2015-11-281-1/+1
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-281-4/+0
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-281-1/+0
* Avoid ambiguity which OUStringBuffer ctor to selectStephan Bergmann2015-11-281-3/+3
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-2/+2
* 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