summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ctredlin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-16convert Link<> to typedNoel Grandin1-22/+15
2015-10-12convert Link<> to typedNoel Grandin1-7/+10
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-17/+17
2015-09-08convert Link<> to typedNoel Grandin1-23/+0
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-11/+9
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-5/+10
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-2/+2
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-8/+6
2015-05-01coverity#1296292 merge these two enum typesCaolán McNamara1-0/+4
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-29convert FLT_DATE_ constants to scoped enumNoel Grandin1-19/+19
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-11/+65
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-04-17svx: convert new to ::Create.Noel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-4/+4
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-10/+42
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+4
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+18
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-01-04changes sidebar: Make the "Action" narrower when we use bitmaps now.Jan Holesovsky1-3/+6
2015-01-04A bit of cleanup.Jan Holesovsky1-31/+4
2015-01-04changes sidebar: Use images instead of texts for types of changes in Writer.Jan Holesovsky1-25/+36
2014-12-19changes sidebar: Make the changes tabs narrower (when possible).Jan Holesovsky1-1/+1
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky1-4/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-11/+11
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-22/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-16/+0
2014-04-23huge hrc and src file cleanupThomas Arnhold1-1/+0
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-51/+51
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-5/+0
2014-02-26Remove visual noise from svxAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27coverity#1079287 : Uninitialized scalar fieldNorbert Thiebaud1-13/+14
2013-11-03cppcheck: reduce scope in ctredlin.cxxJulien Nabet1-2/+1
2013-10-21remove uses of COMPARE_*Caolán McNamara1-8/+8
2013-08-18don't unconditionally enable buttons on switching to accept/reject pageCaolán McNamara1-5/+15
2013-08-17WaE: unused variable 'aEmpty'Matteo Casalin1-2/+0
2013-08-17String to OUStringMatteo Casalin1-30/+22
2013-08-17SvTabListBox::GetToken: sal_Unicode* to OUString + OUString::getTokenMatteo Casalin1-19/+5
2013-08-17SvxRedlinTable::InsertEntry(s): reuse codeMatteo Casalin1-22/+2
2013-08-17No need for pointers here, use referencesMatteo Casalin1-9/+10
2013-08-17sal_Bool to bool and early bail outMatteo Casalin1-32/+16