Home
last modified time | relevance | path

Searched refs:m_currentDocument (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java106 m_currentDocument = null; in beforeTest()
163 m_currentDocument = OfficeDocument.blankDocument( getORB(), DocumentType.CALC ); in checkBrokenScripts()
181 m_currentDocument.getCurrentView().dispatch( ".uno:SwitchControlDesignMode" ); in checkBrokenScripts()
204 m_currentDocument.getCurrentView().dispatch( scriptURI ); in checkBrokenScripts()
211 …r eventSupplier = UnoRuntime.queryInterface( XEventsSupplier.class, m_currentDocument.getDocument(… in checkBrokenScripts()
221 m_currentDocument.getCurrentView().dispatch( ".uno:NewWindow" ); in checkBrokenScripts()
232 m_currentDocument.getCurrentView().dispatch( scriptURI ); in checkBrokenScripts()
235 m_currentDocument = null; in checkBrokenScripts()
244 m_currentDocument = OfficeDocument.blankDocument( getORB(), DocumentType.CALC ); in checkSerialization()
297 else if ( m_currentDocument != null ) in afterTest()
[all …]