Searched refs:SwVbaBookmarks (Results 1 – 3 of 3) sorted by relevance
112 SwVbaBookmarks::SwVbaBookmarks( const uno::Reference< XHelperInterface >& xParent, const uno::Refer… in SwVbaBookmarks() function in SwVbaBookmarks122 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 …]
37 class SwVbaBookmarks : public SwVbaBookmarks_BASE class49 …SwVbaBookmarks( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refere…50 virtual ~SwVbaBookmarks() {} in ~SwVbaBookmarks()
147 …uno::Reference< XCollection > xBookmarksVba( new SwVbaBookmarks( this, mxContext, xBookmarks, getM… in Bookmarks()