summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/content.cxx
AgeCommit message (Expand)Author
2017-03-01Resolves: tdf#106159 right click + left click with comments in navigatorCaolán McNamara
2017-02-01with navigator in sidebar, press space, crashCaolán McNamara
2016-11-30rhbz#1122096 tdf#54834: sw navigator: multi-selection of outline entriesMichael Stahl
2016-11-30sw: reindent etc. SwContentTree::ExecCommandMichael Stahl
2016-11-30SwContentTree: those 3 booleans are mutually exclusiveMichael Stahl
2016-11-30sw: navigator: fix outline Demote Chapter "down" copypastaMichael Stahl
2016-11-25tdf#103788 sw: fix use-after-free in navigator dialogMichael Stahl
2016-11-25SwContentTree: fix bad static downcastsMichael Stahl
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-11convert writer navigator to .ui formatCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-14Resolves: tdf#101859 dispose unused popupmenu before dtorCaolán McNamara
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke
2016-07-15Simplify dynamic_cast followed by a static_cast.Jan Holesovsky
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-17sw: speed up the navigatorMichael Stahl
2016-05-27sw: these all look like intended fall-throughsMichael Stahl
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
2016-03-15SwNavigator: Small code cleanupSamuel Mehrbrodt
2016-03-15Fix some commentsSamuel Mehrbrodt
2016-02-22sw: remove commented out code from uibase/utlui/content.cxxChris Sherlock
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2015-12-10writer: Defer update, until post first render to avoid flicker.Michael Meeks
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10sw: prefix members of SwNavigationPIMiklos Vajna
2015-11-10sw: prefix members of SwContentTreeMiklos Vajna
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken
2015-09-29Fix typosAndrea Gelmini