:: com :: sun :: star :: chart2 ::
|
unpublished |
interface XUndoHelper |
|
|
|
- Usage Restrictions
- not published
- Description
- An interface for storing frame::XModel objects for container undo.
|
Methods' Details |
getModelCloneForUndo
::com::sun::star::frame::XModel |
getModelCloneForUndo( |
[in] ::com::sun::star::frame::XModel |
xModelBeforeChange ); |
- Description
- call this before you change the xCurrentModel
- Returns
- a clone of the current model that can later be used to
restore the state of a changed model
|
|
applyModelContent
void |
applyModelContent( |
[inout] ::com::sun::star::frame::XModel |
xModelToChange, |
| [in] ::com::sun::star::frame::XModel |
xModelToCopyFrom ); |
- Description
- apply the content of xModelToCopyFrom to the XModel in xModelToChange
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.