summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlview.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-15coverity#1361590 Uninitialized scalar fieldCaolán McNamara1-0/+5
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin1-11/+11
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-1/+1
2016-03-18loplugin:constantfunction in editengNoel Grandin1-4/+4
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-4/+4
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-3/+3
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin1-2/+1
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-10/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-47/+47
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-22remove unused Link<> fieldNoel Grandin1-1/+0
2015-09-21convert Link<> to typedNoel Grandin1-2/+1
2015-09-20chained editeng: Add methods and basic setup for editing-mode chainingmatteocam1-0/+1
2015-09-17convert Link<> to typedNoel Grandin1-22/+18
2015-09-17convert Link<> to typedNoel Grandin1-4/+2
2015-09-16convert Link<> to typedNoel Grandin1-9/+6
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-07-13Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)Stephan Bergmann1-3/+3
2015-07-13loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-07-13editeng: make Link<> usage typedNoel Grandin1-100/+88
2015-07-13editeng, convert to typed Link<>Noel Grandin1-1/+1
2015-07-09SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-8/+3
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-5/+5
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-18/+20
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-23loplugin:constantfunction: sdNoel Grandin1-16/+0
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin1-20/+20
2015-02-28Typo: skiped->skippedJulien Nabet1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-7/+0
2015-01-20Related: ooo#34420-1.sxi concealed divide by zeroCaolán McNamara1-2/+5
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn1-4/+2
2014-12-07sd: use GetUndoAction()Miklos Vajna1-3/+1
2014-12-07Work around error: member access into incomplete type 'MarkedUndoAction'Tor Lillqvist1-0/+2
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida1-7/+7