summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/docundomanager.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-3/+3
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-25/+25
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from sfx2Alexander Wilms1-6/+6
Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a Reviewed-on: https://gerrit.libreoffice.org/8310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
Change-Id: I63de4bc034020d19abd20f301194482da9a604f4
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold1-3/+3
Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-07-07removed unnecessary forward declarations of classTakeshi Abe1-5/+0
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-21re-base on ALv2 code.Michael Meeks1-22/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
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 ↵Frank Schoenheit [fs]1-0/+6
called, then add an artificial Undo action, which later on 'replays' the un/lock
2010-11-16undoapi: derive XUndoManager from XChild, to allow convenient access to the ↵Frank Schoenheit [fs]1-0/+4
document it belongs to
2010-11-09undoapi: step 1 of the migration of css.chart2.XUndoManager to ↵Frank Schoenheit [fs]1-28/+0
css.document.XUndoManager: separate the DocumentUndoManager into a (SFX-independent) UndoManagerHelper (which later on can be used in chart2) and the SFX-dependent part
2010-11-02undoapi: allow retrieving the count/comments of Undo/Redo actions both on ↵Frank Schoenheit [fs]1-2/+2
the current and the top level
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 ↵Frank Schoenheit [fs]1-4/+7
::svl::IUndoManager interface. Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes up the source tree. This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which is not based on the SfxUndoManager, but on Writer's own Undo implementation.
2010-10-19undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to ↵Frank Schoenheit [fs]1-0/+6
XUndoManager
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 ↵Frank Schoenheit [fs]1-4/+34
the final version
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
documents