Searched defs:DocumentUndoManager_Impl (Results 1 – 1 of 1) sorted by relevance
87 struct DocumentUndoManager_Impl : public ::framework::IUndoManagerImplementation struct89 DocumentUndoManager& rAntiImpl;90 IUndoManager* pUndoManager;93 DocumentUndoManager_Impl( DocumentUndoManager& i_antiImpl ) in DocumentUndoManager_Impl() function102 … const SfxObjectShell* getObjectShell() const { return rAntiImpl.getBaseModel().GetObjectShell(); } in getObjectShell()103 … SfxObjectShell* getObjectShell() { return rAntiImpl.getBaseModel().GetObjectShell(); } in getObjectShell()109 void disposing() in disposing()119 static IUndoManager* impl_retrieveUndoManager( SfxBaseModel& i_baseModel ) in impl_retrieveUndoManager()
Completed in 11 milliseconds