Searched refs:_nControlId (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/fpicker/source/office/ |
H A D | OfficeControlAccess.cxx | 359 …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 D | pickercallbacks.hxx | 41 …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 D | iodlg.hxx | 328 …virtual Control* getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl = sal_False… 329 virtual void enableControl( sal_Int16 _nControlId, sal_Bool _bEnable );
|
H A D | iodlg.cxx | 2837 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 D | OfficeControlAccess.hxx | 94 sal_Int16 _nControlId,
|
H A D | OfficeFilePicker.cxx | 342 void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) in notify() argument 347 FilePickerEvent aEvent( *this, _nControlId ); in notify()
|
H A D | OfficeFilePicker.hxx | 213 virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId );
|
Completed in 59 milliseconds