Lines Matching refs:FormController

46 	::pcr::OAutoRegistration< ::pcr::FormController > aFormControllerRegistration;  in createRegistryInfo_FormController()
88FormController::FormController( const Reference< XComponentContext >& _rxContext, ServiceDescripto… in FormController() function in pcr::FormController
106 FormController::~FormController() in ~FormController()
111 …IMPLEMENT_FORWARD_XINTERFACE2( FormController, OPropertyBrowserController, FormController_Property… in IMPLEMENT_FORWARD_XINTERFACE2() argument
114 Sequence< Type > SAL_CALL FormController::getTypes( ) throw(RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
125 IMPLEMENT_GET_IMPLEMENTATION_ID( FormController ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
128 ::rtl::OUString SAL_CALL FormController::getImplementationName( ) throw(RuntimeException) in IMPLEMENT_GET_IMPLEMENTATION_ID()
134 …Sequence< ::rtl::OUString > SAL_CALL FormController::getSupportedServiceNames( ) throw(RuntimeExc… in getSupportedServiceNames()
143 ::rtl::OUString FormController::getImplementationName_static( ) throw(RuntimeException) in getImplementationName_static()
149 …Sequence< ::rtl::OUString > FormController::getSupportedServiceNames_static( ) throw(RuntimeExcep… in getSupportedServiceNames_static()
157 …Reference< XInterface > SAL_CALL FormController::Create(const Reference< XComponentContext >& _rxC… in Create()
160 aService.GetImplementationName = &FormController::getImplementationName_static; in Create()
161 aService.GetSupportedServiceNames = &FormController::getSupportedServiceNames_static; in Create()
162 return *(new FormController( _rxContext, aService, true ) ); in Create()
166 …Reference< XPropertySetInfo > SAL_CALL FormController::getPropertySetInfo( ) throw(RuntimeExcepti… in getPropertySetInfo()
172 ::cppu::IPropertyArrayHelper& SAL_CALL FormController::getInfoHelper() in getInfoHelper()
178 ::cppu::IPropertyArrayHelper* FormController::createArrayHelper( ) const in createArrayHelper()
197 …sal_Bool SAL_CALL FormController::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue… in convertFastPropertyValue()
217 …void SAL_CALL FormController::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rVa… in setFastPropertyValue_NoBroadcast()
253 …void SAL_CALL FormController::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 … in getFastPropertyValue()
262 rValue = const_cast< FormController* >( this )->getViewData(); in getFastPropertyValue()
290 return *(new FormController( _rxContext, aService, false ) ); in Create()