Lines Matching refs:OIndex

47 ::rtl::OUString SAL_CALL OIndex::getImplementationName(  ) throw (::com::sun::star::uno::RuntimeExc…  in getImplementationName()
54 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OIndex::getSupportedServiceNames( ) th… in getSupportedServiceNames()
65 sal_Bool SAL_CALL OIndex::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun:… in supportsService()
76 OIndex::OIndex(sal_Bool _bCase) : ODescriptor_BASE(m_aMutex) in OIndex() function in OIndex
85 OIndex::OIndex( const ::rtl::OUString& _Name, in OIndex() function in OIndex
101 OIndex::~OIndex( ) in ~OIndex()
106 ::cppu::IPropertyArrayHelper* OIndex::createArrayHelper( sal_Int32 /*_nId*/ ) const in createArrayHelper()
111 ::cppu::IPropertyArrayHelper& SAL_CALL OIndex::getInfoHelper() in getInfoHelper()
116 Any SAL_CALL OIndex::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
129 Sequence< Type > SAL_CALL OIndex::getTypes( ) throw(RuntimeException) in getTypes()
136 void OIndex::construct() in construct()
148 void OIndex::disposing(void) in disposing()
158 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OIndex::getColumns( ) throw(Runtime… in getColumns()
178 return const_cast<OIndex*>(this)->m_pColumns; in getColumns()
181 Reference< XPropertySet > SAL_CALL OIndex::createDataDescriptor( ) throw(RuntimeException) in createDataDescriptor()
190 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OIndex::getP… in getPropertySetInfo()
195 ::rtl::OUString SAL_CALL OIndex::getName( ) throw(::com::sun::star::uno::RuntimeException) in getName()
200 void SAL_CALL OIndex::setName( const ::rtl::OUString& /*aName*/ ) throw(::com::sun::star::uno::Runt… in setName()
205 void SAL_CALL OIndex::acquire() throw() in acquire()
210 void SAL_CALL OIndex::release() throw() in release()
215 void OIndex::refreshColumns() in refreshColumns()