63#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSTORY_HXX
64#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSTORY_HXX
Stream wrapper for sax writer.
Base class of all Lwp content objects.
rtl::Reference< LwpVirtualLayout > GetLayout(LwpVirtualLayout const *pStartLayout)
Double Linked Virtual List Head Tail.
void SetTabLayout(LwpLayout *pLayout)
rtl::Reference< XFContentContainer > m_xXFContainer
bool IsPMModified() const
void XFConvertFrameInHeaderFooter(XFContentContainer *pCont)
bool IsBullStyleUsedBefore(const OUString &rStyleName, sal_uInt8 nPos)
std::unique_ptr< LwpHyperlinkMgr > m_pHyperlinkMgr
virtual void XFConvert(XFContentContainer *pCont) override
@descr default XFConvert function pCont is the XFContentContainer for the object conversion
bool GetDropcapFlag() const
void XFConvertFrameInCell(XFContentContainer *pCont)
LwpStory(LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
LwpDLVListHeadTail m_ParaList
LwpPageLayout * m_pCurrentLayout
void SetSectionName(const OUString &StyleName)
LwpObjectID & GetLastPara()
const OUString & GetSectionName() const
OUString m_CurrSectionName
XFContentContainer * GetXFContent()
void Read() override
@descr default read function
void SetCurrentLayout(LwpPageLayout *pPageLayout)
void RegisterStyle() override
@descr default register style function
LwpObjectID m_FirstParaStyle
void SetDropcapFlag(bool bFlag)
void SetPMModified(bool bPMModified)
void AddXFContent(XFContent *pContent)
void AddBullStyleName2List(const OUString &rStyleName, sal_uInt8 nPos)
LwpMiddleLayout * GetTabLayout()
OUString RegisterFirstFribStyle()
void Parse(IXFStream *pOutputStream) override
@descr default parse function
LwpObjectID & GetFirstPara()
LwpHyperlinkMgr * GetHyperlinkMgr()
OUString GetContentText(bool bAllText=false)
LwpPageLayout * GetCurrentLayout()
void XFConvertFrameInFrame(XFContentContainer *pCont)
std::vector< LwpPageLayout * > m_LayoutList
virtual ~LwpStory() override
std::pair< OUString, sal_uInt8 > NamePosPair
LwpPara * GetLastParaOfPreviousStory()
LwpPageLayout * GetNextPageLayout()
std::vector< NamePosPair > m_vBulletStyleNameList
void XFConvertFrameInPage(XFContentContainer *pCont)
encapsulate XInputStream to provide SvStream like interfaces
@descr Base class for all content object.