Lines Matching refs:_nControlId
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()
582 m_pFilePickerController->enableControl( _nControlId, bEnabled ); in implSetControlProperty()