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

#include <lwpmarker.hxx>

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

Public Member Functions

 LwpRubyMarker (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void Read () override
 @descr Read name of LwpDLNFVList from object stream More...
 
const OUString & GetRubyText () const
 
void SetRubyText (const OUString &sText)
 
const OUString & GetTextStyleName () const
 
void SetTextStyleName (const OUString &sName)
 
const OUString & GetRubyStyleName () const
 
void SetRubyStyleName (const OUString &sName)
 
- Public Member Functions inherited from LwpStoryMarker
 LwpStoryMarker (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void Read () override
 @descr Read name of LwpDLNFVList from object stream More...
 
- Public Member Functions inherited from LwpMarker
 LwpMarker (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
void Read () override
 @descr Read name of LwpDLNFVList from object stream More...
 
OUString GetNamedProperty (std::u16string_view name)
 
- Public Member Functions inherited from LwpDLNFPVList
 LwpDLNFPVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 @descr ctor of LwpDLNFPVList from object stream Note that m_bHasProperties is initialized to true More...
 
virtual ~LwpDLNFPVList () override
 @descr release property list More...
 
LwpPropListGetPropList ()
 
- Public Member Functions inherited from LwpDLNFVList
 LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpAtomHolderGetName ()
 
LwpObjectIDGetChildHead ()
 
LwpObjectIDGetChildTail ()
 
LwpObjectIDGetParent ()
 
- Public Member Functions inherited from LwpDLVList
 LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpObjectIDGetNext ()
 
LwpObjectIDGetPrevious ()
 
- Public Member Functions inherited from LwpObject
 LwpObject (LwpObjectHeader objHdr, LwpSvStream *pStrm)
 @descr construct lwpobject from stream More...
 
void QuickRead ()
 @descr QuickRead template More...
 
void DoRegisterStyle ()
 
void DoParse (IXFStream *pOutputStream)
 
void DoXFConvert (XFContentContainer *pCont)
 
LwpFoundryGetFoundry ()
 
void SetFoundry (LwpFoundry *pFoundry)
 
LwpObjectIDGetObjectID ()
 
sal_uInt32 GetTag () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Attributes

LwpObjectID m_objLayout
 
OUString m_strRubyText
 
OUString m_RubyStyle
 
OUString m_TextStyle
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Types inherited from LwpMarker
enum  {
  MARKER_START =1 ,
  MARKER_END =2
}
 
- Protected Member Functions inherited from LwpDLNFPVList
void Read () override
 @descr Read name of LwpDLNFVList from object stream More...
 
void ReadPropertyList (LwpObjectStream *pObjStrm)
 @descr Read property list More...
 
- Protected Member Functions inherited from LwpDLNFVList
virtual ~LwpDLNFVList () override
 
void Read () override
 @descr Read LwpDLNFVList data from object stream More...
 
void ReadName (LwpObjectStream *pObjStrm)
 @descr Read name of LwpDLNFVList from object stream More...
 
- Protected Member Functions inherited from LwpDLVList
virtual ~LwpDLVList () override
 
void Read () override
 @descr Read LwpDLVList data from object stream More...
 
- Protected Member Functions inherited from LwpObject
virtual ~LwpObject () override
 @descr dtor() More...
 
virtual void Read ()
 @descr default read function More...
 
virtual void RegisterStyle ()
 @descr default register style function More...
 
virtual void Parse (IXFStream *pOutputStream)
 @descr default parse function More...
 
virtual void XFConvert (XFContentContainer *pCont)
 @descr default XFConvert function pCont is the XFContentContainer for the object conversion More...
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from LwpDLNFVList
LwpObjectID m_ChildHead
 
LwpObjectID m_ChildTail
 
LwpObjectID m_Parent
 
LwpAtomHolder m_Name
 
- Protected Attributes inherited from LwpObject
LwpObjectHeader m_ObjHdr
 
std::unique_ptr< LwpObjectStreamm_pObjStrm
 
LwpFoundrym_pFoundry
 
LwpSvStreamm_pStrm
 
bool m_bRegisteringStyle
 
bool m_bParsingStyle
 
bool m_bConvertingContent
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 246 of file lwpmarker.hxx.

Constructor & Destructor Documentation

◆ LwpRubyMarker()

LwpRubyMarker::LwpRubyMarker ( LwpObjectHeader const &  objHdr,
LwpSvStream pStrm 
)

Definition at line 526 of file lwpmarker.cxx.

Member Function Documentation

◆ GetRubyStyleName()

const OUString & LwpRubyMarker::GetRubyStyleName ( ) const
inline

Definition at line 255 of file lwpmarker.hxx.

References m_RubyStyle.

Referenced by LwpFribRubyMarker::XFConvert().

◆ GetRubyText()

const OUString & LwpRubyMarker::GetRubyText ( ) const
inline

Definition at line 251 of file lwpmarker.hxx.

References m_strRubyText.

Referenced by LwpFribRubyMarker::XFConvert().

◆ GetTextStyleName()

const OUString & LwpRubyMarker::GetTextStyleName ( ) const
inline

Definition at line 253 of file lwpmarker.hxx.

References m_TextStyle.

Referenced by LwpFribRubyMarker::XFConvert().

◆ Read()

void LwpRubyMarker::Read ( )
overridevirtual

@descr Read name of LwpDLNFVList from object stream

Reimplemented from LwpStoryMarker.

Definition at line 530 of file lwpmarker.cxx.

References m_objLayout, LwpObject::m_pObjStrm, LwpStoryMarker::Read(), and LwpObjectID::ReadIndexed().

◆ SetRubyStyleName()

void LwpRubyMarker::SetRubyStyleName ( const OUString &  sName)
inline

Definition at line 256 of file lwpmarker.hxx.

References m_RubyStyle, and sName.

Referenced by LwpRubyLayout::RegisterStyle().

◆ SetRubyText()

void LwpRubyMarker::SetRubyText ( const OUString &  sText)
inline

Definition at line 252 of file lwpmarker.hxx.

References m_strRubyText.

Referenced by LwpRubyLayout::ConvertContentText().

◆ SetTextStyleName()

void LwpRubyMarker::SetTextStyleName ( const OUString &  sName)
inline

Definition at line 254 of file lwpmarker.hxx.

References m_TextStyle, and sName.

Referenced by LwpRubyLayout::RegisterStyle().

Member Data Documentation

◆ m_objLayout

LwpObjectID LwpRubyMarker::m_objLayout
private

Definition at line 258 of file lwpmarker.hxx.

Referenced by Read().

◆ m_RubyStyle

OUString LwpRubyMarker::m_RubyStyle
private

Definition at line 260 of file lwpmarker.hxx.

Referenced by GetRubyStyleName(), and SetRubyStyleName().

◆ m_strRubyText

OUString LwpRubyMarker::m_strRubyText
private

Definition at line 259 of file lwpmarker.hxx.

Referenced by GetRubyText(), and SetRubyText().

◆ m_TextStyle

OUString LwpRubyMarker::m_TextStyle
private

Definition at line 261 of file lwpmarker.hxx.

Referenced by GetTextStyleName(), and SetTextStyleName().


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