summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard3-5/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-8/+0
2014-06-06-Werror,-Wunused-macrosStephan Bergmann1-4/+0
2014-06-06Resolves: fdo#73675 tweak conversion to use SvSimpleTableCaolán McNamara1-58/+33
2014-06-06RID_SCDLG_COND_FORMAT_MANAGER conversion to .uisk941-41/+32
2014-06-05Resolves: fdo#79021 cannot delete ListBox from inside its own Select handlerCaolán McNamara1-0/+10
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-07coverity#735804 Explicit null dereferencedCaolán McNamara1-7/+10
2014-04-07coverity#735803 Explicit null dereferencedCaolán McNamara1-7/+10
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-8/+8
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-5/+5
2014-01-23coverity#1158491 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2014-01-16Resolves: rhbz#1047871 convert conditional formattting dialog to widget layoutCaolán McNamara2-38/+82
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin2-5/+5
2013-11-27Converted data bar options dialog to .uiKatarina Behrens1-76/+65
2013-11-27Converted data bar options dialog to .uiKatarina Behrens1-67/+75
2013-11-27Converted data bar options dialog to .uiKatarina Behrens1-75/+67
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-1/+1
2013-10-08convert sc/source/ui/condformat/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/source/ui/inc/c*.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-2/+2
2013-06-29hide the style boxes to collapse the date entries fullyMarkus Mohrhard1-0/+2
2013-06-29update all style lists when a new style is addedMarkus Mohrhard1-2/+55
2013-06-29use the local setting aware method for the UI, fdo#64754Markus Mohrhard1-11/+17
2013-04-29Resolves: fdo#51556 allow tab traversing into the conditional formatting listCaolán McNamara1-3/+7
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-69/+12
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara2-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-56/+56
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard2-16/+34
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida1-0/+1
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara1-1/+1
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-20respect local number format in cond format dlg, fdo#60574Markus Mohrhard1-19/+27
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida1-0/+1
2013-01-28remaining ui parts for conditional date formatsMarkus Mohrhard1-1/+20
2013-01-26fix typoMarkus Mohrhard1-3/+3
2013-01-26show style when dialog is created with existing cond format, fdo#59778Markus Mohrhard1-0/+4
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-2/+2