summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews3.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara1-5/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-01sd: Use unique Page ids for better multi-view support + unit testPranav Kant1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-7/+7
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-16Resolves: tdf#106557 don't crash on missing line spacing argumentCaolán McNamara1-177/+174
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-1/+1
2017-03-14sd: fix comparison between different enum typesJochen Nitschke1-1/+1
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-4/+4
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-3/+2
2016-10-11convert PageKind to scoped enumNoel Grandin1-9/+9
2016-10-11convert EditMode to scoped enumNoel Grandin1-12/+10
2016-08-23convert SdrHelpLineKind to scoped enumNoel Grandin1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-3/+2
2015-10-29com::sun::star->css in sdNoel Grandin1-2/+2
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky1-9/+9
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky1-9/+9
2015-09-26boost->stdCaolán McNamara1-3/+2
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-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-07-28inline "old" SbERR constantsNoel Grandin1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-15/+15
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in sdNoel Grandin1-1/+1
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-10/+0
2014-12-15coverity#704777 Explicit null dereferencedCaolán McNamara1-13/+15
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+1
2014-11-10loplugin: cstylecastNoel Grandin1-30/+30
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-3/+5
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-2/+2
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard1-5/+0
2014-05-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+6
2014-04-24sd: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-02-28Resolves: #i87182# secured usage of LayerTabBar in Draw...Armin Le Grand1-6/+23