summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filedlghelper.cxx
AgeCommit message (Expand)Author
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-07rhbz#1079672: FileDialogHelper: don't hand out stale preview GraphicMichael Stahl
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08loplugin:literaltoboolconversionStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky
2013-10-08CID#1079304 uninitialized membersCaolán McNamara
2013-10-01fix conversion to OUString in filedlghelper.cxxNoel Grandin
2013-10-01convert remnants of String to OUString in SFX2 moduleNoel Grandin
2013-09-15Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl
2013-09-06FileDialogHelper - remove unneeded commentsTomaž Vajngerl
2013-09-05fix windows build after my OUString changesNoel Grandin
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin
2013-08-29fix windows build after my OUString changesNoel Grandin
2013-08-29convert sfx2/source/dialog/* from String to OUStringNoel Grandin
2013-08-29convert sfx2/source/dialog/filedlgimpl.hxx from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/filedlghelper.hxx from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-15fdo#59524 Enable encryption for docx, pptx and standard OOXML formatsTomaž Vajngerl
2013-08-14fdo#59524 Encryption for MS Office 2007 Spreadsheet documentsTomaž Vajngerl
2013-07-09fix the sfx2->sfx log area renameLuboš Luňák
2013-07-08rename sfx2 log area to sfxMichael Stahl
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-10Fix memory leak in FileDialogHelper_Impl::createMatcher/addFilters.Mark Wielaard
2013-06-05FileDialogHelper_Impl::addFilters. Don't leak matcher.Mark Wielaard
2013-06-03Fix variable value reassigned before old value usedJulien Nabet
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