summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2022-06-24crashtesting: assert seen with forum-mso-de-53682Caolán McNamara1-2/+6
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin1-1/+0
2021-11-24loplugin:stringliteraldefine in formual,fpickerNoel Grandin1-6/+6
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-5/+5
2021-10-30Prepare for removal of non-const operator[] from Sequence in formulaMike Kaganski1-1/+1
2021-10-11loplugin:moveparam in formulaNoel Grandin1-3/+3
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin2-4/+4
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin1-0/+29
2021-08-06cid#1489780 Explicit null dereferencedCaolán McNamara1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin5-31/+79
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke3-19/+57
2021-07-28ODFF: eliminate spaces between function name and initial opening parenthesisEike Rathke1-1/+8
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-2/+2
2021-06-17use string_view in the Translate APINoel Grandin2-2/+3
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet1-9/+4
2021-06-02Merging an unsupported formula grammar is worth a real assert()Eike Rathke1-1/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2021-05-21use toggle instead of click for CheckButtonCaolán McNamara1-3/+3
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