summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2016-05-30valgrind: Invalid read of size 8Caolán McNamara1-0/+1
2016-05-26Resolves: tdf#98436 crash trying To create remote folder before connectedCaolán McNamara1-0/+3
2016-05-23in unlikely case >>= failsCaolán McNamara1-1/+1
2016-05-13convert FilePicker flags to scoped enumNoel Grandin11-110/+76
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara1-15/+0
2016-05-12Convert SFX_EXTRA to scoped enumNoel Grandin5-37/+43
2016-05-11set parent window of windows system file picker on save(as)Oliver Specht3-1/+28
2016-05-11remove unused FILEDLG_STATE constants and fieldsNoel Grandin4-14/+0
2016-05-04use Any constructor instead of temporariesNoel Grandin1-16/+5
2016-04-28RemoteFilesDialog: icons for view mode buttonsSzymon Kłos1-2/+18
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-4/+4
2016-04-22loplugin:passstuffbyrefStephan Bergmann3-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18loplugin:passstuffbyrefStephan Bergmann1-2/+2
2016-04-18Avoid reserved identifierStephan Bergmann1-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke5-9/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin3-5/+5
2016-04-14loplugin:passstuffbyref in variousNoel Grandin2-5/+5
2016-04-13tdf#98395 : Remote File dialog showing wrong details in columnsSzymon Kłos1-0/+2
2016-04-12Avoid reserved identifiersStephan Bergmann2-4/+4
2016-04-12WNT: check result of PostMessage()Michael Stahl2-4/+8
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke6-4/+2
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