Lines Matching refs:SwXBookmark

67 class SwXBookmark::Impl
78 Impl( SwXBookmark & rThis, in Impl()
88 void registerInMark(SwXBookmark & rThis, ::sw::mark::IMark *const pBkmk);
95 void SwXBookmark::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify()
106 void SwXBookmark::Impl::registerInMark( in registerInMark()
107 SwXBookmark & rThis, in registerInMark()
130 const ::sw::mark::IMark* SwXBookmark::GetBookmark() const in GetBookmark()
135 SwXBookmark::SwXBookmark( in SwXBookmark() function in SwXBookmark
138 : m_pImpl( new SwXBookmark::Impl(*this, pDoc, pBkmk) ) in SwXBookmark()
142 SwXBookmark::SwXBookmark() in SwXBookmark() function in SwXBookmark
143 : m_pImpl( new SwXBookmark::Impl(*this, 0, 0) ) in SwXBookmark()
147 SwXBookmark::~SwXBookmark() in ~SwXBookmark()
151 uno::Reference<text::XTextContent> SwXBookmark::CreateXBookmark( in CreateXBookmark()
166 SwXBookmark *const pXBookmark = new SwXBookmark(&rBookmark, &rDoc); in CreateXBookmark()
174 void SwXBookmark::registerInMark( ::sw::mark::IMark *const pBkmk ) in registerInMark()
179 ::sw::mark::IMark const* SwXBookmark::GetBookmarkInDoc(SwDoc const*const pDoc, in GetBookmarkInDoc()
182 SwXBookmark *const pXBkm( in GetBookmarkInDoc()
183 ::sw::UnoTunnelGetImplementation<SwXBookmark>(xUT)); in GetBookmarkInDoc()
191 const uno::Sequence< sal_Int8 > & SwXBookmark::getUnoTunnelId() in getUnoTunnelId()
197 sal_Int64 SAL_CALL SwXBookmark::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()
200 return ::sw::UnoTunnelImpl<SwXBookmark>(rId, this); in getSomething()
203 void SwXBookmark::attachToRangeEx( in attachToRangeEx()
263 void SwXBookmark::attachToRange( const uno::Reference< text::XTextRange > & xTextRange ) in attachToRange()
269 void SAL_CALL SwXBookmark::attach( const uno::Reference< text::XTextRange > & xTextRange ) in attach()
276 uno::Reference< text::XTextRange > SAL_CALL SwXBookmark::getAnchor() in getAnchor()
292 void SAL_CALL SwXBookmark::dispose() in dispose()
302 void SAL_CALL SwXBookmark::addEventListener( in addEventListener()
315 void SAL_CALL SwXBookmark::removeEventListener( in removeEventListener()
328 OUString SAL_CALL SwXBookmark::getName() in getName()
338 void SAL_CALL SwXBookmark::setName(const OUString& rName) in setName()
378 SwXBookmark::getImplementationName() throw (uno::RuntimeException) in getImplementationName()
392 sal_Bool SAL_CALL SwXBookmark::supportsService(const OUString& rServiceName) in supportsService()
400 SwXBookmark::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()
407 ::sfx2::Metadatable* SwXBookmark::GetCoreObject() in GetCoreObject()
412 uno::Reference<frame::XModel> SwXBookmark::GetModel() in GetModel()
424 SwXBookmark::getPropertySetInfo() throw (uno::RuntimeException) in getPropertySetInfo()
435 SwXBookmark::setPropertyValue(const OUString& PropertyName, in setPropertyValue()
447 uno::Any SAL_CALL SwXBookmark::getPropertyValue(const OUString& rPropertyName) in getPropertyValue()
465 SwXBookmark::addPropertyChangeListener( in addPropertyChangeListener()
476 SwXBookmark::removePropertyChangeListener( in removePropertyChangeListener()
487 SwXBookmark::addVetoableChangeListener( in addVetoableChangeListener()
498 SwXBookmark::removeVetoableChangeListener( in removeVetoableChangeListener()