summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2-0/+6
2015-11-26formula: fix build, undef IdleMichael Stahl1-0/+1
2015-11-18cosmeticsEike Rathke1-8/+8
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke1-17/+17
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke1-9/+20
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-12/+12
2015-10-29remove boost::noncopyable from /includeNoel Grandin1-2/+3
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud1-0/+1
2015-10-22com::sun::star->css in include/formulaNoel Grandin4-48/+46
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-73/+73
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-7/+7
2015-10-12loplugin:mergeclassesNoel Grandin1-13/+0
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2-1/+3
2015-10-03no need to allocate that vector on the heapMarkus Mohrhard1-3/+3
2015-07-30loplugin:unusedmethodsNoel Grandin1-3/+0
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens1-1/+5
2015-07-21loplugin:unusedmethods formulaNoel Grandin7-22/+0
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara1-31/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann1-2/+2
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke1-0/+4
2015-06-15Fix previous commitStephan Bergmann1-6/+8
2015-06-15Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann1-6/+6
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke1-2/+21
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara1-2/+3
2015-06-11keep old CEILING opcode, tdf#69552 follow-upEike Rathke1-2/+2
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2-2/+6
2015-05-14tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet1-0/+1
2015-05-07tdf#90935 - function wizard crash fix.Michael Meeks1-0/+1
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers2-1/+3
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin2-4/+4
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers2-2/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+5
2015-04-24TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke1-0/+6
2015-04-18const all CreateString... FormulaToken*Eike Rathke1-7/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+4
2015-04-09vcl: VclPtr conversion in formulaNoel Grandin1-0/+1
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-26/+33
2015-03-12formula: PVS-Studio V610 Undefined behavior shift negative signed intMichael Stahl1-1/+1
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke1-1/+2
2015-03-11TableRef: add item specifiers and opcodesEike Rathke2-2/+12
2015-03-07add FormulaTokenArray::ReplaceToken()Eike Rathke1-0/+4
2015-03-05introduce ocTableRefOpen,ocTableRefCloseEike Rathke2-134/+138
2015-03-05add HandleTableRef()Eike Rathke1-0/+1
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke2-4/+4
2015-03-05introduce SC_OPCODE_TABLE_REF / ocTableRefEike Rathke2-10/+12
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke1-1/+1
2015-02-17some more de-boostificationCaolán McNamara1-6/+7
2015-02-07loplugin:deletedspecialStephan Bergmann2-9/+5