summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/tpsort.cxx
AgeCommit message (Expand)Author
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-24coverity#735808 Dereference after null checkCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19loplugin:implicitboolconversionStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2013-12-19remove the rather mad ifdef impl hidingCaolán McNamara
2013-12-19convert sort dialog to .ui formatCaolán McNamara
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke
2013-11-05OUStringBuffer is unnecessary hereEike Rathke
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-05-07Calc sort: Use method GetSortKeyCount from SortParamAlbert Thuswaldner
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-05-06fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fixAlbert Thuswaldner
2013-04-15Revert "Calc Sort: Introducing new method AddKeyItem to avoid code duplication"Thomas Arnhold
2013-04-15Calc Sort: Introducing new method AddKeyItem to avoid code duplicationAlbert Thuswaldner
2013-04-11fdo#51828 - UI: Sort: can use more than 3 criteria once onlyAlbert Thuswaldner
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-02-24loplugin: unused variablesThomas Arnhold
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-27move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara
2013-01-18reset one of the sort containers before refilling, fdo#57465Markus Mohrhard
2012-12-04rework the calc sort dialog to use .ui snippetCaolán McNamara
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-11-29use Markus's sort pageCaolán McNamara
2012-11-19use LanguageTagEike Rathke
2012-11-12make sure that the sort vector is large enough, fdo#56958Markus Mohrhard
2012-11-12only set entries for existing sort entries, related fdo#56958Markus Mohrhard
2012-10-17exchange sort settings between the two tab pages, fdo#53482Noel Power
2012-10-03probable attempts to find the parent dialogCaolán McNamara
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-08-16fix a linguistic issue on Calc UIBence Babati