UndoManagerEvent.idl (d5bd2f9e) UndoManagerEvent.idl (f55dbc43)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 23 unchanged lines hidden (view full) ---

32
33//==================================================================================================================
34
35/** is an event sent by an <type>XUndoManager</type> implementation when the Undo/Redo stacks of the manager are
36 modified.
37 @see XUndoManager
38 @see XUndoManagerListener
39 @see XUndoAction
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 23 unchanged lines hidden (view full) ---

32
33//==================================================================================================================
34
35/** is an event sent by an <type>XUndoManager</type> implementation when the Undo/Redo stacks of the manager are
36 modified.
37 @see XUndoManager
38 @see XUndoManagerListener
39 @see XUndoAction
40 @since OpenOffice 3.4
40 */
41published struct UndoManagerEvent : ::com::sun::star::lang::EventObject
42{
43 /** the title of the undo action which is described by the event
44 @see XUndoAction::Title
45 */
46 string UndoActionTitle;
47

--- 13 unchanged lines hidden ---
41 */
42published struct UndoManagerEvent : ::com::sun::star::lang::EventObject
43{
44 /** the title of the undo action which is described by the event
45 @see XUndoAction::Title
46 */
47 string UndoActionTitle;
48

--- 13 unchanged lines hidden ---