summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/DocumentRenderer.cxx
AgeCommit message (Expand)Author
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann
2015-05-06impress and draw want to disable the size category with brochure printingCaolán McNamara
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10more toolkit API adaptations.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-03-31tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-03coverity#1242533 silence Arguments in wrong orderCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23n-up printing done by vcl, brochures by draw/impressCaolán McNamara
2014-09-18IsDraw doesn't mean the app/page is DrawCaolán McNamara
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17Resolves: fdo#80911 don't swap notes page width/heightCaolán McNamara
2014-08-19Make Draw use paper size when printing - fdo#63905Eilidh McAdam
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-24sd: 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-27editeng: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SD moduleNoel Grandin
2013-09-04Print images in grayscale when printing using the "Black & White".Brian Fraser
2013-08-22bnc#835985: When printing handouts using the default, 'Order' did not count.Jan Holesovsky
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-10String->OUStringIvan Timofeev
2013-06-06Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19translation and cleanup of comments in sd/source/ui/view/Urs Fässler
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-02-24loplugin: unused variablesThomas Arnhold