LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
XMLTextFrameContextHyperlink_Impl Class Reference

Public Member Functions

 XMLTextFrameContextHyperlink_Impl (OUString aHRef, OUString aName, OUString aTargetFrameName, bool bMap)
 
const OUString & GetHRef () const
 
const OUString & GetName () const
 
const OUString & GetTargetFrameName () const
 
bool GetMap () const
 

Private Attributes

OUString sHRef
 
OUString sName
 
OUString sTargetFrameName
 
bool bMap
 

Detailed Description

Definition at line 90 of file XMLTextFrameContext.cxx.

Constructor & Destructor Documentation

◆ XMLTextFrameContextHyperlink_Impl()

XMLTextFrameContextHyperlink_Impl::XMLTextFrameContextHyperlink_Impl ( OUString  aHRef,
OUString  aName,
OUString  aTargetFrameName,
bool  bMap 
)
inline

Definition at line 110 of file XMLTextFrameContext.cxx.

References aName, and sName.

Member Function Documentation

◆ GetHRef()

const OUString & XMLTextFrameContextHyperlink_Impl::GetHRef ( ) const
inline

Definition at line 104 of file XMLTextFrameContext.cxx.

References sHRef.

◆ GetMap()

bool XMLTextFrameContextHyperlink_Impl::GetMap ( ) const
inline

Definition at line 107 of file XMLTextFrameContext.cxx.

References bMap.

◆ GetName()

const OUString & XMLTextFrameContextHyperlink_Impl::GetName ( ) const
inline

Definition at line 105 of file XMLTextFrameContext.cxx.

References sName.

◆ GetTargetFrameName()

const OUString & XMLTextFrameContextHyperlink_Impl::GetTargetFrameName ( ) const
inline

Definition at line 106 of file XMLTextFrameContext.cxx.

References sTargetFrameName.

Member Data Documentation

◆ bMap

bool XMLTextFrameContextHyperlink_Impl::bMap
private

Definition at line 95 of file XMLTextFrameContext.cxx.

Referenced by GetMap().

◆ sHRef

OUString XMLTextFrameContextHyperlink_Impl::sHRef
private

Definition at line 92 of file XMLTextFrameContext.cxx.

Referenced by GetHRef().

◆ sName

OUString XMLTextFrameContextHyperlink_Impl::sName
private

Definition at line 93 of file XMLTextFrameContext.cxx.

Referenced by GetName().

◆ sTargetFrameName

OUString XMLTextFrameContextHyperlink_Impl::sTargetFrameName
private

Definition at line 94 of file XMLTextFrameContext.cxx.

Referenced by GetTargetFrameName().


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