Searched refs:OIndexColumn (Results 1 – 8 of 8) sorted by relevance
34 ::rtl::OUString SAL_CALL OIndexColumn::getImplementationName( ) throw (::com::sun::star::uno::Runt… in getImplementationName()41 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OIndexColumn::getSupportedServiceNames(… in getSupportedServiceNames()52 sal_Bool SAL_CALL OIndexColumn::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com… in supportsService()63 OIndexColumn::OIndexColumn(sal_Bool _bCase) : OColumn(_bCase), m_IsAscending(sal_True) in OIndexColumn() function in OIndexColumn69 OIndexColumn::OIndexColumn( sal_Bool _IsAscending, in OIndexColumn() function in OIndexColumn98 ::cppu::IPropertyArrayHelper* OIndexColumn::createArrayHelper( sal_Int32 /*_nId*/ ) const in createArrayHelper()103 ::cppu::IPropertyArrayHelper& SAL_CALL OIndexColumn::getInfoHelper() in getInfoHelper()108 void OIndexColumn::construct() in construct()
34 class OIndexColumn;35 typedef ::comphelper::OIdPropertyArrayUsageHelper<OIndexColumn> OIndexColumn_PROP;37 class OOO_DLLPUBLIC_DBTOOLS OIndexColumn : class45 OIndexColumn( sal_Bool _bCase);46 OIndexColumn( sal_Bool _IsAscending,
33 class OIndexColumn : public OAdabasColumn class38 OIndexColumn();39 OIndexColumn( sal_Bool _IsAscending,
33 class OIndexColumn : public OAdoColumn class38 OIndexColumn();39 OIndexColumn( sal_Bool _IsAscending,
35 class OIndexColumn : public OAdabasColumn class40 OIndexColumn();41 OIndexColumn( sal_Bool _IsAscending,
84 OIndexColumn* pRet = new OIndexColumn(bAsc, in createObject()105 return new OIndexColumn(sal_True); in createDescriptor()
96 OIndexColumn* pRet = new OIndexColumn(bAsc, in createObject()116 return new OIndexColumn(sal_True); in createDescriptor()
58 sdbcx::ObjectType xRet = new sdbcx::OIndexColumn(sal_True,_rName in createObject()81 …return new sdbcx::OIndexColumn(m_pIndex->getTable()->getConnection()->getMetaData()->supportsMixed… in createDescriptor()
Completed in 33 milliseconds