summaryrefslogtreecommitdiff
path: root/formula
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-04-07Updated README.md files to represent current code / use Markdown formatHossein1-3/+5
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC7-26/+7
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-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara1-1/+0
2021-01-15replace stock button labelsCaolán McNamara1-6/+6
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara3-0/+8
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis1-0/+7
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-22drop deprecated 'rules-hint'Caolán McNamara1-1/+0
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-2/+2
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-02tdf#138427 focus set to wrong input boxCaolán McNamara1-0/+8
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara2-0/+9
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-22set all .ui min require version of gtk to 3.20Caolán McNamara4-4/+4
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-09-01tdf#118148 Extended tips for HC2/scalc/Olivier Hallot3-4/+48
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 Grandin4-72/+11
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-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke1-0/+12
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-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara2-4/+2
2020-01-25tdf#124176: Use pragma once instead of include guardsFaruk Demirbaş1-4/+1
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin1-6/+6
2020-01-20tdf#42949 Fix IWYU warnings in formula/Gabor Kelemen10-30/+2
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin3-6/+0