summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* Function Wizard: don't overwrite an unlisted functionEike Rathke2016-01-231-4/+4
* tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke2016-01-052-1/+3
* tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke2016-01-051-0/+16
* Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke2015-12-181-1/+1
* Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2015-12-152-0/+6
* vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks2015-11-261-0/+1
* cosmeticsEike Rathke2015-11-181-8/+8
* rename FormulaToken HasForceArray to IsInForceArrayEike Rathke2015-11-181-17/+17
* Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke2015-11-161-9/+20
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-12/+12
* remove boost::noncopyable from /includeNoel Grandin2015-10-291-2/+3
* fix includes that are not stand-aloneNorbert Thiebaud2015-10-261-0/+1
* com::sun::star->css in include/formulaNoel Grandin2015-10-224-48/+46
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-73/+73
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-7/+7
* loplugin:mergeclassesNoel Grandin2015-10-121-13/+0
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-062-1/+3
* no need to allocate that vector on the heapMarkus Mohrhard2015-10-031-3/+3
* loplugin:unusedmethodsNoel Grandin2015-07-301-3/+0
* tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens2015-07-211-1/+5
* loplugin:unusedmethods formulaNoel Grandin2015-07-217-22/+0
* add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2015-07-101-31/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Remove workarounds for no longer supported GCC 4.6Stephan Bergmann2015-06-261-2/+2
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-06-231-0/+4
* Fix previous commitStephan Bergmann2015-06-151-6/+8
* Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann2015-06-151-6/+6
* prepare ReplaceToken() to replace also in RPNEike Rathke2015-06-151-2/+21
* Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara2015-06-111-2/+3
* keep old CEILING opcode, tdf#69552 follow-upEike Rathke2015-06-111-2/+2
* tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2015-06-112-2/+6
* tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet2015-05-141-0/+1
* tdf#90935 - function wizard crash fix.Michael Meeks2015-05-071-0/+1
* fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers2015-05-052-1/+3
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-052-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-052-4/+4
* fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers2015-04-292-2/+6
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-2/+5
|\
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-2/+4
| * vcl: VclPtr conversion in formulaNoel Grandin2015-04-091-0/+1
* | TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke2015-04-241-0/+6
* | const all CreateString... FormulaToken*Eike Rathke2015-04-181-7/+7
|/
* convert RECALCMODE_ constants to scoped enumNoel Grandin2015-04-081-26/+33
* formula: PVS-Studio V610 Undefined behavior shift negative signed intMichael Stahl2015-03-121-1/+1
* init and compare opcode hashmap with uppercase symbolsEike Rathke2015-03-121-1/+2
* TableRef: add item specifiers and opcodesEike Rathke2015-03-112-2/+12
* add FormulaTokenArray::ReplaceToken()Eike Rathke2015-03-071-0/+4
* introduce ocTableRefOpen,ocTableRefCloseEike Rathke2015-03-052-134/+138
* add HandleTableRef()Eike Rathke2015-03-051-0/+1
* rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke2015-03-052-4/+4