summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/DocumentRenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+2
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin1-6/+1
2016-10-11convert PageKind to scoped enumNoel Grandin1-15/+15
2016-10-11convert DocumentType to scoped enumNoel Grandin1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-3/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-09-10loplugin:constantparam in sdNoel Grandin1-3/+1
2016-09-05convert Orientation to scoped enumNoel Grandin1-10/+10
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in sdNoel Grandin1-1/+1
2016-04-12Avoid reserved identifiersStephan Bergmann1-26/+26
2016-01-31sequence->vector in PrinterOptionsHelperNoel Grandin1-10/+3
2016-01-20drop obsolete cruftDavid Tardon1-4/+3
2016-01-20rhbz#1168757 propagate selected slides to print dialogDavid Tardon1-4/+37
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2015-12-27Bail out early (so to avoid unuseful dynamic_casts)Matteo Casalin1-3/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-10-29com::sun::star->css in sdNoel Grandin1-1/+1
2015-10-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-25boost->stdCaolán McNamara1-4/+3
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara1-0/+1
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-33/+33
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-36/+36
2015-09-17boost->stdCaolán McNamara1-36/+36
2015-08-21loplugin:defaultparamsNoel Grandin1-6/+6
2015-08-14remove default value from PrinterOptionsHelper::getIntValueNoel Grandin1-1/+1
2015-08-12tdf#80866: Revert "bnc#835985: When printing ... 'Order' did not count."Jan Holesovsky1-3/+3
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-18/+18
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann1-1/+0
2015-05-06impress and draw want to disable the size category with brochure printingCaolán McNamara1-31/+13
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10wrap more stuff in VclPtrNoel Grandin1-5/+5
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10more toolkit API adaptations.Michael Meeks1-2/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-03-31tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur1-8/+11
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-4/+4
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-10/+10
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-10/+10
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-10/+10