summaryrefslogtreecommitdiff
path: root/sw/source/core/draw
AgeCommit message (Expand)AuthorFilesLines
2016-10-18dynamic_cast followed by static_castCaolán McNamara1-2/+2
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin2-26/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin3-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-4/+4
2016-09-12sw: implement SdrMarkView::GetSfxViewShell() APIMiklos Vajna1-0/+5
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski1-1/+1
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-1/+1
2016-08-24convert ShapeProperty to scoped enumNoel Grandin1-1/+1
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin2-12/+12
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin1-4/+5
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin2-35/+35
2016-08-19convert SdrDragMode to scoped enumNoel Grandin1-1/+1
2016-07-05a11y crash on deleting certain frame in certain documentCaolán McNamara1-4/+4
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar1-0/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin2-6/+6
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann2-28/+28
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-29svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna1-6/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara1-3/+3
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin2-24/+24
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon4-293/+293
2015-11-16sw: Prefix a member in SwVirtFlyDrawObj.Jan Holesovsky1-12/+12
2015-11-14sw lok comments: fix callback of newly created outliner viewsMiklos Vajna1-0/+6
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-6/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-62/+62
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-9/+9
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht4-41/+41
2015-10-02Fix typosAndrea Gelmini1-2/+2
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-09convert Link<> to typedNoel Grandin1-3/+2
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara1-2/+2
2015-08-25using RECT_EMPTY here is very dodgyNoel Grandin1-1/+1
2015-08-25simplify, IsEmpty() checks both Right and Bottom alreadyNoel Grandin1-6/+2
2015-08-20loplugin: defaultparamsNoel Grandin2-3/+3
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-0/+3
2015-07-31tdf#88986 sw: add missing XPropertyList pool items on TextFrame insertionMiklos Vajna1-0/+8
2015-07-16loplugin:unusedmethods svxNoel Grandin1-6/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-29/+24
2015-06-25SwViewShellImp::GetFirstVisPage: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-24SwFrm::Paint: take a vcl::RenderContextMiklos Vajna1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara2-3/+3