Lines Matching refs:OColumn

71 DBG_NAME(OColumn)  in DBG_NAME()  argument
77 OColumn::OColumn( const bool _bNameIsReadOnly ) in DBG_NAME()
81 DBG_CTOR(OColumn, NULL); in DBG_NAME()
88 OColumn::~OColumn() in ~OColumn()
90 DBG_DTOR(OColumn, NULL); in ~OColumn()
95 Sequence< Type > OColumn::getTypes() throw (RuntimeException) in getTypes()
104 IMPLEMENT_FORWARD_XINTERFACE2( OColumn, OColumnBase, ::comphelper::OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
108 rtl::OUString OColumn::getImplementationName( ) throw(RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
114 sal_Bool OColumn::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException) in supportsService()
120 Sequence< ::rtl::OUString > OColumn::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
129 void OColumn::disposing() in disposing()
136 Reference< XPropertySetInfo > OColumn::getPropertySetInfo() throw (RuntimeException) in getPropertySetInfo()
142 ::rtl::OUString SAL_CALL OColumn::getName( ) throw(::com::sun::star::uno::RuntimeException) in getName()
147 void SAL_CALL OColumn::setName( const ::rtl::OUString& _rName ) throw(::com::sun::star::uno::Runtim… in setName()
153 void OColumn::fireValueChange(const ::connectivity::ORowSetValue& /*_rOldValue*/) in fireValueChange()
159 void OColumn::registerProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr… in registerProperty()
165 void OColumn::registerMayBeVoidProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int… in registerMayBeVoidProperty()
171 void OColumn::registerPropertyNoMember( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int3… in registerPropertyNoMember()
250 void OColumns::append( const ::rtl::OUString& _rName, OColumn* _pColumn ) in append()