Home
last modified time | relevance | path

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

/aoo42x/main/fpicker/source/win32/filepicker/
H A Dcontrolcommand.cxx66 CControlCommand* nextCommand; in handleRequest() local
68 nextCommand = getNextCommand( ); in handleRequest()
69 if ( nextCommand ) in handleRequest()
71 result = nextCommand->handleRequest( pRequest ); in handleRequest()
96 m_NextCommand = nextCommand; in setNextCommand()
147 CControlCommand* nextCommand; in handleRequest() local
157 nextCommand = getNextCommand( ); in handleRequest()
158 if ( nextCommand ) in handleRequest()
222 CControlCommand* nextCommand; in handleRequest() local
234 nextCommand = getNextCommand( ); in handleRequest()
[all …]
H A Dfilepickerstate.cxx319 CControlCommand* nextCommand; in reset() local
324 nextCommand = currentCommand->getNextCommand( ); in reset()
326 currentCommand = nextCommand; in reset()
H A Dcontrolcommand.hxx66 void SAL_CALL setNextCommand( CControlCommand* nextCommand );

Completed in 22 milliseconds