/trunk/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()
|
/trunk/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
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | ODescriptor.java | 32 public class ODescriptor extends PropertySet { class 36 public ODescriptor(String name, boolean isCaseSensitive, boolean isReadOnly) { in ODescriptor() method in ODescriptor 42 public ODescriptor(String name, boolean isCaseSensitive) { in ODescriptor() method in ODescriptor
|
H A D | OView.java | 32 public class OView extends ODescriptor
|
H A D | OIndex.java | 42 public class OIndex extends ODescriptor implements XColumnsSupplier, XDataDescriptorFactory, XServi…
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/ |
H A D | SdbcxIndexDescriptor.java | 26 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor; 33 public class SdbcxIndexDescriptor extends ODescriptor implements XColumnsSupplier, XServiceInfo {
|
H A D | SdbcxViewDescriptor.java | 25 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor; 31 public class SdbcxViewDescriptor extends ODescriptor implements XServiceInfo {
|
H A D | SdbcxKeyDescriptor.java | 26 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor; 34 public class SdbcxKeyDescriptor extends ODescriptor implements XColumnsSupplier, XServiceInfo {
|
H A D | SdbcxTableDescriptor.java | 27 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor; 37 public class SdbcxTableDescriptor extends ODescriptor implements XColumnsSupplier, XKeysSupplier, X…
|
H A D | SdbcxColumnDescriptor.java | 26 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor; 32 public class SdbcxColumnDescriptor extends ODescriptor implements XServiceInfo {
|