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

#include <DomainMapper_Impl.hxx>

Collaboration diagram for writerfilter::dmapper::DomainMapper_Impl:
[legend]

Public Types

typedef std::map< OUString, BookmarkInsertPositionBookmarkMap_t
 
typedef std::map< sal_Int32, PermInsertPositionPermMap_t
 

Public Member Functions

 DomainMapper_Impl (DomainMapper &rDMapper, css::uno::Reference< css::uno::XComponentContext > xContext, css::uno::Reference< css::lang::XComponent > const &xModel, SourceDocumentType eDocumentType, utl::MediaDescriptor const &rMediaDesc)
 
 ~DomainMapper_Impl ()
 
void setDocumentReference (writerfilter::ooxml::OOXMLDocument *pDocument)
 
writerfilter::ooxml::OOXMLDocumentgetDocumentReference () const
 
SectionPropertyMapGetLastSectionContext ()
 
css::uno::Reference< css::container::XNameContainer > const & GetPageStyles ()
 
OUString GetUnusedPageStyleName ()
 
css::uno::Reference< css::container::XNameContainer > const & GetCharacterStyles ()
 
OUString GetUnusedCharacterStyleName ()
 
css::uno::Reference< css::text::XText > const & GetBodyText ()
 
const css::uno::Reference< css::lang::XMultiServiceFactory > & GetTextFactory () const
 
const css::uno::Reference< css::text::XTextDocument > & GetTextDocument () const
 
void SetDocumentSettingsProperty (const OUString &rPropName, const css::uno::Any &rValue)
 
void CreateRedline (css::uno::Reference< css::text::XTextRange > const &xRange, const RedlineParamsPtr &pRedline)
 
void CheckParaMarkerRedline (css::uno::Reference< css::text::XTextRange > const &xRange)
 
void CheckRedline (css::uno::Reference< css::text::XTextRange > const &xRange)
 
void StartParaMarkerChange ()
 
void EndParaMarkerChange ()
 
void StartParaMarkerMove ()
 
void EndParaMarkerMove ()
 
void ChainTextFrames ()
 
void PushTextBoxContent ()
 
void PopTextBoxContent ()
 
void AttachTextBoxContentToShape (css::uno::Reference< css::drawing::XShape > xShape)
 
void RemoveDummyParaForTableInSection ()
 
void AddDummyParaForTableInSection ()
 
void RemoveLastParagraph ()
 
void SetIsDecimalComma ()
 
void SetIsLastParagraphInSection (bool bIsLast)
 
bool GetIsLastParagraphInSection () const
 
void SetRubySprmId (sal_uInt32 nSprmId)
 
void SetRubyText (OUString const &sText, OUString const &sStyle)
 
const RubyInfoGetRubyInfo () const
 
void SetRubyInfo (const RubyInfo &rInfo)
 
void SetIsLastSectionGroup (bool bIsLast)
 
bool GetIsLastSectionGroup () const
 
void SetIsFirstParagraphInSection (bool bIsFirst)
 
void SetIsFirstParagraphInSectionAfterRedline (bool bIsFirstAfterRedline)
 
bool GetIsFirstParagraphInSection (bool bAfterRedline=false) const
 
void SetIsFirstParagraphInShape (bool bIsFirst)
 
bool GetIsFirstParagraphInShape () const
 
void SetIsDummyParaAddedForTableInSection (bool bIsAdded)
 
bool GetIsDummyParaAddedForTableInSection () const
 
void SetIsDummyParaAddedForTableInSectionPage (bool bIsAdded)
 
bool GetIsDummyParaAddedForTableInSectionPage () const
 
void SetIsTextFrameInserted (bool bIsInserted)
 Track if a textframe has been inserted into this section. More...
 
bool GetIsTextFrameInserted () const
 
void SetIsTextDeleted (bool bIsTextDeleted)
 
void SetIsPreviousParagraphFramed (bool bIsFramed)
 
bool GetIsPreviousParagraphFramed () const
 
void SetParaSectpr (bool bParaSectpr)
 
bool GetParaSectpr () const
 
void SetSymbolChar (sal_Int32 nSymbol)
 
void SetSymbolFont (OUString const &rName)
 
const SymbolDataGetSymbolData () const
 
void SetSdt (bool bSdt)
 Setter method for m_bSdt. More...
 
void PushSdt ()
 
void PopSdt ()
 
const std::stack< BookmarkInsertPosition > & GetSdtStarts () const
 Gives access to the currently open run/inline SDTs. More...
 
bool GetSdt () const
 Getter method for m_bSdt. More...
 
bool GetParaChanged () const
 
bool GetParaHadField () const
 
bool GetRemoveThisPara () const
 
void deferBreak (BreakType deferredBreakType)
 
bool isBreakDeferred (BreakType deferredBreakType)
 
void clearDeferredBreaks ()
 
void clearDeferredBreak (BreakType deferredBreakType)
 
bool IsBreakDeferredByAnchor ()
 
void SetIsBreakDeferredByAnchor ()
 
void setSdtEndDeferred (bool bSdtEndDeferred)
 
bool isSdtEndDeferred () const
 
void setParaSdtEndDeferred (bool bParaSdtEndDeferred)
 
bool isParaSdtEndDeferred () const
 
void finishParagraph (const PropertyMapPtr &pPropertyMap, const bool bRemove=false, const bool bNoNumbering=false)
 
void appendTextPortion (const OUString &rString, const PropertyMapPtr &pPropertyMap)
 
void appendTextContent (const css::uno::Reference< css::text::XTextContent > &, const css::uno::Sequence< css::beans::PropertyValue > &)
 
void appendOLE (const OUString &rStreamName, const std::shared_ptr< OLEHandler > &pOleHandler)
 
void appendStarMath (const Value &v)
 
void adjustLastPara (sal_Int8 nAlign)
 
css::uno::Reference< css::beans::XPropertySetappendTextSectionAfter (css::uno::Reference< css::text::XTextRange > const &xBefore)
 
void appendGlossaryEntry ()
 AutoText import: each entry is placed in the separate section. More...
 
void setGlossaryEntryStart (css::uno::Reference< css::text::XTextRange > const &xStart)
 Remember where entry was started. More...
 
void PushProperties (ContextType eId)
 
void PushStyleProperties (const PropertyMapPtr &pStyleProperties)
 
void PushListProperties (const PropertyMapPtr &pListProperties)
 
void PopProperties (ContextType eId)
 
ContextType GetTopContextType () const
 
const PropertyMapPtrGetTopContext () const
 
PropertyMapPtr GetTopContextOfType (ContextType eId)
 
bool HasTopText () const
 
css::uno::Reference< css::text::XTextAppend > const & GetTopTextAppend ()
 
FieldContextPtr const & GetTopFieldContext ()
 
bool HasTopAnchoredObjects () const
 
FontTablePtr const & GetFontTable ()
 
StyleSheetTablePtr const & GetStyleSheetTable ()
 
OUString GetListStyleName (sal_Int32 nListId)
 
ListsManager::Pointer const & GetListTable ()
 
std::unique_ptr< ThemeHandler > const & getThemeHandler ()
 
SettingsTablePtr const & GetSettingsTable ()
 
GraphicImportPtr const & GetGraphicImport ()
 
void ResetGraphicImport ()
 
void ImportGraphic (const writerfilter::Reference< Properties >::Pointer_t &)
 
void InitTabStopFromStyle (const css::uno::Sequence< css::style::TabStop > &rInitTabStops)
 
void IncorporateTabStop (const DeletableTabStop &aTabStop)
 
css::uno::Sequence< css::style::TabStop > GetCurrentTabStopAndClear ()
 
void SetCurrentParaStyleName (const OUString &sStringValue)
 
OUString GetCurrentParaStyleName ()
 
OUString GetDefaultParaStyleName ()
 
css::uno::Any GetPropertyFromStyleSheet (PropertyIds eId, StyleSheetEntryPtr pEntry, const bool bDocDefaults, const bool bPara, bool *bIsDocDefault=nullptr)
 
css::uno::Any GetPropertyFromParaStyleSheet (PropertyIds eId)
 
css::uno::Any GetPropertyFromCharStyleSheet (PropertyIds eId, const PropertyMapPtr &rContext)
 
css::uno::Any GetAnyProperty (PropertyIds eId, const PropertyMapPtr &rContext)
 
void SetDocDefaultsImport (bool bSet)
 
bool IsDocDefaultsImport () const
 
void SetStyleSheetImport (bool bSet)
 
bool IsStyleSheetImport () const
 
void SetNumberingImport (bool bSet)
 
bool IsNumberingImport () const
 
void SetAnyTableImport (bool bSet)
 
bool IsAnyTableImport () const
 
bool IsInShape () const
 
void PushShapeContext (const css::uno::Reference< css::drawing::XShape > &xShape)
 
void PopShapeContext ()
 
void UpdateEmbeddedShapeProps (const css::uno::Reference< css::drawing::XShape > &xShape)
 
void PushPendingShape (const css::uno::Reference< css::drawing::XShape > &xShape)
 Add a pending shape: it's currently inserted into the document, but it should be removed before the import finishes. More...
 
css::uno::Reference< css::drawing::XShape > PopPendingShape ()
 Get the first pending shape, if there are any. More...
 
void PushPageHeader (SectionPropertyMap::PageType eType)
 
void PushPageFooter (SectionPropertyMap::PageType eType)
 
void PopPageHeaderFooter ()
 
bool IsInHeaderFooter () const
 
void ConvertHeaderFooterToTextFrame (bool, bool)
 
bool IsInTOC () const
 
void PushFootOrEndnote (bool bIsFootnote)
 
void PopFootOrEndnote ()
 
bool IsInFootOrEndnote () const
 
bool IsInFootnote () const
 
void StartCustomFootnote (const PropertyMapPtr pContext)
 
void EndCustomFootnote ()
 
bool IsInCustomFootnote () const
 
bool CheckFootnoteStyle () const
 
void SetHasFootnoteStyle (bool bVal)
 
void SetCheckFootnoteStyle (bool bVal)
 
const PropertyMapPtrGetFootnoteContext () const
 
SkipFootnoteSeparator GetSkipFootnoteState () const
 
void SetSkipFootnoteState (SkipFootnoteSeparator eId)
 
sal_Int32 GetFootnoteCount () const
 
void IncrementFootnoteCount ()
 
sal_Int32 GetEndnoteCount () const
 
void IncrementEndnoteCount ()
 
bool CopyTemporaryNotes (css::uno::Reference< css::text::XFootnote > xNoteSrc, css::uno::Reference< css::text::XFootnote > xNoteDest)
 
void RemoveTemporaryFootOrEndnotes ()
 
void PushAnnotation ()
 
void PopAnnotation ()
 
sal_Int32 GetAnnotationId ()
 
void PushFieldContext ()
 A field context starts with a cFieldStart. More...
 
bool IsOpenFieldCommand () const
 
bool IsOpenField () const
 
void SetFieldLocked ()
 
void AppendFieldCommand (OUString const &rPartOfCommand)
 
void handleRubyEQField (const FieldContextPtr &pContext)
 
void handleFieldSet (const FieldContextPtr &pContext, css::uno::Reference< css::uno::XInterface > const &xFieldInterface, css::uno::Reference< css::beans::XPropertySet > const &xFieldProperties)
 
void handleFieldAsk (const FieldContextPtr &pContext, css::uno::Reference< css::uno::XInterface > &xFieldInterface, css::uno::Reference< css::beans::XPropertySet > const &xFieldProperties)
 
OUString convertFieldFormula (const OUString &input)
 Converts a Microsoft Word field formula into LibreOffice syntax. More...
 
void handleFieldFormula (const FieldContextPtr &pContext, css::uno::Reference< css::beans::XPropertySet > const &xFieldProperties)
 
void handleAutoNum (const FieldContextPtr &pContext, css::uno::Reference< css::uno::XInterface > const &xFieldInterface, css::uno::Reference< css::beans::XPropertySet > const &xFieldProperties)
 
void handleDocProperty (const FieldContextPtr &pContext, OUString const &rFirstParam, css::uno::Reference< css::uno::XInterface > &xFieldInterface)
 
void handleToc (const FieldContextPtr &pContext, const OUString &sTOCServiceName)
 
void handleIndex (const FieldContextPtr &pContext, const OUString &sTOCServiceName)
 
void handleBibliography (const FieldContextPtr &pContext, const OUString &sTOCServiceName)
 
void CloseFieldCommand ()
 The field command has to be closed (cFieldSep appeared). More...
 
bool IsFieldResultAsString ()
 
void AppendFieldResult (std::u16string_view rResult)
 
void SetFieldResult (OUString const &rResult)
 
void SetFieldFFData (const FFDataHandler::Pointer_t &pFFDataHandler)
 
void PopFieldContext ()
 The end of field is reached (cFieldEnd appeared) - the command might still be open. More...
 
OUString extractTocTitle ()
 Returns title of the TOC placed in paragraph(s) before TOC field inside STD-frame. More...
 
css::uno::Reference< css::beans::XPropertySetcreateSectionForRange (css::uno::Reference< css::text::XTextRange > xStart, css::uno::Reference< css::text::XTextRange > xEnd, const OUString &sObjectType, bool stepLeft)
 
void SetBookmarkName (const OUString &rBookmarkName)
 
void StartOrEndBookmark (const OUString &rId)
 
void SetMoveBookmark (bool IsFrom)
 
void setPermissionRangeEd (const OUString &user)
 
void setPermissionRangeEdGrp (const OUString &group)
 
void startOrEndPermissionRange (sal_Int32 permissinId)
 
void AddAnnotationPosition (const bool bStart, const sal_Int32 nAnnotationId)
 
bool hasTableManager () const
 
DomainMapperTableManagergetTableManager ()
 
void appendTableManager ()
 
void appendTableHandler ()
 
void popTableManager ()
 
void SetLineNumbering (sal_Int32 nLnnMod, sal_uInt32 nLnc, sal_Int32 ndxaLnn)
 
bool IsLineNumberingSet () const
 
bool IsOOXMLImport () const
 
bool IsRTFImport () const
 
void InitPageMargins ()
 
void SetPageMarginTwip (PageMarElement eElement, sal_Int32 nValue)
 
const PageMarGetPageMargins () const
 
const LineNumberSettingsGetLineNumberSettings () const
 
void SetLineNumberSettings (const LineNumberSettings &rSet)
 
void SetInFootnoteProperties (bool bSet)
 
bool IsInFootnoteProperties () const
 
bool IsInComments () const
 
std::vector< css::beans::PropertyValue > MakeFrameProperties (const ParagraphProperties &rProps)
 
void CheckUnregisteredFrameConversion (bool bPreventOverlap=false)
 
void RegisterFrameConversion (css::uno::Reference< css::text::XTextRange > const &xFrameStartRange, css::uno::Reference< css::text::XTextRange > const &xFrameEndRange, std::vector< css::beans::PropertyValue > &&aFrameProperties)
 
void ExecuteFrameConversion ()
 
void AddNewRedline (sal_uInt32 sprmId)
 
sal_Int32 GetCurrentRedlineToken () const
 
void SetCurrentRedlineAuthor (const OUString &sAuthor)
 
void SetCurrentRedlineDate (const OUString &sDate)
 
void SetCurrentRedlineId (sal_Int32 nId)
 
void SetCurrentRedlineToken (sal_Int32 nToken)
 
void SetCurrentRedlineRevertProperties (const css::uno::Sequence< css::beans::PropertyValue > &aProperties)
 
void SetCurrentRedlineIsRead ()
 
void RemoveTopRedline ()
 
void SetCurrentRedlineInitials (const OUString &sInitials)
 
bool IsFirstRun () const
 
void SetIsFirstRun (bool bval)
 
bool IsOutsideAParagraph () const
 
void SetIsOutsideAParagraph (bool bval)
 
void ApplySettingsTable ()
 
css::uno::Reference< css::text::XTextAppend > GetCurrentXText ()
 
void NewFrameDirection ()
 
void SetFrameDirection (sal_Int16 nDirection)
 
std::optional< sal_Int16 > PopFrameDirection ()
 
SectionPropertyMapGetSectionContext ()
 
sal_Int16 GetListLevel (const StyleSheetEntryPtr &pEntry, const PropertyMapPtr &pParaContext=nullptr)
 Return the paragraph's list level (from styles, unless pParacontext is provided). More...
 
void ValidateListLevel (const OUString &sStyleIdentifierD)
 
