| /AOO41X/main/dbaccess/source/core/dataaccess/ |
| H A D | ContentHelper.cxx | 103 OContentHelper::OContentHelper(const Reference< XMultiServiceFactory >& _xORB in OContentHelper() function in dbaccess::OContentHelper 117 void SAL_CALL OContentHelper::disposing() in disposing() 128 IMPLEMENT_SERVICE_INFO1(OContentHelper,"com.sun.star.comp.sdb.Content","com.sun.star.ucb.Content"); 129 IMPLEMENT_IMPLEMENTATION_ID(OContentHelper) in IMPLEMENT_IMPLEMENTATION_ID() argument 132 Reference< XContentIdentifier > SAL_CALL OContentHelper::getIdentifier( ) throw (RuntimeException) in IMPLEMENT_IMPLEMENTATION_ID() 141 ::rtl::OUString OContentHelper::impl_getHierarchicalName( bool _includingRootContainer ) const in impl_getHierarchicalName() 168 ::rtl::OUString SAL_CALL OContentHelper::getContentType() throw (RuntimeException) in getContentType() 180 void SAL_CALL OContentHelper::addContentEventListener( const Reference< XContentEventListener >& _r… in addContentEventListener() 187 void SAL_CALL OContentHelper::removeContentEventListener( const Reference< XContentEventListener >&… in removeContentEventListener() 196 sal_Int32 SAL_CALL OContentHelper::createCommandIdentifier( ) throw (RuntimeException) in createCommandIdentifier() [all …]
|
| H A D | ComponentDefinition.cxx | 142 :OContentHelper(_xORB,_xParentContainer,_pImpl) in OComponentDefinition() 143 ,ODataSettings(OContentHelper::rBHelper,!_bTable) in OComponentDefinition() 161 :OContentHelper(_xORB,_rxContainer,_pImpl) in OComponentDefinition() 162 ,ODataSettings(OContentHelper::rBHelper,!_bTable) in OComponentDefinition() 174 IMPLEMENT_GETTYPES3(OComponentDefinition,ODataSettings,OContentHelper,OComponentDefinition_BASE); 175 IMPLEMENT_FORWARD_XINTERFACE3( OComponentDefinition,OContentHelper,ODataSettings,OComponentDefiniti… in IMPLEMENT_FORWARD_XINTERFACE3() argument 212 OContentHelper::disposing(); in disposing() 249 ::connectivity::checkDisposed(OContentHelper::rBHelper.bDisposed); in getColumns()
|
| H A D | definitioncontainer.cxx | 142 :OContentHelper(_xORB,_xParentContainer,_pImpl) in DBG_NAME() 167 OContentHelper::disposing(); in disposing() 202 IMPLEMENT_FORWARD_XINTERFACE2( ODefinitionContainer,OContentHelper,ODefinitionContainer_Base) 203 IMPLEMENT_TYPEPROVIDER2(ODefinitionContainer,OContentHelper,ODefinitionContainer_Base); 599 … ::rtl::Reference< OContentHelper > pContent = OContentHelper::getImplementation( _rxNewObject ); in implAppend() 661 ::rtl::Reference< OContentHelper > pContent( OContentHelper::getImplementation( _rxObject ) ); in approveNewObject()
|
| H A D | documentcontainer.cxx | 146 ,OPropertyStateContainer(OContentHelper::rBHelper) in DBG_NAME() 161 if ( !OContentHelper::rBHelper.bInDispose && !OContentHelper::rBHelper.bDisposed ) in ~ODocumentContainer() 532 aRet = OContentHelper::execute(aCommand,CommandId,Environment); in execute() 714 ::rtl::Reference<OContentHelper> ODocumentContainer::getContent(const ::rtl::OUString& _sName) const in getContent() 716 ::rtl::Reference<OContentHelper> pContent = NULL; in getContent() 721 …pContent = reinterpret_cast<OContentHelper*>(xUnoTunnel->getSomething(OContentHelper::getUnoTunnel… in getContent()
|
| H A D | documentdefinition.cxx | 590 :OContentHelper(_xORB,_rxContainer,_pImpl) in DBG_NAME() 591 ,OPropertyStateContainer(OContentHelper::rBHelper) in DBG_NAME() 618 if ( !OContentHelper::rBHelper.bInDispose && !OContentHelper::rBHelper.bDisposed ) in ~ODocumentDefinition() 658 OContentHelper::disposing(); in disposing() 670 IMPLEMENT_TYPEPROVIDER3(ODocumentDefinition,OContentHelper,OPropertyStateContainer,ODocumentDefinit… 671 IMPLEMENT_FORWARD_XINTERFACE3( ODocumentDefinition,OContentHelper,OPropertyStateContainer,ODocument… in IMPLEMENT_FORWARD_XINTERFACE3() argument 1304 aRet = OContentHelper::execute(aCommand,CommandId,Environment); in execute()
|
| H A D | ComponentDefinition.hxx | 117 class OComponentDefinition :public OContentHelper 182 virtual void notifyDataSourceModified() { OContentHelper::notifyDataSourceModified(); } in notifyDataSourceModified()
|
| H A D | myucp_datasupplier.hxx | 41 class OContentHelper;
|
| H A D | documentcontainer.hxx | 138 ::rtl::Reference<OContentHelper> getContent(const ::rtl::OUString& _sName) const;
|
| H A D | myucp_datasupplier.cxx | 80 ::rtl::Reference< OContentHelper > xContent;
|
| H A D | documentdefinition.hxx | 88 :public OContentHelper
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | query.cxx | 132 :OContentHelper(_xORB,NULL,TContentPtr(new OContentHelper_Impl)) in DBG_NAME() 134 ,ODataSettings(OContentHelper::rBHelper,sal_True) in DBG_NAME() 174 IMPLEMENT_GETTYPES3(OQuery,OQueryDescriptor_Base,ODataSettings,OContentHelper); 175 IMPLEMENT_FORWARD_XINTERFACE3( OQuery,OContentHelper,OQueryDescriptor_Base,ODataSettings) in IMPLEMENT_FORWARD_XINTERFACE3() argument
|
| H A D | query.hxx | 73 class OQuery :public OContentHelper
|
| /AOO41X/main/dbaccess/source/core/inc/ |
| H A D | ContentHelper.hxx | 143 class OContentHelper : public OContentHelper_MBASE class 183 …OContentHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto… 220 …static OContentHelper* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star…
|
| H A D | definitioncontainer.hxx | 135 :public OContentHelper
|