summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2013-05-15String.AppendAscii DropRicardo Montania1-11/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida1-7/+27
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida1-9/+11
2013-04-30Let's not forget to check this in...Kohei Yoshida1-0/+10
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-2/+2
2013-04-30Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida2-0/+38
2013-04-24gbuild: drop empty use_packages callsDavid Tardon3-9/+0
2013-04-24gbuild: drop uses of removed packagesDavid Tardon3-4/+0
2013-04-23execute move of global headersBjoern Michaelsen19-3166/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-132/+24
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara4-26/+27
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák15-113/+113
2013-04-05new module i18nlangtagEike Rathke2-2/+2
2013-03-29ResMgr with LanguageTagEike Rathke2-3/+2
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-19First cut on checking the token array on whether we could do vectorization.Kohei Yoshida3-0/+16
2013-03-19Use initializer in ctor.Kohei Yoshida1-5/+10
2013-03-19Fix indentation.Kohei Yoshida1-1/+1
2013-03-19Move GetHash() from FormulaTokenArray to ScTokenArray.Kohei Yoshida2-53/+0
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida1-1/+48
2013-03-19Skeleton for generating a hash value from an array of token.Kohei Yoshida2-0/+7
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-5/+5
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim9-0/+24
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara4-21/+26
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara2-2/+6
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-1/+0
2013-03-05make formula refButton and refEdit loadable from .uiCaolán McNamara2-2/+35
2013-03-05make RefButton quick help toggle saying shrink/expandCaolán McNamara4-1/+20
2013-03-04doubled includesThomas Arnhold1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-25ocMacro and ocExternal need to be recalculated on load, fdo#60977Markus Mohrhard1-3/+3
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-15ocColumn and ocRow do not need recalc on load, fdo#60645 relatedEike Rathke1-0/+2
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke3-12/+13
2013-02-15use AddRecalcMode(RECALCMODE_ONLOAD), fdo#60645 relatedEike Rathke1-3/+3
2013-02-14CELL needs to be recalculated during import as well, fdo#60645Markus Mohrhard1-0/+2
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers3-2/+10
2013-02-06remove a useless PMD report, possibly checked in by mistakeAndras Timar1-190/+0
2013-02-06remove obsolete hidother.src filesAndras Timar1-41/+0
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers1-1/+1
2013-01-30make it possible to update DDE links after loading, fdo#59032Markus Mohrhard1-0/+3
2013-01-30ODFF: write RRI as RRI, not ZGZEike Rathke1-1/+1
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-0/+4
2013-01-24restore the helpid for impress animation dialog after initializationCaolán McNamara1-3/+2
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard1-0/+3
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-4/+4
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1