|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwpmarker.hxx>
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... | |
| LwpPropList * | GetPropList () |
Public Member Functions inherited from LwpDLNFVList | |
| LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| LwpAtomHolder & | GetName () |
| LwpObjectID & | GetChildHead () |
| LwpObjectID & | GetChildTail () |
| LwpObjectID & | GetParent () |
Public Member Functions inherited from LwpDLVList | |
| LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| LwpObjectID & | GetNext () |
| LwpObjectID & | GetPrevious () |
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) |
| LwpFoundry * | GetFoundry () |
| void | SetFoundry (LwpFoundry *pFoundry) |
| LwpObjectID & | GetObjectID () |
| 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< LwpObjectStream > | m_pObjStrm |
| LwpFoundry * | m_pFoundry |
| LwpSvStream * | m_pStrm |
| bool | m_bRegisteringStyle |
| bool | m_bParsingStyle |
| bool | m_bConvertingContent |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 246 of file lwpmarker.hxx.
| LwpRubyMarker::LwpRubyMarker | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 526 of file lwpmarker.cxx.
|
inline |
Definition at line 255 of file lwpmarker.hxx.
References m_RubyStyle.
Referenced by LwpFribRubyMarker::XFConvert().
|
inline |
Definition at line 251 of file lwpmarker.hxx.
References m_strRubyText.
Referenced by LwpFribRubyMarker::XFConvert().
|
inline |
Definition at line 253 of file lwpmarker.hxx.
References m_TextStyle.
Referenced by LwpFribRubyMarker::XFConvert().
|
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().
|
inline |
Definition at line 256 of file lwpmarker.hxx.
References m_RubyStyle, and sName.
Referenced by LwpRubyLayout::RegisterStyle().
|
inline |
Definition at line 252 of file lwpmarker.hxx.
References m_strRubyText.
Referenced by LwpRubyLayout::ConvertContentText().
|
inline |
Definition at line 254 of file lwpmarker.hxx.
References m_TextStyle, and sName.
Referenced by LwpRubyLayout::RegisterStyle().
|
private |
Definition at line 258 of file lwpmarker.hxx.
Referenced by Read().
|
private |
Definition at line 260 of file lwpmarker.hxx.
Referenced by GetRubyStyleName(), and SetRubyStyleName().
|
private |
Definition at line 259 of file lwpmarker.hxx.
Referenced by GetRubyText(), and SetRubyText().
|
private |
Definition at line 261 of file lwpmarker.hxx.
Referenced by GetTextStyleName(), and SetTextStyleName().