summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/FormulaHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-27Use emplace_back instead of push_back (Formula)Julien Nabet1-2/+2
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-02-27can use a reference instead of a pointerCaolán McNamara1-6/+6
2023-02-26no need to hold SvtSysLocale by std::unique_ptrNoel Grandin1-3/+2
2022-09-28use more string_view in formulaNoel Grandin1-8/+8
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-1/+1
2020-05-29Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke1-0/+1
2020-05-13Check maximum end position to not assert() or "!!br0ken!!"Eike Rathke1-1/+3
2020-04-23Related tdf#131169: avoid magic numbersJulien Nabet1-0/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: formulaStephan Bergmann1-1/+1
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin1-3/+3
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: formulaStephan Bergmann1-4/+12
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas1-0/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+4
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke1-0/+1
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-13/+13
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara1-3/+1
2015-04-29string access out of boundsEike Rathke1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-03-30most likely formulas won't be longer than 64k characters, but...Eike Rathke1-1/+1
2015-03-30Include <algorithm> for std::min()Tor Lillqvist1-0/+2
2015-03-30Resolves: tdf#90301 string access out of boundsEike Rathke1-1/+1
2014-12-18formula: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+2
2014-07-31fix memory leak around function descriptionsMarkus Mohrhard1-1/+3
2014-04-23formula: sal_Bool->boolNoel Grandin1-16/+16
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-13/+13
2014-02-26Remove visual noise from formulaAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-19sal_Bool->boolNoel Grandin1-4/+4
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-03convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin1-12/+12
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin1-7/+7
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-09-17convert the rest of the formula module from String to OUStringNoel Grandin1-2/+2
2013-09-17convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin1-33/+34
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-11/+11
2012-12-22Some cppcheck cleaning in formulaJulien Nabet1-2/+1
2012-06-28re-base on ALv2 code.Michael Meeks1-23/+14
2011-11-27remove include of pch header from formulaNorbert Thiebaud1-1/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-27/+27
2011-01-14removetooltypes01: #i112600# remove tooltypes from formulaMikhail Voytenko1-26/+26