summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
AgeCommit message (Expand)Author
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-09remove unused RID_SVXDLG_CALCFUNCThomas Arnhold
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05coverity#705211 Missing break in switchCaolán McNamara
2014-05-28coverity#704704 Unchecked dynamic_castCaolán McNamara
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-21remove some more bloatThomas Arnhold
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-04coverity#738804 Uninitialized pointer fieldCaolán McNamara
2014-04-04coverity#738805 Uninitialized pointer fieldCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21coverity#738806 Uninitialized scalar fieldCaolán McNamara
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-18Spelling fix: s/martix/matrixTor Lillqvist
2014-02-18sal_Bool->boolNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-18sal_Bool->bool, and remove unused parameterNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-27guard against null pointer access on LRU function list, fdo#60036Eike Rathke
2014-01-22bool improvementsStephan Bergmann
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin
2013-11-04fdo#69971 formula dialog crash when Paint restores EditEngine listenerCaolán McNamara
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-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida