Home
last modified time | relevance | path

Searched refs:_nControlId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx359 …void OControlAccess::setValue( sal_Int16 _nControlId, sal_Int16 _nControlAction, const Any& _rValu… in setValue() argument
361 Control* pControl = m_pFilePickerController->getControl( _nControlId ); in setValue()
372 switch ( _nControlId ) in setValue()
405 implSetControlProperty( _nControlId, pControl, nPropertyId, _rValue ); in setValue()
410 Any OControlAccess::getValue( sal_Int16 _nControlId, sal_Int16 _nControlAction ) const in getValue() argument
414 Control* pControl = m_pFilePickerController->getControl( _nControlId, sal_False ); in getValue()
425 switch ( _nControlId ) in getValue()
550 …void OControlAccess::implSetControlProperty( sal_Int16 _nControlId, Control* _pControl, sal_Int16 … in implSetControlProperty() argument
553 _pControl = m_pFilePickerController->getControl( _nControlId ); in implSetControlProperty()
558 DBG_ASSERT( _pControl == m_pFilePickerController->getControl( _nControlId ), in implSetControlProperty()
[all …]
H A Dpickercallbacks.hxx41 …virtual Control* getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl = sal_False ) const = …
42 virtual void enableControl( sal_Int16 _nControlId, sal_Bool _bEnable ) = 0;
50 virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) = 0;
H A Diodlg.hxx328 …virtual Control* getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl = sal_False…
329 virtual void enableControl( sal_Int16 _nControlId, sal_Bool _bEnable );
H A Diodlg.cxx2837 Control* SvtFileDialog::getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl ) const in getControl() argument
2841 switch ( _nControlId ) in getControl()
2966 void SvtFileDialog::enableControl( sal_Int16 _nControlId, sal_Bool _bEnable ) in enableControl() argument
2968 Control* pControl = getControl( _nControlId, sal_False ); in enableControl()
2971 Control* pLabel = getControl( _nControlId, sal_True ); in enableControl()
H A DOfficeControlAccess.hxx94 sal_Int16 _nControlId,
H A DOfficeFilePicker.cxx342 void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) in notify() argument
347 FilePickerEvent aEvent( *this, _nControlId ); in notify()
H A DOfficeFilePicker.hxx213 virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId );

Completed in 62 milliseconds