summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers2013-10-301-0/+12
* fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza2013-10-301-8/+3
* fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers2013-10-251-0/+12
* New constructor that takes both numeric and string arrays.Kohei Yoshida2013-10-181-0/+2
* More eye-pleasing way of checking for valid vector array...Kohei Yoshida2013-10-181-0/+5
* Allow vector array tokens to store both numeric and string values.Kohei Yoshida2013-10-181-3/+3
* fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers2013-10-181-0/+12
* CID#736176 aArgInput is only 4 items, what's with the loop over 5 elementsCaolán McNamara2013-10-141-4/+4
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-112-12/+39
* convert remains of String to OUString in formula moduleNoel Grandin2013-10-012-16/+9
* gbuild: add gb_Library_use_restargetMichael Stahl2013-09-221-2/+1
* convert the rest of the formula module from String to OUStringNoel Grandin2013-09-175-99/+98
* convert formula/source/ui/dlg/funcpage.hxx from String to OUStringNoel Grandin2013-09-172-2/+2
* convert formula/source/ui/dlg/parawin.hxx from String to OUStringNoel Grandin2013-09-173-34/+33
* convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin2013-09-171-22/+16
* convert formula::OpCodeHashMap from String to OUStringNoel Grandin2013-09-171-4/+4
* convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin2013-09-171-16/+16
* convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin2013-09-171-18/+23
* convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin2013-09-171-11/+18
* convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin2013-09-173-17/+17
* convert include/formula/formdata.hxx from String to OUStringNoel Grandin2013-09-171-1/+1
* convert include/formula/formula.hxx from String to OUStringNoel Grandin2013-09-171-17/+16
* convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin2013-09-171-33/+34
* introduced putCopyOpCode() to handle copyFrom()Eike Rathke2013-09-171-6/+57
* FILTERXML and WEBSERVICE were missingEike Rathke2013-09-171-3/+7
* better SAL_WARN_IF diagnosticsEike Rathke2013-09-171-8/+6
* deuglified for readabilityEike Rathke2013-09-161-206/+193
* Revert "get rid of unnecessary warning"Eike Rathke2013-09-161-2/+2
* Correctly handle empty cells for string arrays too.Kohei Yoshida2013-09-101-1/+1
* iString to OUString in some calc core codeMarkus Mohrhard2013-09-071-18/+18
* Allow storage of string arrays in vector ref tokens.Kohei Yoshida2013-09-061-6/+13
* Remove more unused methodsMarcos Paulo de Souza2013-09-031-5/+0
* 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