summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-15/+15
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin1-3/+4
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-3/+3
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-5/+5
2015-09-18boost->stdCaolán McNamara1-16/+14
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-14/+16
2015-09-17boost->stdCaolán McNamara1-16/+14
2015-09-04TableRef: update table column names when cell content changedEike Rathke1-0/+1
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke1-1/+0
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke1-0/+1
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-2/+3
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-3/+12
2015-08-17make Link<> typedNoel Grandin1-1/+1
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-31/+6
2015-07-17Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke1-0/+8
2015-06-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky1-0/+3
2015-05-30Implemented formula group count statisticBenjamin Ni1-0/+4
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-05rework Sort trim data area logicEike Rathke1-6/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-7/+8
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu1-0/+1
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks1-1/+1
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-2/+2
2015-03-06V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-0/+1
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-0/+2
2015-01-28Make GetAutoCalc() and SetAutoCalc() publicTor Lillqvist1-2/+2
2015-01-26coverity#1266519 Use after freeCaolán McNamara1-1/+1
2015-01-25coverity#1266498 Uninitialized scalar variableCaolán McNamara1-5/+11
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+3
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida1-0/+11
2015-01-14Annotate this method.Kohei Yoshida1-2/+17
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-2/+0
2014-12-09changed timers to idleJennifer Liebel1-1/+1
2014-12-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke1-1/+1
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-1/+5
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke1-1/+1
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-1/+1
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-0/+2
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-0/+1
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida1-0/+1