Home
last modified time | relevance | path

Searched refs:SwVbaBookmarks (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/ui/vba/
H A Dvbabookmarks.cxx112 SwVbaBookmarks::SwVbaBookmarks( const uno::Reference< XHelperInterface >& xParent, const uno::Refer… in SwVbaBookmarks() function in SwVbaBookmarks
122 SwVbaBookmarks::getElementType() throw (uno::RuntimeException) in getElementType()
127 SwVbaBookmarks::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
134 SwVbaBookmarks::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject()
141 void SwVbaBookmarks::removeBookmarkByName( const rtl::OUString& rName ) throw (uno::RuntimeExceptio… in removeBookmarkByName()
147 void SwVbaBookmarks::addBookmarkByName( const rtl::OUString& rName, const uno::Reference< text::XTe… in addBookmarkByName()
157 SwVbaBookmarks::Add( const rtl::OUString& rName, const uno::Any& rRange ) throw (uno::RuntimeExcept… in Add()
185 SwVbaBookmarks::getDefaultSorting() throw (css::uno::RuntimeException) in getDefaultSorting()
191 SwVbaBookmarks::setDefaultSorting( sal_Int32/* _type*/ ) throw (css::uno::RuntimeException) in setDefaultSorting()
197 SwVbaBookmarks::getShowHidden() throw (css::uno::RuntimeException) in getShowHidden()
[all …]
H A Dvbabookmarks.hxx37 class SwVbaBookmarks : public SwVbaBookmarks_BASE class
49SwVbaBookmarks( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refere…
50 virtual ~SwVbaBookmarks() {} in ~SwVbaBookmarks()
H A Dvbadocument.cxx147 …uno::Reference< XCollection > xBookmarksVba( new SwVbaBookmarks( this, mxContext, xBookmarks, getM… in Bookmarks()