summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc/redlndlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2
2016-10-07loplugin:staticmethods: swStephan Bergmann1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-11/+11
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin1-5/+3
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-4/+4
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+2
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+3
2015-12-21loplugin:unusedfields in swNoel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-11sw: prefix members of SwRedlineAcceptDlgMiklos Vajna1-186/+186
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-22/+22
2015-10-28tdf#91270 fix crash on exit (Windows)Andras Timar1-8/+8
2015-10-06loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-10/+14
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-20/+20
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+0
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-11/+5
2015-09-08convert Link<> to typedNoel Grandin1-3/+1
2015-09-08convert Link<> to typedNoel Grandin1-5/+2
2015-08-31convert Link<> to typedNoel Grandin1-3/+1
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-2/+2
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-03sw: inline use-once typedefsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-19/+19
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-6/+8
2015-05-02redline dialog handle post-dispose event bits.Michael Meeks1-3/+2
2015-04-29Protect against event emission during dispose.Michael Meeks1-0/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-9/+22
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-14Fix redline dialog lifecycle foo.Michael Meeks1-1/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-7/+19
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-02-12Resolves: tdf#89227 if no SwView then disable accept/reject change buttonsCaolán McNamara1-4/+14
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-04changes sidebar: Make the "Action" narrower when we use bitmaps now.Jan Holesovsky1-7/+0
2015-01-04changes sidebar: Use images instead of texts for types of changes in Writer.Jan Holesovsky1-7/+27
2014-12-23coverity#1260296 Unchecked dynamic_castCaolán McNamara1-4/+5
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky1-3/+28
2014-12-02loplugin: cstylecastNoel Grandin1-1/+1