summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
AgeCommit message (Expand)AuthorFilesLines
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-5/+5
2014-04-21remove some more bloatThomas Arnhold1-1/+0
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard4-22/+0
2014-04-04coverity#738804 Uninitialized pointer fieldCaolán McNamara1-1/+2
2014-04-04coverity#738805 Uninitialized pointer fieldCaolán McNamara1-1/+4
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-5/+5
2014-03-03Remove visual noise from scAlexander Wilms3-8/+8
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-9/+3
2014-02-23Remove unneccessary commentsAlexander Wilms4-7/+7
2014-02-21coverity#738806 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-6/+6
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-19sal_Bool->boolNoel Grandin1-5/+5
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-18Spelling fix: s/martix/matrixTor Lillqvist1-2/+2
2014-02-18sal_Bool->boolNoel Grandin1-3/+3
2014-02-18sal_Bool->boolNoel Grandin1-3/+3
2014-02-18sal_Bool->bool, and remove unused parameterNoel Grandin1-5/+5
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-6/+7
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27guard against null pointer access on LRU function list, fdo#60036Eike Rathke1-4/+4
2014-01-22bool improvementsStephan Bergmann1-2/+2
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-24/+0
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin1-2/+2
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke1-1/+1
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin1-2/+2
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin1-6/+3
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin1-3/+6
2013-11-04fdo#69971 formula dialog crash when Paint restores EditEngine listenerCaolán McNamara1-0/+17
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-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-08convert sc/source/ui/formdlg/*.cxx from String to OUStringNoel Grandin2-22/+22
2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin1-5/+5
2013-09-17convert include/formula/formula.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-08-29convert include/sfx2/childwin.hxx from String to OUStringNoel Grandin1-18/+17
2013-08-02remove last uses of XubString in scCaolán McNamara1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+4
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard1-16/+5
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-1/+4
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-10add explicit template instantiations to appease Apple llvm-g++ 4.2.1Michael Stahl1-0/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-10/+10