summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/tpusrlst.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-4/+4
2015-06-04tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+20
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+12
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-0/+6
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-1/+1
2014-08-13warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-3/+3
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold1-4/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-6/+6
2014-04-22clean up hrc filesThomas Arnhold1-1/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-46/+0
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-5/+5
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-26/+26
2014-02-19sal_Bool->boolNoel Grandin1-4/+4
2014-01-06avoid out of bounds string accessCaolán McNamara1-4/+4
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-29cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-3/+3
2013-10-08convert sc/source/ui/optdlg/*.cxx from String to OUStringNoel Grandin1-27/+27
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/.../inc/tpusrlst.hxx from String to OUStringNoel Grandin1-11/+11
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+2
2013-06-18use sizegroups and shown/hidden buttons to stop ui jitterCaolán McNamara1-20/+49
2013-06-18Convert Sort lists tabpage to .ui and adapt code.Jan Holesovsky1-156/+156
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-2/+2
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-17write the custom sort list info into the item set, fdo#53870Markus Mohrhard1-0/+2
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-5/+2
2012-01-30refactor ConvertLineEndCaolán McNamara1-2/+1
2012-01-30aInputStr never used, *perhaps* it should have been, but 10+ years this wayCaolán McNamara1-8/+2
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-2/+2