summaryrefslogtreecommitdiff
path: root/formula/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+1
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara1-8/+0
2021-04-19use more string_view in comphelper::stringNoel Grandin2-2/+2
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC4-14/+4
2021-02-18move async focus-in/focus-out workaround to known client that needs itCaolán McNamara1-5/+43
2021-02-11ofz#30812 protect NextToken calling NextToken with RecurseGuardCaolán McNamara1-1/+4
2021-02-11merge the two identical nRecursionMax expressionsCaolán McNamara1-2/+1
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-5/+7
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis1-0/+7
2020-12-02tdf#138427 focus set to wrong input boxCaolán McNamara1-0/+8
2020-11-13tdf#123936 Formatting files in module formula with clang-formatPhilipp Hofer2-49/+26
2020-11-10new loplugin:reducevarscopeNoel Grandin2-3/+2
2020-10-22long->tools::Long in forms..frameworkNoel3-6/+6
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke1-4/+1
2020-10-13Resolves: tdf#133260 Propagate ForceArrayReturn from inline arraysEike Rathke1-9/+45
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-2/+1
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke1-4/+15
2020-09-09Resolves: tdf#136364 treat svSep type with ocUnion as range typeEike Rathke1-1/+6
2020-08-31tdf#136269 give search entry initial focusCaolán McNamara1-0/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-07formula: create instances with uno constructorsNoel Grandin2-69/+8
2020-06-05have just one way to set expander imageCaolán McNamara1-3/+3
2020-05-29Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke2-0/+3
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin3-3/+3
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2-2/+2
2020-05-13Check maximum end position to not assert() or "!!br0ken!!"Eike Rathke1-1/+3
2020-04-23Related tdf#131169: avoid magic numbersJulien Nabet4-4/+16
2020-04-22tdf#131169: Retrieve right category in function wizardJulien Nabet1-3/+4
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin2-13/+19
2020-04-14loplugin:flatten in formulaNoel Grandin4-345/+345
2020-03-21Resolves: tdf#131423 Handle Function Wizard max argument count correctlyEike Rathke2-21/+31
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin1-6/+6
2020-01-20tdf#42949 Fix IWYU warnings in formula/Gabor Kelemen8-27/+0
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin3-6/+0
2019-11-22mark with overrideCaolán McNamara1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-19up/down in ArgEdit doesn't do anythingCaolán McNamara2-5/+10
2019-11-03loplugin:stringaddNoel Grandin2-10/+8
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-8/+3
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-2/+1
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-0/+6
2019-10-15Resolves: tdf#128140 stabilize formula dialog widthCaolán McNamara1-4/+6
2019-10-09name all Notebooks 'tabcontrol'Caolán McNamara1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara2-2/+3
2019-10-03drop some unnecessary includesCaolán McNamara1-1/+1
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-1/+1
2019-09-04loplugin:constmethod in formulaNoel Grandin9-25/+25
2019-09-01Fix '..'Andrea Gelmini2-3/+3
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+2