summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctemplates.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-14refactor WaitWindow_Impl to use RenderContextTomaž Vajngerl1-39/+31
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+10
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-1/+8
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-5/+4
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon1-7/+7
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-192/+192
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-19/+19
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-27/+27
2014-02-26Remove visual noise from sfx2Alexander Wilms1-6/+6
2014-02-25writeble->writableCaolán McNamara1-2/+2
2014-02-24Related: rhbz#1065807 rework #i66157# for multiple writable template dirsCaolán McNamara1-14/+66
2014-02-23Remove unneccessary commentsAlexander Wilms1-76/+76
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-15sfx: Use constructor feature for SfxDocTplService.Matúš Kukan1-34/+95
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-3/+3
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin1-30/+28
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin1-5/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-11comparing Locales without Variant is now insufficientEike Rathke1-3/+4
2013-07-11use LanguageTag to convertEike Rathke1-28/+2
2013-07-08rename sfx2 log area to sfxMichael Stahl1-8/+8
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-6/+6
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-103/+103
2013-04-02sfx2: remove macrosThomas Arnhold1-16/+15
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-07fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin1-22/+16
2013-03-07fdo#46808, Use service constructor for document::DocumentPropertiesNoel Grandin1-6/+4
2013-03-04fdo#46808, convert singleton util::theOfficeInstallationDirectoriesNoel Grandin1-9/+2
2013-02-11Fixed SfxDocTplService_Impl::setTitleForURL to keep all streams.Cédric Bosdonnat1-2/+13