LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
writerfilter::dmapper::DomainMapper Class Reference

#include <DomainMapper.hxx>

Inheritance diagram for writerfilter::dmapper::DomainMapper:
[legend]
Collaboration diagram for writerfilter::dmapper::DomainMapper:
[legend]

Public Member Functions

 DomainMapper (const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::io::XInputStream > const &xInputStream, css::uno::Reference< css::lang::XComponent > const &xModel, bool bRepairStorage, SourceDocumentType eDocumentType, utl::MediaDescriptor const &rMediaDesc)
 
virtual ~DomainMapper () override
 
virtual void setDocumentReference (writerfilter::ooxml::OOXMLDocument *pDocument) override
 
virtual void markLastParagraphInSection () override
 
virtual void markLastSectionGroup () override
 The current section is the last one in this body text. More...
 
virtual void data (const sal_uInt8 *buf, size_t len) override
 Receives binary data of the object. More...
 
void sprmWithProps (Sprm &sprm, const PropertyMapPtr &pContext)
 
void PushStyleSheetProperties (const PropertyMapPtr &pStyleProperties, bool bAffectTableMngr=false)
 
void PopStyleSheetProperties (bool bAffectTableMngr=false)
 
void PushListProperties (const ::tools::SvRef< PropertyMap > &pListProperties)
 
void PopListProperties ()
 
OUString GetListStyleName (sal_Int32 nListId) const
 
void ValidateListLevel (const OUString &sStyleIdentifierD)
 
bool IsOOXMLImport () const
 
bool IsRTFImport () const
 
css::uno::Reference< css::lang::XMultiServiceFactory > const & GetTextFactory () const
 
css::uno::Reference< css::text::XTextRange > GetCurrentTextRange ()
 
OUString getOrCreateCharStyle (PropertyValueVector_t &rCharProperties, bool bAlwaysCreate)
 
StyleSheetTablePtr const & GetStyleSheetTable ()
 
SettingsTablePtr const & GetSettingsTable ()
 
GraphicZOrderHelpergraphicZOrderHelper ()
 
css::uno::Reference< css::drawing::XShape > PopPendingShape ()
 Return the first from the pending (not inserted to the document) shapes, if there are any. More...
 
bool IsInHeaderFooter () const
 
bool IsInTable () const
 
void SetDocDefaultsImport (bool bSet)
 
bool IsStyleSheetImport () const
 
bool IsNumberingImport () const
 
bool IsInShape () const
 
void hasControls (const bool bSet)
 
void processDeferredCharacterProperties (const std::map< sal_Int32, css::uno::Any > &rDeferredCharacterProperties, bool bCharContext=true)
 
void ProcessDeferredStyleCharacterProperties ()
 
void enableInteropGrabBag (const OUString &aName)
 Enable storing of seen tokens in a named grab bag. More...
 
css::beans::PropertyValue getInteropGrabBag ()
 Get the stored tokens and clear the internal storage. More...
 
void HandleRedline (Sprm &rSprm)
 
virtual void commentProps (const OUString &sId, const CommentProperties &rProps) override
 
css::uno::Reference< css::container::XNameContainer > const & GetCharacterStyles ()
 
OUString GetUnusedCharacterStyleName ()
 
- Public Member Functions inherited from writerfilter::LoggedProperties
 LoggedProperties (const std::string &sPrefix)
 
virtual ~LoggedProperties () override
 
void attribute (Id name, Value &val) override
 Receives an attribute. More...
 
void sprm (Sprm &sprm) override
 Receives a SPRM. More...
 
virtual void attribute (Id name, Value &val)=0
 Receives an attribute. More...
 
virtual void sprm (Sprm &sprm)=0
 Receives a SPRM. More...
 
- 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
 
- Public Member Functions inherited from writerfilter::LoggedTable
 LoggedTable (const std::string &sPrefix)
 
virtual ~LoggedTable () override
 
void entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref) override
 Receives an entry of the table. More...
 
virtual void entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref)=0
 Receives an entry of the table. More...
 
virtual void data (const sal_uInt8 *buf, size_t len)=0
 Receives binary data of the object. More...
 
- Public Member Functions inherited from writerfilter::LoggedStream
 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
 
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 &)
 

Private Member Functions

virtual void lcl_startSectionGroup () override
 
virtual void lcl_endSectionGroup () override
 
virtual void lcl_startParagraphGroup () override
 
virtual void lcl_endParagraphGroup () override
 
virtual void lcl_startCharacterGroup () override
 
virtual void lcl_endCharacterGroup () override
 
virtual void lcl_startShape (css::uno::Reference< css::drawing::XShape > const &xShape) override
 
virtual void lcl_endShape () override
 
virtual void lcl_startTextBoxContent () override
 
virtual void lcl_endTextBoxContent () override
 
virtual void lcl_text (const sal_uInt8 *data, size_t len) override
 
virtual void lcl_utext (const sal_uInt8 *data, size_t len) override
 
virtual void lcl_positionOffset (const OUString &rText, bool bVertical) override
 
virtual css::awt::Point getPositionOffset () override
 Returns the last set offsets of a shape in HMM. More...
 
virtual void lcl_align (const OUString &rText, bool bVertical) override
 
virtual void lcl_positivePercentage (const OUString &rText) override
 
virtual void lcl_props (writerfilter::Reference< Properties >::Pointer_t ref) override
 
virtual void lcl_table (Id name, writerfilter::Reference< Table >::Pointer_t ref) override
 
virtual void lcl_substream (Id name, ::writerfilter::Reference< Stream >::Pointer_t ref) override
 
virtual void lcl_startGlossaryEntry () override
 
virtual void lcl_endGlossaryEntry () override
 
virtual void lcl_checkId (const sal_Int32 nId) override
 
virtual void lcl_attribute (Id Name, Value &val) override
 
virtual void lcl_sprm (Sprm &sprm) override
 
virtual void lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref) override
 
void finishParagraph (const bool bRemove=false, const bool bNoNumbering=false)
 
