Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java184 m_callbackCalled = false; in checkBrokenScripts()
190 … "clicking the test button did not work as expected - basic script not called", m_callbackCalled ); in checkBrokenScripts()
203 m_callbackCalled = false; in checkBrokenScripts()
205 …dispatching the Script URL did not work as expected - basic script not called", m_callbackCalled ); in checkBrokenScripts()
220 m_callbackCalled = false; in checkBrokenScripts()
222 …True( "triggering an event did not work as expected - basic script not called", m_callbackCalled ); in checkBrokenScripts()
231 m_callbackCalled = false; in checkBrokenScripts()
233 assertTrue( m_callbackCalled ); in checkBrokenScripts()
1429 m_callbackCalled = true; in execute()
1455 private boolean m_callbackCalled = false; field in UndoManager

Completed in 22 milliseconds