summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken6-22/+22
2016-01-31unnecessary use of OUString constructorNoel Grandin2-6/+4
2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2016-01-25more Windows build fixesNoel Grandin3-3/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin3-3/+3
2016-01-21loplugin: unused return valuesNoel Grandin1-5/+2
2016-01-10Fix typosAndrea Gelmini6-7/+7
2016-01-08Related tdf#96833: display WebDAV path in remote files dialogGiuseppe Castagno1-3/+8
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara23-34/+33
2015-12-23loplugin:unusedfields in fpickerNoel Grandin7-26/+15
2015-12-07Undef RGB where it was defined, not where it gets usedStephan Bergmann2-3/+1
2015-12-02-Werror,-Wunused-private-fieldStephan Bergmann2-13/+0
2015-11-28-Werror,-Wunused-const-variableStephan Bergmann1-3/+0
2015-11-28-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-28-Werror,-Wunused-const-variableStephan Bergmann1-4/+0
2015-11-28-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2015-11-28Avoid ambiguity which OUStringBuffer ctor to selectStephan Bergmann1-3/+3
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-2/+2
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