Searched refs:aControlCommand (Results 1 – 3 of 3) sorted by relevance
347 void SAL_CALL CNonExecuteFilePickerState::addControlCommand( CControlCommand* aControlCommand ) in addControlCommand() argument349 OSL_ASSERT( aControlCommand ); in addControlCommand()353 m_FirstControlCommand = aControlCommand; in addControlCommand()362 pNextControlCommand->setNextCommand( aControlCommand ); in addControlCommand()578 CControlCommand* aControlCommand = firstControlCommand; in initFilePickerControls() local580 while ( aControlCommand ) in initFilePickerControls()582 aControlCommand->exec( this ); in initFilePickerControls()583 aControlCommand = aControlCommand->getNextCommand( ); in initFilePickerControls()
106 void SAL_CALL addControlCommand( CControlCommand* aControlCommand );
192 ControlCommand aControlCommand; in statusChanged() local225 else if ( Event.State >>= aControlCommand ) in statusChanged()227 executeControlCommand( aControlCommand ); in statusChanged()
Completed in 18 milliseconds