Home
last modified time | relevance | path

Searched refs:ODescriptor (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx44 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 DVTable.cxx82 ,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 DVKey.cxx76 , 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 DVIndex.cxx77 , 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 DVColumn.cxx73 ,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 DVView.cxx49 …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 DVGroup.cxx48 , 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 DVUser.cxx49 , 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 DVCatalog.cxx227 void ODescriptor::construct() in construct()
233 ODescriptor::~ODescriptor() in ~ODescriptor()
H A DVCollection.cxx393 ODescriptor* pDescriptor = ODescriptor::getImplementation( xNewlyCreated ); in appendByDescriptor()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVDescriptor.hxx43 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 DVIndex.hxx59 public ODescriptor,
H A DVView.hxx54 public ODescriptor
H A DVColumn.hxx54 public ODescriptor
H A DVKey.hxx72 public ODescriptor,
H A DVGroup.hxx62 public ODescriptor
H A DVUser.hxx56 public ODescriptor
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DODescriptor.java32 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 DOView.java32 public class OView extends ODescriptor
H A DOIndex.java42 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 DSdbcxIndexDescriptor.java26 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor;
33 public class SdbcxIndexDescriptor extends ODescriptor implements XColumnsSupplier, XServiceInfo {
H A DSdbcxViewDescriptor.java25 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor;
31 public class SdbcxViewDescriptor extends ODescriptor implements XServiceInfo {
H A DSdbcxKeyDescriptor.java26 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor;
34 public class SdbcxKeyDescriptor extends ODescriptor implements XColumnsSupplier, XServiceInfo {
H A DSdbcxTableDescriptor.java27 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor;
37 public class SdbcxTableDescriptor extends ODescriptor implements XColumnsSupplier, XKeysSupplier, X…
H A DSdbcxColumnDescriptor.java26 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.ODescriptor;
32 public class SdbcxColumnDescriptor extends ODescriptor implements XServiceInfo {

Completed in 102 milliseconds

12