summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filedlghelper.cxx
AgeCommit message (Expand)Author
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-25fdo#60780, Save a Copy wipÁdám Csaba Király
2013-03-25coverity#704302 Logically dead codeJulien Nabet
2013-03-08some further OUString cleanupThomas Arnhold
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04fix missing return statementNoel Grandin
2013-03-04sal_Bool to boolTakeshi Abe
2013-03-04fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-07-06Check if Bitmap is empty before trying to scale itAriel Constenla-Haile
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-07-06fs34b: #i89080# always apply the 'Link'/'Preview' state from configFrank Schoenheit [fs]
2012-06-26tidy some resource stringsCaolán McNamara
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-27Missing #include <errno.h>Stephan Bergmann
2012-04-27Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPathStephan Bergmann
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl
2012-03-27fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt
2012-03-14we just want to know if its a directory/folder or notCaolán McNamara
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-18Fix typos in commentsElton Chung
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-12-03WaE : missing return value on one code pathNorbert Thiebaud
2011-12-03sfx2::FileDialogHelper: the punchline:Michael Stahl
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl
2011-11-27remove include of pch header from sfx2Norbert Thiebaud
2011-11-19implEnsureURLExtension just returns the first argument, remove itCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-16add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literalsCaolán McNamara
2011-11-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks
2011-11-06make sfx2 ByteString freeCaolán McNamara
2011-07-29fix for fdo37628: change password button is always disabledMarkus Mohrhard
2011-07-28callcatcher: remove unused constructorMarkus Mohrhard
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-04-15catch by const referenceCaolán McNamara