summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drtxtob1.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-19inline some definesNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: sdStephan Bergmann1-8/+4
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-4/+4
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-24/+16
2017-11-17TypedWhichId for EE_PARA* constantsNoel Grandin1-2/+2
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-6/+6
2017-11-15TypedWhichIdNoel Grandin1-7/+7
2017-10-23loplugin:includeform: sdStephan Bergmann1-16/+16
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-26loplugin:oncevar in sdNoel Grandin1-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+3
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-4/+4
2017-04-04Make HangingIndent a commandSzymon Kłos1-0/+17
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-2/+2
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-14/+14
2016-10-11convert PageKind to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-12/+12
2016-08-17convert SvxSpecialLineSpace to scoped enumNoel Grandin1-3/+3
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-29com::sun::star->css in sdNoel Grandin1-1/+1
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-26boost->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-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-4/+4
2015-09-17boost->stdCaolán McNamara1-4/+4
2015-08-20loplugin: defaultparamsNoel Grandin1-7/+7
2015-06-15tdf#91001 Fix inc/dec font for complex selectionsMaxim Monastirsky1-13/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann1-1/+1
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-1/+0
2014-11-10loplugin: cstylecastNoel Grandin1-21/+21
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-06-13Resolves: fdo#78151 change style on toggling bullets on master page outlinersCaolán McNamara1-4/+72
2014-05-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+4
2014-05-09coverity#735487 Logically dead codeCaolán McNamara1-22/+2
2014-04-24sd: sal_Bool->boolNoel Grandin1-1/+1
2014-03-19coverity#705874 Dereference before null checkCaolán McNamara1-2/+2
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-8/+8
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-3/+3