Lines Matching refs:OBookmarkContainer

78 DBG_NAME(OBookmarkContainer)  in DBG_NAME()  argument
80 OBookmarkContainer::OBookmarkContainer(OWeakObject& _rParent, Mutex& _rMutex) in DBG_NAME()
85 DBG_CTOR(OBookmarkContainer, NULL); in DBG_NAME()
89 void OBookmarkContainer::dispose() in dispose()
103 void SAL_CALL OBookmarkContainer::acquire( ) throw() in acquire()
109 void SAL_CALL OBookmarkContainer::release( ) throw() in release()
115 OBookmarkContainer::~OBookmarkContainer() in ~OBookmarkContainer()
117 DBG_DTOR(OBookmarkContainer, NULL); in ~OBookmarkContainer()
122 ::rtl::OUString SAL_CALL OBookmarkContainer::getImplementationName( ) throw(RuntimeException) in getImplementationName()
128 sal_Bool SAL_CALL OBookmarkContainer::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService()
136 Sequence< ::rtl::OUString > SAL_CALL OBookmarkContainer::getSupportedServiceNames( ) throw(Runtime… in getSupportedServiceNames()
145 void SAL_CALL OBookmarkContainer::insertByName( const ::rtl::OUString& _rName, const Any& aElement … in insertByName()
175 void SAL_CALL OBookmarkContainer::removeByName( const ::rtl::OUString& _rName ) throw(NoSuchElement… in removeByName()
208 void SAL_CALL OBookmarkContainer::replaceByName( const ::rtl::OUString& _rName, const Any& aElement… in replaceByName()
244 void SAL_CALL OBookmarkContainer::addContainerListener( const Reference< XContainerListener >& _rxL… in addContainerListener()
252 void SAL_CALL OBookmarkContainer::removeContainerListener( const Reference< XContainerListener >& _… in removeContainerListener()
261 Type SAL_CALL OBookmarkContainer::getElementType( ) throw (RuntimeException) in getElementType()
269 sal_Bool SAL_CALL OBookmarkContainer::hasElements( ) throw (RuntimeException) in hasElements()
278 Reference< XEnumeration > SAL_CALL OBookmarkContainer::createEnumeration( ) throw(RuntimeException) in createEnumeration()
287 sal_Int32 SAL_CALL OBookmarkContainer::getCount( ) throw(RuntimeException) in getCount()
295 Any SAL_CALL OBookmarkContainer::getByIndex( sal_Int32 _nIndex ) throw(IndexOutOfBoundsException, W… in getByIndex()
307 Any SAL_CALL OBookmarkContainer::getByName( const ::rtl::OUString& _rName ) throw(NoSuchElementExce… in getByName()
319 Sequence< ::rtl::OUString > SAL_CALL OBookmarkContainer::getElementNames( ) throw(RuntimeException) in getElementNames()
339 sal_Bool SAL_CALL OBookmarkContainer::hasByName( const ::rtl::OUString& _rName ) throw(RuntimeExcep… in hasByName()
348 void OBookmarkContainer::implRemove(const ::rtl::OUString& _rName) in implRemove()
381 void OBookmarkContainer::implAppend(const ::rtl::OUString& _rName, const ::rtl::OUString& _rDocumen… in implAppend()
390 void OBookmarkContainer::implReplace(const ::rtl::OUString& _rName, const ::rtl::OUString& _rNewLin… in implReplace()
399 void OBookmarkContainer::checkValid(sal_Bool /*_bIntendWriteAccess*/) const throw (RuntimeException… in checkValid()
404 Reference< XInterface > SAL_CALL OBookmarkContainer::getParent( ) throw (RuntimeException) in getParent()
410 void SAL_CALL OBookmarkContainer::setParent( const Reference< XInterface >& /*Parent*/ ) throw (NoS… in setParent()