Lines Matching refs:m_pFilePickerController
192 :m_pFilePickerController( _pController ) in OControlAccess()
195 DBG_ASSERT( m_pFilePickerController, "OControlAccess::OControlAccess: invalid control locator!" ); in OControlAccess()
264 pControl = m_pFilePickerController->getControl( aFoundRange.first->nControlId ); in implGetControl()
306 if ( m_pFilePickerController->getControl( aControl->nControlId ) ) in getSupportedControls()
361 Control* pControl = m_pFilePickerController->getControl( _nControlId ); in setValue()
414 Control* pControl = m_pFilePickerController->getControl( _nControlId, sal_False ); in getValue()
440 aRet <<= ::rtl::OUString( m_pFilePickerController->getCurFilter() );; in getValue()
480 Control* pControl = m_pFilePickerController->getControl( nId, sal_True ); in setLabel()
491 Control* pControl = m_pFilePickerController->getControl( nId, sal_True ); in getLabel()
502 m_pFilePickerController->enableControl( _nId, _bEnable ); in enableControl()
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()