LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwVbaBookmarks Class Reference

#include <vbabookmarks.hxx>

Inheritance diagram for SwVbaBookmarks:
[legend]
Collaboration diagram for SwVbaBookmarks:
[legend]

Public Member Functions

 SwVbaBookmarks (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::container::XIndexAccess > &xBookmarks, css::uno::Reference< css::frame::XModel > xModel)
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration () override
 
virtual css::uno::Any createCollectionObject (const css::uno::Any &aSource) override
 
virtual OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 
virtual sal_Int32 SAL_CALL getDefaultSorting () override
 
virtual void SAL_CALL setDefaultSorting (sal_Int32 _type) override
 
virtual sal_Bool SAL_CALL getShowHidden () override
 
virtual void SAL_CALL setShowHidden (sal_Bool _hidden) override
 
virtual css::uno::Any SAL_CALL Add (const OUString &rName, const css::uno::Any &rRange) override
 
virtual sal_Bool SAL_CALL Exists (const OUString &rName) override
 
- Public Member Functions inherited from CollTestImplHelper< typename... Ifc >
 CollTestImplHelper (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess, bool bIgnoreCase=false)
 
- Public Member Functions inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >
 ScVbaCollectionBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::container::XIndexAccess > xIndexAccess, bool bIgnoreCase=false)
 
virtual ::sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL Item (const css::uno::Any &Index1, const css::uno::Any &) override
 
OUString SAL_CALL getDefaultMethodName () override
 
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration () override=0
 
virtual css::uno::Type SAL_CALL getElementType () override=0
 
virtual sal_Bool SAL_CALL hasElements () override
 
virtual css::uno::Any createCollectionObject (const css::uno::Any &aSource)=0
 
- Public Member Functions inherited from InheritedHelperInterfaceImpl< Ifc... >
 InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext)
 
virtual OUString getServiceImplName ()=0
 
virtual css::uno::Sequence< OUString > getServiceNames ()=0
 
virtual ::sal_Int32 SAL_CALL getCreator () override
 
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent () override
 
virtual css::uno::Any SAL_CALL Application () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Static Public Member Functions

static void addBookmarkByName (const css::uno::Reference< css::frame::XModel > &xModel, const OUString &rName, const css::uno::Reference< css::text::XTextRange > &rTextRange)
 

Private Member Functions

void removeBookmarkByName (const OUString &rName)
 

Private Attributes

css::uno::Reference< css::frame::XModel > mxModel
 
css::uno::Reference< css::text::XBookmarksSupplier > mxBookmarksSupplier
 

Additional Inherited Members

- Protected Member Functions inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >
virtual css::uno::Any getItemByStringIndex (const OUString &sIndex)
 
virtual css::uno::Any getItemByIntIndex (const sal_Int32 nIndex)
 
void UpdateCollectionIndex (const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess)
 
- Protected Attributes inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >
css::uno::Reference< css::container::XIndexAccess > m_xIndexAccess
 
css::uno::Reference< css::container::XNameAccess > m_xNameAccess
 
bool mbIgnoreCase
 
- Protected Attributes inherited from InheritedHelperInterfaceImpl< Ifc... >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 30 of file vbabookmarks.hxx.

Constructor & Destructor Documentation

◆ SwVbaBookmarks()

SwVbaBookmarks::SwVbaBookmarks ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
const css::uno::Reference< css::uno::XComponentContext > &  xContext,
const css::uno::Reference< css::container::XIndexAccess > &  xBookmarks,
css::uno::Reference< css::frame::XModel >  xModel 
)

Definition at line 115 of file vbabookmarks.cxx.

References mxBookmarksSupplier, mxModel, mxModel, Reference, and xModel.

Member Function Documentation

◆ Add()

uno::Any SAL_CALL SwVbaBookmarks::Add ( const OUString &  rName,
const css::uno::Any &  rRange 
)
overridevirtual

◆ addBookmarkByName()

void SwVbaBookmarks::addBookmarkByName ( const css::uno::Reference< css::frame::XModel > &  xModel,
const OUString &  rName,
const css::uno::Reference< css::text::XTextRange > &  rTextRange 
)
static
Exceptions
css::uno::RuntimeException

Definition at line 147 of file vbabookmarks.cxx.

References xModel.

Referenced by Add(), and SwVbaRange::setText().

◆ createCollectionObject()

uno::Any SwVbaBookmarks::createCollectionObject ( const css::uno::Any &  aSource)
overridevirtual

◆ createEnumeration()

uno::Reference< container::XEnumeration > SwVbaBookmarks::createEnumeration ( )
overridevirtual

◆ Exists()

sal_Bool SAL_CALL SwVbaBookmarks::Exists ( const OUString &  rName)
overridevirtual

◆ getDefaultSorting()

sal_Int32 SAL_CALL SwVbaBookmarks::getDefaultSorting ( )
overridevirtual

Definition at line 183 of file vbabookmarks.cxx.

◆ getElementType()

uno::Type SwVbaBookmarks::getElementType ( )
overridevirtual

◆ getServiceImplName()

OUString SwVbaBookmarks::getServiceImplName ( )
overridevirtual

Implements InheritedHelperInterfaceImpl< Ifc... >.

Definition at line 214 of file vbabookmarks.cxx.

◆ getServiceNames()

css::uno::Sequence< OUString > SwVbaBookmarks::getServiceNames ( )
overridevirtual

Implements InheritedHelperInterfaceImpl< Ifc... >.

Definition at line 220 of file vbabookmarks.cxx.

◆ getShowHidden()

sal_Bool SAL_CALL SwVbaBookmarks::getShowHidden ( )
overridevirtual

Definition at line 195 of file vbabookmarks.cxx.

◆ removeBookmarkByName()

void SwVbaBookmarks::removeBookmarkByName ( const OUString &  rName)
private
Exceptions
css::uno::RuntimeException

Definition at line 141 of file vbabookmarks.cxx.

References ooo::vba::word::getXTextViewCursor(), ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >::m_xNameAccess, and mxModel.

Referenced by Add().

◆ setDefaultSorting()

void SAL_CALL SwVbaBookmarks::setDefaultSorting ( sal_Int32  _type)
overridevirtual

Definition at line 189 of file vbabookmarks.cxx.

◆ setShowHidden()

void SAL_CALL SwVbaBookmarks::setShowHidden ( sal_Bool  _hidden)
overridevirtual

Definition at line 201 of file vbabookmarks.cxx.

Member Data Documentation

◆ mxBookmarksSupplier

css::uno::Reference< css::text::XBookmarksSupplier > SwVbaBookmarks::mxBookmarksSupplier
private

Definition at line 34 of file vbabookmarks.hxx.

Referenced by SwVbaBookmarks().

◆ mxModel

css::uno::Reference< css::frame::XModel > SwVbaBookmarks::mxModel
private

The documentation for this class was generated from the following files: