LibreOffice Module writerfilter (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
writerfilter::LoggedStream Class Referenceabstract

#include <LoggedResources.hxx>

Inheritance diagram for writerfilter::LoggedStream:
[legend]
Collaboration diagram for writerfilter::LoggedStream:
[legend]

Public Member Functions

 LoggedStream (const std::string &sPrefix)
 
virtual ~LoggedStream () override
 
void startSectionGroup () override
 Receives start mark for group with the same section properties. More...
 
void endSectionGroup () override
 Receives end mark for group with the same section properties. More...
 
void startParagraphGroup () override
 Receives start mark for group with the same paragraph properties. More...
 
void endParagraphGroup () override
 Receives end mark for group with the same paragraph properties. More...
 
void startCharacterGroup () override
 Receives start mark for group with the same character properties. More...
 
void endCharacterGroup () override
 Receives end mark for group with the same character properties. More...
 
void startShape (css::uno::Reference< css::drawing::XShape > const &xShape) override
 Receives a shape. More...
 
void endShape () override
 
void startTextBoxContent () override
 Receives a text-box-content. More...
 
void endTextBoxContent () override
 
void text (const sal_uInt8 *data, size_t len) override
 Receives 8-bit per character text. More...
 
void utext (const sal_uInt8 *data, size_t len) override
 Receives 16-bit per character text. More...
 
void positionOffset (const OUString &rText, bool bVertical) override
 Offset in EMUs for a shape. More...
 
void align (const OUString &rText, bool bVertical) override
 Horizontal and vertical alignment for a shape. More...
 
void positivePercentage (const OUString &rText) override
 
void props (writerfilter::Reference< Properties >::Pointer_t ref) override
 Receives properties of the current run of text. More...
 
void table (Id name, writerfilter::Reference< Table >::Pointer_t ref) override
 Receives table. More...
 
void substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref) override
 Receives a substream. More...
 
void info (const std::string &info) override
 Debugging: Receives information about current point in stream. More...
 
void startGlossaryEntry () override
 Receives start mark for glossary document entry. More...
 
void endGlossaryEntry () override
 Receives end mark for glossary document entry. More...
 
void checkId (const sal_Int32 nId) override
 Receives identifier for node entry. More...
 
virtual void setDocumentReference (writerfilter::ooxml::OOXMLDocument *) override
 
- Public Member Functions inherited from writerfilter::Stream
virtual void startSectionGroup ()=0
 Receives start mark for group with the same section properties. More...
 
virtual void endSectionGroup ()=0
 Receives end mark for group with the same section properties. More...
 
virtual void markLastSectionGroup ()
 The current section is the last one in this body text. More...
 
virtual void setDocumentReference (writerfilter::ooxml::OOXMLDocument *pDocument)=0
 
virtual void startParagraphGroup ()=0
 Receives start mark for group with the same paragraph properties. More...
 
virtual void endParagraphGroup ()=0
 Receives end mark for group with the same paragraph properties. More...
 
virtual void markLastParagraphInSection ()
 
virtual void startCharacterGroup ()=0
 Receives start mark for group with the same character properties. More...
 
virtual void endCharacterGroup ()=0
 Receives end mark for group with the same character properties. More...
 
virtual void startShape (css::uno::Reference< css::drawing::XShape > const &xShape)=0
 Receives a shape. More...
 
virtual void endShape ()=0
 
virtual void startTextBoxContent ()=0
 Receives a text-box-content. More...
 
virtual void endTextBoxContent ()=0
 
virtual void text (const sal_uInt8 *data, size_t len)=0
 Receives 8-bit per character text. More...
 
virtual void utext (const sal_uInt8 *data, size_t len)=0
 Receives 16-bit per character text. More...
 
virtual void positionOffset (const OUString &rText, bool bVertical)=0
 Offset in EMUs for a shape. More...
 
virtual css::awt::Point getPositionOffset ()=0
 Returns the last set offsets of a shape in HMM. More...
 
virtual void align (const OUString &rText, bool bVertical)=0
 Horizontal and vertical alignment for a shape. More...
 
virtual void positivePercentage (const OUString &rText)=0
 
virtual void props (writerfilter::Reference< Properties >::Pointer_t ref)=0
 Receives properties of the current run of text. More...
 
virtual void table (Id name, writerfilter::Reference< Table >::Pointer_t ref)=0
 Receives table. More...
 
virtual void substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref)=0
 Receives a substream. More...
 
