diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2014-03-09 05:46:37 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2014-03-09 05:46:37 +0000 |
commit | e2fb6101543888977e882596ae64d854f1b09cb5 (patch) | |
tree | dd5b7f698ede8a1d9995ffbcfe91f65d996265fd /offapi | |
parent | 152d8d068c9040cf2fbd2819bb2ec08394fdbf26 (diff) |
i124384 - [API] Add since tag to Undo API IDL files
Notes
Notes:
merged as: a842c6e7b33aca734946a32ecff90a11e184f802
Diffstat (limited to 'offapi')
8 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl index 01e89fc9bac1..df2a68e48b1e 100644 --- a/offapi/com/sun/star/document/EmptyUndoStackException.idl +++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl @@ -34,6 +34,7 @@ module com { module sun { module star { module document { /** is raised when an operation is attemption at an XUndoManager which requires a non-empty stack of undo actions, and this requirement is not fullfilled. + @since OpenOffice 3.4 */ published exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException { diff --git a/offapi/com/sun/star/document/UndoContextNotClosedException.idl b/offapi/com/sun/star/document/UndoContextNotClosedException.idl index c19a53983c69..0c4b9ee55260 100644 --- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl +++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl @@ -34,6 +34,7 @@ module com { module sun { module star { module document { /** is thrown when an operation is attempted at an <type>XUndoManager</type> which requires all undo contexts to be closed, but this requirement is not fullfilled. + @since OpenOffice 3.4 */ published exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException { diff --git a/offapi/com/sun/star/document/UndoFailedException.idl b/offapi/com/sun/star/document/UndoFailedException.idl index e77fceda52c8..b4f166511bdc 100644 --- a/offapi/com/sun/star/document/UndoFailedException.idl +++ b/offapi/com/sun/star/document/UndoFailedException.idl @@ -36,6 +36,7 @@ module com { module sun { module star { module document { @see XUndoAction::undo @see XUndoManager::undo + @since OpenOffice 3.4 */ published exception UndoFailedException : ::com::sun::star::uno::Exception { diff --git a/offapi/com/sun/star/document/UndoManagerEvent.idl b/offapi/com/sun/star/document/UndoManagerEvent.idl index bcea4025853a..f7d847523778 100644 --- a/offapi/com/sun/star/document/UndoManagerEvent.idl +++ b/offapi/com/sun/star/document/UndoManagerEvent.idl @@ -37,6 +37,7 @@ module com { module sun { module star { module document { @see XUndoManager @see XUndoManagerListener @see XUndoAction + @since OpenOffice 3.4 */ published struct UndoManagerEvent : ::com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/document/XUndoAction.idl b/offapi/com/sun/star/document/XUndoAction.idl index b3ca5df151fd..dd2a7fa939cc 100644 --- a/offapi/com/sun/star/document/XUndoAction.idl +++ b/offapi/com/sun/star/document/XUndoAction.idl @@ -34,6 +34,7 @@ module com { module sun { module star { module document { //================================================================================================================== /** represents a single (undoable) action on a document + @since OpenOffice 3.4 */ published interface XUndoAction { diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl index 3b2d601f667d..5635840ef978 100644 --- a/offapi/com/sun/star/document/XUndoManager.idl +++ b/offapi/com/sun/star/document/XUndoManager.idl @@ -72,6 +72,8 @@ published interface XUndoManagerListener; <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and <member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo action, or to enter or leave an Undo context, will be silently ignored.</p> + + @since OpenOffice 3.4 */ published interface XUndoManager { diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl index b3207f8d915f..64d453953c1c 100644 --- a/offapi/com/sun/star/document/XUndoManagerListener.idl +++ b/offapi/com/sun/star/document/XUndoManagerListener.idl @@ -36,6 +36,7 @@ module com { module sun { module star { module document { /** implemented by components which want to be notified of changes in the Undo/Redo stacks of an Undo manager. @see XUndoManager + @since OpenOffice 3.4 */ published interface XUndoManagerListener : ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/document/XUndoManagerSupplier.idl b/offapi/com/sun/star/document/XUndoManagerSupplier.idl index 71532e208631..61088557a4b3 100644 --- a/offapi/com/sun/star/document/XUndoManagerSupplier.idl +++ b/offapi/com/sun/star/document/XUndoManagerSupplier.idl @@ -35,6 +35,8 @@ published interface XUndoManager; //================================================================================================================== /** provides access to an XUndoManager. + + @since OpenOffice 3.4 */ published interface XUndoManagerSupplier { |