summaryrefslogtreecommitdiffstats
path: root/formula/source
Commit message (Expand)AuthorAgeFilesLines
* get rid of unnecessary warningWinfried Donkers2013-08-271-2/+2
* differentiated warning for symbol/AddIn pair insertion, fdo#59727Eike Rathke2013-08-161-1/+10
* XubString->OUStringCaolán McNamara2013-08-133-3/+3
* XubString->OUStringCaolán McNamara2013-08-122-3/+3
* tweak comment translationsMichael Stahl2013-08-082-6/+6
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-281-1/+1
* fdo#46037: no more comphelper/configurationhelper.hxx in formula moduleJulien Nabet2013-07-221-1/+0
* resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2013-07-022-13/+12
* add initial version of WEBSERVICE functionMarkus Mohrhard2013-06-161-0/+5
* inital work on FILTERXML functionMarkus Mohrhard2013-06-161-0/+6
* Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei2013-06-111-0/+24
* XubString->OUStringCaolán McNamara2013-06-072-16/+16
* String.AppendAscii DropRicardo Montania2013-05-151-11/+7
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-1/+1
* Handle range references for group calculation. This is still untested.Kohei Yoshida2013-04-301-7/+27
* Let's not use VectorArray struct. There is no use for it.Kohei Yoshida2013-04-301-9/+11
* Let's not forget to check this in...Kohei Yoshida2013-04-301-0/+10
* Add method to allow fetching of double array, and store it in token.Kohei Yoshida2013-04-301-2/+2
* Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida2013-04-301-0/+37
* stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara2013-04-173-18/+18
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-078-76/+76
* ResMgr with LanguageTagEike Rathke2013-03-291-3/+1
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* First cut on checking the token array on whether we could do vectorization.Kohei Yoshida2013-03-191-0/+6
* 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-191-52/+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-191-0/+5
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-5/+5
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-087-0/+19
* make link RefButton and widget for shrunk dialog title explicitCaolán McNamara2013-03-083-15/+17
* Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara2013-03-081-2/+4
* 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-051-0/+31
* make RefButton quick help toggle saying shrink/expandCaolán McNamara2013-03-053-1/+18
* 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-152-7/+8
* 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-081-0/+6
* 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
* restore the helpid for impress animation dialog after initializationCaolán McNamara2013-01-241-3/+2
* 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