virtual void info (const std::string &info)=0
 Debugging: Receives information about current point in stream. More...
 
virtual void startGlossaryEntry ()=0
 Receives start mark for glossary document entry. More...
 
virtual void endGlossaryEntry ()=0
 Receives end mark for glossary document entry. More...
 
virtual void checkId (const sal_Int32 nId)=0
 Receives identifier for node entry. More...
 
virtual void commentProps (const OUString &, const CommentProperties &)
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 

Protected Member Functions

virtual void lcl_startSectionGroup ()=0
 
virtual void lcl_endSectionGroup ()=0
 
virtual void lcl_startParagraphGroup ()=0
 
virtual void lcl_endParagraphGroup ()=0
 
virtual void lcl_startCharacterGroup ()=0
 
virtual void lcl_endCharacterGroup ()=0
 
virtual void lcl_startShape (css::uno::Reference< css::drawing::XShape > const &xShape)=0
 
virtual void lcl_endShape ()=0
 
virtual void lcl_startTextBoxContent ()=0
 
virtual void lcl_endTextBoxContent ()=0
 
virtual void lcl_text (const sal_uInt8 *data, size_t len)=0
 
virtual void lcl_utext (const sal_uInt8 *data, size_t len)=0
 
virtual void lcl_positionOffset (const OUString &, bool)
 
virtual css::awt::Point getPositionOffset () override
 Returns the last set offsets of a shape in HMM. More...
 
virtual void lcl_align (const OUString &, bool)
 
virtual void lcl_positivePercentage (const OUString &)
 
virtual void lcl_props (writerfilter::Reference< Properties >::Pointer_t ref)=0
 
virtual void lcl_table (Id name, writerfilter::Reference< Table >::Pointer_t ref)=0
 
virtual void lcl_substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref)=0
 
virtual void lcl_startGlossaryEntry ()
 
virtual void lcl_endGlossaryEntry ()
 
virtual void lcl_checkId (const sal_Int32)
 
- Protected Member Functions inherited from writerfilter::Stream
 ~Stream () override
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

LoggedResourcesHelper mHelper
 

Additional Inherited Members

- Public Types inherited from writerfilter::Stream
typedef tools::SvRef< StreamPointer_t
 Pointer to this stream. More...
 

Detailed Description

Definition at line 49 of file LoggedResources.hxx.

Constructor & Destructor Documentation

◆ LoggedStream()

writerfilter::LoggedStream::LoggedStream ( const std::string &  sPrefix)
explicit

Definition at line 67 of file LoggedResources.cxx.

◆ ~LoggedStream()

writerfilter::LoggedStream::~LoggedStream ( )
overridevirtual

Definition at line 77 of file LoggedResources.cxx.

Member Function Documentation

◆ align()

void writerfilter::LoggedStream::align ( const OUString &  rText,
bool  bVertical 
)
overridevirtual

Horizontal and vertical alignment for a shape.

Call before an ooxml:CT_PosH/V_align sprm is sent.

Implements writerfilter::Stream.

Definition at line 209 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::attribute(), writerfilter::LoggedResourcesHelper::chars(), writerfilter::LoggedResourcesHelper::endElement(), lcl_align(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ checkId()

void writerfilter::LoggedStream::checkId ( const sal_Int32  nId)
overridevirtual

◆ endCharacterGroup()

void writerfilter::LoggedStream::endCharacterGroup ( )
overridevirtual

Receives end mark for group with the same character properties.

Implements writerfilter::Stream.

Definition at line 124 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::endElement(), and lcl_endCharacterGroup().

◆ endGlossaryEntry()

void writerfilter::LoggedStream::endGlossaryEntry ( )
overridevirtual

Receives end mark for glossary document entry.

Implements writerfilter::Stream.

Definition at line 306 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::endElement(), lcl_endGlossaryEntry(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ endParagraphGroup()

void writerfilter::LoggedStream::endParagraphGroup ( )
overridevirtual

Receives end mark for group with the same paragraph properties.

Implements writerfilter::Stream.

Definition at line 106 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::endElement(), and lcl_endParagraphGroup().

◆ endSectionGroup()

void writerfilter::LoggedStream::endSectionGroup ( )
overridevirtual

Receives end mark for group with the same section properties.

Implements writerfilter::Stream.

Definition at line 88 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::endElement(), and lcl_endSectionGroup().

◆ endShape()

void writerfilter::LoggedStream::endShape ( )
overridevirtual

◆ endTextBoxContent()

void writerfilter::LoggedStream::endTextBoxContent ( )
overridevirtual

Implements writerfilter::Stream.

Definition at line 153 of file LoggedResources.cxx.

References lcl_endTextBoxContent().

◆ getPositionOffset()

virtual css::awt::Point writerfilter::LoggedStream::getPositionOffset ( )
inlineoverrideprotectedvirtual

Returns the last set offsets of a shape in HMM.

Implements writerfilter::Stream.

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 94 of file LoggedResources.hxx.

◆ info()

void writerfilter::LoggedStream::info ( const std::string &  info)
overridevirtual

Debugging: Receives information about current point in stream.

Parameters
infothe information

Implements writerfilter::Stream.

Definition at line 279 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::attribute(), writerfilter::LoggedResourcesHelper::endElement(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ lcl_align()

virtual void writerfilter::LoggedStream::lcl_align ( const OUString &  ,
bool   
)
inlineprotectedvirtual

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 95 of file LoggedResources.hxx.

Referenced by align().

◆ lcl_checkId()

virtual void writerfilter::LoggedStream::lcl_checkId ( const  sal_Int32)
inlineprotectedvirtual

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 102 of file LoggedResources.hxx.

Referenced by checkId().

◆ lcl_endCharacterGroup()

virtual void writerfilter::LoggedStream::lcl_endCharacterGroup ( )
protectedpure virtual

◆ lcl_endGlossaryEntry()

virtual void writerfilter::LoggedStream::lcl_endGlossaryEntry ( )
inlineprotectedvirtual

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 101 of file LoggedResources.hxx.

Referenced by endGlossaryEntry().

◆ lcl_endParagraphGroup()

virtual void writerfilter::LoggedStream::lcl_endParagraphGroup ( )
protectedpure virtual

◆ lcl_endSectionGroup()

virtual void writerfilter::LoggedStream::lcl_endSectionGroup ( )
protectedpure virtual

◆ lcl_endShape()

virtual void writerfilter::LoggedStream::lcl_endShape ( )
protectedpure virtual

◆ lcl_endTextBoxContent()

virtual void writerfilter::LoggedStream::lcl_endTextBoxContent ( )
protectedpure virtual

◆ lcl_positionOffset()

virtual void writerfilter::LoggedStream::lcl_positionOffset ( const OUString &  ,
bool   
)
inlineprotectedvirtual

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 93 of file LoggedResources.hxx.

Referenced by positionOffset().

◆ lcl_positivePercentage()

virtual void writerfilter::LoggedStream::lcl_positivePercentage ( const OUString &  )
inlineprotectedvirtual

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 96 of file LoggedResources.hxx.

Referenced by positivePercentage().

◆ lcl_props()

virtual void writerfilter::LoggedStream::lcl_props ( writerfilter::Reference< Properties >::Pointer_t  ref)
protectedpure virtual

Referenced by props().

◆ lcl_startCharacterGroup()

virtual void writerfilter::LoggedStream::lcl_startCharacterGroup ( )
protectedpure virtual

◆ lcl_startGlossaryEntry()

virtual void writerfilter::LoggedStream::lcl_startGlossaryEntry ( )
inlineprotectedvirtual

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 100 of file LoggedResources.hxx.

Referenced by startGlossaryEntry().

◆ lcl_startParagraphGroup()

virtual void writerfilter::LoggedStream::lcl_startParagraphGroup ( )
protectedpure virtual

◆ lcl_startSectionGroup()

virtual void writerfilter::LoggedStream::lcl_startSectionGroup ( )
protectedpure virtual

◆ lcl_startShape()

virtual void writerfilter::LoggedStream::lcl_startShape ( css::uno::Reference< css::drawing::XShape > const &  xShape)
protectedpure virtual

◆ lcl_startTextBoxContent()

virtual void writerfilter::LoggedStream::lcl_startTextBoxContent ( )
protectedpure virtual

◆ lcl_substream()

virtual void writerfilter::LoggedStream::lcl_substream ( Id  name,
writerfilter::Reference< Stream >::Pointer_t  ref 
)
protectedpure virtual

Referenced by substream().

◆ lcl_table()

virtual void writerfilter::LoggedStream::lcl_table ( Id  name,
writerfilter::Reference< Table >::Pointer_t  ref 
)
protectedpure virtual

Referenced by table().

◆ lcl_text()

virtual void writerfilter::LoggedStream::lcl_text ( const sal_uInt8 data,
size_t  len 
)
protectedpure virtual

◆ lcl_utext()

virtual void writerfilter::LoggedStream::lcl_utext ( const sal_uInt8 data,
size_t  len 
)
protectedpure virtual

◆ positionOffset()

void writerfilter::LoggedStream::positionOffset ( const OUString &  rText,
bool  bVertical 
)
overridevirtual

◆ positivePercentage()

void writerfilter::LoggedStream::positivePercentage ( const OUString &  rText)
overridevirtual

◆ props()

void writerfilter::LoggedStream::props ( writerfilter::Reference< Properties >::Pointer_t  ref)
overridevirtual

Receives properties of the current run of text.

Parameters
refreference to the properties

Implements writerfilter::Stream.

Definition at line 238 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::endElement(), lcl_props(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

Referenced by writerfilter::dmapper::DomainMapper::lcl_utext(), and writerfilter::dmapper::DomainMapper::sprmWithProps().

◆ setDocumentReference()

virtual void writerfilter::LoggedStream::setDocumentReference ( writerfilter::ooxml::OOXMLDocument )
inlineoverridevirtual

Implements writerfilter::Stream.

Reimplemented in writerfilter::dmapper::DomainMapper.

Definition at line 78 of file LoggedResources.hxx.

◆ startCharacterGroup()

void writerfilter::LoggedStream::startCharacterGroup ( )
overridevirtual

Receives start mark for group with the same character properties.

Implements writerfilter::Stream.

Definition at line 115 of file LoggedResources.cxx.

References lcl_startCharacterGroup(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ startGlossaryEntry()

void writerfilter::LoggedStream::startGlossaryEntry ( )
overridevirtual

Receives start mark for glossary document entry.

Implements writerfilter::Stream.

Definition at line 293 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::endElement(), lcl_startGlossaryEntry(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ startParagraphGroup()

void writerfilter::LoggedStream::startParagraphGroup ( )
overridevirtual

Receives start mark for group with the same paragraph properties.

Implements writerfilter::Stream.

Definition at line 97 of file LoggedResources.cxx.

References lcl_startParagraphGroup(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ startSectionGroup()

void writerfilter::LoggedStream::startSectionGroup ( )
overridevirtual

Receives start mark for group with the same section properties.

Implements writerfilter::Stream.

Definition at line 79 of file LoggedResources.cxx.

References lcl_startSectionGroup(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ startShape()

void writerfilter::LoggedStream::startShape ( css::uno::Reference< css::drawing::XShape > const &  xShape)
overridevirtual

Receives a shape.

Implements writerfilter::Stream.

Definition at line 133 of file LoggedResources.cxx.

References lcl_startShape(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ startTextBoxContent()

void writerfilter::LoggedStream::startTextBoxContent ( )
overridevirtual

Receives a text-box-content.

Implements writerfilter::Stream.

Definition at line 151 of file LoggedResources.cxx.

References lcl_startTextBoxContent().

◆ substream()

void writerfilter::LoggedStream::substream ( Id  name,
writerfilter::Reference< Stream >::Pointer_t  ref 
)
overridevirtual

◆ table()

void writerfilter::LoggedStream::table ( Id  name,
writerfilter::Reference< Table >::Pointer_t  ref 
)
overridevirtual

◆ text()

void writerfilter::LoggedStream::text ( const sal_uInt8 data,
size_t  len 
)
overridevirtual

Receives 8-bit per character text.

Parameters
databuffer containing the text
lennumber of characters in the text

Implements writerfilter::Stream.

Definition at line 155 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::chars(), writerfilter::LoggedResourcesHelper::endElement(), lcl_text(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

◆ utext()

void writerfilter::LoggedStream::utext ( const sal_uInt8 data,
size_t  len 
)
overridevirtual

Receives 16-bit per character text.

Parameters
databuffer containing the text
lennumber of characters in the text.

Implements writerfilter::Stream.

Definition at line 174 of file LoggedResources.cxx.

References writerfilter::LoggedResourcesHelper::chars(), writerfilter::LoggedResourcesHelper::endElement(), lcl_utext(), mHelper, and writerfilter::LoggedResourcesHelper::startElement().

Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().

Member Data Documentation

◆ mHelper

LoggedResourcesHelper writerfilter::LoggedStream::mHelper
private

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