summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docdraw.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-13static_cast after dynamic_castNoel1-6/+5
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara1-4/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-02-05sw: set uniqe name and style to grouped shapesVasily Melenchuk1-2/+3
2020-01-06sw: prefix members of SwChartDataProvider, SwChartDataSource, ...Miklos Vajna1-5/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-17/+0
2019-02-19use boost::optional in EditFieldInfoNoel Grandin1-2/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-11/+10
2018-09-12loplugin:useuniqueptr in SwDoc::UnGroupSelectionNoel Grandin1-3/+2
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin1-19/+12
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand1-3/+3
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-1/+1
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-3/+1
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-3/+3
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-8/+9
2017-03-14change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke1-3/+6
2017-01-03use proper message passingBjoern Michaelsen1-33/+6
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-2/+2
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin1-2/+2
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-4/+4
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-10/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-10/+9
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-13editeng: make Link<> usage typedNoel Grandin1-58/+56
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-64/+64
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-03-26fix horrible genglishBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-3/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+2
2014-11-19move docfunc to own headerBjoern Michaelsen1-0/+1
2014-11-14loplugin: cstylecastNoel Grandin1-17/+17