Lines Matching refs:OColumns
179 DBG_NAME(OColumns);
182 OColumns::OColumns(::cppu::OWeakObject& _rParent, in OColumns() function in OColumns
199 DBG_CTOR(OColumns, NULL); in OColumns()
203 OColumns::OColumns(::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex, in OColumns() function in OColumns
220 DBG_CTOR(OColumns, NULL); in OColumns()
223 OColumns::~OColumns() in ~OColumns()
225 DBG_DTOR(OColumns, NULL); in ~OColumns()
230 rtl::OUString OColumns::getImplementationName( ) throw(RuntimeException) in getImplementationName()
236 sal_Bool OColumns::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException) in supportsService()
242 Sequence< ::rtl::OUString > OColumns::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
250 void OColumns::append( const ::rtl::OUString& _rName, OColumn* _pColumn ) in append()
264 void OColumns::clearColumns() in clearColumns()
271 void SAL_CALL OColumns::disposing(void) in disposing()
281 void OColumns::impl_refresh() throw(::com::sun::star::uno::RuntimeException) in impl_refresh()
288 connectivity::sdbcx::ObjectType OColumns::createObject(const ::rtl::OUString& _rName) in createObject()
308 Reference< XPropertySet > OColumns::createDescriptor() in createDescriptor()
322 Any SAL_CALL OColumns::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
348 Sequence< Type > SAL_CALL OColumns::getTypes( ) throw(RuntimeException) in getTypes()
400 sdbcx::ObjectType OColumns::appendObject( const ::rtl::OUString& _rForName, const Reference< XPrope… in appendObject()
438 void OColumns::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) in dropObject()
466 Reference< XInterface > SAL_CALL OColumns::getParent( ) throw (RuntimeException) in getParent()
472 void SAL_CALL OColumns::setParent( const Reference< XInterface >& _xParent ) throw (NoSupportExcept… in setParent()