void deferCharacterProperty (sal_Int32 id, const css::uno::Any &value)
 Used for attributes/sprms which cannot be evaluated immediately (e.g. More...
 
void processDeferredCharacterProperties (bool bCharContext=true)
 Processes properties deferred using deferCharacterProperty(). More...
 
sal_Int32 getNumberingProperty (const sal_Int32 nListId, sal_Int32 nListLevel, const OUString &aProp)
 
sal_Int32 getCurrentNumberingProperty (const OUString &aProp)
 Get a property of the current numbering style's current level. More...
 
bool IsNewDoc () const
 If we're importing into a new document, or just pasting to an existing one. More...
 
bool IsAltChunk () const
 
bool IsReadGlossaries () const
 If we're importing autotext. More...
 
void appendGrabBag (std::vector< css::beans::PropertyValue > &rInteropGrabBag, const OUString &aKey, const OUString &aValue)
 Append a property to a sub-grabbag if necessary (e.g. 'lineRule', 'auto') More...
 
void appendGrabBag (std::vector< css::beans::PropertyValue > &rInteropGrabBag, const OUString &aKey, std::vector< css::beans::PropertyValue > &rValue)
 
void enableInteropGrabBag (const OUString &aName)
 Enable, disable and check status of grabbags. More...
 
void disableInteropGrabBag ()
 
bool isInteropGrabBagEnabled () const
 
bool isInIndexContext () const
 
bool isInBibliographyContext () const
 
SmartTagHandlergetSmartTagHandler ()
 
void substream (Id rName, ::writerfilter::Reference< Stream >::Pointer_t const &ref)
 
bool IsSdtEndBefore ()
 Check if "SdtEndBefore" property is set. More...
 
bool IsDiscardHeaderFooter () const
 
bool IsForceGenericFields () const
 
void SetParaAutoBefore (bool bParaAutoBefore)
 
void ClearPreviousParagraph ()
 Forget about the previous paragraph, as it's not inside the same start/end node. More...
 
bool handlePreviousParagraphBorderInBetween () const
 Check if previous paragraph has borders in between and do the border magic to it if so. More...
 
bool IsParaWithInlineObject () const
 
void HandleAltChunk (const OUString &rStreamName)
 Handles <w:altChunk>. More...
 
void HandlePTab (sal_Int32 nAlignment)
 Handles <w:ptab>. More...
 
void HandleLineBreakClear (sal_Int32 nClear)
 Handles <w:br w:clear="...">. More...
 
void HandleLineBreak (const PropertyMapPtr &pPropertyMap)
 Handles <w:br>. More...
 
void commentProps (const OUString &sId, const CommentProperties &rProps)
 
OUString ConvertTOCStyleName (OUString const &)
 
OUString getFontNameForTheme (const Id id)
 

Static Public Member Functions

static void fillEmptyFrameProperties (std::vector< css::beans::PropertyValue > &rFrameProperties, bool bSetAnchorToChar)
 
static void handleAuthor (std::u16string_view rFirstParam, css::uno::Reference< css::beans::XPropertySet > const &xFieldProperties, FieldId eFieldId)
 

Public Attributes

css::uno::Reference< css::text::XTextRange > m_xInsertTextRange
 
css::uno::Reference< css::text::XTextRange > m_xAltChunkStartingRange
 
std::deque< sal_Int32 > m_aFootnoteIds
 
std::deque< sal_Int32 > m_aEndnoteIds
 
bool m_bIsInTextBox
 
DeletableTabStop m_aCurrentTabStop
 
tools::SvRef< SdtHelperm_pSdtHelper
 
std::optional< sal_Int32 > m_oBackgroundColor
 Document background color, applied to every page style. More...
 
sal_Int32 m_nTableDepth
 This contains the raw table depth. More...
 
sal_Int32 m_nTableCellDepth
 Raw table cell depth. More...
 
sal_Int32 m_nLastTableCellParagraphDepth
 Table cell depth of the last finished paragraph. More...
 
bool m_bHasFtn
 If the current section has footnotes. More...
 
bool m_bHasFtnSep
 If the current section has a footnote separator. More...
 
bool m_bCheckFirstFootnoteTab
 If the next tab should be ignored, used for footnotes. More...
 
bool m_bIgnoreNextTab
 
std::vector< AnchoredObjectsInfom_aAnchoredObjectAnchors
 Paragraphs with anchored objects in the current section. More...
 
OUString m_aInteropGrabBagName
 Name of m_aInteropGrabBag. More...
 
std::vector< css::beans::PropertyValue > m_aInteropGrabBag
 A toplevel dmapper grabbag, like 'pPr'. More...
 
std::vector< css::beans::PropertyValue > m_aSubInteropGrabBag
 A sub-grabbag of m_aInteropGrabBag, like 'spacing'. More...
 
std::pair< OUString, OUString > m_aPositionOffsets
 ST_PositionOffset values we received. More...
 
std::pair< OUString, OUString > m_aAligns
 ST_AlignH/V values we received. More...
 
std::queue< OUString > m_aPositivePercentages
 ST_PositivePercentage values we received. More...
 
enum GraphicImportType m_eGraphicImportType = {}
 
bool m_bIsSplitPara
 If the document needs to split paragraph. More...
 
bool m_bIsActualParagraphFramed
 Handle redline text portions in a frame, footnotes and redlines: store their data, and create them after frame creation or footnote/endnote copying. More...
 
std::deque< css::uno::Any > m_aStoredRedlines [StoredRedlines::NONE]
 
css::uno::Reference< css::embed::XStorage > m_xDocumentStorage
 

Private Types

enum class  HeaderFooterImportState {
  none ,
  header ,
  footer
}
 

Private Member Functions

void SetNumberFormat (const OUString &rCommand, css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, bool bDetectFormat=false)
 
css::uno::Reference< css::beans::XPropertySetFindOrCreateFieldMaster (const char *pFieldMasterService, const OUString &rFieldMasterName)
 
css::uno::Reference< css::beans::XPropertySet > const & GetDocumentSettings ()
 
void PushPageHeaderFooter (bool bHeader, SectionPropertyMap::PageType eType)
 
css::uno::Reference< css::beans::XPropertySetStartIndexSectionChecked (const OUString &sServiceName)
 

Private Attributes

SourceDocumentType m_eDocumentType
 
DomainMapperm_rDMapper
 
writerfilter::ooxml::OOXMLDocumentm_pOOXMLDocument
 
OUString m_aBaseUrl
 
css::uno::Reference< css::text::XTextDocument > m_xTextDocument
 
css::uno::Reference< css::beans::XPropertySetm_xDocumentSettings
 
css::uno::Reference< css::lang::XMultiServiceFactory > m_xTextFactory
 
css::uno::Reference< css::uno::XComponentContext > m_xComponentContext
 
css::uno::Reference< css::container::XNameContainer > m_xPageStyles1
 
std::optional< intm_xNextUnusedPageStyleNo
 
css::uno::Reference< css::container::XNameContainer > m_xCharacterStyles
 
std::optional< intm_xNextUnusedCharacterStyleNo
 
css::uno::Reference< css::text::XText > m_xBodyText
 
css::uno::Reference< css::text::XTextContent > m_xEmbedded
 
std::stack< TextAppendContextm_aTextAppendStack
 
std::stack< AnchoredContextm_aAnchoredStack
 
std::stack< HeaderFooterContextm_aHeaderFooterStack
 
std::stack< std::pair< TextAppendContext, bool > > m_aHeaderFooterTextAppendStack
 
std::deque< FieldContextPtrm_aFieldStack
 
bool m_bForceGenericFields
 
bool m_bIsDecimalComma
 Type of decimal symbol associated to the document language in Writer locale definition. More...
 
bool m_bSetUserFieldContent
 
bool m_bSetCitation
 
bool m_bSetDateValue
 
bool m_bIsFirstSection
 
bool m_bIsColumnBreakDeferred
 
bool m_bIsPageBreakDeferred
 
sal_Int32 m_nLineBreaksDeferred
 
bool m_bIsBreakDeferredByAnchor
 
bool m_bSdtEndDeferred
 If we want to set "sdt end" on the next character context. More...
 
bool m_bParaSdtEndDeferred
 If we want to set "paragraph sdt end" on the next paragraph context. More...
 
bool m_bStartTOC
 
bool m_bStartTOCHeaderFooter
 
bool m_bStartedTOC
 If we got any text that is the pre-rendered result of the TOC field. More...
 
bool m_bStartIndex
 
bool m_bStartBibliography
 
unsigned int m_nStartGenericField
 
bool m_bTextInserted
 
bool m_bTextDeleted
 
LineNumberSettings m_aLineNumberSettings
 
BookmarkMap_t m_aBookmarkMap
 
OUString m_sCurrentBkmkId
 
OUString m_sCurrentBkmkName
 
OUString m_sCurrentBkmkPrefix
 
PermMap_t m_aPermMap
 
sal_Int32 m_sCurrentPermId
 
OUString m_sCurrentPermEd
 
OUString m_sCurrentPermEdGrp
 
PageMar m_aPageMargins
 
SymbolData m_aSymbolData
 
std::stack< tools::SvRef< DomainMapperTableManager > > m_aTableManagers
 
tools::SvRef< DomainMapperTableHandlerm_pTableHandler
 
o3tl::sorted_vector< sal_Int32 > m_aListOverrideApplied
 
std::stack< PropertyMapPtrm_aPropertyStacks [NUMBER_OF_CONTEXTS]
 
std::stack< ContextTypem_aContextStack
 
std::queue< std::optional< sal_Int16 > > m_aFrameDirectionQueue
 
bool m_bFrameDirectionSet
 
FontTablePtr m_pFontTable
 
ListsManager::Pointer m_pListTable
 
std::deque< css::uno::Reference< css::drawing::XShape > > m_aPendingShapes
 
StyleSheetTablePtr m_pStyleSheetTable
 
SettingsTablePtr m_pSettingsTable
 
GraphicImportPtr m_pGraphicImport
 
std::unique_ptr< ThemeHandlerm_pThemeHandler
 
PropertyMapPtr m_pTopContext
 
PropertyMapPtr m_pLastSectionContext
 
PropertyMapPtr m_pLastCharacterContext
 
::std::vector< DeletableTabStopm_aCurrentTabStops
 
OUString m_sCurrentParaStyleName
 
OUString m_sDefaultParaStyleName
 
bool m_bInDocDefaultsImport
 
bool m_bInStyleSheetImport
 
bool m_bInNumberingImport
 
bool m_bInAnyTableImport
 
enum writerfilter::dmapper::DomainMapper_Impl::HeaderFooterImportState m_eInHeaderFooterImport
 
bool m_bDiscardHeaderFooter
 
bool m_bInFootOrEndnote
 
bool m_bInFootnote
 
PropertyMapPtr m_pFootnoteContext
 
bool m_bHasFootnoteStyle
 
bool m_bCheckFootnoteStyle
 
SkipFootnoteSeparator m_eSkipFootnoteState
 Skip paragraphs from the <w:separator/> footnote. More...
 
sal_Int32 m_nFootnotes
 preload footnotes and endnotes More...
 
sal_Int32 m_nEndnotes
 
sal_Int32 m_nFirstFootnoteIndex
 
sal_Int32 m_nFirstEndnoteIndex
 
bool m_bLineNumberingSet
 
bool m_bIsInFootnoteProperties
 
RubyInfo m_aRubyInfo
 
std::vector< css::beans::PropertyValue > m_aFrameProperties
 
css::uno::Reference< css::text::XTextRange > m_xFrameStartRange
 
css::uno::Reference< css::text::XTextRange > m_xFrameEndRange
 
std::stack< std::vector< RedlineParamsPtr > > m_aRedlines
 
RedlineParamsPtr m_currentRedline
 
RedlineParamsPtr m_previousRedline
 
RedlineParamsPtr m_pParaMarkerRedline
 
bool m_bIsParaMarkerChange
 
bool m_bIsParaMarkerMove
 
RedlineParamsPtr m_pParaMarkerRedlineMove
 
bool m_bRedlineImageInPreviousRun
 
bool m_bParaChanged
 If the current paragraph has any runs. More...
 
bool m_bIsFirstParaInSection
 
bool m_bIsFirstParaInSectionAfterRedline
 
bool m_bIsFirstParaInShape = false
 
bool m_bDummyParaAddedForTableInSection
 
bool m_bDummyParaAddedForTableInSectionPage
 
bool m_bTextFrameInserted
 
bool m_bIsPreviousParagraphFramed
 
bool m_bIsLastParaInSection
 
bool m_bIsLastSectionGroup
 
bool m_bIsInComments
 
bool m_bParaSectpr
 If the current paragraph contains section property definitions. More...
 
bool m_bUsingEnhancedFields
 
bool m_bSdt
 If the current paragraph is inside a structured document element. More...
 
bool m_bIsFirstRun
 
bool m_bIsOutsideAParagraph
 
bool m_bRemoveThisParagraph = false
 This is a continuation of already finished paragraph - e.g., first in an index section. More...
 
css::uno::Reference< css::text::XTextCursor > m_xTOCMarkerCursor
 
css::uno::Reference< css::beans::XPropertySetm_xAnnotationField
 
sal_Int32 m_nAnnotationId
 
bool m_bAnnotationResolved = false
 
OUString m_sAnnotationParent
 
OUString m_sAnnotationImportedParaId
 
std::unordered_map< sal_Int32, AnnotationPositionm_aAnnotationPositions
 
std::map< sal_Int32, css::uno::Any > m_deferredCharacterProperties
 
SmartTagHandler m_aSmartTagHandler
 
css::uno::Reference< css::text::XTextRange > m_xGlossaryEntryStart
 
css::uno::Reference< css::text::XTextRange > m_xSdtEntryStart
 
std::stack< BookmarkInsertPositionm_xSdtStarts
 
std::queue< css::uno::Reference< css::text::XTextFrame > > m_xPendingTextBoxFrames
 
bool m_bIsNewDoc
 
bool m_bIsAltChunk = false
 
bool m_bIsReadGlossaries
 
std::optional< sal_Int16 > m_oLineBreakClear
 
std::vector< css::uno::Reference< css::drawing::XShape > > m_vTextFramesForChaining
 
bool m_bParaHadField
 Current paragraph had at least one field in it. More...
 
bool m_bSaveParaHadField
 
css::uno::Reference< css::beans::XPropertySetm_xPreviousParagraph
 
bool m_bParaAutoBefore
 Current paragraph has automatic before spacing. More...
 
bool m_bFirstParagraphInCell
 Current paragraph in a table is first paragraph of a cell. More...
 
bool m_bSaveFirstParagraphInCell
 
bool m_bParaWithInlineObject
 Current paragraph had at least one inline object in it. More...
 
bool m_bSaxError
 SAXException was seen so document will be abandoned. More...
 
std::unordered_map< OUString, CommentPropertiesm_aCommentProps
 

Detailed Description

Definition at line 430 of file DomainMapper_Impl.hxx.

Member Typedef Documentation

◆ BookmarkMap_t

Definition at line 433 of file DomainMapper_Impl.hxx.

◆ PermMap_t

Definition at line 434 of file DomainMapper_Impl.hxx.

Member Enumeration Documentation

◆ HeaderFooterImportState

Enumerator
none 
header 
footer 

Definition at line 529 of file DomainMapper_Impl.hxx.

Constructor & Destructor Documentation

◆ DomainMapper_Impl()

writerfilter::dmapper::DomainMapper_Impl::DomainMapper_Impl ( DomainMapper rDMapper,
css::uno::Reference< css::uno::XComponentContext >  xContext,
css::uno::Reference< css::lang::XComponent > const &  xModel,
SourceDocumentType  eDocumentType,
utl::MediaDescriptor const &  rMediaDesc 
)

◆ ~DomainMapper_Impl()

writerfilter::dmapper::DomainMapper_Impl::~DomainMapper_Impl ( )

Member Function Documentation

◆ AddAnnotationPosition()

void writerfilter::dmapper::DomainMapper_Impl::AddAnnotationPosition ( const bool  bStart,
const sal_Int32  nAnnotationId 
)

◆ AddDummyParaForTableInSection()

void writerfilter::dmapper::DomainMapper_Impl::AddDummyParaForTableInSection ( )

◆ AddNewRedline()

void writerfilter::dmapper::DomainMapper_Impl::AddNewRedline ( sal_uInt32  sprmId)

◆ adjustLastPara()

void writerfilter::dmapper::DomainMapper_Impl::adjustLastPara ( sal_Int8  nAlign)

◆ AppendFieldCommand()

void writerfilter::dmapper::DomainMapper_Impl::AppendFieldCommand ( OUString const &  rPartOfCommand)

◆ AppendFieldResult()

void writerfilter::dmapper::DomainMapper_Impl::AppendFieldResult ( std::u16string_view  rResult)

◆ appendGlossaryEntry()

void writerfilter::dmapper::DomainMapper_Impl::appendGlossaryEntry ( )

AutoText import: each entry is placed in the separate section.

Definition at line 3387 of file DomainMapper_Impl.cxx.

References appendTextSectionAfter(), and m_xGlossaryEntryStart.

◆ appendGrabBag() [1/2]

void writerfilter::dmapper::DomainMapper_Impl::appendGrabBag ( std::vector< css::beans::PropertyValue > &  rInteropGrabBag,
const OUString &  aKey,
const OUString &  aValue 
)

Append a property to a sub-grabbag if necessary (e.g. 'lineRule', 'auto')

◆ appendGrabBag() [2/2]

void writerfilter::dmapper::DomainMapper_Impl::appendGrabBag ( std::vector< css::beans::PropertyValue > &  rInteropGrabBag,
const OUString &  aKey,
std::vector< css::beans::PropertyValue > &  rValue 
)

◆ appendOLE()

void writerfilter::dmapper::DomainMapper_Impl::appendOLE ( const OUString &  rStreamName,
const std::shared_ptr< OLEHandler > &  pOleHandler 
)

◆ appendStarMath()

void writerfilter::dmapper::DomainMapper_Impl::appendStarMath ( const Value v)

◆ appendTableHandler()

void writerfilter::dmapper::DomainMapper_Impl::appendTableHandler ( )
inline

Definition at line 981 of file DomainMapper_Impl.hxx.

References m_aTableManagers, and m_pTableHandler.

Referenced by PushShapeContext(), PushTextBoxContent(), and substream().

◆ appendTableManager()

void writerfilter::dmapper::DomainMapper_Impl::appendTableManager ( )
inline

◆ appendTextContent()

void writerfilter::dmapper::DomainMapper_Impl::appendTextContent ( const css::uno::Reference< css::text::XTextContent > &  ,
const css::uno::Sequence< css::beans::PropertyValue > &   
)

◆ appendTextPortion()

void writerfilter::dmapper::DomainMapper_Impl::appendTextPortion ( const OUString &  rString,
const PropertyMapPtr pPropertyMap 
)

◆ appendTextSectionAfter()

uno::Reference< beans::XPropertySet > writerfilter::dmapper::DomainMapper_Impl::appendTextSectionAfter ( css::uno::Reference< css::text::XTextRange > const &  xBefore)

◆ ApplySettingsTable()

void writerfilter::dmapper::DomainMapper_Impl::ApplySettingsTable ( )

◆ AttachTextBoxContentToShape()

void writerfilter::dmapper::DomainMapper_Impl::AttachTextBoxContentToShape ( css::uno::Reference< css::drawing::XShape >  xShape)

◆ ChainTextFrames()

void writerfilter::dmapper::DomainMapper_Impl::ChainTextFrames ( )

◆ CheckFootnoteStyle()

bool writerfilter::dmapper::DomainMapper_Impl::CheckFootnoteStyle ( ) const
inline

Definition at line 871 of file DomainMapper_Impl.hxx.

References m_bCheckFootnoteStyle.

◆ CheckParaMarkerRedline()

void writerfilter::dmapper::DomainMapper_Impl::CheckParaMarkerRedline ( css::uno::Reference< css::text::XTextRange > const &  xRange)

◆ CheckRedline()

void writerfilter::dmapper::DomainMapper_Impl::CheckRedline ( css::uno::Reference< css::text::XTextRange > const &  xRange)

◆ CheckUnregisteredFrameConversion()

void writerfilter::dmapper::DomainMapper_Impl::CheckUnregisteredFrameConversion ( bool  bPreventOverlap = false)

◆ clearDeferredBreak()

void writerfilter::dmapper::DomainMapper_Impl::clearDeferredBreak ( BreakType  deferredBreakType)

◆ clearDeferredBreaks()

void writerfilter::dmapper::DomainMapper_Impl::clearDeferredBreaks ( )

◆ ClearPreviousParagraph()

void writerfilter::dmapper::DomainMapper_Impl::ClearPreviousParagraph ( )

Forget about the previous paragraph, as it's not inside the same start/end node.

Definition at line 4572 of file DomainMapper_Impl.cxx.

References getTableManager(), hasTableManager(), m_bFirstParagraphInCell, m_nTableCellDepth, m_nTableDepth, and m_xPreviousParagraph.

◆ CloseFieldCommand()

void writerfilter::dmapper::DomainMapper_Impl::CloseFieldCommand ( )

The field command has to be closed (cFieldSep appeared).

Definition at line 7020 of file DomainMapper_Impl.cxx.

References aCommand, appendTextContent(), appendTextPortion(), writerfilter::TagLogger::chars(), writerfilter::TagLogger::element(), writerfilter::TagLogger::endElement(), ww::eNONE, writerfilter::dmapper::FIELD_ADDRESSBLOCK, writerfilter::dmapper::FIELD_ADVANCE, writerfilter::dmapper::FIELD_ASK, writerfilter::dmapper::FIELD_AUTHOR, writerfilter::dmapper::FIELD_AUTONUM, writerfilter::dmapper::FIELD_AUTONUMLGL, writerfilter::dmapper::FIELD_AUTONUMOUT, writerfilter::dmapper::FIELD_BIBLIOGRAPHY, writerfilter::dmapper::FIELD_CITATION, writerfilter::dmapper::FIELD_COMMENTS, writerfilter::dmapper::FIELD_CREATEDATE, writerfilter::dmapper::FIELD_DATE, writerfilter::dmapper::FIELD_DOCPROPERTY, writerfilter::dmapper::FIELD_DOCVARIABLE, writerfilter::dmapper::FIELD_EDITTIME, writerfilter::dmapper::FIELD_EQ, writerfilter::dmapper::FIELD_FILENAME, writerfilter::dmapper::FIELD_FILESIZE, writerfilter::dmapper::FIELD_FILLIN, writerfilter::dmapper::FIELD_FORMCHECKBOX, writerfilter::dmapper::FIELD_FORMDROPDOWN, writerfilter::dmapper::FIELD_FORMTEXT, writerfilter::dmapper::FIELD_FORMULA, writerfilter::dmapper::FIELD_GOTOBUTTON, writerfilter::dmapper::FIELD_HYPERLINK, writerfilter::dmapper::FIELD_IF, writerfilter::dmapper::FIELD_INCLUDEPICTURE, writerfilter::dmapper::FIELD_INDEX, writerfilter::dmapper::FIELD_INFO, writerfilter::dmapper::FIELD_KEYWORDS, writerfilter::dmapper::FIELD_LASTSAVEDBY, writerfilter::dmapper::FIELD_MACROBUTTON, writerfilter::dmapper::FIELD_MERGEFIELD, writerfilter::dmapper::FIELD_MERGEREC, writerfilter::dmapper::FIELD_MERGESEQ, writerfilter::dmapper::FIELD_NEXT, writerfilter::dmapper::FIELD_NEXTIF, writerfilter::dmapper::FIELD_NUMCHARS, writerfilter::dmapper::FIELD_NUMPAGES, writerfilter::dmapper::FIELD_NUMWORDS, writerfilter::dmapper::FIELD_PAGE, writerfilter::dmapper::FIELD_PAGEREF, writerfilter::dmapper::FIELD_PRINTDATE, writerfilter::dmapper::FIELD_REF, writerfilter::dmapper::FIELD_REVNUM, writerfilter::dmapper::FIELD_SAVEDATE, writerfilter::dmapper::FIELD_SECTION, writerfilter::dmapper::FIELD_SECTIONPAGES, writerfilter::dmapper::FIELD_SEQ, writerfilter::dmapper::FIELD_SET, writerfilter::dmapper::FIELD_SKIPIF, writerfilter::dmapper::FIELD_STYLEREF, writerfilter::dmapper::FIELD_SUBJECT, writerfilter::dmapper::FIELD_SYMBOL, writerfilter::dmapper::FIELD_TC, writerfilter::dmapper::FIELD_TEMPLATE, writerfilter::dmapper::FIELD_TIME, writerfilter::dmapper::FIELD_TITLE, writerfilter::dmapper::FIELD_TOC, writerfilter::dmapper::FIELD_USERADDRESS, writerfilter::dmapper::FIELD_USERINITIALS, writerfilter::dmapper::FIELD_USERNAME, writerfilter::dmapper::FIELD_XE, FindOrCreateFieldMaster(), msfilter::util::findQuotedText(), writerfilter::TagLogger::getInstance(), writerfilter::dmapper::GetParentFieldContext(), GetPropertyFromParaStyleSheet(), writerfilter::dmapper::getPropertyName(), GetTextDocument(), GetTopContext(), writerfilter::dmapper::GetWW8FieldId(), handleAuthor(), handleAutoNum(), handleBibliography(), handleDocProperty(), handleFieldAsk(), handleFieldFormula(), handleFieldSet(), handleIndex(), handleRubyEQField(), handleToc(), i, comphelper::InitPropertySequence(), writerfilter::dmapper::InsertFieldmark(), writerfilter::dmapper::IsFieldNestingAllowed(), IsInTOC(), writerfilter::dmapper::lcl_FindInCommand(), writerfilter::dmapper::lcl_GetEnhancedFieldConversion(), writerfilter::dmapper::lcl_GetFieldConversion(), writerfilter::dmapper::lcl_handleDropdownField(), writerfilter::dmapper::lcl_handleTextField(), writerfilter::dmapper::lcl_ParseNumberingType(), writerfilter::dmapper::lcl_trim(), m_aBaseUrl, m_aFieldStack, m_aTextAppendStack, m_bDiscardHeaderFooter, m_bForceGenericFields, m_bParaHadField, m_bSetCitation, m_bSetDateValue, m_bSetUserFieldContent, m_bUsingEnhancedFields, m_nStartGenericField, m_pLastCharacterContext, m_xTextDocument, m_xTextFactory, nIndex, ODF_CODE_PARAM, ODF_ID_PARAM, ODF_UNHANDLED, msfilter::util::ParseCombinedChars(), writerfilter::dmapper::PROP_ALTERNATIVE_TEXT, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT, 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_COMPLEX, writerfilter::dmapper::PROP_CONTENT, writerfilter::dmapper::PROP_FILE_FORMAT, writerfilter::dmapper::PROP_HINT, writerfilter::dmapper::PROP_IS_DATE, writerfilter::dmapper::PROP_IS_FIXED, writerfilter::dmapper::PROP_LEVEL, writerfilter::dmapper::PROP_MACRO_NAME, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_REFERENCE_FIELD_PART, writerfilter::dmapper::PROP_REFERENCE_FIELD_SOURCE, writerfilter::dmapper::PROP_SOURCE_NAME, writerfilter::dmapper::PROP_SUB_TYPE, SAL_WARN, SetNumberFormat(), sFormula, writerfilter::dmapper::splitFieldCommand(), msfilter::util::EquationResult::sResult, sServiceName, writerfilter::TagLogger::startElement(), sType, msfilter::util::EquationResult::sType, o3tl::toInt32(), TOOLS_WARN_EXCEPTION, o3tl::toUInt32(), o3tl::trim(), and u.

Referenced by PopFieldContext().

◆ commentProps()

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

Definition at line 9374 of file DomainMapper_Impl.cxx.

References m_aCommentProps, and sId.

◆ convertFieldFormula()

OUString writerfilter::dmapper::DomainMapper_Impl::convertFieldFormula ( const OUString &  input)

Converts a Microsoft Word field formula into LibreOffice syntax.

Parameters
inputThe Microsoft Word field formula, with no leading '=' sign
Returns
An equivalent LibreOffice field formula

Definition at line 5988 of file DomainMapper_Impl.cxx.

References changed(), m_bIsDecimalComma, and m_pSettingsTable.

Referenced by handleFieldFormula().

◆ ConvertHeaderFooterToTextFrame()

void writerfilter::dmapper::DomainMapper_Impl::ConvertHeaderFooterToTextFrame ( bool  bDynamicHeightTop,
bool  bDynamicHeightBottom 
)

◆ ConvertTOCStyleName()

OUString writerfilter::dmapper::DomainMapper_Impl::ConvertTOCStyleName ( OUString const &  rTOCStyleName)

◆ CopyTemporaryNotes()

bool writerfilter::dmapper::DomainMapper_Impl::CopyTemporaryNotes ( css::uno::Reference< css::text::XFootnote >  xNoteSrc,
css::uno::Reference< css::text::XFootnote >  xNoteDest 
)

◆ CreateRedline()

void writerfilter::dmapper::DomainMapper_Impl::CreateRedline ( css::uno::Reference< css::text::XTextRange > const &  xRange,
const RedlineParamsPtr pRedline 
)

◆ createSectionForRange()

uno::Reference< beans::XPropertySet > writerfilter::dmapper::DomainMapper_Impl::createSectionForRange ( css::uno::Reference< css::text::XTextRange >  xStart,
css::uno::Reference< css::text::XTextRange >  xEnd,
const OUString &  sObjectType,
bool  stepLeft 
)

Definition at line 6831 of file DomainMapper_Impl.cxx.

References m_aTextAppendStack, and m_xTextFactory.

Referenced by handleToc(), and StartIndexSectionChecked().

◆ deferBreak()

void writerfilter::dmapper::DomainMapper_Impl::deferBreak ( BreakType  deferredBreakType)

◆ deferCharacterProperty()

void writerfilter::dmapper::DomainMapper_Impl::deferCharacterProperty ( sal_Int32  id,
const css::uno::Any &  value 
)

Used for attributes/sprms which cannot be evaluated immediately (e.g.

they depend on another one that comes in the same CONTEXT_CHARACTER). The property will be processed again in DomainMapper::processDeferredCharacterProperties().

Definition at line 9150 of file DomainMapper_Impl.cxx.

References m_deferredCharacterProperties, and value.

◆ disableInteropGrabBag()

void writerfilter::dmapper::DomainMapper_Impl::disableInteropGrabBag ( )

◆ enableInteropGrabBag()

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

Enable, disable and check status of grabbags.

Definition at line 9230 of file DomainMapper_Impl.cxx.

References aName, and m_aInteropGrabBagName.

◆ EndCustomFootnote()

void writerfilter::dmapper::DomainMapper_Impl::EndCustomFootnote ( )

Definition at line 3826 of file DomainMapper_Impl.cxx.

References m_bCheckFootnoteStyle, and m_bHasFootnoteStyle.

Referenced by PopProperties(), and PushFootOrEndnote().

◆ EndParaMarkerChange()

void writerfilter::dmapper::DomainMapper_Impl::EndParaMarkerChange ( )

◆ EndParaMarkerMove()

void writerfilter::dmapper::DomainMapper_Impl::EndParaMarkerMove ( )

Definition at line 3810 of file DomainMapper_Impl.cxx.

References m_bIsParaMarkerMove.

Referenced by CheckParaMarkerRedline().

◆ ExecuteFrameConversion()

void writerfilter::dmapper::DomainMapper_Impl::ExecuteFrameConversion ( )

◆ extractTocTitle()

OUString writerfilter::dmapper::DomainMapper_Impl::extractTocTitle ( )

Returns title of the TOC placed in paragraph(s) before TOC field inside STD-frame.

Definition at line 6380 of file DomainMapper_Impl.cxx.

References m_aTextAppendStack, m_xSdtEntryStart, SAL_N_ELEMENTS, and SAL_NEWLINE_STRING.

Referenced by handleToc().

◆ fillEmptyFrameProperties()

void writerfilter::dmapper::DomainMapper_Impl::fillEmptyFrameProperties ( std::vector< css::beans::PropertyValue > &  rFrameProperties,
bool  bSetAnchorToChar 
)
static

◆ FindOrCreateFieldMaster()

uno::Reference< beans::XPropertySet > writerfilter::dmapper::DomainMapper_Impl::FindOrCreateFieldMaster ( const char *  pFieldMasterService,
const OUString &  rFieldMasterName 
)
private

◆ finishParagraph()

void writerfilter::dmapper::DomainMapper_Impl::finishParagraph ( const PropertyMapPtr pPropertyMap,
const bool  bRemove = false,
const bool  bNoNumbering = false 
)

Definition at line 2101 of file DomainMapper_Impl.cxx.

References appendTextPortion(), aProperties, writerfilter::TagLogger::attribute(), CheckParaMarkerRedline(), CheckUnregisteredFrameConversion(), tools::SvRef< typename T >::clear(), comphelper::containerToSequence(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), CreateRedline(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::end(), writerfilter::TagLogger::endElement(), writerfilter::dmapper::FIELD_IF, o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::find(), writerfilter::dmapper::FRAME, tools::SvRef< typename T >::get(), GetAnyProperty(), writerfilter::dmapper::DomainMapperTableManager::getCurrentParagraphs(), GetCurrentParaStyleName(), writerfilter::dmapper::ParagraphProperties::GetDropCap(), writerfilter::TagLogger::getInstance(), GetIsFirstParagraphInSection(), GetIsFirstParagraphInShape(), GetIsPreviousParagraphFramed(), GetList(), writerfilter::dmapper::ParagraphProperties::GetListId(), GetListLevel(), GetListStyleName(), GetListTable(), getNumberingProperty(), writerfilter::dmapper::ParagraphProperties::GetParaId(), oox::PropertyMap::getProperty(), GetPropertyFromParaStyleSheet(), writerfilter::dmapper::getPropertyName(), GetSectionContext(), GetSettingsTable(), GetStyleSheetTable(), getTableManager(), GetTopContext(), writerfilter::dmapper::TableManager::handle(), writerfilter::dmapper::SmartTagHandler::handle(), hasTableManager(), uno::Any::hasValue(), i, o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), writerfilter::dmapper::ParagraphProperties::IsFrameMode(), IsInHeaderFooter(), IsInShape(), IsOOXMLImport(), IsParaWithInlineObject(), IsRTFImport(), writerfilter::dmapper::lcl_AddRange(), writerfilter::dmapper::lcl_getListId(), writerfilter::dmapper::lcl_GetPropertyFromParaStyleSheetNoNum(), m_aAnchoredObjectAnchors, writerfilter::dmapper::TextAppendContext::m_aAnchoredObjects, writerfilter::dmapper::AnchoredObjectsInfo::m_aAnchoredObjects, m_aCommentProps, m_aFieldStack, m_aListOverrideApplied, m_aSmartTagHandler, m_aTextAppendStack, m_bAnnotationResolved, m_bDiscardHeaderFooter, m_bFirstParagraphInCell, m_bIsFirstParaInShape, m_bIsInComments, m_bParaAutoBefore, m_bParaChanged, m_bParaHadField, m_bParaWithInlineObject, m_bRemoveThisParagraph, m_nLastTableCellParagraphDepth, m_nTableCellDepth, m_nTableDepth, m_pListTable, m_previousRedline, m_pStyleSheetTable, m_sAnnotationImportedParaId, m_sAnnotationParent, writerfilter::dmapper::AnchoredObjectsInfo::m_xParagraph, m_xPreviousParagraph, m_xTOCMarkerCursor, MakeFrameProperties(), comphelper::makePropertyValue(), Name, nCount, writerfilter::dmapper::NONE, writerfilter::dmapper::PARA_GRAB_BAG, writerfilter::dmapper::TextAppendContext::pLastParagraphProperties, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT, writerfilter::dmapper::PROP_CHAR_HEIGHT, writerfilter::dmapper::PROP_CHAR_HIDDEN, writerfilter::dmapper::PROP_DROP_CAP_FORMAT, writerfilter::dmapper::PROP_NUMBERING_LEVEL, writerfilter::dmapper::PROP_NUMBERING_STYLE_NAME, 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_RIGHT_MARGIN, writerfilter::dmapper::PROP_PARA_STYLE_NAME, writerfilter::dmapper::PROP_PARA_TOP_MARGIN, writerfilter::dmapper::PROP_PARA_TOP_MARGIN_BEFORE_AUTO_SPACING, writerfilter::dmapper::ParagraphPropertiesPropertyMap::props(), writerfilter::dmapper::ParagraphProperties::ResetFrameProperties(), SAL_NEWLINE_STRING, SAL_WARN, SAL_WARN_IF, writerfilter::dmapper::TableManager::setCellLastParaAfterAutospacing(), SetIsFirstParagraphInSection(), SetIsFirstParagraphInSectionAfterRedline(), SetIsLastParagraphInSection(), SetIsOutsideAParagraph(), SetIsPreviousParagraphFramed(), writerfilter::dmapper::ParagraphProperties::SetParaStyleName(), sName, writerfilter::TagLogger::startElement(), TOOLS_WARN_EXCEPTION, u, writerfilter::dmapper::TextAppendContext::xCursor, writerfilter::dmapper::TextAppendContext::xInsertPosition, and writerfilter::dmapper::TextAppendContext::xTextAppend.

Referenced by PopFieldContext(), and StartIndexSectionChecked().

◆ GetAnnotationId()

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::GetAnnotationId ( )
inline

Definition at line 890 of file DomainMapper_Impl.hxx.

References m_nAnnotationId.

◆ GetAnyProperty()

uno::Any writerfilter::dmapper::DomainMapper_Impl::GetAnyProperty ( PropertyIds  eId,
const PropertyMapPtr rContext 
)

◆ GetBodyText()

uno::Reference< text::XText > const & writerfilter::dmapper::DomainMapper_Impl::GetBodyText ( )

◆ GetCharacterStyles()

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

Definition at line 506 of file DomainMapper_Impl.cxx.

References m_xCharacterStyles, and m_xTextDocument.

Referenced by GetUnusedCharacterStyleName().

◆ getCurrentNumberingProperty()

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::getCurrentNumberingProperty ( const OUString &  aProp)

Get a property of the current numbering style's current level.

Definition at line 9203 of file DomainMapper_Impl.cxx.

References m_pTopContext, writerfilter::dmapper::PROP_NUMBERING_LEVEL, and writerfilter::dmapper::PROP_NUMBERING_RULES.

◆ GetCurrentParaStyleName()

OUString writerfilter::dmapper::DomainMapper_Impl::GetCurrentParaStyleName ( )

◆ GetCurrentRedlineToken()

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::GetCurrentRedlineToken ( ) const

Definition at line 8986 of file DomainMapper_Impl.cxx.

References m_currentRedline.

◆ GetCurrentTabStopAndClear()

uno::Sequence< style::TabStop > writerfilter::dmapper::DomainMapper_Impl::GetCurrentTabStopAndClear ( )

◆ GetCurrentXText()

css::uno::Reference< css::text::XTextAppend > writerfilter::dmapper::DomainMapper_Impl::GetCurrentXText ( )
inline

◆ GetDefaultParaStyleName()

OUString writerfilter::dmapper::DomainMapper_Impl::GetDefaultParaStyleName ( )

◆ getDocumentReference()

writerfilter::ooxml::OOXMLDocument * writerfilter::dmapper::DomainMapper_Impl::getDocumentReference ( ) const

◆ GetDocumentSettings()

uno::Reference< beans::XPropertySet > const & writerfilter::dmapper::DomainMapper_Impl::GetDocumentSettings ( )
private

Definition at line 556 of file DomainMapper_Impl.cxx.

References m_xDocumentSettings, and m_xTextFactory.

Referenced by SetDocumentSettingsProperty().

◆ GetEndnoteCount()

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::GetEndnoteCount ( ) const
inline

Definition at line 881 of file DomainMapper_Impl.hxx.

References m_nEndnotes.

Referenced by PopFootOrEndnote(), RemoveTemporaryFootOrEndnotes(), and RemoveTopRedline().

◆ getFontNameForTheme()

OUString writerfilter::dmapper::DomainMapper_Impl::getFontNameForTheme ( const Id  id)

Definition at line 9404 of file DomainMapper_Impl.cxx.

References getThemeHandler().

◆ GetFontTable()

FontTablePtr const & writerfilter::dmapper::DomainMapper_Impl::GetFontTable ( )
inline

Definition at line 783 of file DomainMapper_Impl.hxx.

References m_pFontTable.

Referenced by ConvertTOCStyleName().

◆ GetFootnoteContext()

const PropertyMapPtr & writerfilter::dmapper::DomainMapper_Impl::GetFootnoteContext ( ) const
inline

Definition at line 875 of file DomainMapper_Impl.hxx.

References m_pFootnoteContext.

◆ GetFootnoteCount()

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::GetFootnoteCount ( ) const
inline

◆ GetGraphicImport()

GraphicImportPtr const & writerfilter::dmapper::DomainMapper_Impl::GetGraphicImport ( )

◆ GetIsDummyParaAddedForTableInSection()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsDummyParaAddedForTableInSection ( ) const
inline

◆ GetIsDummyParaAddedForTableInSectionPage()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsDummyParaAddedForTableInSectionPage ( ) const
inline

Definition at line 706 of file DomainMapper_Impl.hxx.

References m_bDummyParaAddedForTableInSectionPage.

◆ GetIsFirstParagraphInSection()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsFirstParagraphInSection ( bool  bAfterRedline = false) const

◆ GetIsFirstParagraphInShape()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsFirstParagraphInShape ( ) const
inline

Definition at line 702 of file DomainMapper_Impl.hxx.

References m_bIsFirstParaInShape.

Referenced by finishParagraph().

◆ GetIsLastParagraphInSection()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsLastParagraphInSection ( ) const
inline

Definition at line 687 of file DomainMapper_Impl.hxx.

References m_bIsLastParaInSection.

◆ GetIsLastSectionGroup()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsLastSectionGroup ( ) const
inline

◆ GetIsPreviousParagraphFramed()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsPreviousParagraphFramed ( ) const
inline

Definition at line 714 of file DomainMapper_Impl.hxx.

References m_bIsPreviousParagraphFramed.

Referenced by finishParagraph().

◆ GetIsTextFrameInserted()

bool writerfilter::dmapper::DomainMapper_Impl::GetIsTextFrameInserted ( ) const
inline

Definition at line 710 of file DomainMapper_Impl.hxx.

References m_bTextFrameInserted.

Referenced by StartOrEndBookmark(), and startOrEndPermissionRange().

◆ GetLastSectionContext()

SectionPropertyMap * writerfilter::dmapper::DomainMapper_Impl::GetLastSectionContext ( )
inline

◆ GetLineNumberSettings()

const LineNumberSettings & writerfilter::dmapper::DomainMapper_Impl::GetLineNumberSettings ( ) const
inline

Definition at line 1006 of file DomainMapper_Impl.hxx.

References m_aLineNumberSettings.

◆ GetListLevel()

sal_Int16 writerfilter::dmapper::DomainMapper_Impl::GetListLevel ( const StyleSheetEntryPtr pEntry,
const PropertyMapPtr pParaContext = nullptr 
)

Return the paragraph's list level (from styles, unless pParacontext is provided).

-1 indicates the level is not set anywhere. [In that case, with a numId, use 0 (level 1)] 9 indicates that numbering should be at body level (aka disabled) - rarely used by MSWord. 0-8 are the nine valid numbering levels.

Definition at line 2023 of file DomainMapper_Impl.cxx.

References tools::SvRef< typename T >::get(), writerfilter::dmapper::StyleSheetPropertyMap::GetListLevel(), GetListLevel(), GetStyleSheetTable(), and writerfilter::dmapper::PROP_NUMBERING_LEVEL.

Referenced by finishParagraph(), GetListLevel(), and ValidateListLevel().

◆ GetListStyleName()

OUString writerfilter::dmapper::DomainMapper_Impl::GetListStyleName ( sal_Int32  nListId)

Definition at line 1530 of file DomainMapper_Impl.cxx.

References GetList(), and GetListTable().

Referenced by finishParagraph().

◆ GetListTable()

ListsManager::Pointer const & writerfilter::dmapper::DomainMapper_Impl::GetListTable ( )

◆ getNumberingProperty()

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::getNumberingProperty ( const sal_Int32  nListId,
sal_Int32  nListLevel,
const OUString &  aProp 
)

Definition at line 9165 of file DomainMapper_Impl.cxx.

References GetList(), GetListTable(), and GetTextDocument().

Referenced by finishParagraph().

◆ GetPageMargins()

const PageMar & writerfilter::dmapper::DomainMapper_Impl::GetPageMargins ( ) const
inline

Definition at line 1004 of file DomainMapper_Impl.hxx.

References m_aPageMargins.

◆ GetPageStyles()

uno::Reference< container::XNameContainer > const & writerfilter::dmapper::DomainMapper_Impl::GetPageStyles ( )

◆ GetParaChanged()

bool writerfilter::dmapper::DomainMapper_Impl::GetParaChanged ( ) const
inline

Definition at line 732 of file DomainMapper_Impl.hxx.

References m_bParaChanged.

◆ GetParaHadField()

bool writerfilter::dmapper::DomainMapper_Impl::GetParaHadField ( ) const
inline

Definition at line 733 of file DomainMapper_Impl.hxx.

References m_bParaHadField.

◆ GetParaSectpr()

bool writerfilter::dmapper::DomainMapper_Impl::GetParaSectpr ( ) const
inline

Definition at line 716 of file DomainMapper_Impl.hxx.

References m_bParaSectpr.

◆ GetPropertyFromCharStyleSheet()

uno::Any writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromCharStyleSheet ( PropertyIds  eId,
const PropertyMapPtr rContext 
)

◆ GetPropertyFromParaStyleSheet()

uno::Any writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromParaStyleSheet ( PropertyIds  eId)

◆ GetPropertyFromStyleSheet()

uno::Any writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromStyleSheet ( PropertyIds  eId,
StyleSheetEntryPtr  pEntry,
const bool  bDocDefaults,
const bool  bPara,
bool *  bIsDocDefault = nullptr 
)

◆ GetRemoveThisPara()

bool writerfilter::dmapper::DomainMapper_Impl::GetRemoveThisPara ( ) const
inline

Definition at line 734 of file DomainMapper_Impl.hxx.

References m_bRemoveThisParagraph.

◆ GetRubyInfo()

const RubyInfo & writerfilter::dmapper::DomainMapper_Impl::GetRubyInfo ( ) const
inline

Definition at line 693 of file DomainMapper_Impl.hxx.

References m_aRubyInfo.

◆ GetSdt()

bool writerfilter::dmapper::DomainMapper_Impl::GetSdt ( ) const
inline

Getter method for m_bSdt.

Definition at line 731 of file DomainMapper_Impl.hxx.

References m_bSdt.

◆ GetSdtStarts()

const std::stack< BookmarkInsertPosition > & writerfilter::dmapper::DomainMapper_Impl::GetSdtStarts ( ) const

Gives access to the currently open run/inline SDTs.

Definition at line 983 of file DomainMapper_Impl.cxx.

References m_xSdtStarts.

◆ GetSectionContext()

SectionPropertyMap * writerfilter::dmapper::DomainMapper_Impl::GetSectionContext ( )

◆ GetSettingsTable()

SettingsTablePtr const & writerfilter::dmapper::DomainMapper_Impl::GetSettingsTable ( )
inline

◆ GetSkipFootnoteState()

SkipFootnoteSeparator writerfilter::dmapper::DomainMapper_Impl::GetSkipFootnoteState ( ) const
inline

Definition at line 877 of file DomainMapper_Impl.hxx.

References m_eSkipFootnoteState.

◆ getSmartTagHandler()

SmartTagHandler & writerfilter::dmapper::DomainMapper_Impl::getSmartTagHandler ( )
inline

Definition at line 1148 of file DomainMapper_Impl.hxx.

References m_aSmartTagHandler.

◆ GetStyleSheetTable()

StyleSheetTablePtr const & writerfilter::dmapper::DomainMapper_Impl::GetStyleSheetTable ( )
inline

◆ GetSymbolData()

const SymbolData & writerfilter::dmapper::DomainMapper_Impl::GetSymbolData ( ) const
inline

Definition at line 720 of file DomainMapper_Impl.hxx.

References m_aSymbolData.

◆ getTableManager()

DomainMapperTableManager & writerfilter::dmapper::DomainMapper_Impl::getTableManager ( )
inline

◆ GetTextDocument()

const css::uno::Reference< css::text::XTextDocument > & writerfilter::dmapper::DomainMapper_Impl::GetTextDocument ( ) const
inline

◆ GetTextFactory()

const css::uno::Reference< css::lang::XMultiServiceFactory > & writerfilter::dmapper::DomainMapper_Impl::GetTextFactory ( ) const
inline

◆ getThemeHandler()

std::unique_ptr< ThemeHandler > const & writerfilter::dmapper::DomainMapper_Impl::getThemeHandler ( )
inline

◆ GetTopContext()

const PropertyMapPtr & writerfilter::dmapper::DomainMapper_Impl::GetTopContext ( ) const
inline

◆ GetTopContextOfType()

PropertyMapPtr writerfilter::dmapper::DomainMapper_Impl::GetTopContextOfType ( ContextType  eId)

◆ GetTopContextType()

ContextType writerfilter::dmapper::DomainMapper_Impl::GetTopContextType ( ) const
inline

Definition at line 770 of file DomainMapper_Impl.hxx.

References m_aContextStack.

Referenced by appendTextPortion().

◆ GetTopFieldContext()

FieldContextPtr const & writerfilter::dmapper::DomainMapper_Impl::GetTopFieldContext ( )

Definition at line 1320 of file DomainMapper_Impl.cxx.

References m_aFieldStack, and SAL_WARN_IF.

Referenced by SetBookmarkName().

◆ GetTopTextAppend()

uno::Reference< text::XTextAppend > const & writerfilter::dmapper::DomainMapper_Impl::GetTopTextAppend ( )

◆ GetUnusedCharacterStyleName()

OUString writerfilter::dmapper::DomainMapper_Impl::GetUnusedCharacterStyleName ( )

◆ GetUnusedPageStyleName()

OUString writerfilter::dmapper::DomainMapper_Impl::GetUnusedPageStyleName ( )

◆ HandleAltChunk()

void writerfilter::dmapper::DomainMapper_Impl::HandleAltChunk ( const OUString &  rStreamName)

◆ handleAuthor()

void writerfilter::dmapper::DomainMapper_Impl::handleAuthor ( std::u16string_view  rFirstParam,
css::uno::Reference< css::beans::XPropertySet > const &  xFieldProperties,
FieldId  eFieldId 
)
static

◆ handleAutoNum()

void writerfilter::dmapper::DomainMapper_Impl::handleAutoNum ( const FieldContextPtr pContext,
css::uno::Reference< css::uno::XInterface > const &  xFieldInterface,
css::uno::Reference< css::beans::XPropertySet > const &  xFieldProperties 
)

◆ handleBibliography()

void writerfilter::dmapper::DomainMapper_Impl::handleBibliography ( const FieldContextPtr pContext,
const OUString &  sTOCServiceName 
)

◆ handleDocProperty()

void writerfilter::dmapper::DomainMapper_Impl::handleDocProperty ( const FieldContextPtr pContext,
OUString const &  rFirstParam,
css::uno::Reference< css::uno::XInterface > &  xFieldInterface 
)

◆ handleFieldAsk()

void writerfilter::dmapper::DomainMapper_Impl::handleFieldAsk ( const FieldContextPtr pContext,
css::uno::Reference< css::uno::XInterface > &  xFieldInterface,
css::uno::Reference< css::beans::XPropertySet > const &  xFieldProperties 
)

◆ handleFieldFormula()

void writerfilter::dmapper::DomainMapper_Impl::handleFieldFormula ( const FieldContextPtr pContext,
css::uno::Reference< css::beans::XPropertySet > const &  xFieldProperties 
)

◆ handleFieldSet()

void writerfilter::dmapper::DomainMapper_Impl::handleFieldSet ( const FieldContextPtr pContext,
css::uno::Reference< css::uno::XInterface > const &  xFieldInterface,
css::uno::Reference< css::beans::XPropertySet > const &  xFieldProperties 
)

◆ handleIndex()

void writerfilter::dmapper::DomainMapper_Impl::handleIndex ( const FieldContextPtr pContext,
const OUString &  sTOCServiceName 
)

◆ HandleLineBreak()

void writerfilter::dmapper::DomainMapper_Impl::HandleLineBreak ( const PropertyMapPtr pPropertyMap)

◆ HandleLineBreakClear()

void writerfilter::dmapper::DomainMapper_Impl::HandleLineBreakClear ( sal_Int32  nClear)

Handles <w:br w:clear="...">.

Definition at line 4701 of file DomainMapper_Impl.cxx.

References m_oLineBreakClear.

◆ handlePreviousParagraphBorderInBetween()

bool writerfilter::dmapper::DomainMapper_Impl::handlePreviousParagraphBorderInBetween ( ) const

Check if previous paragraph has borders in between and do the border magic to it if so.

Definition at line 9380 of file DomainMapper_Impl.cxx.

References writerfilter::dmapper::getPropertyName(), m_xPreviousParagraph, writerfilter::dmapper::PROP_BOTTOM_BORDER, and writerfilter::dmapper::PROP_PARA_CONNECT_BORDERS.

◆ HandlePTab()

void writerfilter::dmapper::DomainMapper_Impl::HandlePTab ( sal_Int32  nAlignment)

Handles <w:ptab>.

Definition at line 4645 of file DomainMapper_Impl.cxx.

References writerfilter::dmapper::LINE_BREAK, and m_aTextAppendStack.

◆ handleRubyEQField()

void writerfilter::dmapper::DomainMapper_Impl::handleRubyEQField ( const FieldContextPtr pContext)

◆ handleToc()

void writerfilter::dmapper::DomainMapper_Impl::handleToc ( const FieldContextPtr pContext,
const OUString &  sTOCServiceName 
)

◆ hasTableManager()

bool writerfilter::dmapper::DomainMapper_Impl::hasTableManager ( ) const
inline

◆ HasTopAnchoredObjects()

bool writerfilter::dmapper::DomainMapper_Impl::HasTopAnchoredObjects ( ) const

Definition at line 1326 of file DomainMapper_Impl.cxx.

References m_aTextAppendStack.

◆ HasTopText()

bool writerfilter::dmapper::DomainMapper_Impl::HasTopText ( ) const

◆ ImportGraphic()

void writerfilter::dmapper::DomainMapper_Impl::ImportGraphic ( const writerfilter::Reference< Properties >::Pointer_t &  ref)

◆ IncorporateTabStop()

void writerfilter::dmapper::DomainMapper_Impl::IncorporateTabStop ( const DeletableTabStop aTabStop)

◆ IncrementEndnoteCount()

void writerfilter::dmapper::DomainMapper_Impl::IncrementEndnoteCount ( )
inline

Definition at line 882 of file DomainMapper_Impl.hxx.

References m_nEndnotes.

◆ IncrementFootnoteCount()

void writerfilter::dmapper::DomainMapper_Impl::IncrementFootnoteCount ( )
inline

Definition at line 880 of file DomainMapper_Impl.hxx.

References m_nFootnotes.

◆ InitPageMargins()

void writerfilter::dmapper::DomainMapper_Impl::InitPageMargins ( )
inline

Definition at line 1002 of file DomainMapper_Impl.hxx.

References m_aPageMargins.

◆ InitTabStopFromStyle()

void writerfilter::dmapper::DomainMapper_Impl::InitTabStopFromStyle ( const css::uno::Sequence< css::style::TabStop > &  rInitTabStops)

Definition at line 1331 of file DomainMapper_Impl.cxx.

References m_aCurrentTabStops.

◆ IsAltChunk()

bool writerfilter::dmapper::DomainMapper_Impl::IsAltChunk ( ) const
inline

◆ IsAnyTableImport()

bool writerfilter::dmapper::DomainMapper_Impl::IsAnyTableImport ( ) const
inline

Definition at line 842 of file DomainMapper_Impl.hxx.

References m_bInAnyTableImport.

Referenced by GetSectionContext().

◆ isBreakDeferred()

bool writerfilter::dmapper::DomainMapper_Impl::isBreakDeferred ( BreakType  deferredBreakType)

◆ IsBreakDeferredByAnchor()

bool writerfilter::dmapper::DomainMapper_Impl::IsBreakDeferredByAnchor ( )

Definition at line 1611 of file DomainMapper_Impl.cxx.

References m_bIsBreakDeferredByAnchor.

◆ IsDiscardHeaderFooter()

bool writerfilter::dmapper::DomainMapper_Impl::IsDiscardHeaderFooter ( ) const

Definition at line 4566 of file DomainMapper_Impl.cxx.

References m_bDiscardHeaderFooter.

◆ IsDocDefaultsImport()

bool writerfilter::dmapper::DomainMapper_Impl::IsDocDefaultsImport ( ) const
inline

Definition at line 836 of file DomainMapper_Impl.hxx.

References m_bInDocDefaultsImport.

◆ IsFieldResultAsString()

bool writerfilter::dmapper::DomainMapper_Impl::IsFieldResultAsString ( )

◆ IsFirstRun()

bool writerfilter::dmapper::DomainMapper_Impl::IsFirstRun ( ) const
inline

Definition at line 1033 of file DomainMapper_Impl.hxx.

References m_bIsFirstRun.

◆ IsForceGenericFields()

bool writerfilter::dmapper::DomainMapper_Impl::IsForceGenericFields ( ) const
inline

Definition at line 1160 of file DomainMapper_Impl.hxx.

References m_bForceGenericFields.

◆ isInBibliographyContext()

bool writerfilter::dmapper::DomainMapper_Impl::isInBibliographyContext ( ) const
inline

Definition at line 1147 of file DomainMapper_Impl.hxx.

References m_bStartBibliography.

◆ IsInComments()

bool writerfilter::dmapper::DomainMapper_Impl::IsInComments ( ) const
inline

◆ IsInCustomFootnote()

bool writerfilter::dmapper::DomainMapper_Impl::IsInCustomFootnote ( ) const
inline

Definition at line 870 of file DomainMapper_Impl.hxx.

References m_bHasFootnoteStyle.

Referenced by PopProperties().

◆ IsInFootnote()

bool writerfilter::dmapper::DomainMapper_Impl::IsInFootnote ( ) const
inline

Definition at line 866 of file DomainMapper_Impl.hxx.

References IsInFootOrEndnote(), and m_bInFootnote.

Referenced by CopyTemporaryNotes(), CreateRedline(), and PopFootOrEndnote().

◆ IsInFootnoteProperties()

bool writerfilter::dmapper::DomainMapper_Impl::IsInFootnoteProperties ( ) const
inline

Definition at line 1010 of file DomainMapper_Impl.hxx.

References m_bIsInFootnoteProperties.

◆ IsInFootOrEndnote()

bool writerfilter::dmapper::DomainMapper_Impl::IsInFootOrEndnote ( ) const
inline

◆ IsInHeaderFooter()

bool writerfilter::dmapper::DomainMapper_Impl::IsInHeaderFooter ( ) const
inline

◆ isInIndexContext()

bool writerfilter::dmapper::DomainMapper_Impl::isInIndexContext ( ) const
inline

Definition at line 1146 of file DomainMapper_Impl.hxx.

References m_bStartIndex.

◆ IsInShape()

bool writerfilter::dmapper::DomainMapper_Impl::IsInShape ( ) const
inline

◆ isInteropGrabBagEnabled()

bool writerfilter::dmapper::DomainMapper_Impl::isInteropGrabBagEnabled ( ) const

Definition at line 9242 of file DomainMapper_Impl.cxx.

References m_aInteropGrabBagName.

◆ IsInTOC()

bool writerfilter::dmapper::DomainMapper_Impl::IsInTOC ( ) const

◆ IsLineNumberingSet()

bool writerfilter::dmapper::DomainMapper_Impl::IsLineNumberingSet ( ) const
inline

◆ IsNewDoc()

bool writerfilter::dmapper::DomainMapper_Impl::IsNewDoc ( ) const
inline

◆ IsNumberingImport()

bool writerfilter::dmapper::DomainMapper_Impl::IsNumberingImport ( ) const
inline

Definition at line 840 of file DomainMapper_Impl.hxx.

References m_bInNumberingImport.

◆ IsOOXMLImport()

bool writerfilter::dmapper::DomainMapper_Impl::IsOOXMLImport ( ) const
inline

Definition at line 998 of file DomainMapper_Impl.hxx.

References m_eDocumentType, and writerfilter::dmapper::OOXML.

Referenced by finishParagraph().

◆ IsOpenField()

bool writerfilter::dmapper::DomainMapper_Impl::IsOpenField ( ) const

Definition at line 5570 of file DomainMapper_Impl.cxx.

References m_aFieldStack.

Referenced by SetBookmarkName(), and SetFieldLocked().

◆ IsOpenFieldCommand()

bool writerfilter::dmapper::DomainMapper_Impl::IsOpenFieldCommand ( ) const

Definition at line 5563 of file DomainMapper_Impl.cxx.

References m_aFieldStack.

Referenced by appendTextPortion().

◆ IsOutsideAParagraph()

bool writerfilter::dmapper::DomainMapper_Impl::IsOutsideAParagraph ( ) const
inline

Definition at line 1035 of file DomainMapper_Impl.hxx.

References m_bIsOutsideAParagraph.

Referenced by StartOrEndBookmark(), and startOrEndPermissionRange().

◆ isParaSdtEndDeferred()

bool writerfilter::dmapper::DomainMapper_Impl::isParaSdtEndDeferred ( ) const

Definition at line 1636 of file DomainMapper_Impl.cxx.

References m_bParaSdtEndDeferred.

◆ IsParaWithInlineObject()

bool writerfilter::dmapper::DomainMapper_Impl::IsParaWithInlineObject ( ) const
inline

Definition at line 1176 of file DomainMapper_Impl.hxx.

References m_bParaWithInlineObject.

Referenced by finishParagraph().

◆ IsReadGlossaries()

bool writerfilter::dmapper::DomainMapper_Impl::IsReadGlossaries ( ) const
inline

If we're importing autotext.

Definition at line 1089 of file DomainMapper_Impl.hxx.

References m_bIsReadGlossaries.

Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().

◆ IsRTFImport()

bool writerfilter::dmapper::DomainMapper_Impl::IsRTFImport ( ) const
inline

◆ IsSdtEndBefore()

bool writerfilter::dmapper::DomainMapper_Impl::IsSdtEndBefore ( )

Check if "SdtEndBefore" property is set.

Definition at line 4540 of file DomainMapper_Impl.cxx.

References writerfilter::dmapper::CONTEXT_CHARACTER, and GetTopContextOfType().

Referenced by ImportGraphic(), and PushShapeContext().

◆ isSdtEndDeferred()

bool writerfilter::dmapper::DomainMapper_Impl::isSdtEndDeferred ( ) const

Definition at line 1626 of file DomainMapper_Impl.cxx.

References m_bSdtEndDeferred.

◆ IsStyleSheetImport()

bool writerfilter::dmapper::DomainMapper_Impl::IsStyleSheetImport ( ) const
inline

Definition at line 838 of file DomainMapper_Impl.hxx.

References m_bInStyleSheetImport.

◆ MakeFrameProperties()

std::vector< css::beans::PropertyValue > writerfilter::dmapper::DomainMapper_Impl::MakeFrameProperties ( const ParagraphProperties rProps)

◆ NewFrameDirection()

void writerfilter::dmapper::DomainMapper_Impl::NewFrameDirection ( )
inline

Definition at line 1044 of file DomainMapper_Impl.hxx.

References m_aFrameDirectionQueue, and m_bFrameDirectionSet.

◆ PopAnnotation()

void writerfilter::dmapper::DomainMapper_Impl::PopAnnotation ( )

◆ PopFieldContext()

void writerfilter::dmapper::DomainMapper_Impl::PopFieldContext ( )

◆ PopFootOrEndnote()

void writerfilter::dmapper::DomainMapper_Impl::PopFootOrEndnote ( )

◆ PopFrameDirection()

std::optional< sal_Int16 > writerfilter::dmapper::DomainMapper_Impl::PopFrameDirection ( )
inline

Definition at line 1054 of file DomainMapper_Impl.hxx.

References m_aFrameDirectionQueue.

Referenced by CheckUnregisteredFrameConversion().

◆ PopPageHeaderFooter()

void writerfilter::dmapper::DomainMapper_Impl::PopPageHeaderFooter ( )

◆ PopPendingShape()

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

Get the first pending shape, if there are any.

Definition at line 4176 of file DomainMapper_Impl.cxx.

References m_aPendingShapes.

◆ PopProperties()

void writerfilter::dmapper::DomainMapper_Impl::PopProperties ( ContextType  eId)

◆ PopSdt()

void writerfilter::dmapper::DomainMapper_Impl::PopSdt ( )

◆ PopShapeContext()

void writerfilter::dmapper::DomainMapper_Impl::PopShapeContext ( )

◆ popTableManager()

void writerfilter::dmapper::DomainMapper_Impl::popTableManager ( )
inline

◆ PopTextBoxContent()

void writerfilter::dmapper::DomainMapper_Impl::PopTextBoxContent ( )

◆ processDeferredCharacterProperties()

void writerfilter::dmapper::DomainMapper_Impl::processDeferredCharacterProperties ( bool  bCharContext = true)

Processes properties deferred using deferCharacterProperty().

To be called whenever the top CONTEXT_CHARACTER is going to be used (e.g. by appendText()).

Definition at line 9155 of file DomainMapper_Impl.cxx.

References m_deferredCharacterProperties, m_rDMapper, and writerfilter::dmapper::DomainMapper::processDeferredCharacterProperties().

Referenced by appendTextPortion().

◆ PushAnnotation()

void writerfilter::dmapper::DomainMapper_Impl::PushAnnotation ( )

◆ PushFieldContext()

void writerfilter::dmapper::DomainMapper_Impl::PushFieldContext ( )

◆ PushFootOrEndnote()

void writerfilter::dmapper::DomainMapper_Impl::PushFootOrEndnote ( bool  bIsFootnote)

◆ PushListProperties()

void writerfilter::dmapper::DomainMapper_Impl::PushListProperties ( const PropertyMapPtr pListProperties)

◆ PushPageFooter()

void writerfilter::dmapper::DomainMapper_Impl::PushPageFooter ( SectionPropertyMap::PageType  eType)

Definition at line 3568 of file DomainMapper_Impl.cxx.

References eType, and PushPageHeaderFooter().

Referenced by substream().

◆ PushPageHeader()

void writerfilter::dmapper::DomainMapper_Impl::PushPageHeader ( SectionPropertyMap::PageType  eType)

Definition at line 3563 of file DomainMapper_Impl.cxx.

References eType, and PushPageHeaderFooter().

Referenced by substream().

◆ PushPageHeaderFooter()

void writerfilter::dmapper::DomainMapper_Impl::PushPageHeaderFooter ( bool  bHeader,
SectionPropertyMap::PageType  eType 
)
private

◆ PushPendingShape()

void writerfilter::dmapper::DomainMapper_Impl::PushPendingShape ( const css::uno::Reference< css::drawing::XShape > &  xShape)

Add a pending shape: it's currently inserted into the document, but it should be removed before the import finishes.

Definition at line 4171 of file DomainMapper_Impl.cxx.

References m_aPendingShapes.

◆ PushProperties()

void writerfilter::dmapper::DomainMapper_Impl::PushProperties ( ContextType  eId)

◆ PushSdt()

void writerfilter::dmapper::DomainMapper_Impl::PushSdt ( )

Definition at line 968 of file DomainMapper_Impl.cxx.

References m_aTextAppendStack, and m_xSdtStarts.

◆ PushShapeContext()

void writerfilter::dmapper::DomainMapper_Impl::PushShapeContext ( const css::uno::Reference< css::drawing::XShape > &  xShape)

◆ PushStyleProperties()

void writerfilter::dmapper::DomainMapper_Impl::PushStyleProperties ( const PropertyMapPtr pStyleProperties)

◆ PushTextBoxContent()

void writerfilter::dmapper::DomainMapper_Impl::PushTextBoxContent ( )

◆ RegisterFrameConversion()

void writerfilter::dmapper::DomainMapper_Impl::RegisterFrameConversion ( css::uno::Reference< css::text::XTextRange > const &  xFrameStartRange,
css::uno::Reference< css::text::XTextRange > const &  xFrameEndRange,
std::vector< css::beans::PropertyValue > &&  aFrameProperties 
)

◆ RemoveDummyParaForTableInSection()

void writerfilter::dmapper::DomainMapper_Impl::RemoveDummyParaForTableInSection ( )

◆ RemoveLastParagraph()

void writerfilter::dmapper::DomainMapper_Impl::RemoveLastParagraph ( )

◆ RemoveTemporaryFootOrEndnotes()

void writerfilter::dmapper::DomainMapper_Impl::RemoveTemporaryFootOrEndnotes ( )

◆ RemoveTopRedline()

void writerfilter::dmapper::DomainMapper_Impl::RemoveTopRedline ( )

◆ ResetGraphicImport()

void writerfilter::dmapper::DomainMapper_Impl::ResetGraphicImport ( )

◆ SetAnyTableImport()

void writerfilter::dmapper::DomainMapper_Impl::SetAnyTableImport ( bool  bSet)
inline

Definition at line 841 of file DomainMapper_Impl.hxx.

References m_bInAnyTableImport.

◆ SetBookmarkName()

void writerfilter::dmapper::DomainMapper_Impl::SetBookmarkName ( const OUString &  rBookmarkName)

◆ SetCheckFootnoteStyle()

void writerfilter::dmapper::DomainMapper_Impl::SetCheckFootnoteStyle ( bool  bVal)
inline

Definition at line 873 of file DomainMapper_Impl.hxx.

References m_bCheckFootnoteStyle.

◆ SetCurrentParaStyleName()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentParaStyleName ( const OUString &  sStringValue)
inline

Definition at line 823 of file DomainMapper_Impl.hxx.

References m_sCurrentParaStyleName.

◆ SetCurrentRedlineAuthor()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineAuthor ( const OUString &  sAuthor)

Definition at line 8992 of file DomainMapper_Impl.cxx.

References m_currentRedline, m_xAnnotationField, and SAL_INFO.

◆ SetCurrentRedlineDate()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineDate ( const OUString &  sDate)

◆ SetCurrentRedlineId()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineId ( sal_Int32  nId)

◆ SetCurrentRedlineInitials()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineInitials ( const OUString &  sInitials)

Definition at line 9005 of file DomainMapper_Impl.cxx.

References m_xAnnotationField.

◆ SetCurrentRedlineIsRead()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineIsRead ( )

◆ SetCurrentRedlineRevertProperties()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineRevertProperties ( const css::uno::Sequence< css::beans::PropertyValue > &  aProperties)

Definition at line 9045 of file DomainMapper_Impl.cxx.

References aProperties, and m_currentRedline.

◆ SetCurrentRedlineToken()

void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineToken ( sal_Int32  nToken)

Definition at line 9039 of file DomainMapper_Impl.cxx.

References m_currentRedline, and nToken.

◆ SetDocDefaultsImport()

void writerfilter::dmapper::DomainMapper_Impl::SetDocDefaultsImport ( bool  bSet)
inline

Definition at line 835 of file DomainMapper_Impl.hxx.

References m_bInDocDefaultsImport.

◆ setDocumentReference()

void writerfilter::dmapper::DomainMapper_Impl::setDocumentReference ( writerfilter::ooxml::OOXMLDocument pDocument)
inline

Definition at line 643 of file DomainMapper_Impl.hxx.

References m_pOOXMLDocument.

◆ SetDocumentSettingsProperty()

void writerfilter::dmapper::DomainMapper_Impl::SetDocumentSettingsProperty ( const OUString &  rPropName,
const css::uno::Any &  rValue 
)

Definition at line 566 of file DomainMapper_Impl.cxx.

References GetDocumentSettings().

◆ SetFieldFFData()

void writerfilter::dmapper::DomainMapper_Impl::SetFieldFFData ( const FFDataHandler::Pointer_t pFFDataHandler)

◆ SetFieldLocked()

void writerfilter::dmapper::DomainMapper_Impl::SetFieldLocked ( )

Definition at line 5576 of file DomainMapper_Impl.cxx.

References IsOpenField(), and m_aFieldStack.

◆ SetFieldResult()

void writerfilter::dmapper::DomainMapper_Impl::SetFieldResult ( OUString const &  rResult)

◆ SetFrameDirection()

void writerfilter::dmapper::DomainMapper_Impl::SetFrameDirection ( sal_Int16  nDirection)
inline

Definition at line 1048 of file DomainMapper_Impl.hxx.

References m_aFrameDirectionQueue, and m_bFrameDirectionSet.

◆ setGlossaryEntryStart()

void writerfilter::dmapper::DomainMapper_Impl::setGlossaryEntryStart ( css::uno::Reference< css::text::XTextRange > const &  xStart)
inline

Remember where entry was started.

Definition at line 759 of file DomainMapper_Impl.hxx.

References m_xGlossaryEntryStart.

◆ SetHasFootnoteStyle()

void writerfilter::dmapper::DomainMapper_Impl::SetHasFootnoteStyle ( bool  bVal)
inline

Definition at line 872 of file DomainMapper_Impl.hxx.

References m_bHasFootnoteStyle.

◆ SetInFootnoteProperties()

void writerfilter::dmapper::DomainMapper_Impl::SetInFootnoteProperties ( bool  bSet)
inline

Definition at line 1009 of file DomainMapper_Impl.hxx.

References m_bIsInFootnoteProperties.

◆ SetIsBreakDeferredByAnchor()

void writerfilter::dmapper::DomainMapper_Impl::SetIsBreakDeferredByAnchor ( )

Definition at line 1616 of file DomainMapper_Impl.cxx.

References m_bIsBreakDeferredByAnchor.

◆ SetIsDecimalComma()

void writerfilter::dmapper::DomainMapper_Impl::SetIsDecimalComma ( )
inline

Definition at line 685 of file DomainMapper_Impl.hxx.

References m_bIsDecimalComma.

◆ SetIsDummyParaAddedForTableInSection()

void writerfilter::dmapper::DomainMapper_Impl::SetIsDummyParaAddedForTableInSection ( bool  bIsAdded)

◆ SetIsDummyParaAddedForTableInSectionPage()

void writerfilter::dmapper::DomainMapper_Impl::SetIsDummyParaAddedForTableInSectionPage ( bool  bIsAdded)

Definition at line 936 of file DomainMapper_Impl.cxx.

References m_bDummyParaAddedForTableInSectionPage.

◆ SetIsFirstParagraphInSection()

void writerfilter::dmapper::DomainMapper_Impl::SetIsFirstParagraphInSection ( bool  bIsFirst)

◆ SetIsFirstParagraphInSectionAfterRedline()

void writerfilter::dmapper::DomainMapper_Impl::SetIsFirstParagraphInSectionAfterRedline ( bool  bIsFirstAfterRedline)

Definition at line 910 of file DomainMapper_Impl.cxx.

References m_bIsFirstParaInSectionAfterRedline.

Referenced by finishParagraph().

◆ SetIsFirstParagraphInShape()

void writerfilter::dmapper::DomainMapper_Impl::SetIsFirstParagraphInShape ( bool  bIsFirst)

Definition at line 925 of file DomainMapper_Impl.cxx.

References m_bIsFirstParaInShape.

◆ SetIsFirstRun()

void writerfilter::dmapper::DomainMapper_Impl::SetIsFirstRun ( bool  bval)
inline

Definition at line 1034 of file DomainMapper_Impl.hxx.

References m_bIsFirstRun.

Referenced by StartIndexSectionChecked().

◆ SetIsLastParagraphInSection()

void writerfilter::dmapper::DomainMapper_Impl::SetIsLastParagraphInSection ( bool  bIsLast)

Definition at line 899 of file DomainMapper_Impl.cxx.

References m_bIsLastParaInSection.

Referenced by finishParagraph().

◆ SetIsLastSectionGroup()

void writerfilter::dmapper::DomainMapper_Impl::SetIsLastSectionGroup ( bool  bIsLast)

◆ SetIsOutsideAParagraph()

void writerfilter::dmapper::DomainMapper_Impl::SetIsOutsideAParagraph ( bool  bval)
inline

Definition at line 1036 of file DomainMapper_Impl.hxx.

References m_bIsOutsideAParagraph.

Referenced by finishParagraph().

◆ SetIsPreviousParagraphFramed()

void writerfilter::dmapper::DomainMapper_Impl::SetIsPreviousParagraphFramed ( bool  bIsFramed)
inline

Definition at line 713 of file DomainMapper_Impl.hxx.

References m_bIsPreviousParagraphFramed.

Referenced by finishParagraph().

◆ SetIsTextDeleted()

void writerfilter::dmapper::DomainMapper_Impl::SetIsTextDeleted ( bool  bIsTextDeleted)
inline

Definition at line 711 of file DomainMapper_Impl.hxx.

References m_bTextDeleted.

◆ SetIsTextFrameInserted()

void writerfilter::dmapper::DomainMapper_Impl::SetIsTextFrameInserted ( bool  bIsInserted)

Track if a textframe has been inserted into this section.

Definition at line 942 of file DomainMapper_Impl.cxx.

References m_bTextFrameInserted.

Referenced by PushShapeContext().

◆ SetLineNumbering()

void writerfilter::dmapper::DomainMapper_Impl::SetLineNumbering ( sal_Int32  nLnnMod,
sal_uInt32  nLnc,
sal_Int32  ndxaLnn 
)

◆ SetLineNumberSettings()

void writerfilter::dmapper::DomainMapper_Impl::SetLineNumberSettings ( const LineNumberSettings rSet)
inline

Definition at line 1007 of file DomainMapper_Impl.hxx.

References m_aLineNumberSettings, and rSet.

◆ SetMoveBookmark()

void writerfilter::dmapper::DomainMapper_Impl::SetMoveBookmark ( bool  IsFrom)

Definition at line 8503 of file DomainMapper_Impl.cxx.

References m_sCurrentBkmkPrefix, and u.

◆ SetNumberFormat()

void writerfilter::dmapper::DomainMapper_Impl::SetNumberFormat ( const OUString &  rCommand,
css::uno::Reference< css::beans::XPropertySet > const &  xPropertySet,
bool  bDetectFormat = false 
)
private

◆ SetNumberingImport()

void writerfilter::dmapper::DomainMapper_Impl::SetNumberingImport ( bool  bSet)
inline

Definition at line 839 of file DomainMapper_Impl.hxx.

References m_bInNumberingImport.

◆ SetPageMarginTwip()

void writerfilter::dmapper::DomainMapper_Impl::SetPageMarginTwip ( PageMarElement  eElement,
sal_Int32  nValue 
)

◆ SetParaAutoBefore()

void writerfilter::dmapper::DomainMapper_Impl::SetParaAutoBefore ( bool  bParaAutoBefore)
inline

Definition at line 1162 of file DomainMapper_Impl.hxx.

References m_bParaAutoBefore.

◆ setParaSdtEndDeferred()

void writerfilter::dmapper::DomainMapper_Impl::setParaSdtEndDeferred ( bool  bParaSdtEndDeferred)

Definition at line 1631 of file DomainMapper_Impl.cxx.

References m_bParaSdtEndDeferred.

◆ SetParaSectpr()

void writerfilter::dmapper::DomainMapper_Impl::SetParaSectpr ( bool  bParaSectpr)

Definition at line 948 of file DomainMapper_Impl.cxx.

References m_bParaSectpr.

◆ setPermissionRangeEd()

void writerfilter::dmapper::DomainMapper_Impl::setPermissionRangeEd ( const OUString &  user)

Definition at line 8513 of file DomainMapper_Impl.cxx.

References m_aPermMap, m_sCurrentPermEd, and m_sCurrentPermId.

◆ setPermissionRangeEdGrp()

void writerfilter::dmapper::DomainMapper_Impl::setPermissionRangeEdGrp ( const OUString &  group)

Definition at line 8522 of file DomainMapper_Impl.cxx.

References group, m_aPermMap, m_sCurrentPermEdGrp, and m_sCurrentPermId.

◆ SetRubyInfo()

void writerfilter::dmapper::DomainMapper_Impl::SetRubyInfo ( const RubyInfo rInfo)
inline

Definition at line 694 of file DomainMapper_Impl.hxx.

References m_aRubyInfo.

◆ SetRubySprmId()

void writerfilter::dmapper::DomainMapper_Impl::SetRubySprmId ( sal_uInt32  nSprmId)
inline

Definition at line 688 of file DomainMapper_Impl.hxx.

References m_aRubyInfo, and writerfilter::dmapper::RubyInfo::nSprmId.

◆ SetRubyText()

void writerfilter::dmapper::DomainMapper_Impl::SetRubyText ( OUString const &  sText,
OUString const &  sStyle 
)
inline

◆ SetSdt()

void writerfilter::dmapper::DomainMapper_Impl::SetSdt ( bool  bSdt)

Setter method for m_bSdt.

Definition at line 954 of file DomainMapper_Impl.cxx.

References GetTopTextAppend(), m_aTextAppendStack, m_bSdt, and m_xSdtEntryStart.

◆ setSdtEndDeferred()

void writerfilter::dmapper::DomainMapper_Impl::setSdtEndDeferred ( bool  bSdtEndDeferred)

Definition at line 1621 of file DomainMapper_Impl.cxx.

References m_bSdtEndDeferred.

◆ SetSkipFootnoteState()

void writerfilter::dmapper::DomainMapper_Impl::SetSkipFootnoteState ( SkipFootnoteSeparator  eId)
inline

Definition at line 878 of file DomainMapper_Impl.hxx.

References m_eSkipFootnoteState.

◆ SetStyleSheetImport()

void writerfilter::dmapper::DomainMapper_Impl::SetStyleSheetImport ( bool  bSet)
inline

Definition at line 837 of file DomainMapper_Impl.hxx.

References m_bInStyleSheetImport.

◆ SetSymbolChar()

void writerfilter::dmapper::DomainMapper_Impl::SetSymbolChar ( sal_Int32  nSymbol)
inline

◆ SetSymbolFont()

void writerfilter::dmapper::DomainMapper_Impl::SetSymbolFont ( OUString const &  rName)
inline

◆ StartCustomFootnote()

void writerfilter::dmapper::DomainMapper_Impl::StartCustomFootnote ( const PropertyMapPtr  pContext)

◆ StartIndexSectionChecked()

css::uno::Reference< css::beans::XPropertySet > writerfilter::dmapper::DomainMapper_Impl::StartIndexSectionChecked ( const OUString &  sServiceName)
private

◆ StartOrEndBookmark()

void writerfilter::dmapper::DomainMapper_Impl::StartOrEndBookmark ( const OUString &  rId)

◆ startOrEndPermissionRange()

void writerfilter::dmapper::DomainMapper_Impl::startOrEndPermissionRange ( sal_Int32  permissinId)

◆ StartParaMarkerChange()

void writerfilter::dmapper::DomainMapper_Impl::StartParaMarkerChange ( )

Definition at line 3793 of file DomainMapper_Impl.cxx.

References m_bIsParaMarkerChange.

◆ StartParaMarkerMove()

void writerfilter::dmapper::DomainMapper_Impl::StartParaMarkerMove ( )

Definition at line 3805 of file DomainMapper_Impl.cxx.

References m_bIsParaMarkerMove.

◆ substream()

void writerfilter::dmapper::DomainMapper_Impl::substream ( Id  rName,
::writerfilter::Reference< Stream >::Pointer_t const &  ref 
)

◆ UpdateEmbeddedShapeProps()

void writerfilter::dmapper::DomainMapper_Impl::UpdateEmbeddedShapeProps ( const css::uno::Reference< css::drawing::XShape > &  xShape)

◆ ValidateListLevel()

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

Member Data Documentation

◆ m_aAligns

std::pair<OUString, OUString> writerfilter::dmapper::DomainMapper_Impl::m_aAligns

ST_AlignH/V values we received.

Definition at line 1142 of file DomainMapper_Impl.hxx.

Referenced by GetGraphicImport().

◆ m_aAnchoredObjectAnchors

std::vector<AnchoredObjectsInfo> writerfilter::dmapper::DomainMapper_Impl::m_aAnchoredObjectAnchors

Paragraphs with anchored objects in the current section.

Definition at line 1119 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and writerfilter::dmapper::SectionPropertyMap::HandleIncreasedAnchoredObjectSpacing().

◆ m_aAnchoredStack

std::stack<AnchoredContext> writerfilter::dmapper::DomainMapper_Impl::m_aAnchoredStack
private

Definition at line 455 of file DomainMapper_Impl.hxx.

Referenced by appendOLE(), IsInShape(), PopShapeContext(), and PushShapeContext().

◆ m_aAnnotationPositions

std::unordered_map< sal_Int32, AnnotationPosition > writerfilter::dmapper::DomainMapper_Impl::m_aAnnotationPositions
private

Definition at line 605 of file DomainMapper_Impl.hxx.

Referenced by AddAnnotationPosition(), and PopAnnotation().

◆ m_aBaseUrl

OUString writerfilter::dmapper::DomainMapper_Impl::m_aBaseUrl
private

Definition at line 440 of file DomainMapper_Impl.hxx.

Referenced by CloseFieldCommand(), and DomainMapper_Impl().

◆ m_aBookmarkMap

BookmarkMap_t writerfilter::dmapper::DomainMapper_Impl::m_aBookmarkMap
private

Definition at line 485 of file DomainMapper_Impl.hxx.

Referenced by SetBookmarkName(), and StartOrEndBookmark().

◆ m_aCommentProps

std::unordered_map<OUString, CommentProperties> writerfilter::dmapper::DomainMapper_Impl::m_aCommentProps
private

Definition at line 1217 of file DomainMapper_Impl.hxx.

Referenced by commentProps(), and finishParagraph().

◆ m_aContextStack

std::stack<ContextType> writerfilter::dmapper::DomainMapper_Impl::m_aContextStack
private

◆ m_aCurrentTabStop

DeletableTabStop writerfilter::dmapper::DomainMapper_Impl::m_aCurrentTabStop

Definition at line 996 of file DomainMapper_Impl.hxx.

◆ m_aCurrentTabStops

::std::vector<DeletableTabStop> writerfilter::dmapper::DomainMapper_Impl::m_aCurrentTabStops
private

◆ m_aEndnoteIds

std::deque<sal_Int32> writerfilter::dmapper::DomainMapper_Impl::m_aEndnoteIds

Definition at line 625 of file DomainMapper_Impl.hxx.

Referenced by PopFootOrEndnote().

◆ m_aFieldStack

std::deque<FieldContextPtr> writerfilter::dmapper::DomainMapper_Impl::m_aFieldStack
private

◆ m_aFootnoteIds

std::deque<sal_Int32> writerfilter::dmapper::DomainMapper_Impl::m_aFootnoteIds

Definition at line 624 of file DomainMapper_Impl.hxx.

Referenced by PopFootOrEndnote().

◆ m_aFrameDirectionQueue

std::queue<std::optional<sal_Int16> > writerfilter::dmapper::DomainMapper_Impl::m_aFrameDirectionQueue
private

Definition at line 507 of file DomainMapper_Impl.hxx.

Referenced by NewFrameDirection(), PopFrameDirection(), and SetFrameDirection().

◆ m_aFrameProperties

std::vector<css::beans::PropertyValue> writerfilter::dmapper::DomainMapper_Impl::m_aFrameProperties
private

Definition at line 555 of file DomainMapper_Impl.hxx.

Referenced by ExecuteFrameConversion(), and RegisterFrameConversion().

◆ m_aHeaderFooterStack

std::stack<HeaderFooterContext> writerfilter::dmapper::DomainMapper_Impl::m_aHeaderFooterStack
private

Definition at line 456 of file DomainMapper_Impl.hxx.

Referenced by PopPageHeaderFooter(), and PushPageHeaderFooter().

◆ m_aHeaderFooterTextAppendStack

std::stack<std::pair<TextAppendContext, bool> > writerfilter::dmapper::DomainMapper_Impl::m_aHeaderFooterTextAppendStack
private

Definition at line 457 of file DomainMapper_Impl.hxx.

Referenced by ConvertHeaderFooterToTextFrame(), and PushPageHeaderFooter().

◆ m_aInteropGrabBag

std::vector<css::beans::PropertyValue> writerfilter::dmapper::DomainMapper_Impl::m_aInteropGrabBag

A toplevel dmapper grabbag, like 'pPr'.

Definition at line 1134 of file DomainMapper_Impl.hxx.

Referenced by disableInteropGrabBag().

◆ m_aInteropGrabBagName

OUString writerfilter::dmapper::DomainMapper_Impl::m_aInteropGrabBagName

Name of m_aInteropGrabBag.

Definition at line 1131 of file DomainMapper_Impl.hxx.

Referenced by disableInteropGrabBag(), enableInteropGrabBag(), and isInteropGrabBagEnabled().

◆ m_aLineNumberSettings

LineNumberSettings writerfilter::dmapper::DomainMapper_Impl::m_aLineNumberSettings
private

Definition at line 483 of file DomainMapper_Impl.hxx.

Referenced by GetLineNumberSettings(), and SetLineNumberSettings().

◆ m_aListOverrideApplied

o3tl::sorted_vector<sal_Int32> writerfilter::dmapper::DomainMapper_Impl::m_aListOverrideApplied
private

Definition at line 502 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph().

◆ m_aPageMargins

PageMar writerfilter::dmapper::DomainMapper_Impl::m_aPageMargins
private

Definition at line 495 of file DomainMapper_Impl.hxx.

Referenced by GetPageMargins(), InitPageMargins(), and SetPageMarginTwip().

◆ m_aPendingShapes

std::deque< css::uno::Reference<css::drawing::XShape> > writerfilter::dmapper::DomainMapper_Impl::m_aPendingShapes
private

Definition at line 511 of file DomainMapper_Impl.hxx.

Referenced by PopPendingShape(), and PushPendingShape().

◆ m_aPermMap

PermMap_t writerfilter::dmapper::DomainMapper_Impl::m_aPermMap
private

◆ m_aPositionOffsets

std::pair<OUString, OUString> writerfilter::dmapper::DomainMapper_Impl::m_aPositionOffsets

ST_PositionOffset values we received.

Definition at line 1140 of file DomainMapper_Impl.hxx.

Referenced by GetGraphicImport().

◆ m_aPositivePercentages

std::queue<OUString> writerfilter::dmapper::DomainMapper_Impl::m_aPositivePercentages

ST_PositivePercentage values we received.

Definition at line 1144 of file DomainMapper_Impl.hxx.

Referenced by GetGraphicImport().

◆ m_aPropertyStacks

std::stack<PropertyMapPtr> writerfilter::dmapper::DomainMapper_Impl::m_aPropertyStacks[NUMBER_OF_CONTEXTS]
private

◆ m_aRedlines

std::stack< std::vector< RedlineParamsPtr > > writerfilter::dmapper::DomainMapper_Impl::m_aRedlines
private

◆ m_aRubyInfo

RubyInfo writerfilter::dmapper::DomainMapper_Impl::m_aRubyInfo
private

Definition at line 553 of file DomainMapper_Impl.hxx.

Referenced by GetRubyInfo(), SetRubyInfo(), SetRubySprmId(), and SetRubyText().

◆ m_aSmartTagHandler

SmartTagHandler writerfilter::dmapper::DomainMapper_Impl::m_aSmartTagHandler
private

Definition at line 613 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and getSmartTagHandler().

◆ m_aStoredRedlines

std::deque<css::uno::Any> writerfilter::dmapper::DomainMapper_Impl::m_aStoredRedlines[StoredRedlines::NONE]

◆ m_aSubInteropGrabBag

std::vector<css::beans::PropertyValue> writerfilter::dmapper::DomainMapper_Impl::m_aSubInteropGrabBag

A sub-grabbag of m_aInteropGrabBag, like 'spacing'.

Definition at line 1137 of file DomainMapper_Impl.hxx.

Referenced by disableInteropGrabBag().

◆ m_aSymbolData

SymbolData writerfilter::dmapper::DomainMapper_Impl::m_aSymbolData
private

Definition at line 496 of file DomainMapper_Impl.hxx.

Referenced by GetSymbolData(), SetSymbolChar(), and SetSymbolFont().

◆ m_aTableManagers

std::stack< tools::SvRef< DomainMapperTableManager > > writerfilter::dmapper::DomainMapper_Impl::m_aTableManagers
private

◆ m_aTextAppendStack

std::stack<TextAppendContext> writerfilter::dmapper::DomainMapper_Impl::m_aTextAppendStack
private

◆ m_bAnnotationResolved

bool writerfilter::dmapper::DomainMapper_Impl::m_bAnnotationResolved = false
private

Definition at line 602 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and PopAnnotation().

◆ m_bCheckFirstFootnoteTab

bool writerfilter::dmapper::DomainMapper_Impl::m_bCheckFirstFootnoteTab

If the next tab should be ignored, used for footnotes.

Definition at line 1115 of file DomainMapper_Impl.hxx.

Referenced by PushFootOrEndnote().

◆ m_bCheckFootnoteStyle

bool writerfilter::dmapper::DomainMapper_Impl::m_bCheckFootnoteStyle
private

◆ m_bDiscardHeaderFooter

bool writerfilter::dmapper::DomainMapper_Impl::m_bDiscardHeaderFooter
private

◆ m_bDummyParaAddedForTableInSection

bool writerfilter::dmapper::DomainMapper_Impl::m_bDummyParaAddedForTableInSection
private

◆ m_bDummyParaAddedForTableInSectionPage

bool writerfilter::dmapper::DomainMapper_Impl::m_bDummyParaAddedForTableInSectionPage
private

◆ m_bFirstParagraphInCell

bool writerfilter::dmapper::DomainMapper_Impl::m_bFirstParagraphInCell
private

Current paragraph in a table is first paragraph of a cell.

Definition at line 1210 of file DomainMapper_Impl.hxx.

Referenced by ClearPreviousParagraph(), finishParagraph(), PopFootOrEndnote(), PushFootOrEndnote(), and StartOrEndBookmark().

◆ m_bForceGenericFields

bool writerfilter::dmapper::DomainMapper_Impl::m_bForceGenericFields
private

Definition at line 459 of file DomainMapper_Impl.hxx.

Referenced by CloseFieldCommand(), and IsForceGenericFields().

◆ m_bFrameDirectionSet

bool writerfilter::dmapper::DomainMapper_Impl::m_bFrameDirectionSet
private

Definition at line 508 of file DomainMapper_Impl.hxx.

Referenced by NewFrameDirection(), and SetFrameDirection().

◆ m_bHasFootnoteStyle

bool writerfilter::dmapper::DomainMapper_Impl::m_bHasFootnoteStyle
private

◆ m_bHasFtn

bool writerfilter::dmapper::DomainMapper_Impl::m_bHasFtn

◆ m_bHasFtnSep

bool writerfilter::dmapper::DomainMapper_Impl::m_bHasFtnSep

◆ m_bIgnoreNextTab

bool writerfilter::dmapper::DomainMapper_Impl::m_bIgnoreNextTab

Definition at line 1116 of file DomainMapper_Impl.hxx.

Referenced by PopFootOrEndnote().

◆ m_bInAnyTableImport

bool writerfilter::dmapper::DomainMapper_Impl::m_bInAnyTableImport
private

Definition at line 528 of file DomainMapper_Impl.hxx.

Referenced by IsAnyTableImport(), and SetAnyTableImport().

◆ m_bInDocDefaultsImport

bool writerfilter::dmapper::DomainMapper_Impl::m_bInDocDefaultsImport
private

Definition at line 525 of file DomainMapper_Impl.hxx.

Referenced by IsDocDefaultsImport(), and SetDocDefaultsImport().

◆ m_bInFootnote

bool writerfilter::dmapper::DomainMapper_Impl::m_bInFootnote
private

Definition at line 537 of file DomainMapper_Impl.hxx.

Referenced by IsInFootnote(), PopFootOrEndnote(), and PushFootOrEndnote().

◆ m_bInFootOrEndnote

bool writerfilter::dmapper::DomainMapper_Impl::m_bInFootOrEndnote
private

Definition at line 536 of file DomainMapper_Impl.hxx.

Referenced by IsInFootOrEndnote(), PopFootOrEndnote(), and PushFootOrEndnote().

◆ m_bInNumberingImport

bool writerfilter::dmapper::DomainMapper_Impl::m_bInNumberingImport
private

Definition at line 527 of file DomainMapper_Impl.hxx.

Referenced by IsNumberingImport(), and SetNumberingImport().

◆ m_bInStyleSheetImport

bool writerfilter::dmapper::DomainMapper_Impl::m_bInStyleSheetImport
private

◆ m_bIsActualParagraphFramed

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsActualParagraphFramed

Handle redline text portions in a frame, footnotes and redlines: store their data, and create them after frame creation or footnote/endnote copying.

Definition at line 1173 of file DomainMapper_Impl.hxx.

Referenced by CreateRedline(), and ExecuteFrameConversion().

◆ m_bIsAltChunk

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsAltChunk = false
private

Definition at line 630 of file DomainMapper_Impl.hxx.

Referenced by DomainMapper_Impl(), and IsAltChunk().

◆ m_bIsBreakDeferredByAnchor

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsBreakDeferredByAnchor
private

◆ m_bIsColumnBreakDeferred

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsColumnBreakDeferred
private

◆ m_bIsDecimalComma

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsDecimalComma
private

Type of decimal symbol associated to the document language in Writer locale definition.

Definition at line 461 of file DomainMapper_Impl.hxx.

Referenced by convertFieldFormula(), and SetIsDecimalComma().

◆ m_bIsFirstParaInSection

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsFirstParaInSection
private

◆ m_bIsFirstParaInSectionAfterRedline

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsFirstParaInSectionAfterRedline
private

◆ m_bIsFirstParaInShape

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsFirstParaInShape = false
private

◆ m_bIsFirstRun

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsFirstRun
private

Definition at line 592 of file DomainMapper_Impl.hxx.

Referenced by IsFirstRun(), PushProperties(), and SetIsFirstRun().

◆ m_bIsFirstSection

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsFirstSection
private

Definition at line 465 of file DomainMapper_Impl.hxx.

Referenced by DomainMapper_Impl(), and PushProperties().

◆ m_bIsInComments

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsInComments
private

◆ m_bIsInFootnoteProperties

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsInFootnoteProperties
private

Definition at line 551 of file DomainMapper_Impl.hxx.

Referenced by IsInFootnoteProperties(), and SetInFootnoteProperties().

◆ m_bIsInTextBox

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsInTextBox

◆ m_bIsLastParaInSection

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsLastParaInSection
private

◆ m_bIsLastSectionGroup

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsLastSectionGroup
private

Definition at line 585 of file DomainMapper_Impl.hxx.

Referenced by GetIsLastSectionGroup(), and SetIsLastSectionGroup().

◆ m_bIsNewDoc

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsNewDoc
private

◆ m_bIsOutsideAParagraph

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsOutsideAParagraph
private

Definition at line 593 of file DomainMapper_Impl.hxx.

Referenced by IsOutsideAParagraph(), and SetIsOutsideAParagraph().

◆ m_bIsPageBreakDeferred

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsPageBreakDeferred
private

◆ m_bIsParaMarkerChange

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsParaMarkerChange
private

◆ m_bIsParaMarkerMove

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsParaMarkerMove
private

◆ m_bIsPreviousParagraphFramed

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsPreviousParagraphFramed
private

◆ m_bIsReadGlossaries

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsReadGlossaries
private

Definition at line 631 of file DomainMapper_Impl.hxx.

Referenced by IsReadGlossaries().

◆ m_bIsSplitPara

bool writerfilter::dmapper::DomainMapper_Impl::m_bIsSplitPara

If the document needs to split paragraph.

Definition at line 1153 of file DomainMapper_Impl.hxx.

Referenced by PushProperties().

◆ m_bLineNumberingSet

bool writerfilter::dmapper::DomainMapper_Impl::m_bLineNumberingSet
private

Definition at line 550 of file DomainMapper_Impl.hxx.

Referenced by IsLineNumberingSet(), and SetLineNumbering().

◆ m_bParaAutoBefore

bool writerfilter::dmapper::DomainMapper_Impl::m_bParaAutoBefore
private

Current paragraph has automatic before spacing.

Definition at line 1208 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and SetParaAutoBefore().

◆ m_bParaChanged

bool writerfilter::dmapper::DomainMapper_Impl::m_bParaChanged
private

If the current paragraph has any runs.

Definition at line 576 of file DomainMapper_Impl.hxx.

Referenced by appendTextPortion(), CheckRedline(), finishParagraph(), GetParaChanged(), PopFieldContext(), PushShapeContext(), and StartIndexSectionChecked().

◆ m_bParaHadField

bool writerfilter::dmapper::DomainMapper_Impl::m_bParaHadField
private

◆ m_bParaSdtEndDeferred

bool writerfilter::dmapper::DomainMapper_Impl::m_bParaSdtEndDeferred
private

If we want to set "paragraph sdt end" on the next paragraph context.

Definition at line 473 of file DomainMapper_Impl.hxx.

Referenced by isParaSdtEndDeferred(), and setParaSdtEndDeferred().

◆ m_bParaSectpr

bool writerfilter::dmapper::DomainMapper_Impl::m_bParaSectpr
private

If the current paragraph contains section property definitions.

Definition at line 588 of file DomainMapper_Impl.hxx.

Referenced by GetParaSectpr(), and SetParaSectpr().

◆ m_bParaWithInlineObject

bool writerfilter::dmapper::DomainMapper_Impl::m_bParaWithInlineObject
private

Current paragraph had at least one inline object in it.

Definition at line 1213 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), ImportGraphic(), and IsParaWithInlineObject().

◆ m_bRedlineImageInPreviousRun

bool writerfilter::dmapper::DomainMapper_Impl::m_bRedlineImageInPreviousRun
private

Definition at line 573 of file DomainMapper_Impl.hxx.

Referenced by appendTextPortion(), and ImportGraphic().

◆ m_bRemoveThisParagraph

bool writerfilter::dmapper::DomainMapper_Impl::m_bRemoveThisParagraph = false
private

This is a continuation of already finished paragraph - e.g., first in an index section.

Definition at line 595 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), GetRemoveThisPara(), and StartIndexSectionChecked().

◆ m_bSaveFirstParagraphInCell

bool writerfilter::dmapper::DomainMapper_Impl::m_bSaveFirstParagraphInCell
private

Definition at line 1211 of file DomainMapper_Impl.hxx.

Referenced by PopFootOrEndnote(), and PushFootOrEndnote().

◆ m_bSaveParaHadField

bool writerfilter::dmapper::DomainMapper_Impl::m_bSaveParaHadField
private

Definition at line 1205 of file DomainMapper_Impl.hxx.

Referenced by PopPageHeaderFooter(), and PushPageHeaderFooter().

◆ m_bSaxError

bool writerfilter::dmapper::DomainMapper_Impl::m_bSaxError
private

SAXException was seen so document will be abandoned.

Definition at line 1215 of file DomainMapper_Impl.hxx.

Referenced by CopyTemporaryNotes(), PopFootOrEndnote(), and substream().

◆ m_bSdt

bool writerfilter::dmapper::DomainMapper_Impl::m_bSdt
private

If the current paragraph is inside a structured document element.

Definition at line 591 of file DomainMapper_Impl.hxx.

Referenced by GetSdt(), and SetSdt().

◆ m_bSdtEndDeferred

bool writerfilter::dmapper::DomainMapper_Impl::m_bSdtEndDeferred
private

If we want to set "sdt end" on the next character context.

Definition at line 471 of file DomainMapper_Impl.hxx.

Referenced by isSdtEndDeferred(), and setSdtEndDeferred().

◆ m_bSetCitation

bool writerfilter::dmapper::DomainMapper_Impl::m_bSetCitation
private

Definition at line 463 of file DomainMapper_Impl.hxx.

Referenced by CloseFieldCommand(), and SetFieldResult().

◆ m_bSetDateValue

bool writerfilter::dmapper::DomainMapper_Impl::m_bSetDateValue
private

Definition at line 464 of file DomainMapper_Impl.hxx.

Referenced by CloseFieldCommand(), and SetFieldResult().

◆ m_bSetUserFieldContent

bool writerfilter::dmapper::DomainMapper_Impl::m_bSetUserFieldContent
private

Definition at line 462 of file DomainMapper_Impl.hxx.

Referenced by CloseFieldCommand(), and SetFieldResult().

◆ m_bStartBibliography

bool writerfilter::dmapper::DomainMapper_Impl::m_bStartBibliography
private

◆ m_bStartedTOC

bool writerfilter::dmapper::DomainMapper_Impl::m_bStartedTOC
private

If we got any text that is the pre-rendered result of the TOC field.

Definition at line 477 of file DomainMapper_Impl.hxx.

Referenced by appendTextPortion(), PopFieldContext(), and StartIndexSectionChecked().

◆ m_bStartIndex

bool writerfilter::dmapper::DomainMapper_Impl::m_bStartIndex
private

◆ m_bStartTOC

bool writerfilter::dmapper::DomainMapper_Impl::m_bStartTOC
private

◆ m_bStartTOCHeaderFooter

bool writerfilter::dmapper::DomainMapper_Impl::m_bStartTOCHeaderFooter
private

Definition at line 475 of file DomainMapper_Impl.hxx.

Referenced by appendTextPortion(), handleToc(), IsInTOC(), and PopFieldContext().

◆ m_bTextDeleted

bool writerfilter::dmapper::DomainMapper_Impl::m_bTextDeleted
private

Definition at line 482 of file DomainMapper_Impl.hxx.

Referenced by AppendFieldCommand(), and SetIsTextDeleted().

◆ m_bTextFrameInserted

bool writerfilter::dmapper::DomainMapper_Impl::m_bTextFrameInserted
private

Definition at line 582 of file DomainMapper_Impl.hxx.

Referenced by GetIsTextFrameInserted(), and SetIsTextFrameInserted().

◆ m_bTextInserted

bool writerfilter::dmapper::DomainMapper_Impl::m_bTextInserted
private

◆ m_bUsingEnhancedFields

bool writerfilter::dmapper::DomainMapper_Impl::m_bUsingEnhancedFields
private

Definition at line 589 of file DomainMapper_Impl.hxx.

Referenced by CloseFieldCommand(), and DomainMapper_Impl().

◆ m_currentRedline

RedlineParamsPtr writerfilter::dmapper::DomainMapper_Impl::m_currentRedline
private

◆ m_deferredCharacterProperties

std::map<sal_Int32, css::uno::Any> writerfilter::dmapper::DomainMapper_Impl::m_deferredCharacterProperties
private

◆ m_eDocumentType

SourceDocumentType writerfilter::dmapper::DomainMapper_Impl::m_eDocumentType
private

Definition at line 437 of file DomainMapper_Impl.hxx.

Referenced by IsOOXMLImport(), and IsRTFImport().

◆ m_eGraphicImportType

enum GraphicImportType writerfilter::dmapper::DomainMapper_Impl::m_eGraphicImportType = {}

Definition at line 1145 of file DomainMapper_Impl.hxx.

Referenced by GetGraphicImport(), and ImportGraphic().

◆ m_eInHeaderFooterImport

enum writerfilter::dmapper::DomainMapper_Impl::HeaderFooterImportState writerfilter::dmapper::DomainMapper_Impl::m_eInHeaderFooterImport
private

◆ m_eSkipFootnoteState

SkipFootnoteSeparator writerfilter::dmapper::DomainMapper_Impl::m_eSkipFootnoteState
private

Skip paragraphs from the <w:separator/> footnote.

Definition at line 542 of file DomainMapper_Impl.hxx.

Referenced by GetSkipFootnoteState(), PopFootOrEndnote(), and SetSkipFootnoteState().

◆ m_nAnnotationId

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nAnnotationId
private

Definition at line 601 of file DomainMapper_Impl.hxx.

Referenced by GetAnnotationId(), PopAnnotation(), and SetCurrentRedlineId().

◆ m_nEndnotes

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nEndnotes
private

Definition at line 545 of file DomainMapper_Impl.hxx.

Referenced by GetEndnoteCount(), and IncrementEndnoteCount().

◆ m_nFirstEndnoteIndex

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nFirstEndnoteIndex
private

Definition at line 548 of file DomainMapper_Impl.hxx.

Referenced by PopFootOrEndnote(), and RemoveTemporaryFootOrEndnotes().

◆ m_nFirstFootnoteIndex

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nFirstFootnoteIndex
private

Definition at line 547 of file DomainMapper_Impl.hxx.

Referenced by PopFootOrEndnote(), and RemoveTemporaryFootOrEndnotes().

◆ m_nFootnotes

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nFootnotes
private

preload footnotes and endnotes

Definition at line 544 of file DomainMapper_Impl.hxx.

Referenced by GetFootnoteCount(), and IncrementFootnoteCount().

◆ m_nLastTableCellParagraphDepth

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nLastTableCellParagraphDepth

Table cell depth of the last finished paragraph.

Definition at line 1107 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph().

◆ m_nLineBreaksDeferred

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nLineBreaksDeferred
private

◆ m_nStartGenericField

unsigned int writerfilter::dmapper::DomainMapper_Impl::m_nStartGenericField
private

Definition at line 480 of file DomainMapper_Impl.hxx.

Referenced by appendTextPortion(), CloseFieldCommand(), and PopFieldContext().

◆ m_nTableCellDepth

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nTableCellDepth

Raw table cell depth.

Definition at line 1105 of file DomainMapper_Impl.hxx.

Referenced by ClearPreviousParagraph(), and finishParagraph().

◆ m_nTableDepth

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_nTableDepth

This contains the raw table depth.

m_nTableDepth > 0 is the same as getTableManager().isInTable(), unless we're in the first paragraph of a table, or first paragraph after a table, as the table manager is only updated once we ended the paragraph (and know if the para has the inTbl SPRM or not).

Definition at line 1103 of file DomainMapper_Impl.hxx.

Referenced by ClearPreviousParagraph(), writerfilter::dmapper::SdtHelper::createDateContentControl(), CreateRedline(), deferBreak(), finishParagraph(), PopPageHeaderFooter(), PushPageHeaderFooter(), StartOrEndBookmark(), and startOrEndPermissionRange().

◆ m_oBackgroundColor

std::optional<sal_Int32> writerfilter::dmapper::DomainMapper_Impl::m_oBackgroundColor

Document background color, applied to every page style.

Definition at line 1094 of file DomainMapper_Impl.hxx.

Referenced by writerfilter::dmapper::SectionPropertyMap::HandleMarginsHeaderFooter().

◆ m_oLineBreakClear

std::optional<sal_Int16> writerfilter::dmapper::DomainMapper_Impl::m_oLineBreakClear
private

Definition at line 632 of file DomainMapper_Impl.hxx.

Referenced by HandleLineBreak(), and HandleLineBreakClear().

◆ m_pFontTable

FontTablePtr writerfilter::dmapper::DomainMapper_Impl::m_pFontTable
private

Definition at line 509 of file DomainMapper_Impl.hxx.

Referenced by GetFontTable().

◆ m_pFootnoteContext

PropertyMapPtr writerfilter::dmapper::DomainMapper_Impl::m_pFootnoteContext
private

◆ m_pGraphicImport

GraphicImportPtr writerfilter::dmapper::DomainMapper_Impl::m_pGraphicImport
private

Definition at line 514 of file DomainMapper_Impl.hxx.

Referenced by GetGraphicImport(), ImportGraphic(), and ResetGraphicImport().

◆ m_pLastCharacterContext

PropertyMapPtr writerfilter::dmapper::DomainMapper_Impl::m_pLastCharacterContext
private

◆ m_pLastSectionContext

PropertyMapPtr writerfilter::dmapper::DomainMapper_Impl::m_pLastSectionContext
private

Definition at line 519 of file DomainMapper_Impl.hxx.

Referenced by GetLastSectionContext(), and PopProperties().

◆ m_pListTable

ListsManager::Pointer writerfilter::dmapper::DomainMapper_Impl::m_pListTable
private

Definition at line 510 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and GetListTable().

◆ m_pOOXMLDocument

writerfilter::ooxml::OOXMLDocument* writerfilter::dmapper::DomainMapper_Impl::m_pOOXMLDocument
private

◆ m_pParaMarkerRedline

RedlineParamsPtr writerfilter::dmapper::DomainMapper_Impl::m_pParaMarkerRedline
private

Definition at line 564 of file DomainMapper_Impl.hxx.

Referenced by AddNewRedline(), and CheckParaMarkerRedline().

◆ m_pParaMarkerRedlineMove

RedlineParamsPtr writerfilter::dmapper::DomainMapper_Impl::m_pParaMarkerRedlineMove
private

Definition at line 568 of file DomainMapper_Impl.hxx.

Referenced by appendTextPortion(), CheckParaMarkerRedline(), and CreateRedline().

◆ m_previousRedline

RedlineParamsPtr writerfilter::dmapper::DomainMapper_Impl::m_previousRedline
private

◆ m_pSdtHelper

tools::SvRef<SdtHelper> writerfilter::dmapper::DomainMapper_Impl::m_pSdtHelper

Definition at line 1091 of file DomainMapper_Impl.hxx.

Referenced by DomainMapper_Impl(), ImportGraphic(), and PopSdt().

◆ m_pSettingsTable

SettingsTablePtr writerfilter::dmapper::DomainMapper_Impl::m_pSettingsTable
private

◆ m_pStyleSheetTable

StyleSheetTablePtr writerfilter::dmapper::DomainMapper_Impl::m_pStyleSheetTable
private

Definition at line 512 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and GetStyleSheetTable().

◆ m_pTableHandler

tools::SvRef<DomainMapperTableHandler> writerfilter::dmapper::DomainMapper_Impl::m_pTableHandler
private

Definition at line 500 of file DomainMapper_Impl.hxx.

Referenced by appendTableHandler(), DomainMapper_Impl(), and substream().

◆ m_pThemeHandler

std::unique_ptr<ThemeHandler> writerfilter::dmapper::DomainMapper_Impl::m_pThemeHandler
private

Definition at line 516 of file DomainMapper_Impl.hxx.

Referenced by getThemeHandler().

◆ m_pTopContext

PropertyMapPtr writerfilter::dmapper::DomainMapper_Impl::m_pTopContext
private

◆ m_rDMapper

DomainMapper& writerfilter::dmapper::DomainMapper_Impl::m_rDMapper
private

◆ m_sAnnotationImportedParaId

OUString writerfilter::dmapper::DomainMapper_Impl::m_sAnnotationImportedParaId
private

Definition at line 604 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and PopAnnotation().

◆ m_sAnnotationParent

OUString writerfilter::dmapper::DomainMapper_Impl::m_sAnnotationParent
private

Definition at line 603 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and PopAnnotation().

◆ m_sCurrentBkmkId

OUString writerfilter::dmapper::DomainMapper_Impl::m_sCurrentBkmkId
private

Definition at line 486 of file DomainMapper_Impl.hxx.

Referenced by SetBookmarkName(), and StartOrEndBookmark().

◆ m_sCurrentBkmkName

OUString writerfilter::dmapper::DomainMapper_Impl::m_sCurrentBkmkName
private

Definition at line 487 of file DomainMapper_Impl.hxx.

Referenced by SetBookmarkName(), and StartOrEndBookmark().

◆ m_sCurrentBkmkPrefix

OUString writerfilter::dmapper::DomainMapper_Impl::m_sCurrentBkmkPrefix
private

Definition at line 488 of file DomainMapper_Impl.hxx.

Referenced by SetBookmarkName(), and SetMoveBookmark().

◆ m_sCurrentParaStyleName

OUString writerfilter::dmapper::DomainMapper_Impl::m_sCurrentParaStyleName
private

Definition at line 523 of file DomainMapper_Impl.hxx.

Referenced by GetCurrentParaStyleName(), and SetCurrentParaStyleName().

◆ m_sCurrentPermEd

OUString writerfilter::dmapper::DomainMapper_Impl::m_sCurrentPermEd
private

Definition at line 492 of file DomainMapper_Impl.hxx.

Referenced by setPermissionRangeEd(), and startOrEndPermissionRange().

◆ m_sCurrentPermEdGrp

OUString writerfilter::dmapper::DomainMapper_Impl::m_sCurrentPermEdGrp
private

Definition at line 493 of file DomainMapper_Impl.hxx.

Referenced by setPermissionRangeEdGrp(), and startOrEndPermissionRange().

◆ m_sCurrentPermId

sal_Int32 writerfilter::dmapper::DomainMapper_Impl::m_sCurrentPermId
private

◆ m_sDefaultParaStyleName

OUString writerfilter::dmapper::DomainMapper_Impl::m_sDefaultParaStyleName
private

Definition at line 524 of file DomainMapper_Impl.hxx.

Referenced by GetDefaultParaStyleName().

◆ m_vTextFramesForChaining

std::vector<css::uno::Reference< css::drawing::XShape > > writerfilter::dmapper::DomainMapper_Impl::m_vTextFramesForChaining
private

◆ m_xAltChunkStartingRange

css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::DomainMapper_Impl::m_xAltChunkStartingRange

◆ m_xAnnotationField

css::uno::Reference< css::beans::XPropertySet > writerfilter::dmapper::DomainMapper_Impl::m_xAnnotationField
private

◆ m_xBodyText

css::uno::Reference<css::text::XText> writerfilter::dmapper::DomainMapper_Impl::m_xBodyText
private

Definition at line 451 of file DomainMapper_Impl.hxx.

Referenced by DomainMapper_Impl(), and GetBodyText().

◆ m_xCharacterStyles

css::uno::Reference<css::container::XNameContainer> writerfilter::dmapper::DomainMapper_Impl::m_xCharacterStyles
private

Definition at line 448 of file DomainMapper_Impl.hxx.

Referenced by GetCharacterStyles().

◆ m_xComponentContext

css::uno::Reference<css::uno::XComponentContext> writerfilter::dmapper::DomainMapper_Impl::m_xComponentContext
private

◆ m_xDocumentSettings

css::uno::Reference<css::beans::XPropertySet> writerfilter::dmapper::DomainMapper_Impl::m_xDocumentSettings
private

Definition at line 442 of file DomainMapper_Impl.hxx.

Referenced by GetDocumentSettings().

◆ m_xDocumentStorage

css::uno::Reference< css::embed::XStorage > writerfilter::dmapper::DomainMapper_Impl::m_xDocumentStorage

◆ m_xEmbedded

css::uno::Reference<css::text::XTextContent> writerfilter::dmapper::DomainMapper_Impl::m_xEmbedded
private

◆ m_xFrameEndRange

css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::DomainMapper_Impl::m_xFrameEndRange
private

Definition at line 557 of file DomainMapper_Impl.hxx.

Referenced by ExecuteFrameConversion(), and RegisterFrameConversion().

◆ m_xFrameStartRange

css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::DomainMapper_Impl::m_xFrameStartRange
private

Definition at line 556 of file DomainMapper_Impl.hxx.

Referenced by ExecuteFrameConversion(), and RegisterFrameConversion().

◆ m_xGlossaryEntryStart

css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::DomainMapper_Impl::m_xGlossaryEntryStart
private

Definition at line 615 of file DomainMapper_Impl.hxx.

Referenced by appendGlossaryEntry(), and setGlossaryEntryStart().

◆ m_xInsertTextRange

css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::DomainMapper_Impl::m_xInsertTextRange

Definition at line 622 of file DomainMapper_Impl.hxx.

Referenced by DomainMapper_Impl(), and GetBodyText().

◆ m_xNextUnusedCharacterStyleNo

std::optional<int> writerfilter::dmapper::DomainMapper_Impl::m_xNextUnusedCharacterStyleNo
private

Definition at line 450 of file DomainMapper_Impl.hxx.

Referenced by GetUnusedCharacterStyleName().

◆ m_xNextUnusedPageStyleNo

std::optional<int> writerfilter::dmapper::DomainMapper_Impl::m_xNextUnusedPageStyleNo
private

Definition at line 447 of file DomainMapper_Impl.hxx.

Referenced by GetUnusedPageStyleName().

◆ m_xPageStyles1

css::uno::Reference<css::container::XNameContainer> writerfilter::dmapper::DomainMapper_Impl::m_xPageStyles1
private

Definition at line 445 of file DomainMapper_Impl.hxx.

Referenced by GetPageStyles().

◆ m_xPendingTextBoxFrames

std::queue< css::uno::Reference< css::text::XTextFrame > > writerfilter::dmapper::DomainMapper_Impl::m_xPendingTextBoxFrames
private

◆ m_xPreviousParagraph

css::uno::Reference<css::beans::XPropertySet> writerfilter::dmapper::DomainMapper_Impl::m_xPreviousParagraph
private

◆ m_xSdtEntryStart

css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::DomainMapper_Impl::m_xSdtEntryStart
private

Definition at line 616 of file DomainMapper_Impl.hxx.

Referenced by extractTocTitle(), handleToc(), PopFieldContext(), and SetSdt().

◆ m_xSdtStarts

std::stack<BookmarkInsertPosition> writerfilter::dmapper::DomainMapper_Impl::m_xSdtStarts
private

Definition at line 617 of file DomainMapper_Impl.hxx.

Referenced by GetSdtStarts(), PopSdt(), and PushSdt().

◆ m_xTextDocument

css::uno::Reference<css::text::XTextDocument> writerfilter::dmapper::DomainMapper_Impl::m_xTextDocument
private

◆ m_xTextFactory

css::uno::Reference<css::lang::XMultiServiceFactory> writerfilter::dmapper::DomainMapper_Impl::m_xTextFactory
private

◆ m_xTOCMarkerCursor

css::uno::Reference< css::text::XTextCursor > writerfilter::dmapper::DomainMapper_Impl::m_xTOCMarkerCursor
private

Definition at line 597 of file DomainMapper_Impl.hxx.

Referenced by finishParagraph(), and handleToc().


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