summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin2-5/+4
2016-03-23-Werror=unused-but-set-variableStephan Bergmann1-14/+0
2016-03-23loplugin:constantparam in fpickerNoel Grandin2-21/+8
2016-03-23remove unused AUTOSELECT_USERFILTER codeNoel Grandin1-33/+0
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-4/+4
2016-03-14inline some use-once macrosNoel Grandin1-15/+12
2016-03-09icon view for RemoteFilesDialogSzymon Kłos3-4/+51
2016-03-09loplugin:constantparam in svtoolsNoel Grandin2-6/+6
2016-03-07Bin overly verbose OSL_TRACEs of questionable usefulnessTor Lillqvist4-51/+2
2016-03-07Bin overly verbose function entry/exit debug print macrosTor Lillqvist8-516/+36
2016-03-04-Werror,-Wnon-virtual-dtorStephan Bergmann1-0/+1
2016-03-04-Werror,-Wnon-virtual-dtorStephan Bergmann3-11/+7
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann2-0/+6
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-6/+0
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet2-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-1/+1
2016-02-09Remove excess newlinesChris Sherlock52-1187/+0
2016-02-09Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno1-3/+23
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