summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers
2015-05-06assume modified if an index has no corresponding ScDBData (anymore)Eike Rathke
2015-05-06now also ocTableRef is DBData, tdf#91078 relatedEike Rathke
2015-05-06Resolves: tdf#91078 check also DBData modified, not only named expressionsEike Rathke
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers
2015-05-05rework the twisted ShrinkToUsedDataArea logicEike Rathke
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05rework Sort trim data area logicEike Rathke
2015-05-04assert(nStartRow <= nEndRow)Eike Rathke
2015-05-04Resolves tdf#90757 ensure start row / end row order makes senseEike Rathke
2015-05-01coverity#1296292 merge these two enum typesCaolán McNamara
2015-05-01add totals to ScDBData ctorEike Rathke
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30loplugin:simplifyboolStephan Bergmann
2015-04-30simplify logic and less comparisons, fdo#69552 follow-upEike Rathke
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers
2015-04-29tdf#56036: allow calc compiler treat tabs and newlines as spacersMike Kaganski
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-28default initialization of object of const type w/o user-provided default ctorStephan Bergmann
2015-04-28add field to commentEike Rathke
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24TableRef: clone mxAreaRefRPNEike Rathke
2015-04-24TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23ensure pArr existsEike Rathke
2015-04-23TableRef: doubleref is not possible as one column specifierEike Rathke
2015-04-23TableRef: proper unescapeTableRefColumnSpecifier()Eike Rathke
2015-04-23TableRef: create column specifier string from singlerefEike Rathke
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin
2015-04-21TableRef: relative sheet reference if table is on same sheetEike Rathke
2015-04-20only convert in svMatrix, not in external references, tdf#88547 follow-upEike Rathke
2015-04-20clarify that only text in arrays is to be converted, tdf#88547 follow-upEike Rathke
2015-04-20error handling per element and propagate, tdf#88547 follow-upEike Rathke
2015-04-20take different paths for performance if bAllowText, tdf#88547 follow-upEike Rathke
2015-04-20tdf#88547 allow inline date-arrays for Calc array functionsWinfried Donkers
2015-04-20sc: convert new to ::CreateNoel Grandin
2015-04-18TableRef: set 3D flag if table is on different sheetEike Rathke
2015-04-18TableRef: transform to reference if not supported, i.e. for ODFFEike Rathke
2015-04-18const all CreateString... FormulaToken*Eike Rathke
2015-04-18TableRef: scan any column specifierEike Rathke
2015-04-18TableRef: activate for OOXML importEike Rathke