Lines Matching refs:OContentHelper
103 OContentHelper::OContentHelper(const Reference< XMultiServiceFactory >& _xORB in OContentHelper() function in dbaccess::OContentHelper
117 void SAL_CALL OContentHelper::disposing() in disposing()
128 IMPLEMENT_SERVICE_INFO1(OContentHelper,"com.sun.star.comp.sdb.Content","com.sun.star.ucb.Content");
129 IMPLEMENT_IMPLEMENTATION_ID(OContentHelper) in IMPLEMENT_IMPLEMENTATION_ID() argument
132 Reference< XContentIdentifier > SAL_CALL OContentHelper::getIdentifier( ) throw (RuntimeException) in IMPLEMENT_IMPLEMENTATION_ID()
141 ::rtl::OUString OContentHelper::impl_getHierarchicalName( bool _includingRootContainer ) const in impl_getHierarchicalName()
168 ::rtl::OUString SAL_CALL OContentHelper::getContentType() throw (RuntimeException) in getContentType()
180 void SAL_CALL OContentHelper::addContentEventListener( const Reference< XContentEventListener >& _r… in addContentEventListener()
187 void SAL_CALL OContentHelper::removeContentEventListener( const Reference< XContentEventListener >&… in removeContentEventListener()
196 sal_Int32 SAL_CALL OContentHelper::createCommandIdentifier( ) throw (RuntimeException) in createCommandIdentifier()
203 Any SAL_CALL OContentHelper::execute( const Command& aCommand, sal_Int32 /*CommandId*/, const Refer… in execute()
289 void SAL_CALL OContentHelper::abort( sal_Int32 /*CommandId*/ ) throw (RuntimeException) in abort()
295 void SAL_CALL OContentHelper::addPropertiesChangeListener( const Sequence< ::rtl::OUString >& Prope… in addPropertiesChangeListener()
317 void SAL_CALL OContentHelper::removePropertiesChangeListener( const Sequence< ::rtl::OUString >& Pr… in removePropertiesChangeListener()
341 void SAL_CALL OContentHelper::addProperty( const ::rtl::OUString& /*Name*/, sal_Int16 /*Attributes*… in addProperty()
346 void SAL_CALL OContentHelper::removeProperty( const ::rtl::OUString& /*Name*/ ) throw (UnknownPrope… in removeProperty()
352 void SAL_CALL OContentHelper::initialize( const Sequence< Any >& _aArguments ) throw(Exception, Run… in initialize()
375 Sequence< Any > OContentHelper::setPropertyValues(const Sequence< PropertyValue >& rValues,const Re… in setPropertyValues()
489 Reference< XRow > OContentHelper::getPropertyValues( const Sequence< Property >& rProperties) in getPropertyValues()
571 void OContentHelper::notifyPropertiesChange( const Sequence< PropertyChangeEvent >& evt ) const in notifyPropertiesChange()
651 sal_Int64 OContentHelper::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething()
660 OContentHelper* OContentHelper::getImplementation( const Reference< XInterface >& _rxComponent ) in getImplementation()
662 OContentHelper* pContent( NULL ); in getImplementation()
666 …pContent = reinterpret_cast< OContentHelper* >( xUnoTunnel->getSomething( getUnoTunnelImplementati… in getImplementation()
672 Reference< XInterface > SAL_CALL OContentHelper::getParent( ) throw (RuntimeException) in getParent()
678 void SAL_CALL OContentHelper::setParent( const Reference< XInterface >& _xParent ) throw (NoSupport… in setParent()
685 void OContentHelper::impl_rename_throw(const ::rtl::OUString& _sNewName,bool _bNotify ) in impl_rename_throw()
714 void SAL_CALL OContentHelper::rename( const ::rtl::OUString& newName ) throw (SQLException, Element… in rename()
751 void OContentHelper::notifyDataSourceModified() in notifyDataSourceModified()