summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/formula.hxx
AgeCommit message (Expand)Author
2020-09-27never null ScViewData*Caolán McNamara
2020-05-02cid#1401342 silence Uncaught exceptionCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-09-24Allow to use multiple Formula dialog instancesSzymon Kłos
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-05-07weld FormulaDialogCaolán McNamara
2019-04-10weld ScCorrelationDialogCaolán McNamara
2018-10-29tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*Gabor Kelemen
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara
2017-10-27loplugin:finalclasses in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke
2017-07-11add missing override, -Werror,-Winconsistent-missing-overrideMarkus Mohrhard
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-05-30loplugin:unusedmethodsNoel Grandin
2016-03-03loplugin:unuseddefaultparams in formulaNoel Grandin
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke
2015-11-13sc: let's make ScFormulaDlg::pDoc and aCursorPos ordinary membersMichael Stahl
2015-11-13sc: rename static member ScFormulaDlg::pDocMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-18Spelling fix: s/martix/matrixTor Lillqvist
2014-02-18sal_Bool->boolNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin
2013-08-02remove last uses of XubString in scCaolán McNamara
2013-06-02clang, -Wunused-private-fieldJulien Nabet