Lines Matching refs:ODocumentContainer

138 DBG_NAME(ODocumentContainer)  in DBG_NAME()  argument
140 ODocumentContainer::ODocumentContainer(const Reference< XMultiServiceFactory >& _xORB in DBG_NAME()
149 DBG_CTOR(ODocumentContainer, NULL); in DBG_NAME()
157 ODocumentContainer::~ODocumentContainer() in ~ODocumentContainer()
159 DBG_DTOR(ODocumentContainer, NULL); in ~ODocumentContainer()
168 IMPLEMENT_FORWARD_XINTERFACE3( ODocumentContainer,ODefinitionContainer,ODocumentContainer_Base,OPro…
169 IMPLEMENT_TYPEPROVIDER3(ODocumentContainer,ODefinitionContainer,OPropertyStateContainer,ODocumentCo…
170 IMPLEMENT_SERVICE_INFO_IMPLNAME(ODocumentContainer, "com.sun.star.comp.dba.ODocumentContainer");
171 IMPLEMENT_SERVICE_INFO_SUPPORTS(ODocumentContainer);
172 IMPLEMENT_PROPERTYCONTAINER_DEFAULTS(ODocumentContainer) in IMPLEMENT_PROPERTYCONTAINER_DEFAULTS() argument
174 Sequence< ::rtl::OUString > SAL_CALL ODocumentContainer::getSupportedServiceNames( ) throw(Runtime… in IMPLEMENT_PROPERTYCONTAINER_DEFAULTS()
182 ::rtl::OUString ODocumentContainer::determineContentType() const in determineContentType()
188 Reference< XContent > ODocumentContainer::createObject( const ::rtl::OUString& _rName) in createObject()
194 …return new ODocumentContainer( m_aContext.getLegacyServiceFactory(), *this, aFind->second, m_bForm… in createObject()
198 Reference< XInterface > SAL_CALL ODocumentContainer::createInstance( const ::rtl::OUString& aServic… in createInstance()
217 Reference< XInterface > SAL_CALL ODocumentContainer::createInstanceWithArguments( const ::rtl::OUSt… in createInstanceWithArguments()
387 …xContent = new ODocumentContainer( m_aContext.getLegacyServiceFactory(), *this, pElementImpl, Serv… in createInstanceWithArguments()
442 Sequence< ::rtl::OUString > SAL_CALL ODocumentContainer::getAvailableServiceNames( ) throw (Runtim… in getAvailableServiceNames()
451 Any SAL_CALL ODocumentContainer::execute( const Command& aCommand, sal_Int32 CommandId, const Refer… in execute()
569 Reference< XComponent > SAL_CALL ODocumentContainer::loadComponentFromURL( const ::rtl::OUString& _… in loadComponentFromURL()
619 Any SAL_CALL ODocumentContainer::getByHierarchicalName( const ::rtl::OUString& _sName ) throw (NoSu… in getByHierarchicalName()
630 sal_Bool SAL_CALL ODocumentContainer::hasByHierarchicalName( const ::rtl::OUString& _sName ) throw … in hasByHierarchicalName()
640 void SAL_CALL ODocumentContainer::insertByHierarchicalName( const ::rtl::OUString& _sName, const An… in insertByHierarchicalName()
664 void SAL_CALL ODocumentContainer::removeByHierarchicalName( const ::rtl::OUString& _sName ) throw (… in removeByHierarchicalName()
680 void SAL_CALL ODocumentContainer::replaceByHierarchicalName( const ::rtl::OUString& _sName, const A… in replaceByHierarchicalName()
697 ::rtl::OUString SAL_CALL ODocumentContainer::getHierarchicalName() throw (RuntimeException) in getHierarchicalName()
704 ::rtl::OUString SAL_CALL ODocumentContainer::composeHierarchicalName( const ::rtl::OUString& i_rRel… in composeHierarchicalName()
714 ::rtl::Reference<OContentHelper> ODocumentContainer::getContent(const ::rtl::OUString& _sName) const in getContent()
719 …Reference<XUnoTunnel> xUnoTunnel(const_cast<ODocumentContainer*>(this)->implGetByName( _sName, sal… in getContent()
729 void ODocumentContainer::getPropertyDefaultByHandle( sal_Int32 /*_nHandle*/, Any& _rDefault ) const in getPropertyDefaultByHandle()
734 void SAL_CALL ODocumentContainer::commit( ) throw (::com::sun::star::io::IOException, ::com::sun::… in commit()
750 void SAL_CALL ODocumentContainer::revert( ) throw (::com::sun::star::io::IOException, ::com::sun::… in revert()
766 Reference< XStorage> ODocumentContainer::getContainerStorage() const in getContainerStorage()
774 void SAL_CALL ODocumentContainer::removeByName( const ::rtl::OUString& _rName ) throw(NoSuchElement… in removeByName()
803 void SAL_CALL ODocumentContainer::rename( const ::rtl::OUString& newName ) throw (SQLException, Ele… in rename()