void handleParaJustification (const sal_Int32 nIntValue, const ::tools::SvRef< PropertyMap > &rContext, const bool bExchangeLeftRight)
 

Static Private Member Functions

static void handleUnderlineType (const Id nId, const ::tools::SvRef< PropertyMap > &rContext)
 
static bool getColorFromId (const Id, sal_Int32 &nColor)
 
static sal_Int16 getEmphasisValue (const sal_Int32 nIntValue)
 
static OUString getBracketStringFromEnum (const sal_Int32 nIntValue, const bool bIsPrefix=true)
 
static css::style::TabAlign getTabAlignFromValue (const sal_Int32 nIntValue)
 
static sal_Unicode getFillCharFromValue (const sal_Int32 nIntValue)
 

Private Attributes

std::unique_ptr< DomainMapper_Implm_pImpl
 
bool mbIsSplitPara
 
bool mbHasControls
 
bool mbWasShapeInPara
 
std::unique_ptr< GraphicZOrderHelperm_zOrderHelper
 
OUString m_sGlossaryEntryName
 

Additional Inherited Members

- Public Types inherited from writerfilter::Table
typedef tools::SvRef< TablePointer_t
 
- Public Types inherited from writerfilter::Stream
typedef tools::SvRef< StreamPointer_t
 Pointer to this stream. More...
 
virtual void lcl_attribute (Id name, Value &val)=0
 
virtual void lcl_sprm (Sprm &sprm)=0
 
- Protected Member Functions inherited from writerfilter::Properties
 ~Properties () override
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 
virtual void lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref)=0
 
- Protected Member Functions inherited from writerfilter::Table
 ~Table () override
 
- Protected Member Functions inherited from writerfilter::BinaryObj
 ~BinaryObj ()
 
- Protected Member Functions inherited from writerfilter::LoggedStream
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
 

Detailed Description

Definition at line 68 of file DomainMapper.hxx.

Constructor & Destructor Documentation

◆ DomainMapper()

writerfilter::dmapper::DomainMapper::DomainMapper ( const css::uno::Reference< css::uno::XComponentContext > &  xContext,
css::uno::Reference< css::io::XInputStream > const &  xInputStream,
css::uno::Reference< css::lang::XComponent > const &  xModel,
bool  bRepairStorage,
SourceDocumentType  eDocumentType,
utl::MediaDescriptor const &  rMediaDesc 
)

◆ ~DomainMapper()

writerfilter::dmapper::DomainMapper::~DomainMapper ( )
overridevirtual

Member Function Documentation

◆ commentProps()

void writerfilter::dmapper::DomainMapper::commentProps ( const OUString &  sId,
const CommentProperties rProps 
)
overridevirtual

Reimplemented from writerfilter::Stream.

Definition at line 4862 of file DomainMapper.cxx.

References m_pImpl, and sId.

◆ data()

void writerfilter::dmapper::DomainMapper::data ( const sal_uInt8 buf,
size_t  len 
)
overridevirtual

Receives binary data of the object.

Parameters
bufpointer to buffer containing the data
lensize of buffer

Implements writerfilter::BinaryObj.

Definition at line 3603 of file DomainMapper.cxx.

◆ enableInteropGrabBag()

void writerfilter::dmapper::DomainMapper::enableInteropGrabBag ( const OUString &  aName)

Enable storing of seen tokens in a named grab bag.

Definition at line 4790 of file DomainMapper.cxx.

References aName, and m_pImpl.

Referenced by writerfilter::dmapper::TblStylePrHandler::lcl_sprm(), and sprmWithProps().

◆ finishParagraph()

void writerfilter::dmapper::DomainMapper::finishParagraph ( const bool  bRemove = false,
const bool  bNoNumbering = false 
)
private

◆ getBracketStringFromEnum()

OUString writerfilter::dmapper::DomainMapper::getBracketStringFromEnum ( const sal_Int32  nIntValue,
const bool  bIsPrefix = true 
)
staticprivate

Definition at line 4634 of file DomainMapper.cxx.

Referenced by lcl_attribute().

◆ GetCharacterStyles()

css::uno::Reference< css::container::XNameContainer > const & writerfilter::dmapper::DomainMapper::GetCharacterStyles ( )

Definition at line 4867 of file DomainMapper.cxx.

References m_pImpl.

◆ getColorFromId()

bool writerfilter::dmapper::DomainMapper::getColorFromId ( const Id  nId,
sal_Int32 &  nColor 
)
staticprivate

Definition at line 4586 of file DomainMapper.cxx.

References nId.

Referenced by sprmWithProps().

◆ GetCurrentTextRange()

uno::Reference< text::XTextRange > writerfilter::dmapper::DomainMapper::GetCurrentTextRange ( )

Definition at line 4718 of file DomainMapper.cxx.

References m_pImpl.

Referenced by lcl_startGlossaryEntry(), and sprmWithProps().

◆ getEmphasisValue()

sal_Int16 writerfilter::dmapper::DomainMapper::getEmphasisValue ( const sal_Int32  nIntValue)
staticprivate

Definition at line 4617 of file DomainMapper.cxx.

References writerfilter::dmapper::NONE.

Referenced by sprmWithProps().

◆ getFillCharFromValue()

sal_Unicode writerfilter::dmapper::DomainMapper::getFillCharFromValue ( const sal_Int32  nIntValue)
staticprivate

Definition at line 4684 of file DomainMapper.cxx.

References u.

Referenced by lcl_attribute().

◆ getInteropGrabBag()

beans::PropertyValue writerfilter::dmapper::DomainMapper::getInteropGrabBag ( )

Get the stored tokens and clear the internal storage.

Definition at line 4795 of file DomainMapper.cxx.

References comphelper::containerToSequence(), and m_pImpl.

Referenced by writerfilter::dmapper::TblStylePrHandler::lcl_sprm(), and sprmWithProps().

◆ GetListStyleName()

OUString writerfilter::dmapper::DomainMapper::GetListStyleName ( sal_Int32  nListId) const

Definition at line 4765 of file DomainMapper.cxx.

References m_pImpl.

