summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsa.cxx
AgeCommit message (Expand)Author
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2016-03-03sd: replace boost::bind with C++11 lambdasMichael Stahl
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-14sd lok: More places where we need to force the transparent color for bg.Jan Holesovsky
2015-11-18Impress: Rework the way the display modes are presented.Philippe Jung
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara
2015-09-26boost->stdCaolán McNamara
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky
2015-07-16Convert Alignment button to the generic controllerMaxim Monastirsky
2015-06-26tdf#87905: Use darker background colour for master viewKatarina Behrens
2015-06-16tdf#91909 Uno commands for slide navigation and sortingPhilippe Jung
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20sd: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor
2015-04-10mend misc. lifecycle breakage.Michael Meeks
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-09vcl: VclPtr conversion in sdNoel Grandin
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
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-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-13Ignore exception when service ScannerManager is unavailableTomaž Vajngerl
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-25Related: rhbz#1091111 GetSdrPageView can return NULLCaolán McNamara
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann