/aoo4110/main/connectivity/source/sdbcx/ |
H A D | VDescriptor.cxx | 44 ODescriptor::ODescriptor(::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bCase, sal_Bool _bNew) in ODescriptor() function in connectivity::sdbcx::ODescriptor 53 …sal_Int64 SAL_CALL ODescriptor::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeExcep… in getSomething() 61 ODescriptor* ODescriptor::getImplementation( const Reference< XInterface >& _rxSomeComp ) in getImplementation() 65 …return reinterpret_cast< ODescriptor* >( xTunnel->getSomething( getUnoTunnelImplementationId() ) ); in getImplementation() 89 ::cppu::IPropertyArrayHelper* ODescriptor::doCreateArrayHelper() const in doCreateArrayHelper() 103 sal_Bool ODescriptor::isNew( const Reference< XInterface >& _rxDescriptor ) in isNew() 105 ODescriptor* pImplementation = getImplementation( _rxDescriptor ); in isNew() 110 Sequence< sal_Int8 > ODescriptor::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() 126 Any SAL_CALL ODescriptor::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 133 void ODescriptor::setNew(sal_Bool _bNew) in setNew() [all …]
|
H A D | VTable.cxx | 82 ,ODescriptor(OTableDescriptor_BASE::rBHelper,_bCase,sal_True) in OTable() 95 ,ODescriptor(OTableDescriptor_BASE::rBHelper,_bCase) in OTable() 117 ODescriptor::construct(); in construct() 140 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() 156 return ::comphelper::concatSequences(ODescriptor::getTypes(),OTableDescriptor_BASE::getTypes()); in getTypes() 157 …return ::comphelper::concatSequences(ODescriptor::getTypes(),OTableDescriptor_BASE::getTypes(),OTa… in getTypes() 162 ODescriptor::disposing(); in disposing()
|
H A D | VKey.cxx | 76 , ODescriptor(ODescriptor_BASE::rBHelper,_bCase,sal_True) in OKey() 84 ,ODescriptor(ODescriptor_BASE::rBHelper,_bCase) in OKey() 113 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() 128 return ::comphelper::concatSequences(ODescriptor::getTypes(),ODescriptor_BASE::getTypes()); in getTypes() 130 …return ::comphelper::concatSequences(ODescriptor::getTypes(),ODescriptor_BASE::getTypes(),OKey_BAS… in getTypes() 135 ODescriptor::construct(); in construct()
|
H A D | VIndex.cxx | 77 , ODescriptor(ODescriptor_BASE::rBHelper,_bCase,sal_True) in OIndex() 91 ,ODescriptor(ODescriptor_BASE::rBHelper,_bCase) in OIndex() 118 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() 132 return ::comphelper::concatSequences(ODescriptor::getTypes(),ODescriptor_BASE::getTypes()); in getTypes() 133 …return ::comphelper::concatSequences(ODescriptor::getTypes(),ODescriptor_BASE::getTypes(),OIndex_B… in getTypes() 138 ODescriptor::construct(); in construct()
|
H A D | VColumn.cxx | 73 ,ODescriptor(OColumnDescriptor_BASE::rBHelper,_bCase,sal_True) in OColumn() 98 ,ODescriptor(OColumnDescriptor_BASE::rBHelper,_bCase) in OColumn() 141 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() 155 return ::comphelper::concatSequences(ODescriptor::getTypes(),OColumnDescriptor_BASE::getTypes()); in getTypes() 157 …return ::comphelper::concatSequences(ODescriptor::getTypes(),OColumn_BASE::getTypes(),OColumnDescr… in getTypes() 162 ODescriptor::construct(); in construct()
|
H A D | VView.cxx | 49 …const ::rtl::OUString& _CatalogName) : ODescriptor(::comphelper::OMutexAndBroadcastHelper::m_aBHel… in OView() 62 : ODescriptor(::comphelper::OMutexAndBroadcastHelper::m_aBHelper,_bCase,sal_True) in OView() 74 ODescriptor::construct(); in construct() 93 return ::comphelper::concatSequences(ODescriptor::getTypes(),OView_BASE::getTypes()); in getTypes() 99 return aRet.hasValue() ? aRet : ODescriptor::queryInterface( rType); in queryInterface()
|
H A D | VGroup.cxx | 48 , ODescriptor(OGroup_BASE::rBHelper,_bCase) in OGroup() 54 ,ODescriptor(OGroup_BASE::rBHelper,_bCase) in OGroup() 67 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() 73 return ::comphelper::concatSequences(ODescriptor::getTypes(),OGroup_BASE::getTypes()); in getTypes()
|
H A D | VUser.cxx | 49 , ODescriptor(OUser_BASE::rBHelper,_bCase,sal_True) in OUser() 55 ,ODescriptor(OUser_BASE::rBHelper,_bCase) in OUser() 76 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() 82 return ::comphelper::concatSequences(ODescriptor::getTypes(),OUser_BASE::getTypes()); in getTypes()
|
H A D | VCatalog.cxx | 227 void ODescriptor::construct() in construct() 233 ODescriptor::~ODescriptor() in ~ODescriptor()
|
H A D | VCollection.cxx | 393 ODescriptor* pDescriptor = ODescriptor::getImplementation( xNewlyCreated ); in appendByDescriptor()
|
/aoo4110/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VDescriptor.hxx | 43 class OOO_DLLPUBLIC_DBTOOLS ODescriptor class 64 ODescriptor(::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bCase, sal_Bool _bNew = sal_False); 66 virtual ~ODescriptor(); 90 …static ODescriptor* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::u…
|
H A D | VIndex.hxx | 59 public ODescriptor,
|
H A D | VView.hxx | 54 public ODescriptor
|
H A D | VColumn.hxx | 54 public ODescriptor
|
H A D | VKey.hxx | 72 public ODescriptor,
|
H A D | VGroup.hxx | 62 public ODescriptor
|
H A D | VUser.hxx | 56 public ODescriptor
|
H A D | VTable.hxx | 71 public ODescriptor
|
/aoo4110/main/connectivity/source/drivers/mysql/ |
H A D | YViews.cxx | 108 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
|
H A D | YTables.cxx | 146 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
|
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HViews.cxx | 114 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
|
H A D | HTables.cxx | 129 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
|
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BViews.cxx | 130 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
|
H A D | BTables.cxx | 163 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject()
|