Lines Matching refs:OTableColumnDescriptor

63 IMPLEMENT_FORWARD_XINTERFACE2(OTableColumnDescriptor,OColumn,TXChild)  in IMPLEMENT_FORWARD_XINTERFACE2()  argument
66 void OTableColumnDescriptor::impl_registerProperties() in IMPLEMENT_FORWARD_XINTERFACE2()
89 IMPLEMENT_GET_IMPLEMENTATION_ID( OTableColumnDescriptor ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
93 rtl::OUString OTableColumnDescriptor::getImplementationName( ) throw (RuntimeException) in IMPLEMENT_GET_IMPLEMENTATION_ID()
99 Sequence< ::rtl::OUString > OTableColumnDescriptor::getSupportedServiceNames( ) throw (RuntimeExce… in getSupportedServiceNames()
109 ::cppu::IPropertyArrayHelper* OTableColumnDescriptor::createArrayHelper( ) const in createArrayHelper()
118 ::cppu::IPropertyArrayHelper& OTableColumnDescriptor::getInfoHelper() in getInfoHelper()
120 …return *static_cast< ::comphelper::OPropertyArrayUsageHelper< OTableColumnDescriptor >* >(this)->g… in getInfoHelper()
124 void OTableColumnDescriptor::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue… in setFastPropertyValue_NoBroadcast()
131 Reference< XInterface > SAL_CALL OTableColumnDescriptor::getParent( ) throw (RuntimeException) in getParent()
137 void SAL_CALL OTableColumnDescriptor::setParent( const Reference< XInterface >& _xParent ) throw (N… in setParent()
149 :OTableColumnDescriptor( false /* do not act as descriptor */ ) in OTableColumn()
179 return OTableColumnDescriptor::createArrayHelper(); in createArrayHelper()
189 :OTableColumnDescriptor( false /* do not act as descriptor */ ) in OQueryColumn()
312 return OTableColumnDescriptor::createArrayHelper(); in createArrayHelper()
318 OTableColumnDescriptor::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()