◆ getOrCreateCharStyle()

OUString writerfilter::dmapper::DomainMapper::getOrCreateCharStyle ( PropertyValueVector_t rCharProperties,
bool  bAlwaysCreate 
)

◆ getPositionOffset()

awt::Point writerfilter::dmapper::DomainMapper::getPositionOffset ( )
overrideprivatevirtual

Returns the last set offsets of a shape in HMM.

Reimplemented from writerfilter::LoggedStream.

Definition at line 3984 of file DomainMapper.cxx.

References oox::drawingml::convertEmuToHmm(), and m_pImpl.

◆ GetSettingsTable()

SettingsTablePtr const & writerfilter::dmapper::DomainMapper::GetSettingsTable ( )

Definition at line 4736 of file DomainMapper.cxx.

References m_pImpl.

Referenced by lcl_attribute(), lcl_startParagraphGroup(), and lcl_utext().

◆ GetStyleSheetTable()

StyleSheetTablePtr const & writerfilter::dmapper::DomainMapper::GetStyleSheetTable ( )

◆ getTabAlignFromValue()

style::TabAlign writerfilter::dmapper::DomainMapper::getTabAlignFromValue ( const sal_Int32  nIntValue)
staticprivate

Definition at line 4664 of file DomainMapper.cxx.

Referenced by lcl_attribute().

◆ GetTextFactory()

uno::Reference< lang::XMultiServiceFactory > const & writerfilter::dmapper::DomainMapper::GetTextFactory ( ) const

Definition at line 4713 of file DomainMapper.cxx.

References m_pImpl.

Referenced by DomainMapper().

◆ GetUnusedCharacterStyleName()

OUString writerfilter::dmapper::DomainMapper::GetUnusedCharacterStyleName ( )

Definition at line 4872 of file DomainMapper.cxx.

References m_pImpl.

◆ graphicZOrderHelper()

GraphicZOrderHelper * writerfilter::dmapper::DomainMapper::graphicZOrderHelper ( )

◆ handleParaJustification()

void writerfilter::dmapper::DomainMapper::handleParaJustification ( const sal_Int32  nIntValue,
const ::tools::SvRef< PropertyMap > &  rContext,
const bool  bExchangeLeftRight 
)
private

◆ HandleRedline()

void writerfilter::dmapper::DomainMapper::HandleRedline ( Sprm rSprm)

◆ handleUnderlineType()

void writerfilter::dmapper::DomainMapper::handleUnderlineType ( const Id  nId,
const ::tools::SvRef< PropertyMap > &  rContext 
)
staticprivate

◆ hasControls()

void writerfilter::dmapper::DomainMapper::hasControls ( const bool  bSet)
inline

Definition at line 121 of file DomainMapper.hxx.

References mbHasControls.

Referenced by writerfilter::dmapper::OLEHandler::lcl_attribute().

◆ IsInHeaderFooter()

bool writerfilter::dmapper::DomainMapper::IsInHeaderFooter ( ) const

◆ IsInShape()

bool writerfilter::dmapper::DomainMapper::IsInShape ( ) const

Definition at line 4758 of file DomainMapper.cxx.

References m_pImpl.

Referenced by writerfilter::dmapper::GraphicImport_Impl::applyZOrder(), and lcl_utext().

◆ IsInTable()

bool writerfilter::dmapper::DomainMapper::IsInTable ( ) const

Definition at line 4760 of file DomainMapper.cxx.

References m_pImpl.

Referenced by lcl_utext().

◆ IsNumberingImport()

bool writerfilter::dmapper::DomainMapper::IsNumberingImport ( ) const

Definition at line 4785 of file DomainMapper.cxx.

References m_pImpl.

Referenced by sprmWithProps().

◆ IsOOXMLImport()

bool writerfilter::dmapper::DomainMapper::IsOOXMLImport ( ) const

Definition at line 4703 of file DomainMapper.cxx.

References m_pImpl.

Referenced by writerfilter::dmapper::ListsManager::lcl_entry(), and sprmWithProps().

◆ IsRTFImport()

bool writerfilter::dmapper::DomainMapper::IsRTFImport ( ) const

◆ IsStyleSheetImport()

bool writerfilter::dmapper::DomainMapper::IsStyleSheetImport ( ) const

Definition at line 4780 of file DomainMapper.cxx.

References m_pImpl.

Referenced by lcl_attribute(), and sprmWithProps().

◆ lcl_align()

void writerfilter::dmapper::DomainMapper::lcl_align ( const OUString &  rText,
bool  bVertical 
)
overrideprivatevirtual

Reimplemented from writerfilter::LoggedStream.

Definition at line 3992 of file DomainMapper.cxx.

References m_pImpl.

◆ lcl_attribute()

void writerfilter::dmapper::DomainMapper::lcl_attribute ( Id  Name,
Value val 
)
overrideprivatevirtual

Implements writerfilter::LoggedProperties.

Definition at line 280 of file DomainMapper.cxx.

References model::ComplexColor::addTransformation(), writerfilter::dmapper::LineNumberSettings::bRestartAtEachPage, writerfilter::dmapper::CHAR_GRAB_BAG, writerfilter::dmapper::checkBox, writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::comboBox, writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::CONTEXT_STYLESHEET, writerfilter::dmapper::ConversionHelper::ConvertNumberingType(), LanguageTag::convertToLocale(), convertTwipToMm100(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100WithoutLimit(), model::color::createXComplexColor(), writerfilter::dmapper::CT_PageSz, writerfilter::dmapper::datePicker, writerfilter::dmapper::dropDown, finishParagraph(), writerfilter::dmapper::FRAME, tools::SvRef< typename T >::get(), getBracketStringFromEnum(), getFillCharFromValue(), model::color::getFromXComplexColor(), writerfilter::Value::getInt(), LanguageTag::getLanguage(), LanguageTag::getLocale(), LocaleDataWrapper::getNumDecimalSep(), writerfilter::Value::getProperties(), writerfilter::dmapper::getPropertyName(), GetSettingsTable(), writerfilter::Value::getString(), writerfilter::dmapper::ThemeHandler::getStringForTheme(), getTabAlignFromValue(), writerfilter::dmapper::TDefTableHandler::getThemeColorTypeIndex(), handleUnderlineType(), uno::Any::hasValue(), writerfilter::dmapper::IMPORT_AS_DETECTED_INLINE, IsStyleSheetImport(), lcl_startParagraphGroup(), m_pImpl, m_sGlossaryEntryName, LanguageTag::makeFallback(), mbIsSplitPara, writerfilter::dmapper::LineNumberSettings::nDistance, writerfilter::dmapper::LineNumberSettings::nInterval, nNumType, writerfilter::dmapper::NONE, nValue, writerfilter::dmapper::OFF, writerfilter::dmapper::ON, writerfilter::dmapper::PAGE_BREAK, writerfilter::dmapper::PAGE_MAR_BOTTOM, writerfilter::dmapper::PAGE_MAR_FOOTER, writerfilter::dmapper::PAGE_MAR_GUTTER, writerfilter::dmapper::PAGE_MAR_HEADER, writerfilter::dmapper::PAGE_MAR_LEFT, writerfilter::dmapper::PAGE_MAR_RIGHT, writerfilter::dmapper::PAGE_MAR_TOP, writerfilter::dmapper::PARA_GRAB_BAG, writerfilter::dmapper::picture, writerfilter::dmapper::plainText, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::dmapper::PROP_CHAR_COMBINE_IS_ON, writerfilter::dmapper::PROP_CHAR_COMBINE_PREFIX, writerfilter::dmapper::PROP_CHAR_COMBINE_SUFFIX, writerfilter::dmapper::PROP_CHAR_FONT_NAME, writerfilter::dmapper::PROP_CHAR_FONT_NAME_ASIAN, writerfilter::dmapper::PROP_CHAR_FONT_NAME_COMPLEX, writerfilter::dmapper::PROP_CHAR_LOCALE, writerfilter::dmapper::PROP_CHAR_LOCALE_ASIAN, writerfilter::dmapper::PROP_CHAR_LOCALE_COMPLEX, writerfilter::dmapper::PROP_CHAR_ROTATION, writerfilter::dmapper::PROP_CHAR_ROTATION_IS_FIT_TO_LINE, writerfilter::dmapper::PROP_CHAR_THEME_FONT_NAME_ASCII, writerfilter::dmapper::PROP_CHAR_THEME_FONT_NAME_CS, writerfilter::dmapper::PROP_CHAR_THEME_FONT_NAME_EAST_ASIA, writerfilter::dmapper::PROP_CHAR_THEME_NAME_ASCII, writerfilter::dmapper::PROP_CHAR_THEME_NAME_CS, writerfilter::dmapper::PROP_CHAR_THEME_NAME_EAST_ASIA, writerfilter::dmapper::PROP_CHAR_THEME_NAME_H_ANSI, writerfilter::dmapper::PROP_CHAR_UNDERLINE_COLOR, writerfilter::dmapper::PROP_CHAR_UNDERLINE_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_UNDERLINE_HAS_COLOR, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_PARA_BOTTOM_MARGIN, writerfilter::dmapper::PROP_PARA_BOTTOM_MARGIN_AFTER_AUTO_SPACING, writerfilter::dmapper::PROP_PARA_CONTEXT_MARGIN, writerfilter::dmapper::PROP_PARA_FIRST_LINE_INDENT, writerfilter::dmapper::PROP_PARA_LEFT_MARGIN, writerfilter::dmapper::PROP_PARA_LINE_SPACING, writerfilter::dmapper::PROP_PARA_RIGHT_MARGIN, writerfilter::dmapper::PROP_PARA_TOP_MARGIN, writerfilter::dmapper::PROP_PARA_TOP_MARGIN_BEFORE_AUTO_SPACING, writerfilter::dmapper::ParagraphPropertiesPropertyMap::props(), writerfilter::dmapper::richText, SAL_WARN, writerfilter::dmapper::ParagraphProperties::SetDropCap(), writerfilter::dmapper::SectionPropertyMap::SetdxaLnn(), writerfilter::dmapper::SectionPropertyMap::SetDxtCharSpace(), writerfilter::dmapper::ParagraphProperties::SetFrameMode(), writerfilter::dmapper::SectionPropertyMap::SetGridLinePitch(), writerfilter::dmapper::SectionPropertyMap::SetGridSnapToChars(), writerfilter::dmapper::SectionPropertyMap::SetGridType(), writerfilter::dmapper::ParagraphProperties::Seth(), writerfilter::dmapper::ParagraphProperties::SethAnchor(), writerfilter::dmapper::ParagraphProperties::SethRule(), writerfilter::dmapper::ParagraphProperties::SethSpace(), writerfilter::dmapper::ParagraphProperties::SetLines(), writerfilter::dmapper::SectionPropertyMap::SetLnc(), writerfilter::dmapper::SectionPropertyMap::SetLnnMin(), writerfilter::dmapper::SectionPropertyMap::SetLnnMod(), writerfilter::dmapper::SectionPropertyMap::SetPageNumber(), writerfilter::dmapper::SectionPropertyMap::SetPageNumberType(), model::ComplexColor::setSchemeColor(), writerfilter::dmapper::ParagraphProperties::SetvAnchor(), writerfilter::dmapper::ParagraphProperties::SetvSpace(), writerfilter::dmapper::ParagraphProperties::Setw(), writerfilter::dmapper::ParagraphProperties::SetWrap(), writerfilter::dmapper::ParagraphProperties::Setx(), writerfilter::dmapper::ParagraphProperties::SetxAlign(), writerfilter::dmapper::ParagraphProperties::Sety(), writerfilter::dmapper::ParagraphProperties::SetyAlign(), model::Shade, writerfilter::dmapper::SKIPPING, PaperInfo::sloppyFitPageDimension(), sName, model::Tint, and writerfilter::dmapper::unknown.

◆ lcl_checkId()

void writerfilter::dmapper::DomainMapper::lcl_checkId ( const sal_Int32  nId)
overrideprivatevirtual

Reimplemented from writerfilter::LoggedStream.

Definition at line 4005 of file DomainMapper.cxx.

References m_pImpl, and nId.

◆ lcl_endCharacterGroup()

void writerfilter::dmapper::DomainMapper::lcl_endCharacterGroup ( )
overrideprivatevirtual

◆ lcl_endGlossaryEntry()

void writerfilter::dmapper::DomainMapper::lcl_endGlossaryEntry ( )
overrideprivatevirtual

Reimplemented from writerfilter::LoggedStream.

Definition at line 4483 of file DomainMapper.cxx.

References m_pImpl.

◆ lcl_endParagraphGroup()

void writerfilter::dmapper::DomainMapper::lcl_endParagraphGroup ( )
overrideprivatevirtual

◆ lcl_endSectionGroup()

void writerfilter::dmapper::DomainMapper::lcl_endSectionGroup ( )
overrideprivatevirtual

◆ lcl_endShape()

void writerfilter::dmapper::DomainMapper::lcl_endShape ( )
overrideprivatevirtual

Implements writerfilter::LoggedStream.

Definition at line 3778 of file DomainMapper.cxx.

References lcl_endParagraphGroup(), and m_pImpl.

◆ lcl_endTextBoxContent()

void writerfilter::dmapper::DomainMapper::lcl_endTextBoxContent ( )
overrideprivatevirtual

Implements writerfilter::LoggedStream.

Definition at line 3801 of file DomainMapper.cxx.

References m_pImpl.

◆ lcl_entry()

void writerfilter::dmapper::DomainMapper::lcl_entry ( writerfilter::Reference< Properties >::Pointer_t  ref)
overrideprivatevirtual

Implements writerfilter::LoggedTable.

Definition at line 3598 of file DomainMapper.cxx.

◆ lcl_positionOffset()

void writerfilter::dmapper::DomainMapper::lcl_positionOffset ( const OUString &  rText,
bool  bVertical 
)
overrideprivatevirtual

Reimplemented from writerfilter::LoggedStream.

Definition at line 3976 of file DomainMapper.cxx.

References m_pImpl.

◆ lcl_positivePercentage()

void writerfilter::dmapper::DomainMapper::lcl_positivePercentage ( const OUString &  rText)
overrideprivatevirtual

Reimplemented from writerfilter::LoggedStream.

Definition at line 4000 of file DomainMapper.cxx.

References m_pImpl.

◆ lcl_props()

void writerfilter::dmapper::DomainMapper::lcl_props ( writerfilter::Reference< Properties >::Pointer_t  ref)
overrideprivatevirtual

Definition at line 4430 of file DomainMapper.cxx.

◆ lcl_sprm()

void writerfilter::dmapper::DomainMapper::lcl_sprm ( Sprm sprm)
overrideprivatevirtual

Implements writerfilter::LoggedProperties.

Definition at line 1443 of file DomainMapper.cxx.

References m_pImpl, and sprmWithProps().

◆ lcl_startCharacterGroup()

void writerfilter::dmapper::DomainMapper::lcl_startCharacterGroup ( )
overrideprivatevirtual

◆ lcl_startGlossaryEntry()

void writerfilter::dmapper::DomainMapper::lcl_startGlossaryEntry ( )
overrideprivatevirtual

Reimplemented from writerfilter::LoggedStream.

Definition at line 4477 of file DomainMapper.cxx.

References GetCurrentTextRange(), and m_pImpl.

◆ lcl_startParagraphGroup()

void writerfilter::dmapper::DomainMapper::lcl_startParagraphGroup ( )
overrideprivatevirtual

◆ lcl_startSectionGroup()

void writerfilter::dmapper::DomainMapper::lcl_startSectionGroup ( )
overrideprivatevirtual

Implements writerfilter::LoggedStream.

Definition at line 3607 of file DomainMapper.cxx.

References writerfilter::dmapper::CONTEXT_SECTION, and m_pImpl.

◆ lcl_startShape()

void writerfilter::dmapper::DomainMapper::lcl_startShape ( css::uno::Reference< css::drawing::XShape > const &  xShape)
overrideprivatevirtual

◆ lcl_startTextBoxContent()

void writerfilter::dmapper::DomainMapper::lcl_startTextBoxContent ( )
overrideprivatevirtual

Implements writerfilter::LoggedStream.

Definition at line 3796 of file DomainMapper.cxx.

References m_pImpl.

◆ lcl_substream()

void writerfilter::dmapper::DomainMapper::lcl_substream ( Id  name,
::writerfilter::Reference< Stream >::Pointer_t  ref 
)
overrideprivatevirtual

Definition at line 4472 of file DomainMapper.cxx.

References m_pImpl.

◆ lcl_table()

void writerfilter::dmapper::DomainMapper::lcl_table ( Id  name,
writerfilter::Reference< Table >::Pointer_t  ref 
)
overrideprivatevirtual

Definition at line 4435 of file DomainMapper.cxx.

References m_pImpl, and name.

◆ lcl_text()

void writerfilter::dmapper::DomainMapper::lcl_text ( const sal_uInt8 data,
size_t  len 
)
overrideprivatevirtual

◆ lcl_utext()

void writerfilter::dmapper::DomainMapper::lcl_utext ( const sal_uInt8 data,
size_t  len 
)
overrideprivatevirtual

◆ markLastParagraphInSection()

void writerfilter::dmapper::DomainMapper::markLastParagraphInSection ( )
overridevirtual

Reimplemented from writerfilter::Stream.

Definition at line 3731 of file DomainMapper.cxx.

References m_pImpl.

◆ markLastSectionGroup()

void writerfilter::dmapper::DomainMapper::markLastSectionGroup ( )
overridevirtual

The current section is the last one in this body text.

Reimplemented from writerfilter::Stream.

Definition at line 3736 of file DomainMapper.cxx.

References m_pImpl.

◆ PopListProperties()

void writerfilter::dmapper::DomainMapper::PopListProperties ( )

◆ PopPendingShape()

uno::Reference< drawing::XShape > writerfilter::dmapper::DomainMapper::PopPendingShape ( )

Return the first from the pending (not inserted to the document) shapes, if there are any.

Definition at line 4748 of file DomainMapper.cxx.

References m_pImpl.

Referenced by writerfilter::dmapper::ListsManager::lcl_sprm().

◆ PopStyleSheetProperties()

void writerfilter::dmapper::DomainMapper::PopStyleSheetProperties ( bool  bAffectTableMngr = false)

◆ processDeferredCharacterProperties()

void writerfilter::dmapper::DomainMapper::processDeferredCharacterProperties ( const std::map< sal_Int32, css::uno::Any > &  rDeferredCharacterProperties,
bool  bCharContext = true 
)

◆ ProcessDeferredStyleCharacterProperties()

void writerfilter::dmapper::DomainMapper::ProcessDeferredStyleCharacterProperties ( )

Definition at line 3544 of file DomainMapper.cxx.

References writerfilter::dmapper::CONTEXT_STYLESHEET, and m_pImpl.

◆ PushListProperties()

void writerfilter::dmapper::DomainMapper::PushListProperties ( const ::tools::SvRef< PropertyMap > &  pListProperties)

Definition at line 3823 of file DomainMapper.cxx.

References m_pImpl.

Referenced by writerfilter::dmapper::ListsManager::lcl_sprm().

◆ PushStyleSheetProperties()

void writerfilter::dmapper::DomainMapper::PushStyleSheetProperties ( const PropertyMapPtr pStyleProperties,
bool  bAffectTableMngr = false 
)

Definition at line 3806 of file DomainMapper.cxx.

References m_pImpl.

Referenced by writerfilter::dmapper::TblStylePrHandler::lcl_sprm().

◆ SetDocDefaultsImport()

void writerfilter::dmapper::DomainMapper::SetDocDefaultsImport ( bool  bSet)

Definition at line 4775 of file DomainMapper.cxx.

References m_pImpl.

◆ setDocumentReference()

void writerfilter::dmapper::DomainMapper::setDocumentReference ( writerfilter::ooxml::OOXMLDocument pDocument)
overridevirtual

Reimplemented from writerfilter::LoggedStream.

Definition at line 198 of file DomainMapper.cxx.

References m_pImpl.

◆ sprmWithProps()

void writerfilter::dmapper::DomainMapper::sprmWithProps ( Sprm sprm,
const PropertyMapPtr pContext 
)

Definition at line 1460 of file DomainMapper.cxx.

References model::ComplexColor::addTransformation(), writerfilter::dmapper::SectionPropertyMap::AppendColumnSpacing(), writerfilter::dmapper::SectionPropertyMap::AppendColumnWidth(), writerfilter::TagLogger::attribute(), writerfilter::dmapper::PageMar::bottom, writerfilter::dmapper::LineNumberSettings::bRestartAtEachPage, writerfilter::dmapper::CELL_GRAB_BAG, writerfilter::dmapper::CHAR_GRAB_BAG, writerfilter::dmapper::CellColorHandler::Character, writerfilter::dmapper::checkBox, ColorTransparency, writerfilter::dmapper::comboBox, comphelper::containerToSequence(), writerfilter::dmapper::CONTEXT_CHARACTER, writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::CONTEXT_SECTION, msfilter::util::ConvertColorOU(), writerfilter::dmapper::ConversionHelper::ConvertNumberingType(), writerfilter::dmapper::ConversionHelper::convertRubyAlign(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), model::color::createXComplexColor(), writerfilter::dmapper::SymbolData::cSymbol, writerfilter::dmapper::CT_PageSz, writerfilter::dmapper::datePicker, DFLT_ESC_AUTO_SUB, DFLT_ESC_AUTO_SUPER, DFLT_ESC_PROP, writerfilter::dmapper::dropDown, enableInteropGrabBag(), end, writerfilter::TagLogger::endElement(), eType, writerfilter::dmapper::ExchangeLeftRight(), finishParagraph(), writerfilter::dmapper::PageMar::footer, tools::SvRef< typename T >::get(), getColorFromId(), GetCurrentTextRange(), getEmphasisValue(), comphelper::getEnumAsINT32(), PaperInfo::getHeight(), writerfilter::Sprm::getId(), writerfilter::TagLogger::getInstance(), getInteropGrabBag(), writerfilter::Sprm::getName(), writerfilter::dmapper::TextEffectsHandler::getOnOffString(), writerfilter::dmapper::getPropertyName(), writerfilter::Sprm::getProps(), GetStyleSheetTable(), writerfilter::dmapper::TextEffectsHandler::GetTextFillSolidFillAlpha(), writerfilter::dmapper::TDefTableHandler::getThemeColorTypeIndex(), writerfilter::dmapper::TDefTableHandler::getThemeColorTypeString(), writerfilter::dmapper::TDefTableHandler::getThemeColorUsage(), writerfilter::Sprm::getValue(), PaperInfo::getWidth(), writerfilter::dmapper::PageMar::gutter, handleParaJustification(), HandleRedline(), uno::Any::hasValue(), writerfilter::dmapper::PageMar::header, writerfilter::dmapper::IMPORT_AS_DETECTED_ANCHOR, writerfilter::dmapper::IMPORT_AS_DETECTED_INLINE, writerfilter::dmapper::INVALID, IsInHeaderFooter(), IsNumberingImport(), IsOOXMLImport(), IsRTFImport(), IsStyleSheetImport(), lcl_endCharacterGroup(), lcl_endParagraphGroup(), lcl_startCharacterGroup(), lcl_startParagraphGroup(), lcl_text(), writerfilter::dmapper::PageMar::left, m_pImpl, writerfilter::dmapper::META_PROP_CELL_MAR_BOTTOM, writerfilter::dmapper::META_PROP_CELL_MAR_LEFT, writerfilter::dmapper::META_PROP_CELL_MAR_RIGHT, writerfilter::dmapper::META_PROP_CELL_MAR_TOP, model::ComplexColor::meThemeColorUsage, writerfilter::dmapper::LineNumberSettings::nDistance, writerfilter::dmapper::RubyInfo::nHps, writerfilter::dmapper::RubyInfo::nHpsBaseText, writerfilter::dmapper::LineNumberSettings::nInterval, nNumType, writerfilter::dmapper::NONE, writerfilter::dmapper::RubyInfo::nRubyAlign, writerfilter::dmapper::RubyInfo::nSprmId, writerfilter::dmapper::PAGE_BREAK, PAPER_LETTER, writerfilter::dmapper::PARA_GRAB_BAG, writerfilter::dmapper::CellColorHandler::Paragraph, writerfilter::dmapper::picture, writerfilter::dmapper::plainText, writerfilter::dmapper::PROP_AUTOMATIC_DISTANCE, writerfilter::dmapper::PROP_BORDER_BOTTOM_COMPLEX_COLOR, writerfilter::dmapper::PROP_BORDER_LEFT_COMPLEX_COLOR, writerfilter::dmapper::PROP_BORDER_RIGHT_COMPLEX_COLOR, writerfilter::dmapper::PROP_BORDER_TOP_COMPLEX_COLOR, writerfilter::dmapper::PROP_BOTTOM_BORDER, writerfilter::dmapper::PROP_BOTTOM_BORDER_DISTANCE, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::dmapper::PROP_CELL_CNF_STYLE, writerfilter::dmapper::PROP_CHAR_AUTO_KERNING, writerfilter::dmapper::PROP_CHAR_BACK_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_BOTTOM_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_LEFT_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_RIGHT_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_TOP_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BOTTOM_BORDER, writerfilter::dmapper::PROP_CHAR_BOTTOM_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_CASE_MAP, writerfilter::dmapper::PROP_CHAR_CHAR_KERNING, writerfilter::dmapper::PROP_CHAR_COLOR, writerfilter::dmapper::PROP_CHAR_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_CONTOURED, writerfilter::dmapper::PROP_CHAR_EMPHASIS, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT_HEIGHT, writerfilter::dmapper::PROP_CHAR_FLASH, writerfilter::dmapper::PROP_CHAR_FONT_CHAR_SET, writerfilter::dmapper::PROP_CHAR_FONT_NAME, writerfilter::dmapper::PROP_CHAR_FONT_NAME_ASIAN, writerfilter::dmapper::PROP_CHAR_FONT_NAME_COMPLEX, writerfilter::dmapper::PROP_CHAR_HEIGHT, writerfilter::dmapper::PROP_CHAR_HEIGHT_ASIAN, writerfilter::dmapper::PROP_CHAR_HEIGHT_COMPLEX, writerfilter::dmapper::PROP_CHAR_HIDDEN, writerfilter::dmapper::PROP_CHAR_HIGHLIGHT, writerfilter::dmapper::PROP_CHAR_LEFT_BORDER, writerfilter::dmapper::PROP_CHAR_LEFT_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_POSTURE, writerfilter::dmapper::PROP_CHAR_POSTURE_ASIAN, writerfilter::dmapper::PROP_CHAR_POSTURE_COMPLEX, writerfilter::dmapper::PROP_CHAR_RELIEF, writerfilter::dmapper::PROP_CHAR_RIGHT_BORDER, writerfilter::dmapper::PROP_CHAR_RIGHT_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_SCALE_WIDTH, writerfilter::dmapper::PROP_CHAR_SHADING_MARKER, writerfilter::dmapper::PROP_CHAR_SHADING_VALUE, writerfilter::dmapper::PROP_CHAR_SHADOW_FORMAT, writerfilter::dmapper::PROP_CHAR_SHADOWED, writerfilter::dmapper::PROP_CHAR_STRIKEOUT, writerfilter::dmapper::PROP_CHAR_STYLE_NAME, writerfilter::dmapper::PROP_CHAR_THEME_COLOR, writerfilter::dmapper::PROP_CHAR_THEME_COLOR_SHADE, writerfilter::dmapper::PROP_CHAR_THEME_COLOR_TINT, writerfilter::dmapper::PROP_CHAR_THEME_FILL, writerfilter::dmapper::PROP_CHAR_THEME_ORIGINAL_COLOR, writerfilter::dmapper::PROP_CHAR_TOP_BORDER, writerfilter::dmapper::PROP_CHAR_TOP_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_TRANSPARENCE, writerfilter::dmapper::PROP_CHAR_WEIGHT, writerfilter::dmapper::PROP_CHAR_WEIGHT_ASIAN, writerfilter::dmapper::PROP_CHAR_WEIGHT_COMPLEX, writerfilter::dmapper::PROP_DISTANCE, writerfilter::dmapper::PROP_FOOTNOTE_COUNTING, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_INTERVAL, writerfilter::dmapper::PROP_IS_LANDSCAPE, writerfilter::dmapper::PROP_IS_ON, writerfilter::dmapper::PROP_IS_PROTECTED, writerfilter::dmapper::PROP_LEFT_BORDER, writerfilter::dmapper::PROP_LEFT_BORDER_DISTANCE, writerfilter::dmapper::PROP_MIRROR_INDENTS, writerfilter::dmapper::PROP_NUMBERING_LEVEL, writerfilter::dmapper::PROP_NUMBERING_RULES, writerfilter::dmapper::PROP_NUMBERING_STYLE_NAME, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_OUTLINE_LEVEL, writerfilter::dmapper::PROP_PARA_ADJUST, writerfilter::dmapper::PROP_PARA_CNF_STYLE, writerfilter::dmapper::PROP_PARA_CONNECT_BORDERS, writerfilter::dmapper::PROP_PARA_CONTEXT_MARGIN, writerfilter::dmapper::PROP_PARA_FIRST_LINE_INDENT, writerfilter::dmapper::PROP_PARA_IS_HANGING_PUNCTUATION, writerfilter::dmapper::PROP_PARA_IS_HYPHENATION, writerfilter::dmapper::PROP_PARA_KEEP_TOGETHER, writerfilter::dmapper::PROP_PARA_LEFT_MARGIN, writerfilter::dmapper::PROP_PARA_LINE_NUMBER_COUNT, writerfilter::dmapper::PROP_PARA_ORPHANS, writerfilter::dmapper::PROP_PARA_RIGHT_MARGIN, writerfilter::dmapper::PROP_PARA_SHADOW_FORMAT, writerfilter::dmapper::PROP_PARA_SPLIT, writerfilter::dmapper::PROP_PARA_STYLE_NAME, writerfilter::dmapper::PROP_PARA_TAB_STOPS, writerfilter::dmapper::PROP_PARA_VERT_ALIGNMENT, writerfilter::dmapper::PROP_PARA_WIDOWS, writerfilter::dmapper::PROP_RESTART_AT_EACH_PAGE, writerfilter::dmapper::PROP_RIGHT_BORDER, writerfilter::dmapper::PROP_RIGHT_BORDER_DISTANCE, writerfilter::dmapper::PROP_ROW_CNF_STYLE, writerfilter::dmapper::PROP_RTL_GUTTER, writerfilter::dmapper::PROP_RUBY_ADJUST, writerfilter::dmapper::PROP_RUBY_POSITION, writerfilter::dmapper::PROP_RUBY_STYLE, writerfilter::dmapper::PROP_RUBY_TEXT, writerfilter::dmapper::PROP_SNAP_TO_GRID, writerfilter::dmapper::PROP_START_AT, writerfilter::dmapper::PROP_TABLE_ROW_DELETE, writerfilter::dmapper::PROP_TABLE_ROW_INSERT, writerfilter::dmapper::PROP_TEXT_COLUMNS, writerfilter::dmapper::PROP_TEXT_VERTICAL_ADJUST, writerfilter::dmapper::PROP_TOP_BORDER, writerfilter::dmapper::PROP_TOP_BORDER_DISTANCE, writerfilter::dmapper::PROP_WIDTH, writerfilter::dmapper::PROP_WRITING_MODE, writerfilter::dmapper::ParagraphPropertiesPropertyMap::props(), writerfilter::LoggedStream::props(), writerfilter::dmapper::resolveSprmProps(), writerfilter::dmapper::PageMar::right, writerfilter::dmapper::ROW_GRAB_BAG, SAL_INFO, SAL_WARN, writerfilter::dmapper::SectionPropertyMap::SetBottomMargin(), writerfilter::dmapper::SectionPropertyMap::SetBreakType(), writerfilter::dmapper::SectionPropertyMap::SetColumnCount(), writerfilter::dmapper::SectionPropertyMap::SetColumnDistance(), writerfilter::dmapper::SectionPropertyMap::SetdxaLnn(), writerfilter::dmapper::SectionPropertyMap::SetEvenlySpaced(), writerfilter::dmapper::ParagraphProperties::SetFrameMode(), writerfilter::dmapper::SectionPropertyMap::SetGutterMargin(), writerfilter::dmapper::SectionPropertyMap::SetHeaderBottom(), writerfilter::dmapper::SectionPropertyMap::SetHeaderTop(), writerfilter::dmapper::SectionPropertyMap::SetLeftMargin(), writerfilter::dmapper::ParagraphProperties::SetListId(), writerfilter::dmapper::StyleSheetPropertyMap::SetListLevel(), writerfilter::dmapper::StyleSheetPropertyMap::SetOutlineLevel(), writerfilter::dmapper::SectionPropertyMap::SetRightMargin(), model::ComplexColor::setSchemeColor(), writerfilter::dmapper::SectionPropertyMap::SetSeparatorLine(), writerfilter::dmapper::SectionPropertyMap::SetTitlePage(), writerfilter::dmapper::SectionPropertyMap::SetTopMargin(), writerfilter::dmapper::SymbolData::sFont, model::Shade, PaperInfo::sloppyFitPageDimension(), sName, writerfilter::dmapper::RubyInfo::sRubyStyle, writerfilter::dmapper::RubyInfo::sRubyText, writerfilter::TagLogger::startElement(), writerfilter::dmapper::STYLE_TYPE_CHAR, writerfilter::dmapper::STYLE_TYPE_PARA, model::Tint, writerfilter::dmapper::PageMar::top, model::Unknown, writerfilter::dmapper::unsupported, writerfilter::LoggedStream::utext(), and WW_OUTLINE_MAX.

Referenced by lcl_sprm().

◆ ValidateListLevel()

void writerfilter::dmapper::DomainMapper::ValidateListLevel ( const OUString &  sStyleIdentifierD)

Definition at line 4770 of file DomainMapper.cxx.

References m_pImpl.

Member Data Documentation

◆ m_pImpl

std::unique_ptr<DomainMapper_Impl> writerfilter::dmapper::DomainMapper::m_pImpl
private

◆ m_sGlossaryEntryName

OUString writerfilter::dmapper::DomainMapper::m_sGlossaryEntryName
private

Definition at line 191 of file DomainMapper.hxx.

Referenced by lcl_attribute().

◆ m_zOrderHelper

std::unique_ptr< GraphicZOrderHelper > writerfilter::dmapper::DomainMapper::m_zOrderHelper
private

Definition at line 190 of file DomainMapper.hxx.

Referenced by graphicZOrderHelper().

◆ mbHasControls

bool writerfilter::dmapper::DomainMapper::mbHasControls
private

Definition at line 188 of file DomainMapper.hxx.

Referenced by hasControls(), and ~DomainMapper().

◆ mbIsSplitPara

bool writerfilter::dmapper::DomainMapper::mbIsSplitPara
private

Definition at line 187 of file DomainMapper.hxx.

Referenced by lcl_attribute(), lcl_startParagraphGroup(), and lcl_utext().

◆ mbWasShapeInPara

bool writerfilter::dmapper::DomainMapper::mbWasShapeInPara
private

Definition at line 189 of file DomainMapper.hxx.

Referenced by lcl_startParagraphGroup(), lcl_startShape(), and lcl_utext().


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