Lines Matching refs:nextCommand
66 CControlCommand* nextCommand; in handleRequest() local
68 nextCommand = getNextCommand( ); in handleRequest()
69 if ( nextCommand ) in handleRequest()
71 result = nextCommand->handleRequest( pRequest ); in handleRequest()
94 void SAL_CALL CControlCommand::setNextCommand( CControlCommand* nextCommand ) in setNextCommand() argument
96 m_NextCommand = nextCommand; in setNextCommand()
147 CControlCommand* nextCommand; in handleRequest() local
157 nextCommand = getNextCommand( ); in handleRequest()
158 if ( nextCommand ) in handleRequest()
160 result = nextCommand->handleRequest( aRequest ); in handleRequest()
222 CControlCommand* nextCommand; in handleRequest() local
234 nextCommand = getNextCommand( ); in handleRequest()
235 if ( nextCommand ) in handleRequest()
237 result = nextCommand->handleRequest( aRequest ); in handleRequest()