Home
last modified time | relevance | path

Searched refs:OKeyColumn (Results 1 – 8 of 8) sorted by relevance

/trunk/main/connectivity/source/sdbcx/
H A DVKeyColumn.cxx35 ::rtl::OUString SAL_CALL OKeyColumn::getImplementationName( ) throw (::com::sun::star::uno::Runtim… in getImplementationName()
42 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OKeyColumn::getSupportedServiceNames( … in getSupportedServiceNames()
53 sal_Bool SAL_CALL OKeyColumn::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::… in supportsService()
64 OKeyColumn::OKeyColumn(sal_Bool _bCase) : OColumn(_bCase) in OKeyColumn() function in OKeyColumn
69 OKeyColumn::OKeyColumn( const ::rtl::OUString& _ReferencedColumn, in OKeyColumn() function in OKeyColumn
98 OKeyColumn::~OKeyColumn() in ~OKeyColumn()
102 ::cppu::IPropertyArrayHelper* OKeyColumn::createArrayHelper( sal_Int32 /*_nId*/ ) const in createArrayHelper()
107 ::cppu::IPropertyArrayHelper& SAL_CALL OKeyColumn::getInfoHelper() in getInfoHelper()
112 void OKeyColumn::construct() in construct()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVKeyColumn.hxx34 class OKeyColumn;
35 typedef ::comphelper::OIdPropertyArrayUsageHelper<OKeyColumn> OKeyColumn_PROP;
37 class OOO_DLLPUBLIC_DBTOOLS OKeyColumn : class
45 OKeyColumn(sal_Bool _bCase);
46 OKeyColumn( const ::rtl::OUString& _ReferencedColumn,
59 virtual ~OKeyColumn();
/trunk/main/connectivity/source/drivers/ado/
H A DAKeyColumn.cxx34 OKeyColumn::OKeyColumn() : OColumn() in OKeyColumn() function in OKeyColumn
39 OKeyColumn::OKeyColumn( const ::rtl::OUString& _ReferencedColumn, in OKeyColumn() function in OKeyColumn
62 void OKeyColumn::construct() in construct()
H A DAKeyColumns.cxx70 OKeyColumn* pRet = new OKeyColumn(aRefColumnName, in createObject()
89 OKeyColumn* pNew = new OKeyColumn(); in createDescriptor()
/trunk/main/connectivity/source/inc/ado/
H A DAKeyColumn.hxx33 class OKeyColumn : public OAdoColumn class
38 OKeyColumn();
39 OKeyColumn( const ::rtl::OUString& _ReferencedColumn,
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyColumn.java34 public class OKeyColumn extends OColumn implements XServiceInfo { class
42 protected OKeyColumn(boolean isCaseSensitive) { in OKeyColumn() method in OKeyColumn
47 public OKeyColumn( in OKeyColumn() method in OKeyColumn
H A DOKeyColumnContainer.java92 ret = new OKeyColumn(refColumnName, name, typeName, in createObject()
/trunk/main/connectivity/source/commontools/
H A DTKeyColumns.cxx110 OKeyColumn* pRet = new OKeyColumn(aRefColumnName, in createObject()
132 return new OKeyColumn(isCaseSensitive()); in createDescriptor()

Completed in 32 milliseconds