summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/docundomanager.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-25/+25
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-9/+0
2014-05-29the dubious SfxModelSubComponent and friends aren't used outside sfx2Caolán McNamara1-1/+73
2014-05-29valgrind: memleak when sidebar open in writer on closeCaolán McNamara1-2/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-25/+25
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-26Remove visual noise from sfx2Alexander Wilms1-6/+6
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2012-07-07removed unnecessary forward declarations of classTakeshi Abe1-5/+0
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-22/+14
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2010-11-18undoapi: un/lockControllers: when within an Undo context while this is called...Frank Schoenheit [fs]1-0/+6
2010-11-16undoapi: derive XUndoManager from XChild, to allow convenient access to the d...Frank Schoenheit [fs]1-0/+4
2010-11-09undoapi: step 1 of the migration of css.chart2.XUndoManager to css.document.X...Frank Schoenheit [fs]1-28/+0
2010-11-02undoapi: allow retrieving the count/comments of Undo/Redo actions both on the...Frank Schoenheit [fs]1-2/+2
2010-10-27undoapi: outsourced locking functionality into a dedicated interfaceFrank Schoenheit [fs]1-3/+5
2010-10-27undoapi: detailed the error handlingFrank Schoenheit [fs]1-9/+10
2010-10-22undoapi: added locking support to the XUndoManagerFrank Schoenheit [fs]1-0/+3
2010-10-20undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IU...Frank Schoenheit [fs]1-4/+7
2010-10-19undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to XUndo...Frank Schoenheit [fs]1-0/+6
2010-10-15undoapi: API and Impl tweaksFrank Schoenheit [fs]1-3/+5
2010-10-14undoapi: first sketch of the listener API - not sure this will survive 'til t...Frank Schoenheit [fs]1-4/+34
2010-10-14undoapi: some flesh on the initial skeletonFrank Schoenheit [fs]1-4/+3
2010-10-14undoapi: initial version of an UNO Undo API, implemented empty for SFX-based ...Frank Schoenheit [fs]1-0/+88