summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/outlview.cxx
Commit message (Expand)AuthorAgeFilesLines
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-051-6/+6
* tdf#104046 - Slides in the slide pane don't update in realtimeNoel Grandin2016-12-211-4/+1
* convert inventorId to scoped enumNoel Grandin2016-11-211-2/+2
* remove pParentFrame from SfxFrameNoel Grandin2016-11-031-1/+1
* rename sd::Outliner to SdOutlinerNoel Grandin2016-10-141-4/+4
* pass params to Outliner LINK callbacks on stackNoel Grandin2016-10-131-17/+16
* convert EID constants to typed_flagsNoel Grandin2016-10-121-4/+6
* convert PageKind to scoped enumNoel Grandin2016-10-111-16/+16
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-13/+13
* loplugin:countusersofdefaultparams in sdNoel Grandin2016-08-021-1/+1
* svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna2016-08-011-1/+1
* svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna2016-08-011-1/+1
* loplugin:redundantcast: redundant static_casts in sdStephan Bergmann2016-07-081-1/+1
* loplugin:unusedmethods SfxLinkUndoActionNoel Grandin2016-05-301-41/+0
* coverity#1361590 Uninitialized scalar fieldCaolán McNamara2016-05-151-0/+5
* clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin2016-05-101-11/+11
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-091-1/+1
* loplugin:constantfunction in editengNoel Grandin2016-03-181-4/+4
* tdf#95857 Sort out German plurals ...danielt9982016-02-121-4/+4
* Formatting changes across all modulesChris Sherlock2016-02-091-2/+0
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-3/+3
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-311-1/+1
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-1/+1
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-161-1/+1
* loplugin:unusedmethods unused return value in sdNoel Grandin2016-01-141-2/+1
* loplugin:unusedfields in sd/Noel Grandin2015-11-231-10/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-47/+47
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* Fix typosAndrea Gelmini2015-09-301-1/+1
* remove unused Link<> fieldNoel Grandin2015-09-221-1/+0
* convert Link<> to typedNoel Grandin2015-09-211-2/+1
* chained editeng: Add methods and basic setup for editing-mode chainingmatteocam2015-09-201-0/+1
* convert Link<> to typedNoel Grandin2015-09-171-22/+18
* convert Link<> to typedNoel Grandin2015-09-171-4/+2
* convert Link<> to typedNoel Grandin2015-09-161-9/+6
* loplugin: defaultparamsNoel Grandin2015-08-201-3/+3
* Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)Stephan Bergmann2015-07-131-3/+3
* loplugin:implicitboolconversionStephan Bergmann2015-07-131-1/+1
* editeng: make Link<> usage typedNoel Grandin2015-07-131-100/+88
* editeng, convert to typed Link<>Noel Grandin2015-07-131-1/+1
* SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna2015-07-091-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-8/+3
* loplugin:loopvartoosmallNoel Grandin2015-06-021-1/+1
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-201-2/+2
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-5/+5
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-061-2/+2
* Gradually typed LinkStephan Bergmann2015-04-301-3/+3
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-2/+1