summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Collapse)AuthorAgeFilesLines
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+3
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* callcatcher: update list, remove newly unused methodsCaolán McNamara2012-01-243-43/+0
|
* Mempool size args are unused.Stephan Bergmann2012-01-201-7/+4
|
* remove unused methodsThomas Arnhold2012-01-1910-227/+0
|
* remove unused macrosThomas Arnhold2012-01-191-7/+0
|
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-172-16/+16
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-162-16/+16
|
* simplify CharClassCaolán McNamara2012-01-091-2/+1
| | | | | | | multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Fix for fdo43460 Part XIX getLength() to isEmpty()Olivier Hallot2011-12-264-13/+13
| | | | | | Part XIX Module formula and fpicker
* catch exception by constant referenceTakeshi Abe2011-12-141-1/+1
|
* i#106210 store proper ODFF names, accept aliasesEike Rathke2011-12-071-3/+3
| | | | | | | | | | | | | | | | | | | Older releases stored a few function names not defined by ODFF, namely EASTERSUNDAY instead of ORG.OPENOFFICE.EASTERSUNDAY, TDIST instead of LEGACY.TDIST and B instead of BINOM.DIST.RANGE. Since OOo/LibO 3.3 the proper function names can be read, additionally to the "wrong" names. Now it's time to write the proper names and still accept the incorrect ones. Test cases are attached to AOOo issues: ORG.OPENOFFICE.EASTERSUNDAY https://issues.apache.org/ooo/show_bug.cgi?id=112882 LEGACY.TDIST and BINOM.DIST.RANGE https://issues.apache.org/ooo/show_bug.cgi?id=110229 Note that the FALSE in A2 and A3 is a result of the string comparison of the actual formula, that differs in separators (, vs ;) only. (cherry picked from commit a9b03bd19945a90040fd4346599e281a7813efc2)
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-066-30/+24
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* #i111413# re-added translation relevant strings for SEC, CSC, SECH and CSCH.Eike Rathke2011-11-281-4/+4
| | | | Functions' UI name strings weren't marked for translation, added that now.
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-68/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-272-2/+0
|
* remove include of pch header from formulaNorbert Thiebaud2011-11-2713-20/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-272-4/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-192-1/+3
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2011-10-211-2/+2
|
* remove unused methods from formula::FormulaModalDialogFelix Zhang2011-10-202-87/+0
|
* WaE: unreachable codeTor Lillqvist2011-10-181-1/+0
|
* cppcheck reduce scope of var in formula/..formula.cxxPierre-André Jacquod2011-10-071-3/+4
|
* cppcheck reduce scope of var in formula/..formula.cxxPierre-André Jacquod2011-10-071-2/+2
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* Revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes"Stephan Bergmann2011-09-271-1/+1
| | | | | Obsoleted by the subsequent fix to tools/string.hxx. This reverts commit 928f7a47a15d53817697283ba0a7fa4987ea458f.
* Fixx FormulaCompiler build after the O[U]String[Buffer] changesFridrich Štrba2011-09-271-1/+1
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-223-0/+13
|
* Get DB range import from xlsx to work once again.Kohei Yoshida2011-09-202-0/+2
| | | | | | | | We need to map Excel's database ranges (or in Excel's terminology "tables") to named db ranges because they may be referenced in formula expressions. Also, Excel tables are always of the form Table*[] when used in formulas. Skip the "[]" part then the preceding token is a valid database range.
* ensureCapacity doesn't need to be done twiceEike Rathke2011-09-111-2/+0
|
* fix fdo#40590 stop abusing regular string token for XML importEike Rathke2011-09-116-30/+29
| | | | | | | | | | | | | During XML import formulas of defined names and conditional formatting were remembered as regular svString tokens that then later were retrieved without quotes for compilation. This didn't go along with the new ScRangeData::CompileUnresolvedXML() that recreates the formula string from an already tokenized form of the formula. Introduced FormulaToken::AddStringXML() with ocStringXML to sort those out and removed the IsImportingXML() hack from FormulaCompiler::AppendString(), the ocStringXML case is handled in FormulaCompiler::CreateStringFromToken().
* BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner2011-09-073-5/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | Implements BITAND, BITOR, BITXOR, BITLSHIFT and BITRSHIFT as specified by OASIS OpenDocument Format 1.2 OpenFormula / ODFF. Changes made by the committer: * Original submission added the new functions to the Logical group, that group has only functions though that return a logical value 1/0/true/false. ODFF groups them under "Bit operation functions" that currently is not available in Calc. Added the functions to the Mathematical group instead. * Changed descriptions of functions in the Function Wizard. * One sal_uInt64 constant instead of several identical literal 281474976710655 values. * Replaced 'or' operators with || * Don't push two return values, if PushIllegalArgument() was used don't use PushDouble() thereafter. * Treat double values with ::rtl::math::approxFloor() to obtain integer values. * For BITLSHIFT and BITRSHIFT implemented a different algorithm following the ODFF specification that allows larger shift values. * Use our block braces style, respectively don't use block braces for one-line if-statements. * Fixed indentation levels. * Adapted RTL_LOGFILE_CONTEXT_AUTHOR to say "pechlaner". Credit to whom credit is due ;-)
* ensureCapacity on OUStringBufferEike Rathke2011-08-261-1/+3
|
* fdo#39192 correctly calculate jump matrix; end of path if NULLEike Rathke2011-08-241-1/+1
|
* replace ScNameToken with proper FormulaIndexTokenEike Rathke2011-08-242-5/+21
|
* cosmeticsEike Rathke2011-08-241-15/+15
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* sal_Bool -> bool and cosmeticsEike Rathke2011-08-143-109/+108
|
* fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke2011-08-142-0/+81
| | | | | | | | | | * write [#REF!] to ODFF when any part of the reference is invalid * read [#REF!] as reference error * display #REF! in UI + parse #REF! in UI + implemented error constants defined in ODFF as error tokens + parse error constants from ODFF and in UI * fixed SUM, AVERAGE, SUMSQ, PRODUCT to propagate error
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-106-6/+6
|
* fix syntaxCaolán McNamara2011-08-081-2/+2
|
* callcatcher: ditch some more methodsCaolán McNamara2011-08-082-14/+1
|
* reflect gmake flavorTakeshi Abe2011-08-051-1/+1
|