summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview3.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara1-5/+5
2017-05-12loplugin:constantparamNoel Grandin1-1/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-4/+4
2017-05-09loplugin:constantparamNoel Grandin1-2/+2
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-3/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-02-19Typos: mainly translation remnants of Objekt instead of objectJulien Nabet1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-3/+3
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-6/+9
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann1-4/+4
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara1-3/+2
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin1-1/+1
2016-10-11convert PageKind to scoped enumNoel Grandin1-10/+10
2016-10-11convert DocumentType to scoped enumNoel Grandin1-1/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-10/+10
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-2/+2
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin1-5/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin1-1/+1
2016-03-18loplugin:constantfunction in editengNoel Grandin1-2/+2
2016-03-10sd: handle classification during copy&pasteMiklos Vajna1-1/+16
2016-02-24-Werror=nonnull-compareStephan Bergmann1-1/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-10-29com::sun::star->css in sdNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-6/+8
2015-09-25boost->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-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-32/+34
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-6/+6
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-9/+9
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin1-8/+8
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-64/+64