summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-226-132/+24
* stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara2013-04-174-26/+27
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0715-113/+113
* new module i18nlangtagEike Rathke2013-04-052-2/+2
* ResMgr with LanguageTagEike Rathke2013-03-292-3/+2
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* First cut on checking the token array on whether we could do vectorization.Kohei Yoshida2013-03-193-0/+16
* Use initializer in ctor.Kohei Yoshida2013-03-191-5/+10
* Fix indentation.Kohei Yoshida2013-03-191-1/+1
* Move GetHash() from FormulaTokenArray to ScTokenArray.Kohei Yoshida2013-03-192-53/+0
* Implement (partially?) and test formula token array hash function.Kohei Yoshida2013-03-191-1/+48
* Skeleton for generating a hash value from an array of token.Kohei Yoshida2013-03-192-0/+7
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-5/+5
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-089-0/+24
* make link RefButton and widget for shrunk dialog title explicitCaolán McNamara2013-03-084-21/+26
* Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara2013-03-082-2/+6
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-1/+0
* make formula refButton and refEdit loadable from .uiCaolán McNamara2013-03-052-2/+35
* make RefButton quick help toggle saying shrink/expandCaolán McNamara2013-03-054-1/+20
* doubled includesThomas Arnhold2013-03-041-2/+0
* remove all d.lstMichael Stahl2013-02-281-0/+0
* ocMacro and ocExternal need to be recalculated on load, fdo#60977Markus Mohrhard2013-02-251-3/+3
* loplugin: unused variablesThomas Arnhold2013-02-251-1/+0
* loplugin: unused variablesThomas Arnhold2013-02-241-1/+0
* ocColumn and ocRow do not need recalc on load, fdo#60645 relatedEike Rathke2013-02-151-0/+2
* renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke2013-02-153-12/+13
* use AddRecalcMode(RECALCMODE_ONLOAD), fdo#60645 relatedEike Rathke2013-02-151-3/+3
* CELL needs to be recalculated during import as well, fdo#60645Markus Mohrhard2013-02-141-0/+2
* fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers2013-02-083-2/+10
* remove a useless PMD report, possibly checked in by mistakeAndras Timar2013-02-061-190/+0
* remove obsolete hidother.src filesAndras Timar2013-02-061-41/+0
* fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers2013-02-021-1/+1
* make it possible to update DDE links after loading, fdo#59032Markus Mohrhard2013-01-301-0/+3
* ODFF: write RRI as RRI, not ZGZEike Rathke2013-01-301-1/+1
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-262-0/+4
* restore the helpid for impress animation dialog after initializationCaolán McNamara2013-01-241-3/+2
* import inherited number formats with cached values, fdo#59724Markus Mohrhard2013-01-241-0/+3
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-221-4/+4
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-1/+1
* fdo#56124 IFERROR IFNA Excel import/exportEike Rathke2013-01-121-0/+2
* fdo#56124 IFERROR IFNA function names were swappedEike Rathke2013-01-111-2/+2
* fdo#56124 changes to "add functions IFERROR and IFNA"Eike Rathke2013-01-112-15/+57
* fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Winfried Donkers2013-01-115-36/+66
* fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida2013-01-092-2/+3
* Some cppcheck cleaning in formulaJulien Nabet2012-12-222-6/+5
* tabs to spacesEike Rathke2012-12-151-24/+24
* calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic2012-12-151-0/+1
* calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic2012-12-154-5/+70
* calcishmakkica: #i101466# implement AVERAGEIFMarina Plakalovic2012-12-153-2/+10