summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctemplates.cxx
AgeCommit message (Expand)Author
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-25writeble->writableCaolán McNamara
2014-02-24Related: rhbz#1065807 rework #i66157# for multiple writable template dirsCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-15sfx: Use constructor feature for SfxDocTplService.Matúš Kukan
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-11comparing Locales without Variant is now insufficientEike Rathke
2013-07-11use LanguageTag to convertEike Rathke
2013-07-08rename sfx2 log area to sfxMichael Stahl
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02sfx2: remove macrosThomas Arnhold
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-07fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin
2013-03-07fdo#46808, Use service constructor for document::DocumentPropertiesNoel Grandin
2013-03-04fdo#46808, convert singleton util::theOfficeInstallationDirectoriesNoel Grandin
2013-02-11Fixed SfxDocTplService_Impl::setTitleForURL to keep all streams.Cédric Bosdonnat
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin
2012-12-07loplugin: various unused variablesCaolán McNamara
2012-12-03WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-07Some cppcheck cleaningJulien Nabet
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-10-03n#782597: Allow adding external templatesCédric Bosdonnat
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-05Some clean up of previous commitStephan Bergmann
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
2012-07-09some UniString->rtl::OUStringCaolán McNamara