Lines Matching refs:OGridColumn

127 const Sequence<sal_Int8>& OGridColumn::getUnoTunnelImplementationId()  in getUnoTunnelImplementationId()
144 sal_Int64 SAL_CALL OGridColumn::getSomething( const Sequence<sal_Int8>& _rIdentifier) throw(Runtime… in getSomething()
164 Sequence<sal_Int8> SAL_CALL OGridColumn::getImplementationId() throw(RuntimeException) in getImplementationId()
170 Sequence<Type> SAL_CALL OGridColumn::getTypes() throw(RuntimeException) in getTypes()
194 Any SAL_CALL OGridColumn::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation()
217 DBG_NAME(OGridColumn);
219 OGridColumn::OGridColumn( const comphelper::ComponentContext& _rContext, const ::rtl::OUString& _sM… in OGridColumn() function in frm::OGridColumn
226 DBG_CTOR(OGridColumn,NULL); in OGridColumn()
249 OGridColumn::OGridColumn( const OGridColumn* _pOriginal ) in OGridColumn() function in frm::OGridColumn
254 DBG_CTOR(OGridColumn,NULL); in OGridColumn()
278 OGridColumn::~OGridColumn() in ~OGridColumn()
293 DBG_DTOR(OGridColumn,NULL); in ~OGridColumn()
298 void SAL_CALL OGridColumn::disposing(const EventObject& _rSource) throw(RuntimeException) in disposing()
309 void OGridColumn::disposing() in disposing()
320 void OGridColumn::clearAggregateProperties( Sequence< Property >& _rProps, sal_Bool bAllowDropDown ) in clearAggregateProperties()
380 void OGridColumn::setOwnProperties(Sequence<Property>& aDescriptor) in setOwnProperties()
393 void OGridColumn::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
418 sal_Bool OGridColumn::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, in convertFastPropertyValue()
449 void OGridColumn::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw (:… in setFastPropertyValue_NoBroadcast()
472 Any OGridColumn::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
488 Reference< XCloneable > SAL_CALL OGridColumn::createClone( ) throw (RuntimeException) in createClone()
490 OGridColumn* pNewColumn = createCloneColumn(); in createClone()
496 void SAL_CALL OGridColumn::write(const Reference<XObjectOutputStream>& _rxOutStream) in write()
544 void SAL_CALL OGridColumn::read(const Reference<XObjectInputStream>& _rxInStream) in read()