Searched refs:OKeyColumn (Results 1 – 6 of 6) sorted by relevance
35 ::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 OKeyColumn69 OKeyColumn::OKeyColumn( const ::rtl::OUString& _ReferencedColumn, in OKeyColumn() function in OKeyColumn98 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()
34 class OKeyColumn;35 typedef ::comphelper::OIdPropertyArrayUsageHelper<OKeyColumn> OKeyColumn_PROP;37 class OOO_DLLPUBLIC_DBTOOLS OKeyColumn : class45 OKeyColumn(sal_Bool _bCase);46 OKeyColumn( const ::rtl::OUString& _ReferencedColumn,59 virtual ~OKeyColumn();
34 OKeyColumn::OKeyColumn() : OColumn() in OKeyColumn() function in OKeyColumn39 OKeyColumn::OKeyColumn( const ::rtl::OUString& _ReferencedColumn, in OKeyColumn() function in OKeyColumn62 void OKeyColumn::construct() in construct()
70 OKeyColumn* pRet = new OKeyColumn(aRefColumnName, in createObject()89 OKeyColumn* pNew = new OKeyColumn(); in createDescriptor()
33 class OKeyColumn : public OAdoColumn class38 OKeyColumn();39 OKeyColumn( const ::rtl::OUString& _ReferencedColumn,
110 OKeyColumn* pRet = new OKeyColumn(aRefColumnName, in createObject()132 return new OKeyColumn(isCaseSensitive()); in createDescriptor()
Completed in 23 milliseconds