Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A Dcontrolcommand.cxx39 CControlCommand::CControlCommand( sal_Int16 aControlId ) : in CControlCommand() function in CControlCommand
49 CControlCommand::~CControlCommand( ) in ~CControlCommand()
66 CControlCommand* nextCommand; in handleRequest()
85 CControlCommand* SAL_CALL CControlCommand::getNextCommand( ) const in getNextCommand()
94 void SAL_CALL CControlCommand::setNextCommand( CControlCommand* nextCommand ) in setNextCommand()
103 sal_Int16 SAL_CALL CControlCommand::getControlId( ) const in getControlId()
117 CControlCommand( aControlId ), in CValueControlCommand()
147 CControlCommand* nextCommand; in handleRequest()
197 CControlCommand( aControlId ), in CLabelControlCommand()
222 CControlCommand* nextCommand; in handleRequest()
[all …]
H A Dcontrolcommand.hxx47 class CControlCommand class
50 CControlCommand( sal_Int16 aControlId );
51 virtual ~CControlCommand( );
63 CControlCommand* SAL_CALL getNextCommand( ) const;
66 void SAL_CALL setNextCommand( CControlCommand* nextCommand );
72 CControlCommand* m_NextCommand;
80 class CValueControlCommand : public CControlCommand
105 class CLabelControlCommand : public CControlCommand
126 class CEnableControlCommand : public CControlCommand
H A Dfilepickerstate.hxx49 class CControlCommand;
103 CControlCommand* SAL_CALL getControlCommand( ) const;
106 void SAL_CALL addControlCommand( CControlCommand* aControlCommand );
109 CControlCommand* m_FirstControlCommand;
135 void SAL_CALL initFilePickerControls( CControlCommand* firstControlCommand );
H A Dfilepickerstate.cxx319 CControlCommand* nextCommand; in reset()
320 CControlCommand* currentCommand = m_FirstControlCommand; in reset()
336 CControlCommand* SAL_CALL CNonExecuteFilePickerState::getControlCommand( ) const in getControlCommand()
347 void SAL_CALL CNonExecuteFilePickerState::addControlCommand( CControlCommand* aControlCommand ) in addControlCommand()
357 CControlCommand* pNextControlCommand = m_FirstControlCommand; in addControlCommand()
576 void SAL_CALL CExecuteFilePickerState::initFilePickerControls( CControlCommand* firstControlCommand… in initFilePickerControls()
578 CControlCommand* aControlCommand = firstControlCommand; in initFilePickerControls()

Completed in 27 milliseconds