Lines Matching refs:OFormsCollection

45 DBG_NAME(OFormsCollection)  in DBG_NAME()  argument
49 return *(new OFormsCollection(_rxFactory)); in DBG_NAME()
53 ::rtl::OUString SAL_CALL OFormsCollection::getServiceName() throw(RuntimeException) in getServiceName()
59 Sequence< sal_Int8 > SAL_CALL OFormsCollection::getImplementationId( ) throw(RuntimeException) in getImplementationId()
65 Sequence<Type> SAL_CALL OFormsCollection::getTypes() throw(RuntimeException) in getTypes()
71 OFormsCollection::OFormsCollection(const Reference<XMultiServiceFactory>& _rxFactory) in OFormsCollection() function in frm::OFormsCollection
76 DBG_CTOR(OFormsCollection, NULL); in OFormsCollection()
80 OFormsCollection::OFormsCollection( const OFormsCollection& _cloneSource ) in OFormsCollection() function in frm::OFormsCollection
85 DBG_CTOR( OFormsCollection, NULL ); in OFormsCollection()
89 OFormsCollection::~OFormsCollection() in ~OFormsCollection()
91 DBG_DTOR(OFormsCollection, NULL); in ~OFormsCollection()
100 Any SAL_CALL OFormsCollection::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation()
115 ::rtl::OUString SAL_CALL OFormsCollection::getImplementationName() throw(RuntimeException) in getImplementationName()
121 sal_Bool SAL_CALL OFormsCollection::supportsService( const ::rtl::OUString& _rServiceName ) throw(R… in supportsService()
132 StringSequence SAL_CALL OFormsCollection::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
144 Reference< XCloneable > SAL_CALL OFormsCollection::createClone( ) throw (RuntimeException) in createClone()
146 OFormsCollection* pClone = new OFormsCollection( *this ); in createClone()
155 void OFormsCollection::disposing() in disposing()
167 void OFormsCollection::setParent(const InterfaceRef& Parent) throw( NoSupportException, RuntimeExce… in setParent()
174 InterfaceRef OFormsCollection::getParent() throw( RuntimeException ) in getParent()