summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-28GetSvxShape does the same checks, so use it directlyCaolán McNamara1-7/+2
2016-09-28Resolves: tdf#102358 writer cannot save 3d shape inserted from drawCaolán McNamara1-6/+3
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-6/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-30/+6
2016-08-24convert ShapeProperty to scoped enumNoel Grandin1-1/+1
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2016-07-15new loplugin unnecessary overrideNoel Grandin1-7/+0
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-4/+4
2016-06-16Remove the :: prefix in ::std for swMark Page1-2/+2
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-38/+35
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page1-1/+1
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-5/+4
2016-04-22Avoid reserved identifiersStephan Bergmann1-24/+24
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann1-3/+3
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann1-2/+2
2016-04-07Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-8/+8
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-44/+44
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen1-0/+3
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-5/+5
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-2/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-176/+176
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-20/+20
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-12/+12
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16unocore: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-05V801: Decreased performanceCaolán McNamara1-15/+15
2015-03-02V813: Decreased performanceCaolán McNamara1-2/+2
2014-12-19fdo#86963 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapesMiklos Vajna1-2/+11
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-3/+2
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-25loplugin: cstylecastNoel Grandin1-4/+4