summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/cnttab.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-15/+11
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-10/+15
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-8/+9
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-26/+148
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-7/+59
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+0
2015-04-03Resolves: tdf#89785 drop down list sizes locked in too earlyCaolán McNamara1-5/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-28tdf#89630 Remove extra space added when assigning styles for TOCMatthew Francis1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-12/+8
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+8
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-6/+6
2014-12-04loplugin: cstylecastNoel Grandin1-100/+100
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida1-100/+100
2014-12-02loplugin: cstylecastNoel Grandin1-100/+100
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-5/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-10-10coverity#1242762 Unused valueCaolán McNamara1-1/+0
2014-10-03coverity#1242762 Unused valueCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-31/+31
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-4/+4
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-9/+9
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-4/+4
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+6
2014-04-30sw: sal_Bool->boolNoel Grandin1-36/+36
2014-04-29sw: actually why does this not simply call FlatIndex()?Michael Stahl1-5/+1
2014-04-29fdo#76696: CurTOXType::GetFlatIndex(): fix inverted conditionalMichael Stahl1-4/+4
2014-04-20cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-04-08SwMultiTOXTabDialog: fortunately the bogus SetTemplatePath callMichael Stahl1-1/+0
2014-04-04SwMultiTOXTabDialog: the file we ship is called idxexample.odtMichael Stahl1-20/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-1/+1
2014-03-30Remove one more OUString concatenated appendMatteo Casalin1-5/+2
2014-03-30Remove empty branch in if statementMatteo Casalin1-4/+1