Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx347 void SAL_CALL CNonExecuteFilePickerState::addControlCommand( CControlCommand* aControlCommand ) in addControlCommand() argument
349 OSL_ASSERT( aControlCommand ); in addControlCommand()
353 m_FirstControlCommand = aControlCommand; in addControlCommand()
362 pNextControlCommand->setNextCommand( aControlCommand ); in addControlCommand()
578 CControlCommand* aControlCommand = firstControlCommand; in initFilePickerControls() local
580 while ( aControlCommand ) in initFilePickerControls()
582 aControlCommand->exec( this ); in initFilePickerControls()
583 aControlCommand = aControlCommand->getNextCommand( ); in initFilePickerControls()
H A Dfilepickerstate.hxx106 void SAL_CALL addControlCommand( CControlCommand* aControlCommand );
/trunk/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx192 ControlCommand aControlCommand; in statusChanged() local
225 else if ( Event.State >>= aControlCommand ) in statusChanged()
227 executeControlCommand( aControlCommand ); in statusChanged()

Completed in 30 milliseconds