summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
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
2015-04-17add attribute mandated by ODFMarkus Mohrhard
2015-04-17TableRef: handle unresolved column specifiersEike Rathke
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-17TableRef: use relative references where appropriateEike Rathke
2015-04-17TableRef: differentiate between cell and range referenceEike Rathke
2015-04-17TableRef: use errNoRef error token instead of setting compiler errorEike Rathke
2015-04-17TableRef: add the resulting area to ScTableRefTokenEike Rathke
2015-04-17TableRef: prepare ScTableRefToken to hold the resulting area in RPNEike Rathke
2015-04-17this confuses me here, move it elsewhereEike Rathke
2015-04-16add test for tdf#90511Markus Mohrhard
2015-04-15tdf#89957 prevent crash, not really fixedEike Rathke
2015-04-15more SAL_INFO sc.core.grouparealistenerEike Rathke
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14implement a sane and working dxf font export, tdf#81918Markus Mohrhard
2015-04-13string access out of boundsEike Rathke
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin