LibreOffice Module writerfilter (master) 1
|
#include <DomainMapper_Impl.hxx>
Public Types | |
typedef std::map< OUString, BookmarkInsertPosition > | BookmarkMap_t |
typedef std::map< sal_Int32, PermInsertPosition > | PermMap_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::OOXMLDocument * | getDocumentReference () const |
SectionPropertyMap * | GetLastSectionContext () |
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 RubyInfo & | GetRubyInfo () 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 SymbolData & | GetSymbolData () 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::XPropertySet > | appendTextSectionAfter (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 PropertyMapPtr & | GetTopContext () 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 PropertyMapPtr & | GetFootnoteContext () 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::XPropertySet > | createSectionForRange (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 |
DomainMapperTableManager & | getTableManager () |
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 PageMar & | GetPageMargins () const |
const LineNumberSettings & | GetLineNumberSettings () 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 () |
SectionPropertyMap * | GetSectionContext () |
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 |
SmartTagHandler & | getSmartTagHandler () |
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< SdtHelper > | m_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< AnchoredObjectsInfo > | m_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::XPropertySet > | FindOrCreateFieldMaster (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::XPropertySet > | StartIndexSectionChecked (const OUString &sServiceName) |
Definition at line 430 of file DomainMapper_Impl.hxx.
typedef std::map< OUString, BookmarkInsertPosition > writerfilter::dmapper::DomainMapper_Impl::BookmarkMap_t |
Definition at line 433 of file DomainMapper_Impl.hxx.
typedef std::map< sal_Int32, PermInsertPosition > writerfilter::dmapper::DomainMapper_Impl::PermMap_t |
Definition at line 434 of file DomainMapper_Impl.hxx.
|
strongprivate |
Enumerator | |
---|---|
none | |
header | |
footer |
Definition at line 529 of file DomainMapper_Impl.hxx.
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 | ||
) |
Definition at line 316 of file DomainMapper_Impl.cxx.
References appendTableManager(), Filter, get(), GetBodyText(), getTableManager(), Import, utl::ConfigManager::IsFuzzing(), m_aBaseUrl, m_aRedlines, m_aTextAppendStack, m_bIsAltChunk, m_bIsFirstSection, m_bIsNewDoc, m_bUsingEnhancedFields, m_pSdtHelper, m_pTableHandler, m_xBodyText, m_xComponentContext, m_xComponentContext, m_xInsertTextRange, none, writerfilter::dmapper::OFF, utl::MediaDescriptor::PROP_DOCUMENTBASEURL, utl::MediaDescriptor::PROP_URL, writerfilter::dmapper::TableManager::setHandler(), writerfilter::dmapper::DomainMapperTableManager::startLevel(), text(), and xModel.
writerfilter::dmapper::DomainMapper_Impl::~DomainMapper_Impl | ( | ) |
Definition at line 447 of file DomainMapper_Impl.cxx.
References ChainTextFrames(), writerfilter::dmapper::DomainMapperTableManager::endLevel(), GetStyleSheetTable(), getTableManager(), hasTableManager(), m_bIsNewDoc, popTableManager(), RemoveLastParagraph(), and suppress_fun_call_w_exception.
void writerfilter::dmapper::DomainMapper_Impl::AddAnnotationPosition | ( | const bool | bStart, |
const sal_Int32 | nAnnotationId | ||
) |
Definition at line 8631 of file DomainMapper_Impl.cxx.
References m_aAnnotationPositions, m_aTextAppendStack, m_bIsNewDoc, writerfilter::dmapper::AnnotationPosition::m_xEnd, and writerfilter::dmapper::AnnotationPosition::m_xStart.
void writerfilter::dmapper::DomainMapper_Impl::AddDummyParaForTableInSection | ( | ) |
Definition at line 685 of file DomainMapper_Impl.cxx.
References IsInShape(), m_aTextAppendStack, m_bIsInTextBox, and SetIsDummyParaAddedForTableInSection().
Referenced by StartOrEndBookmark(), and startOrEndPermissionRange().
void writerfilter::dmapper::DomainMapper_Impl::AddNewRedline | ( | sal_uInt32 | sprmId | ) |
Definition at line 8954 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_CHARACTER, writerfilter::dmapper::CONTEXT_PARAGRAPH, GetTopContextOfType(), m_aRedlines, m_bIsParaMarkerChange, m_currentRedline, and m_pParaMarkerRedline.
void writerfilter::dmapper::DomainMapper_Impl::adjustLastPara | ( | sal_Int8 | nAlign | ) |
Definition at line 3317 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_PARAGRAPH, GetTopContextOfType(), and writerfilter::dmapper::PROP_PARA_ADJUST.
void writerfilter::dmapper::DomainMapper_Impl::AppendFieldCommand | ( | OUString const & | rPartOfCommand | ) |
Definition at line 5688 of file DomainMapper_Impl.cxx.
References writerfilter::TagLogger::chars(), writerfilter::TagLogger::endElement(), writerfilter::TagLogger::getInstance(), m_aFieldStack, m_bTextDeleted, and writerfilter::TagLogger::startElement().
void writerfilter::dmapper::DomainMapper_Impl::AppendFieldResult | ( | std::u16string_view | rResult | ) |
Definition at line 7940 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::GetParentFieldContext(), writerfilter::dmapper::IsFieldNestingAllowed(), m_aFieldStack, and SAL_WARN_IF.
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.
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')
void writerfilter::dmapper::DomainMapper_Impl::appendGrabBag | ( | std::vector< css::beans::PropertyValue > & | rInteropGrabBag, |
const OUString & | aKey, | ||
std::vector< css::beans::PropertyValue > & | rValue | ||
) |
void writerfilter::dmapper::DomainMapper_Impl::appendOLE | ( | const OUString & | rStreamName, |
const std::shared_ptr< OLEHandler > & | pOleHandler | ||
) |
Definition at line 3151 of file DomainMapper_Impl.cxx.
References appendTextContent(), writerfilter::dmapper::getPropertyName(), GetTextDocument(), m_aAnchoredStack, m_aTextAppendStack, m_xComponentContext, m_xTextFactory, writerfilter::dmapper::PROP_ANCHOR_TYPE, writerfilter::dmapper::PROP_GRAPHIC, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_STREAM_NAME, writerfilter::dmapper::PROP_WIDTH, RemoveLastParagraph(), SAL_WARN_IF, and TOOLS_WARN_EXCEPTION.
void writerfilter::dmapper::DomainMapper_Impl::appendStarMath | ( | const Value & | v | ) |
Definition at line 3263 of file DomainMapper_Impl.cxx.
References appendTextContent(), writerfilter::Value::getAny(), writerfilter::dmapper::getPropertyName(), m_xTextFactory, writerfilter::dmapper::PROP_ANCHOR_TYPE, writerfilter::dmapper::PROP_BOTTOM_MARGIN, writerfilter::dmapper::PROP_EMBEDDED_OBJECT, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_LEFT_MARGIN, writerfilter::dmapper::PROP_RIGHT_MARGIN, writerfilter::dmapper::PROP_TOP_MARGIN, writerfilter::dmapper::PROP_WIDTH, size, and TOOLS_WARN_EXCEPTION.
|
inline |
Definition at line 981 of file DomainMapper_Impl.hxx.
References m_aTableManagers, and m_pTableHandler.
Referenced by PushShapeContext(), PushTextBoxContent(), and substream().
|
inline |
Definition at line 975 of file DomainMapper_Impl.hxx.
References m_aTableManagers.
Referenced by DomainMapper_Impl(), PushShapeContext(), PushTextBoxContent(), and substream().
void writerfilter::dmapper::DomainMapper_Impl::appendTextContent | ( | const css::uno::Reference< css::text::XTextContent > & | , |
const css::uno::Sequence< css::beans::PropertyValue > & | |||
) |
Definition at line 3123 of file DomainMapper_Impl.cxx.
References getTableManager(), hasTableManager(), m_aTextAppendStack, and SAL_WARN_IF.
Referenced by appendOLE(), appendStarMath(), CloseFieldCommand(), writerfilter::dmapper::SdtHelper::createControlShape(), writerfilter::dmapper::SdtHelper::createDropDownControl(), writerfilter::dmapper::SdtHelper::createPlainTextControl(), handleBibliography(), handleIndex(), HandleLineBreak(), ImportGraphic(), PopAnnotation(), PopFieldContext(), PopShapeContext(), PushFootOrEndnote(), and PushShapeContext().
void writerfilter::dmapper::DomainMapper_Impl::appendTextPortion | ( | const OUString & | rString, |
const PropertyMapPtr & | pPropertyMap | ||
) |
Definition at line 2979 of file DomainMapper_Impl.cxx.
References CheckRedline(), tools::SvRef< typename T >::clear(), writerfilter::dmapper::CONTEXT_CHARACTER, GetSettingsTable(), getTableManager(), GetTopContextOfType(), GetTopContextType(), hasTableManager(), IsInHeaderFooter(), IsInTOC(), IsOpenFieldCommand(), m_aRedlines, m_aTextAppendStack, m_bDiscardHeaderFooter, m_bIsInComments, m_bParaChanged, m_bRedlineImageInPreviousRun, m_bStartBibliography, m_bStartedTOC, m_bStartIndex, m_bStartTOCHeaderFooter, m_bTextInserted, m_deferredCharacterProperties, m_nStartGenericField, m_pParaMarkerRedlineMove, m_previousRedline, m_pTopContext, nPos, processDeferredCharacterProperties(), writerfilter::dmapper::PROP_CHAR_FONT_NAME, SAL_WARN_IF, TOOLS_WARN_EXCEPTION, and u.
Referenced by CloseFieldCommand(), finishParagraph(), HandleLineBreak(), handleRubyEQField(), and ImportGraphic().
uno::Reference< beans::XPropertySet > writerfilter::dmapper::DomainMapper_Impl::appendTextSectionAfter | ( | css::uno::Reference< css::text::XTextRange > const & | xBefore | ) |
Definition at line 3323 of file DomainMapper_Impl.cxx.
References GetTextDocument(), i, m_aTextAppendStack, and m_xTextFactory.
Referenced by appendGlossaryEntry(), writerfilter::dmapper::SectionPropertyMap::ApplyProtectionProperties(), and writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
void writerfilter::dmapper::DomainMapper_Impl::ApplySettingsTable | ( | ) |
Definition at line 9067 of file DomainMapper_Impl.cxx.
References comphelper::containerToSequence(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), writerfilter::dmapper::getPropertyName(), m_pSettingsTable, m_xTextDocument, m_xTextFactory, writerfilter::dmapper::PROP_EMBED_FONTS, writerfilter::dmapper::PROP_EMBED_SYSTEM_FONTS, writerfilter::dmapper::PROP_PARA_BOTTOM_MARGIN, writerfilter::dmapper::PROP_PARA_LINE_SPACING, and writerfilter::dmapper::PROP_TAB_STOP_DISTANCE.
void writerfilter::dmapper::DomainMapper_Impl::AttachTextBoxContentToShape | ( | css::uno::Reference< css::drawing::XShape > | xShape | ) |
Definition at line 5381 of file DomainMapper_Impl.cxx.
References AttachTextBoxContentToShape(), i, writerfilter::dmapper::lcl_getGrabBagValue(), m_vTextFramesForChaining, m_xPendingTextBoxFrames, comphelper::makePropertyValue(), Name, and SAL_WARN.
Referenced by AttachTextBoxContentToShape().
void writerfilter::dmapper::DomainMapper_Impl::ChainTextFrames | ( | ) |
Definition at line 5184 of file DomainMapper_Impl.cxx.
References DBG_UNHANDLED_EXCEPTION, writerfilter::dmapper::lcl_getGrabBagValue(), m_vTextFramesForChaining, and nId.
Referenced by ~DomainMapper_Impl().
|
inline |
Definition at line 871 of file DomainMapper_Impl.hxx.
References m_bCheckFootnoteStyle.
void writerfilter::dmapper::DomainMapper_Impl::CheckParaMarkerRedline | ( | css::uno::Reference< css::text::XTextRange > const & | xRange | ) |
Definition at line 3739 of file DomainMapper_Impl.cxx.
References tools::SvRef< typename T >::clear(), CreateRedline(), EndParaMarkerMove(), m_bIsParaMarkerMove, m_currentRedline, m_pParaMarkerRedline, and m_pParaMarkerRedlineMove.
Referenced by finishParagraph().
void writerfilter::dmapper::DomainMapper_Impl::CheckRedline | ( | css::uno::Reference< css::text::XTextRange > const & | xRange | ) |
Definition at line 3762 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_CHARACTER, writerfilter::dmapper::CONTEXT_PARAGRAPH, CreateRedline(), GetTopContextOfType(), m_aRedlines, and m_bParaChanged.
Referenced by appendTextPortion(), PopAnnotation(), PopFieldContext(), and PushFootOrEndnote().
void writerfilter::dmapper::DomainMapper_Impl::CheckUnregisteredFrameConversion | ( | bool | bPreventOverlap = false | ) |
Definition at line 1945 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::getPropertyName(), getTableManager(), hasTableManager(), comphelper::InitPropertySequence(), IsRTFImport(), writerfilter::dmapper::lcl_MoveBorderPropertiesToFrame(), m_aTextAppendStack, MakeFrameProperties(), comphelper::makePropertyValue(), writerfilter::dmapper::TextAppendContext::pLastParagraphProperties, PopFrameDirection(), writerfilter::dmapper::PROP_BACK_COLOR_TRANSPARENCY, writerfilter::dmapper::PROP_FRM_DIRECTION, and RegisterFrameConversion().
Referenced by finishParagraph(), and substream().
void writerfilter::dmapper::DomainMapper_Impl::clearDeferredBreak | ( | BreakType | deferredBreakType | ) |
Definition at line 1583 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::LINE_BREAK, m_bIsBreakDeferredByAnchor, m_bIsColumnBreakDeferred, m_bIsPageBreakDeferred, m_nLineBreaksDeferred, and writerfilter::dmapper::PAGE_BREAK.
void writerfilter::dmapper::DomainMapper_Impl::clearDeferredBreaks | ( | ) |
Definition at line 1603 of file DomainMapper_Impl.cxx.
References m_bIsBreakDeferredByAnchor, m_bIsColumnBreakDeferred, m_bIsPageBreakDeferred, and m_nLineBreaksDeferred.
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.
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().
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.
OUString writerfilter::dmapper::DomainMapper_Impl::convertFieldFormula | ( | const OUString & | input | ) |
Converts a Microsoft Word field formula into LibreOffice syntax.
input | The Microsoft Word field formula, with no leading '=' sign |
Definition at line 5988 of file DomainMapper_Impl.cxx.
References changed(), m_bIsDecimalComma, and m_pSettingsTable.
Referenced by handleFieldFormula().
void writerfilter::dmapper::DomainMapper_Impl::ConvertHeaderFooterToTextFrame | ( | bool | bDynamicHeightTop, |
bool | bDynamicHeightBottom | ||
) |
Definition at line 3420 of file DomainMapper_Impl.cxx.
References comphelper::containerToSequence(), fillEmptyFrameProperties(), writerfilter::dmapper::getPropertyName(), m_aHeaderFooterTextAppendStack, comphelper::makePropertyValue(), writerfilter::dmapper::PROP_CURSOR_NOT_IGNORE_TABLES_IN_HF, writerfilter::dmapper::PROP_HORI_ORIENT, writerfilter::dmapper::PROP_OPAQUE, writerfilter::dmapper::PROP_SIZE_TYPE, writerfilter::dmapper::PROP_VERT_ORIENT, and writerfilter::dmapper::PROP_WIDTH_TYPE.
Referenced by writerfilter::dmapper::SectionPropertyMap::HandleMarginsHeaderFooter().
OUString writerfilter::dmapper::DomainMapper_Impl::ConvertTOCStyleName | ( | OUString const & | rTOCStyleName | ) |
Definition at line 6487 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::FilterChars(), GetFontTable(), GetStyleSheetTable(), m_bIsNewDoc, and SAL_INFO.
Referenced by handleToc().
bool writerfilter::dmapper::DomainMapper_Impl::CopyTemporaryNotes | ( | css::uno::Reference< css::text::XFootnote > | xNoteSrc, |
css::uno::Reference< css::text::XFootnote > | xNoteDest | ||
) |
Definition at line 3926 of file DomainMapper_Impl.cxx.
References eType, writerfilter::dmapper::FOOTNOTE, i, IsInFootnote(), writerfilter::dmapper::lcl_CopyRedlines(), writerfilter::dmapper::lcl_PasteRedlines(), m_aStoredRedlines, and m_bSaxError.
Referenced by PopFootOrEndnote(), and RemoveTemporaryFootOrEndnotes().
void writerfilter::dmapper::DomainMapper_Impl::CreateRedline | ( | css::uno::Reference< css::text::XTextRange > const & | xRange, |
const RedlineParamsPtr & | pRedline | ||
) |
Definition at line 3657 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::ConversionHelper::ConvertDateStringToDateTime(), eType, writerfilter::dmapper::FOOTNOTE, writerfilter::dmapper::FRAME, tools::SvRef< typename T >::get(), writerfilter::dmapper::getPropertyName(), IsInFootnote(), IsInFootOrEndnote(), m_aStoredRedlines, m_bIsActualParagraphFramed, m_nTableDepth, m_pParaMarkerRedlineMove, writerfilter::dmapper::NONE, writerfilter::dmapper::PROP_DELETE, writerfilter::dmapper::PROP_FORMAT, writerfilter::dmapper::PROP_INSERT, writerfilter::dmapper::PROP_PARAGRAPH_FORMAT, writerfilter::dmapper::PROP_REDLINE_AUTHOR, writerfilter::dmapper::PROP_REDLINE_DATE_TIME, writerfilter::dmapper::PROP_REDLINE_REVERT_PROPERTIES, sType, and TOOLS_WARN_EXCEPTION.
Referenced by CheckParaMarkerRedline(), CheckRedline(), and finishParagraph().
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().
void writerfilter::dmapper::DomainMapper_Impl::deferBreak | ( | BreakType | deferredBreakType | ) |
Definition at line 1545 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::LINE_BREAK, m_bIsColumnBreakDeferred, m_bIsPageBreakDeferred, m_nLineBreaksDeferred, m_nTableDepth, and writerfilter::dmapper::PAGE_BREAK.
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.
void writerfilter::dmapper::DomainMapper_Impl::disableInteropGrabBag | ( | ) |
Definition at line 9235 of file DomainMapper_Impl.cxx.
References m_aInteropGrabBag, m_aInteropGrabBagName, and m_aSubInteropGrabBag.
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.
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().
void writerfilter::dmapper::DomainMapper_Impl::EndParaMarkerChange | ( | ) |
Definition at line 3798 of file DomainMapper_Impl.cxx.
References tools::SvRef< typename T >::clear(), m_bIsParaMarkerChange, m_currentRedline, and m_previousRedline.
void writerfilter::dmapper::DomainMapper_Impl::EndParaMarkerMove | ( | ) |
Definition at line 3810 of file DomainMapper_Impl.cxx.
References m_bIsParaMarkerMove.
Referenced by CheckParaMarkerRedline().
void writerfilter::dmapper::DomainMapper_Impl::ExecuteFrameConversion | ( | ) |
Definition at line 8908 of file DomainMapper_Impl.cxx.
References begin, comphelper::containerToSequence(), DBG_UNHANDLED_EXCEPTION, writerfilter::dmapper::FRAME, GetTopTextAppend(), i, writerfilter::dmapper::lcl_CopyRedlines(), writerfilter::dmapper::lcl_PasteRedlines(), m_aFrameProperties, m_aStoredRedlines, m_bDiscardHeaderFooter, m_bIsActualParagraphFramed, m_xFrameEndRange, m_xFrameStartRange, and size.
Referenced by substream().
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().
|
static |
Definition at line 3392 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::getPropertyName(), i, comphelper::makePropertyValue(), writerfilter::dmapper::PROP_ANCHOR_TYPE, writerfilter::dmapper::PROP_BOTTOM_BORDER, writerfilter::dmapper::PROP_BOTTOM_BORDER_DISTANCE, writerfilter::dmapper::PROP_BOTTOM_MARGIN, writerfilter::dmapper::PROP_LEFT_BORDER, writerfilter::dmapper::PROP_LEFT_BORDER_DISTANCE, writerfilter::dmapper::PROP_LEFT_MARGIN, writerfilter::dmapper::PROP_RIGHT_BORDER, writerfilter::dmapper::PROP_RIGHT_BORDER_DISTANCE, writerfilter::dmapper::PROP_RIGHT_MARGIN, writerfilter::dmapper::PROP_TOP_BORDER, writerfilter::dmapper::PROP_TOP_BORDER_DISTANCE, and writerfilter::dmapper::PROP_TOP_MARGIN.
Referenced by ConvertHeaderFooterToTextFrame(), and writerfilter::dmapper::DomainMapperTableHandler::endTable().
|
private |
css::uno::Exception |
Definition at line 5483 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::getPropertyName(), GetSettingsTable(), GetTextDocument(), m_xTextFactory, writerfilter::dmapper::PROP_COMMAND_TYPE, writerfilter::dmapper::PROP_DATABASE_NAME, writerfilter::dmapper::PROP_DATACOLUMN_NAME, writerfilter::dmapper::PROP_DATATABLE_NAME, and writerfilter::dmapper::PROP_NAME.
Referenced by CloseFieldCommand(), handleAutoNum(), handleFieldAsk(), and handleFieldSet().
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().
|
inline |
Definition at line 890 of file DomainMapper_Impl.hxx.
References m_nAnnotationId.
uno::Any writerfilter::dmapper::DomainMapper_Impl::GetAnyProperty | ( | PropertyIds | eId, |
const PropertyMapPtr & | rContext | ||
) |
Definition at line 1499 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_PARAGRAPH, GetPropertyFromCharStyleSheet(), GetPropertyFromParaStyleSheet(), GetTopContextOfType(), uno::Any::hasValue(), writerfilter::dmapper::isCharacterProperty(), and writerfilter::dmapper::PROP_CHAR_STYLE_NAME.
Referenced by writerfilter::dmapper::ExchangeLeftRight(), finishParagraph(), GetPropertyFromCharStyleSheet(), and SetNumberFormat().
uno::Reference< text::XText > const & writerfilter::dmapper::DomainMapper_Impl::GetBodyText | ( | ) |
Definition at line 543 of file DomainMapper_Impl.cxx.
References m_xBodyText, m_xInsertTextRange, and m_xTextDocument.
Referenced by DomainMapper_Impl(), and writerfilter::dmapper::lcl_GetRangeProperties().
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().
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.
OUString writerfilter::dmapper::DomainMapper_Impl::GetCurrentParaStyleName | ( | ) |
Definition at line 1369 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_PARAGRAPH, GetDefaultParaStyleName(), GetTopContextOfType(), IsInShape(), m_bInStyleSheetImport, m_sCurrentParaStyleName, writerfilter::dmapper::PROP_PARA_STYLE_NAME, and sName.
Referenced by finishParagraph(), and GetPropertyFromParaStyleSheet().
sal_Int32 writerfilter::dmapper::DomainMapper_Impl::GetCurrentRedlineToken | ( | ) | const |
Definition at line 8986 of file DomainMapper_Impl.cxx.
References m_currentRedline.
uno::Sequence< style::TabStop > writerfilter::dmapper::DomainMapper_Impl::GetCurrentTabStopAndClear | ( | ) |
Definition at line 1357 of file DomainMapper_Impl.cxx.
References comphelper::containerToSequence(), and m_aCurrentTabStops.
|
inline |
Definition at line 1040 of file DomainMapper_Impl.hxx.
References m_aTextAppendStack.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), and HandleAltChunk().
OUString writerfilter::dmapper::DomainMapper_Impl::GetDefaultParaStyleName | ( | ) |
Definition at line 1392 of file DomainMapper_Impl.cxx.
References GetStyleSheetTable(), m_bInStyleSheetImport, and m_sDefaultParaStyleName.
Referenced by writerfilter::dmapper::DomainMapperTableHandler::ApplyParagraphPropertiesFromTableStyle(), GetCurrentParaStyleName(), and PushShapeContext().
writerfilter::ooxml::OOXMLDocument * writerfilter::dmapper::DomainMapper_Impl::getDocumentReference | ( | ) | const |
Definition at line 463 of file DomainMapper_Impl.cxx.
References m_pOOXMLDocument.
Referenced by writerfilter::dmapper::SdtHelper::loadPropertiesXMLs().
|
private |
Definition at line 556 of file DomainMapper_Impl.cxx.
References m_xDocumentSettings, and m_xTextFactory.
Referenced by SetDocumentSettingsProperty().
|
inline |
Definition at line 881 of file DomainMapper_Impl.hxx.
References m_nEndnotes.
Referenced by PopFootOrEndnote(), RemoveTemporaryFootOrEndnotes(), and RemoveTopRedline().
OUString writerfilter::dmapper::DomainMapper_Impl::getFontNameForTheme | ( | const Id | id | ) |
Definition at line 9404 of file DomainMapper_Impl.cxx.
References getThemeHandler().
|
inline |
Definition at line 783 of file DomainMapper_Impl.hxx.
References m_pFontTable.
Referenced by ConvertTOCStyleName().
|
inline |
Definition at line 875 of file DomainMapper_Impl.hxx.
References m_pFootnoteContext.
|
inline |
Definition at line 879 of file DomainMapper_Impl.hxx.
References m_nFootnotes.
Referenced by PopFootOrEndnote(), RemoveTemporaryFootOrEndnotes(), and RemoveTopRedline().
GraphicImportPtr const & writerfilter::dmapper::DomainMapper_Impl::GetGraphicImport | ( | ) |
Definition at line 8665 of file DomainMapper_Impl.cxx.
References m_aAligns, m_aPositionOffsets, m_aPositivePercentages, m_eGraphicImportType, m_pGraphicImport, m_rDMapper, m_xComponentContext, and m_xTextFactory.
Referenced by ImportGraphic().
|
inline |
Definition at line 704 of file DomainMapper_Impl.hxx.
References m_bDummyParaAddedForTableInSection.
Referenced by writerfilter::dmapper::SdtHelper::createDateContentControl(), writerfilter::dmapper::lcl_GetRangeProperties(), StartOrEndBookmark(), and startOrEndPermissionRange().
|
inline |
Definition at line 706 of file DomainMapper_Impl.hxx.
References m_bDummyParaAddedForTableInSectionPage.
bool writerfilter::dmapper::DomainMapper_Impl::GetIsFirstParagraphInSection | ( | bool | bAfterRedline = false | ) | const |
Definition at line 915 of file DomainMapper_Impl.cxx.
References IsInFootOrEndnote(), IsInShape(), m_bIsFirstParaInSection, m_bIsFirstParaInSectionAfterRedline, and m_bIsInComments.
Referenced by finishParagraph(), StartOrEndBookmark(), and startOrEndPermissionRange().
|
inline |
Definition at line 702 of file DomainMapper_Impl.hxx.
References m_bIsFirstParaInShape.
Referenced by finishParagraph().
|
inline |
Definition at line 687 of file DomainMapper_Impl.hxx.
References m_bIsLastParaInSection.
|
inline |
Definition at line 697 of file DomainMapper_Impl.hxx.
References m_bIsLastSectionGroup.
Referenced by writerfilter::dmapper::SectionPropertyMap::ApplyColumnProperties().
|
inline |
Definition at line 714 of file DomainMapper_Impl.hxx.
References m_bIsPreviousParagraphFramed.
Referenced by finishParagraph().
|
inline |
Definition at line 710 of file DomainMapper_Impl.hxx.
References m_bTextFrameInserted.
Referenced by StartOrEndBookmark(), and startOrEndPermissionRange().
|
inline |
Definition at line 646 of file DomainMapper_Impl.hxx.
References tools::SvRef< typename T >::get(), and m_pLastSectionContext.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::SectionPropertyMap::CopyLastHeaderFooter(), and writerfilter::dmapper::SectionPropertyMap::InheritOrFinalizePageStyles().
|
inline |
Definition at line 1006 of file DomainMapper_Impl.hxx.
References m_aLineNumberSettings.
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().
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().
ListsManager::Pointer const & writerfilter::dmapper::DomainMapper_Impl::GetListTable | ( | ) |
Definition at line 1536 of file DomainMapper_Impl.cxx.
References m_pListTable, m_rDMapper, and m_xTextFactory.
Referenced by finishParagraph(), GetListStyleName(), getNumberingProperty(), RemoveDummyParaForTableInSection(), and ValidateListLevel().
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().
|
inline |
Definition at line 1004 of file DomainMapper_Impl.hxx.
References m_aPageMargins.
uno::Reference< container::XNameContainer > const & writerfilter::dmapper::DomainMapper_Impl::GetPageStyles | ( | ) |
Definition at line 468 of file DomainMapper_Impl.cxx.
References m_xPageStyles1, and m_xTextDocument.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::SectionPropertyMap::GetPageStyle(), and GetUnusedPageStyleName().
|
inline |
Definition at line 732 of file DomainMapper_Impl.hxx.
References m_bParaChanged.
|
inline |
Definition at line 733 of file DomainMapper_Impl.hxx.
References m_bParaHadField.
|
inline |
Definition at line 716 of file DomainMapper_Impl.hxx.
References m_bParaSectpr.
uno::Any writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromCharStyleSheet | ( | PropertyIds | eId, |
const PropertyMapPtr & | rContext | ||
) |
Definition at line 1487 of file DomainMapper_Impl.cxx.
References GetAnyProperty(), GetPropertyFromStyleSheet(), GetStyleSheetTable(), writerfilter::dmapper::isCharacterProperty(), m_bInStyleSheetImport, writerfilter::dmapper::PROP_CHAR_STYLE_NAME, and sCharStyleName.
Referenced by GetAnyProperty().
uno::Any writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromParaStyleSheet | ( | PropertyIds | eId | ) |
Definition at line 1477 of file DomainMapper_Impl.cxx.
References GetCurrentParaStyleName(), GetPropertyFromStyleSheet(), GetStyleSheetTable(), and m_bInStyleSheetImport.
Referenced by CloseFieldCommand(), finishParagraph(), and GetAnyProperty().
uno::Any writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromStyleSheet | ( | PropertyIds | eId, |
StyleSheetEntryPtr | pEntry, | ||
const bool | bDocDefaults, | ||
const bool | bPara, | ||
bool * | bIsDocDefault = nullptr |
||
) |
Definition at line 1411 of file DomainMapper_Impl.cxx.
References GetStyleSheetTable(), writerfilter::dmapper::isCharacterProperty(), and SAL_WARN_IF.
Referenced by writerfilter::dmapper::DomainMapperTableHandler::ApplyParagraphPropertiesFromTableStyle(), GetPropertyFromCharStyleSheet(), GetPropertyFromParaStyleSheet(), and PushShapeContext().
|
inline |
Definition at line 734 of file DomainMapper_Impl.hxx.
References m_bRemoveThisParagraph.
|
inline |
Definition at line 693 of file DomainMapper_Impl.hxx.
References m_aRubyInfo.
|
inline |
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.
SectionPropertyMap * writerfilter::dmapper::DomainMapper_Impl::GetSectionContext | ( | ) |
Definition at line 9137 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_SECTION, tools::SvRef< typename T >::get(), GetTopContextOfType(), and IsAnyTableImport().
Referenced by finishParagraph(), HandleAltChunk(), and PopShapeContext().
|
inline |
Definition at line 807 of file DomainMapper_Impl.hxx.
References m_pSettingsTable, and m_rDMapper.
Referenced by appendTextPortion(), writerfilter::dmapper::SectionPropertyMap::ApplyColumnProperties(), writerfilter::dmapper::DomainMapperTableHandler::ApplyParagraphPropertiesFromTableStyle(), writerfilter::dmapper::SectionPropertyMap::ApplyProtectionProperties(), writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::SectionPropertyMap::CopyLastHeaderFooter(), writerfilter::dmapper::DomainMapperTableHandler::endTableGetTableStyle(), FindOrCreateFieldMaster(), finishParagraph(), getThemeHandler(), writerfilter::dmapper::SectionPropertyMap::HandleIncreasedAnchoredObjectSpacing(), PushPageHeaderFooter(), and writerfilter::dmapper::SectionPropertyMap::SetBorderDistance().
|
inline |
Definition at line 877 of file DomainMapper_Impl.hxx.
References m_eSkipFootnoteState.
|
inline |
Definition at line 1148 of file DomainMapper_Impl.hxx.
References m_aSmartTagHandler.
|
inline |
Definition at line 789 of file DomainMapper_Impl.hxx.
References m_bIsNewDoc, m_pStyleSheetTable, m_rDMapper, and m_xTextDocument.
Referenced by writerfilter::dmapper::DomainMapperTableHandler::ApplyParagraphPropertiesFromTableStyle(), writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), ConvertTOCStyleName(), writerfilter::dmapper::SdtHelper::createDropDownControl(), writerfilter::dmapper::DomainMapperTableHandler::endTableGetTableStyle(), finishParagraph(), GetDefaultParaStyleName(), GetListLevel(), GetPropertyFromCharStyleSheet(), GetPropertyFromParaStyleSheet(), GetPropertyFromStyleSheet(), writerfilter::dmapper::lcl_linenumberingHeaderFooter(), MakeFrameProperties(), PushShapeContext(), ValidateListLevel(), and ~DomainMapper_Impl().
|
inline |
Definition at line 720 of file DomainMapper_Impl.hxx.
References m_aSymbolData.
|
inline |
Definition at line 970 of file DomainMapper_Impl.hxx.
References m_aTableManagers.
Referenced by appendTextContent(), appendTextPortion(), CheckUnregisteredFrameConversion(), ClearPreviousParagraph(), writerfilter::dmapper::SdtHelper::createDateContentControl(), DomainMapper_Impl(), writerfilter::dmapper::DomainMapperTableHandler::endTable(), writerfilter::dmapper::DomainMapperTableHandler::endTableGetCellProperties(), finishParagraph(), handleFieldFormula(), PopShapeContext(), PopTextBoxContent(), PushShapeContext(), PushTextBoxContent(), RemoveLastParagraph(), StartOrEndBookmark(), startOrEndPermissionRange(), substream(), and ~DomainMapper_Impl().
|
inline |
Definition at line 660 of file DomainMapper_Impl.hxx.
References m_xTextDocument.
Referenced by writerfilter::dmapper::AfterConvertToTextFrame(), appendOLE(), appendTextSectionAfter(), CloseFieldCommand(), writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::SdtHelper::createDateContentControl(), FindOrCreateFieldMaster(), getNumberingProperty(), writerfilter::dmapper::SectionPropertyMap::HandleMarginsHeaderFooter(), handleToc(), PopFootOrEndnote(), RemoveLastParagraph(), RemoveTemporaryFootOrEndnotes(), and SetLineNumbering().
|
inline |
Definition at line 656 of file DomainMapper_Impl.hxx.
References m_xTextFactory.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::SdtHelper::createControlShape(), writerfilter::dmapper::SdtHelper::createDateContentControl(), writerfilter::dmapper::SdtHelper::createDropDownControl(), writerfilter::dmapper::SdtHelper::createPlainTextControl(), writerfilter::dmapper::SectionPropertyMap::GetPageStyle(), HandleLineBreak(), PushAnnotation(), and PushFootOrEndnote().
|
inline |
Definition at line 798 of file DomainMapper_Impl.hxx.
References GetSettingsTable(), writerfilter::ooxml::OOXMLDocument::getTheme(), m_pOOXMLDocument, and m_pThemeHandler.
Referenced by getFontNameForTheme().
|
inline |
Definition at line 771 of file DomainMapper_Impl.hxx.
References m_pTopContext.
Referenced by CloseFieldCommand(), finishParagraph(), handleRubyEQField(), PushFootOrEndnote(), and SetNumberFormat().
PropertyMapPtr writerfilter::dmapper::DomainMapper_Impl::GetTopContextOfType | ( | ContextType | eId | ) |
Definition at line 1301 of file DomainMapper_Impl.cxx.
References m_aPropertyStacks.
Referenced by AddNewRedline(), adjustLastPara(), appendTextPortion(), CheckRedline(), GetAnyProperty(), GetCurrentParaStyleName(), GetSectionContext(), IsSdtEndBefore(), PushFootOrEndnote(), PushPageHeaderFooter(), PushProperties(), PushShapeContext(), RemoveDummyParaForTableInSection(), and StartIndexSectionChecked().
|
inline |
Definition at line 770 of file DomainMapper_Impl.hxx.
References m_aContextStack.
Referenced by appendTextPortion().
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().
uno::Reference< text::XTextAppend > const & writerfilter::dmapper::DomainMapper_Impl::GetTopTextAppend | ( | ) |
Definition at line 1314 of file DomainMapper_Impl.cxx.
References m_aTextAppendStack.
Referenced by writerfilter::dmapper::SdtHelper::createDateContentControl(), writerfilter::dmapper::DomainMapperTableHandler::endTable(), ExecuteFrameConversion(), handleToc(), PopSdt(), SetSdt(), and StartIndexSectionChecked().
OUString writerfilter::dmapper::DomainMapper_Impl::GetUnusedCharacterStyleName | ( | ) |
Definition at line 517 of file DomainMapper_Impl.cxx.
References GetCharacterStyles(), m_xNextUnusedCharacterStyleNo, and sSuffix.
OUString writerfilter::dmapper::DomainMapper_Impl::GetUnusedPageStyleName | ( | ) |
Definition at line 479 of file DomainMapper_Impl.cxx.
References GetPageStyles(), m_xNextUnusedPageStyleNo, nIndex, and o3tl::toInt32().
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), and writerfilter::dmapper::SectionPropertyMap::GetPageStyle().
void writerfilter::dmapper::DomainMapper_Impl::HandleAltChunk | ( | const OUString & | rStreamName | ) |
Handles <w:altChunk>.
Definition at line 4590 of file DomainMapper_Impl.cxx.
References utl::UcbStreamHelper::CreateStream(), GetCurrentXText(), comphelper::getProcessServiceFactory(), GetSectionContext(), writerfilter::dmapper::SectionPropertyMap::GetStartingRange(), comphelper::InitPropertySequence(), m_xDocumentStorage, m_xTextDocument, SAL_WARN, SvStream::WriteStream(), and xStream.
|
static |
Definition at line 6205 of file DomainMapper_Impl.cxx.
References eFieldId, writerfilter::dmapper::FIELD_USERNAME, writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::PROP_FULL_NAME, and writerfilter::dmapper::PROP_IS_FIXED.
Referenced by CloseFieldCommand().
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 | ||
) |
Definition at line 6181 of file DomainMapper_Impl.cxx.
References FindOrCreateFieldMaster(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::lcl_ParseNumberingType(), writerfilter::dmapper::PROP_NUMBERING_TYPE, and writerfilter::dmapper::PROP_SUB_TYPE.
Referenced by CloseFieldCommand().
void writerfilter::dmapper::DomainMapper_Impl::handleBibliography | ( | const FieldContextPtr & | pContext, |
const OUString & | sTOCServiceName | ||
) |
Definition at line 6876 of file DomainMapper_Impl.cxx.
References appendTextContent(), writerfilter::dmapper::getPropertyName(), m_aTextAppendStack, m_bParaHadField, m_bStartBibliography, m_bStartTOC, writerfilter::dmapper::PROP_TITLE, SAL_WARN, and StartIndexSectionChecked().
Referenced by CloseFieldCommand().
void writerfilter::dmapper::DomainMapper_Impl::handleDocProperty | ( | const FieldContextPtr & | pContext, |
OUString const & | rFirstParam, | ||
css::uno::Reference< css::uno::XInterface > & | xFieldInterface | ||
) |
Definition at line 6225 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::getPropertyName(), m_xTextDocument, m_xTextFactory, writerfilter::dmapper::PROP_IS_DATE, writerfilter::dmapper::PROP_NAME, writerfilter::dmapper::PROP_NUMBERING_TYPE, SAL_N_ELEMENTS, SetNumberFormat(), and sServiceName.
Referenced by CloseFieldCommand().
void writerfilter::dmapper::DomainMapper_Impl::handleFieldAsk | ( | const FieldContextPtr & | pContext, |
css::uno::Reference< css::uno::XInterface > & | xFieldInterface, | ||
css::uno::Reference< css::beans::XPropertySet > const & | xFieldProperties | ||
) |
Definition at line 5940 of file DomainMapper_Impl.cxx.
References FindOrCreateFieldMaster(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::lcl_ExtractVariableAndHint(), writerfilter::dmapper::PROP_HINT, writerfilter::dmapper::PROP_IS_INPUT, writerfilter::dmapper::PROP_IS_VISIBLE, and writerfilter::dmapper::PROP_SUB_TYPE.
Referenced by CloseFieldCommand().
void writerfilter::dmapper::DomainMapper_Impl::handleFieldFormula | ( | const FieldContextPtr & | pContext, |
css::uno::Reference< css::beans::XPropertySet > const & | xFieldProperties | ||
) |
Definition at line 6067 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CELL_GRAB_BAG, writerfilter::dmapper::DomainMapperTableManager::cellProps(), convertFieldFormula(), writerfilter::dmapper::getPropertyName(), getTableManager(), hasTableManager(), writerfilter::dmapper::PROP_CELL_FORMULA, writerfilter::dmapper::PROP_CELL_FORMULA_CONVERTED, writerfilter::dmapper::PROP_CONTENT, writerfilter::dmapper::PROP_NUMBER_FORMAT, and u.
Referenced by CloseFieldCommand().
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 | ||
) |
Definition at line 5899 of file DomainMapper_Impl.cxx.
References o3tl::ends_with(), FindOrCreateFieldMaster(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::lcl_ExtractVariableAndHint(), writerfilter::dmapper::PROP_CONTENT, writerfilter::dmapper::PROP_HINT, writerfilter::dmapper::PROP_IS_VISIBLE, writerfilter::dmapper::PROP_SUB_TYPE, o3tl::starts_with(), o3tl::trim(), and u.
Referenced by CloseFieldCommand().
void writerfilter::dmapper::DomainMapper_Impl::handleIndex | ( | const FieldContextPtr & | pContext, |
const OUString & | sTOCServiceName | ||
) |
Definition at line 6902 of file DomainMapper_Impl.cxx.
References appendTextContent(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::lcl_FindInCommand(), writerfilter::dmapper::lcl_trim(), m_bParaHadField, m_bStartIndex, m_bStartTOC, writerfilter::dmapper::PROP_TEXT_COLUMNS, writerfilter::dmapper::PROP_TITLE, and StartIndexSectionChecked().
Referenced by CloseFieldCommand().
void writerfilter::dmapper::DomainMapper_Impl::HandleLineBreak | ( | const PropertyMapPtr & | pPropertyMap | ) |
Handles <w:br>.
Definition at line 4720 of file DomainMapper_Impl.cxx.
References appendTextContent(), appendTextPortion(), createInstance(), GetTextFactory(), and m_oLineBreakClear.
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.
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.
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.
void writerfilter::dmapper::DomainMapper_Impl::handleRubyEQField | ( | const FieldContextPtr & | pContext | ) |
Definition at line 6102 of file DomainMapper_Impl.cxx.
References appendTextPortion(), writerfilter::dmapper::ConversionHelper::convertRubyAlign(), writerfilter::dmapper::DomainMapper::getOrCreateCharStyle(), o3tl::getToken(), GetTopContext(), m_pLastCharacterContext, m_rDMapper, writerfilter::dmapper::RubyInfo::nHps, nIndex, writerfilter::dmapper::RubyInfo::nRubyAlign, writerfilter::dmapper::PROP_CHAR_HEIGHT, writerfilter::dmapper::PROP_CHAR_HEIGHT_ASIAN, writerfilter::dmapper::PROP_RUBY_ADJUST, writerfilter::dmapper::PROP_RUBY_POSITION, writerfilter::dmapper::PROP_RUBY_STYLE, writerfilter::dmapper::PROP_RUBY_TEXT, SAL_N_ELEMENTS, writerfilter::dmapper::RubyInfo::sRubyStyle, writerfilter::dmapper::RubyInfo::sRubyText, and o3tl::toInt32().
Referenced by CloseFieldCommand().
void writerfilter::dmapper::DomainMapper_Impl::handleToc | ( | const FieldContextPtr & | pContext, |
const OUString & | sTOCServiceName | ||
) |
Definition at line 6507 of file DomainMapper_Impl.cxx.
References aMap, o3tl::convert(), ConvertTOCStyleName(), createSectionForRange(), extractTocTitle(), writerfilter::dmapper::getPropertyName(), GetTextDocument(), o3tl::getToken(), GetTopTextAppend(), IsInHeaderFooter(), writerfilter::dmapper::lcl_createTOXLevelHyperlinks(), writerfilter::dmapper::lcl_FindInCommand(), m_aTextAppendStack, m_bParaHadField, m_bStartTOC, m_bStartTOCHeaderFooter, m_xSdtEntryStart, m_xTextFactory, m_xTOCMarkerCursor, o3tl::mm100, nIndex, writerfilter::dmapper::PROP_CREATE_FROM_LEVEL_PARAGRAPH_STYLES, writerfilter::dmapper::PROP_CREATE_FROM_MARKS, writerfilter::dmapper::PROP_CREATE_FROM_OUTLINE, writerfilter::dmapper::PROP_HIDE_TAB_LEADER_AND_PAGE_NUMBERS, writerfilter::dmapper::PROP_LABEL_CATEGORY, writerfilter::dmapper::PROP_LEVEL, writerfilter::dmapper::PROP_LEVEL_FORMAT, writerfilter::dmapper::PROP_LEVEL_PARAGRAPH_STYLES, writerfilter::dmapper::PROP_PARAGRAPH_STYLES, writerfilter::dmapper::PROP_TAB_IN_TOC, writerfilter::dmapper::PROP_TITLE, writerfilter::dmapper::PROP_TOC_BOOKMARK, writerfilter::dmapper::PROP_TOC_NEW_LINE, writerfilter::dmapper::PROP_TOC_PARAGRAPH_OUTLINE_LEVEL, props, StartIndexSectionChecked(), o3tl::toInt32(), o3tl::twip, writerfilter::dmapper::UnquoteFieldText(), and WW_OUTLINE_MAX.
Referenced by CloseFieldCommand().
|
inline |
Definition at line 965 of file DomainMapper_Impl.hxx.
References m_aTableManagers.
Referenced by appendTextContent(), appendTextPortion(), CheckUnregisteredFrameConversion(), ClearPreviousParagraph(), writerfilter::dmapper::SdtHelper::createDateContentControl(), finishParagraph(), handleFieldFormula(), PopShapeContext(), popTableManager(), PopTextBoxContent(), RemoveLastParagraph(), StartOrEndBookmark(), and ~DomainMapper_Impl().
bool writerfilter::dmapper::DomainMapper_Impl::HasTopAnchoredObjects | ( | ) | const |
Definition at line 1326 of file DomainMapper_Impl.cxx.
References m_aTextAppendStack.
bool writerfilter::dmapper::DomainMapper_Impl::HasTopText | ( | ) | const |
Definition at line 1309 of file DomainMapper_Impl.cxx.
References m_aTextAppendStack.
Referenced by writerfilter::dmapper::SdtHelper::createDateContentControl().
void writerfilter::dmapper::DomainMapper_Impl::ImportGraphic | ( | const writerfilter::Reference< Properties >::Pointer_t & | ref | ) |
Definition at line 8682 of file DomainMapper_Impl.cxx.
References appendTextContent(), appendTextPortion(), tools::SvRef< typename T >::clear(), comphelper::SequenceAsHashMap::getAsConstPropertyValueList(), GetGraphicImport(), writerfilter::dmapper::IMPORT_AS_DETECTED_ANCHOR, writerfilter::dmapper::IMPORT_AS_DETECTED_INLINE, comphelper::InitPropertySequence(), IsSdtEndBefore(), m_aRedlines, m_aTextAppendStack, m_bParaWithInlineObject, m_bRedlineImageInPreviousRun, m_currentRedline, m_eGraphicImportType, writerfilter::dmapper::AnchoredObjectInfo::m_nLeftMargin, m_pGraphicImport, m_previousRedline, m_pSdtHelper, writerfilter::dmapper::AnchoredObjectInfo::m_xAnchoredObject, m_xEmbedded, writerfilter::dmapper::AnchoredObjectInfo::m_xRedlineForInline, u, and UpdateEmbeddedShapeProps().
void writerfilter::dmapper::DomainMapper_Impl::IncorporateTabStop | ( | const DeletableTabStop & | aTabStop | ) |
Definition at line 1340 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::DeletableTabStop::bDeleted, and m_aCurrentTabStops.
|
inline |
Definition at line 882 of file DomainMapper_Impl.hxx.
References m_nEndnotes.
|
inline |
Definition at line 880 of file DomainMapper_Impl.hxx.
References m_nFootnotes.
|
inline |
Definition at line 1002 of file DomainMapper_Impl.hxx.
References m_aPageMargins.
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.
|
inline |
Definition at line 1086 of file DomainMapper_Impl.hxx.
References m_bIsAltChunk.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
|
inline |
Definition at line 842 of file DomainMapper_Impl.hxx.
References m_bInAnyTableImport.
Referenced by GetSectionContext().
bool writerfilter::dmapper::DomainMapper_Impl::isBreakDeferred | ( | BreakType | deferredBreakType | ) |
Definition at line 1568 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::LINE_BREAK, m_bIsColumnBreakDeferred, m_bIsPageBreakDeferred, m_nLineBreaksDeferred, and writerfilter::dmapper::PAGE_BREAK.
bool writerfilter::dmapper::DomainMapper_Impl::IsBreakDeferredByAnchor | ( | ) |
Definition at line 1611 of file DomainMapper_Impl.cxx.
References m_bIsBreakDeferredByAnchor.
bool writerfilter::dmapper::DomainMapper_Impl::IsDiscardHeaderFooter | ( | ) | const |
Definition at line 4566 of file DomainMapper_Impl.cxx.
References m_bDiscardHeaderFooter.
|
inline |
Definition at line 836 of file DomainMapper_Impl.hxx.
References m_bInDocDefaultsImport.
bool writerfilter::dmapper::DomainMapper_Impl::IsFieldResultAsString | ( | ) |
|
inline |
Definition at line 1033 of file DomainMapper_Impl.hxx.
References m_bIsFirstRun.
|
inline |
Definition at line 1160 of file DomainMapper_Impl.hxx.
References m_bForceGenericFields.
|
inline |
Definition at line 1147 of file DomainMapper_Impl.hxx.
References m_bStartBibliography.
|
inline |
Definition at line 1012 of file DomainMapper_Impl.hxx.
References m_bIsInComments.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
|
inline |
Definition at line 870 of file DomainMapper_Impl.hxx.
References m_bHasFootnoteStyle.
Referenced by PopProperties().
|
inline |
Definition at line 866 of file DomainMapper_Impl.hxx.
References IsInFootOrEndnote(), and m_bInFootnote.
Referenced by CopyTemporaryNotes(), CreateRedline(), and PopFootOrEndnote().
|
inline |
Definition at line 1010 of file DomainMapper_Impl.hxx.
References m_bIsInFootnoteProperties.
|
inline |
Definition at line 865 of file DomainMapper_Impl.hxx.
References m_bInFootOrEndnote.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), CreateRedline(), writerfilter::dmapper::DomainMapperTableHandler::endTable(), GetIsFirstParagraphInSection(), writerfilter::dmapper::SectionPropertyMap::GetPageStyle(), IsInFootnote(), PopFootOrEndnote(), and PopProperties().
|
inline |
Definition at line 857 of file DomainMapper_Impl.hxx.
References m_eInHeaderFooterImport, and none.
Referenced by appendTextPortion(), finishParagraph(), handleToc(), IsInTOC(), PopFieldContext(), PushShapeContext(), and RemoveLastParagraph().
|
inline |
Definition at line 1146 of file DomainMapper_Impl.hxx.
References m_bStartIndex.
|
inline |
Definition at line 843 of file DomainMapper_Impl.hxx.
References m_aAnchoredStack.
Referenced by AddDummyParaForTableInSection(), finishParagraph(), GetCurrentParaStyleName(), and GetIsFirstParagraphInSection().
bool writerfilter::dmapper::DomainMapper_Impl::isInteropGrabBagEnabled | ( | ) | const |
Definition at line 9242 of file DomainMapper_Impl.cxx.
References m_aInteropGrabBagName.
bool writerfilter::dmapper::DomainMapper_Impl::IsInTOC | ( | ) | const |
Definition at line 3412 of file DomainMapper_Impl.cxx.
References IsInHeaderFooter(), m_bStartTOC, and m_bStartTOCHeaderFooter.
Referenced by appendTextPortion(), CloseFieldCommand(), and PopFieldContext().
|
inline |
Definition at line 994 of file DomainMapper_Impl.hxx.
References m_bLineNumberingSet.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
|
inline |
If we're importing into a new document, or just pasting to an existing one.
Definition at line 1084 of file DomainMapper_Impl.hxx.
References m_bIsNewDoc.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::SectionPropertyMap::CopyHeaderFooter(), and writerfilter::dmapper::SectionPropertyMap::InheritOrFinalizePageStyles().
|
inline |
Definition at line 840 of file DomainMapper_Impl.hxx.
References m_bInNumberingImport.
|
inline |
Definition at line 998 of file DomainMapper_Impl.hxx.
References m_eDocumentType, and writerfilter::dmapper::OOXML.
Referenced by finishParagraph().
bool writerfilter::dmapper::DomainMapper_Impl::IsOpenField | ( | ) | const |
Definition at line 5570 of file DomainMapper_Impl.cxx.
References m_aFieldStack.
Referenced by SetBookmarkName(), and SetFieldLocked().
bool writerfilter::dmapper::DomainMapper_Impl::IsOpenFieldCommand | ( | ) | const |
Definition at line 5563 of file DomainMapper_Impl.cxx.
References m_aFieldStack.
Referenced by appendTextPortion().
|
inline |
Definition at line 1035 of file DomainMapper_Impl.hxx.
References m_bIsOutsideAParagraph.
Referenced by StartOrEndBookmark(), and startOrEndPermissionRange().
bool writerfilter::dmapper::DomainMapper_Impl::isParaSdtEndDeferred | ( | ) | const |
Definition at line 1636 of file DomainMapper_Impl.cxx.
References m_bParaSdtEndDeferred.
|
inline |
Definition at line 1176 of file DomainMapper_Impl.hxx.
References m_bParaWithInlineObject.
Referenced by finishParagraph().
|
inline |
If we're importing autotext.
Definition at line 1089 of file DomainMapper_Impl.hxx.
References m_bIsReadGlossaries.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
|
inline |
Definition at line 1000 of file DomainMapper_Impl.hxx.
References m_eDocumentType, and writerfilter::dmapper::RTF.
Referenced by CheckUnregisteredFrameConversion(), finishParagraph(), and PopFootOrEndnote().
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().
bool writerfilter::dmapper::DomainMapper_Impl::isSdtEndDeferred | ( | ) | const |
Definition at line 1626 of file DomainMapper_Impl.cxx.
References m_bSdtEndDeferred.
|
inline |
Definition at line 838 of file DomainMapper_Impl.hxx.
References m_bInStyleSheetImport.
std::vector< css::beans::PropertyValue > writerfilter::dmapper::DomainMapper_Impl::MakeFrameProperties | ( | const ParagraphProperties & | rProps | ) |
Definition at line 1740 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::DEFAULT_FRAME_MIN_HEIGHT, writerfilter::dmapper::DEFAULT_FRAME_MIN_WIDTH, writerfilter::dmapper::DEFAULT_VALUE, writerfilter::dmapper::FRAME, writerfilter::dmapper::ParagraphProperties::GetParaStyleName(), writerfilter::dmapper::getPropertyName(), GetStyleSheetTable(), comphelper::makePropertyValue(), writerfilter::dmapper::NONE, writerfilter::dmapper::PROP_BOTTOM_MARGIN, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_HORI_ORIENT, writerfilter::dmapper::PROP_HORI_ORIENT_POSITION, writerfilter::dmapper::PROP_HORI_ORIENT_RELATION, writerfilter::dmapper::PROP_LEFT_MARGIN, writerfilter::dmapper::PROP_RIGHT_MARGIN, writerfilter::dmapper::PROP_SIZE_TYPE, writerfilter::dmapper::PROP_SURROUND, writerfilter::dmapper::PROP_TOP_MARGIN, writerfilter::dmapper::PROP_VERT_ORIENT, writerfilter::dmapper::PROP_VERT_ORIENT_POSITION, writerfilter::dmapper::PROP_VERT_ORIENT_RELATION, writerfilter::dmapper::PROP_WIDTH, writerfilter::dmapper::PROP_WIDTH_TYPE, and SAL_WARN_IF.
Referenced by CheckUnregisteredFrameConversion(), and finishParagraph().
|
inline |
Definition at line 1044 of file DomainMapper_Impl.hxx.
References m_aFrameDirectionQueue, and m_bFrameDirectionSet.
void writerfilter::dmapper::DomainMapper_Impl::PopAnnotation | ( | ) |
Definition at line 4103 of file DomainMapper_Impl.cxx.
References appendTextContent(), CheckRedline(), m_aAnnotationPositions, m_aTextAppendStack, m_bAnnotationResolved, m_bIsInComments, m_nAnnotationId, m_sAnnotationImportedParaId, m_sAnnotationParent, m_xAnnotationField, writerfilter::dmapper::AnnotationPosition::m_xEnd, writerfilter::dmapper::AnnotationPosition::m_xStart, RemoveLastParagraph(), and TOOLS_WARN_EXCEPTION.
Referenced by substream().
void writerfilter::dmapper::DomainMapper_Impl::PopFieldContext | ( | ) |
The end of field is reached (cFieldEnd appeared) - the command might still be open.
Definition at line 8157 of file DomainMapper_Impl.cxx.
References aMap, Any, appendTextContent(), CheckRedline(), CloseFieldCommand(), writerfilter::TagLogger::element(), finishParagraph(), writerfilter::TagLogger::getInstance(), writerfilter::dmapper::getPropertyName(), IsInHeaderFooter(), IsInTOC(), m_aFieldStack, m_aTextAppendStack, m_bDiscardHeaderFooter, m_bIsNewDoc, m_bParaChanged, m_bStartBibliography, m_bStartedTOC, m_bStartIndex, m_bStartTOC, m_bStartTOCHeaderFooter, m_bTextInserted, m_nStartGenericField, m_pLastCharacterContext, m_xSdtEntryStart, writerfilter::dmapper::PopFieldmark(), writerfilter::dmapper::PROP_HYPER_LINK_U_R_L, sDisplayName, SetFieldResult(), SetNumberFormat(), and TOOLS_WARN_EXCEPTION.
void writerfilter::dmapper::DomainMapper_Impl::PopFootOrEndnote | ( | ) |
Definition at line 4022 of file DomainMapper_Impl.cxx.
References CopyTemporaryNotes(), GetEndnoteCount(), GetFootnoteCount(), GetTextDocument(), IsInFootnote(), IsInFootOrEndnote(), IsRTFImport(), writerfilter::dmapper::lcl_convertToNoteIndices(), m_aEndnoteIds, m_aFootnoteIds, m_aRedlines, m_aTextAppendStack, m_bFirstParagraphInCell, m_bIgnoreNextTab, m_bInFootnote, m_bInFootOrEndnote, m_bSaveFirstParagraphInCell, m_bSaxError, m_eSkipFootnoteState, m_nFirstEndnoteIndex, m_nFirstFootnoteIndex, m_pFootnoteContext, writerfilter::dmapper::OFF, RemoveLastParagraph(), SAL_WARN, and TOOLS_WARN_EXCEPTION.
Referenced by substream().
|
inline |
Definition at line 1054 of file DomainMapper_Impl.hxx.
References m_aFrameDirectionQueue.
Referenced by CheckUnregisteredFrameConversion().
void writerfilter::dmapper::DomainMapper_Impl::PopPageHeaderFooter | ( | ) |
Definition at line 3573 of file DomainMapper_Impl.cxx.
References m_aHeaderFooterStack, m_aTextAppendStack, m_bDiscardHeaderFooter, m_bParaHadField, m_bSaveParaHadField, m_bTextInserted, m_eInHeaderFooterImport, m_nTableDepth, none, and RemoveLastParagraph().
Referenced by substream().
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.
void writerfilter::dmapper::DomainMapper_Impl::PopProperties | ( | ContextType | eId | ) |
Definition at line 1260 of file DomainMapper_Impl.cxx.
References tools::SvRef< typename T >::clear(), writerfilter::dmapper::CONTEXT_CHARACTER, writerfilter::dmapper::CONTEXT_SECTION, EndCustomFootnote(), tools::SvRef< typename T >::is(), IsInCustomFootnote(), IsInFootOrEndnote(), m_aContextStack, m_aPropertyStacks, m_deferredCharacterProperties, m_pFootnoteContext, m_pLastCharacterContext, m_pLastSectionContext, m_pTopContext, and size.
Referenced by StartIndexSectionChecked().
void writerfilter::dmapper::DomainMapper_Impl::PopSdt | ( | ) |
Definition at line 988 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::checkBox, writerfilter::dmapper::comboBox, writerfilter::dmapper::datePicker, writerfilter::dmapper::dropDown, GetTopTextAppend(), i, writerfilter::dmapper::BookmarkInsertPosition::m_bIsStartOfText, m_pSdtHelper, m_xSdtStarts, m_xTextFactory, writerfilter::dmapper::BookmarkInsertPosition::m_xTextRange, comphelper::makePropertyValue(), writerfilter::dmapper::picture, writerfilter::dmapper::plainText, and SAL_WARN.
void writerfilter::dmapper::DomainMapper_Impl::PopShapeContext | ( | ) |
Definition at line 4467 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::SectionPropertyMap::addRelativeWidthShape(), appendTextContent(), writerfilter::dmapper::DomainMapperTableManager::endLevel(), writerfilter::dmapper::getPropertyName(), GetSectionContext(), getTableManager(), hasTableManager(), m_aAnchoredStack, m_aTextAppendStack, m_bDiscardHeaderFooter, m_xTextDocument, popTableManager(), writerfilter::dmapper::PROP_RELATIVE_WIDTH, RemoveLastParagraph(), and SAL_WARN.
|
inline |
Definition at line 987 of file DomainMapper_Impl.hxx.
References hasTableManager(), and m_aTableManagers.
Referenced by PopShapeContext(), PopTextBoxContent(), substream(), and ~DomainMapper_Impl().
void writerfilter::dmapper::DomainMapper_Impl::PopTextBoxContent | ( | ) |
Definition at line 5362 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::DomainMapperTableManager::endLevel(), getTableManager(), hasTableManager(), m_aTextAppendStack, m_bIsInTextBox, m_xPendingTextBoxFrames, popTableManager(), and RemoveLastParagraph().
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().
void writerfilter::dmapper::DomainMapper_Impl::PushAnnotation | ( | ) |
Definition at line 3832 of file DomainMapper_Impl.cxx.
References createInstance(), DBG_UNHANDLED_EXCEPTION, GetTextFactory(), m_aTextAppendStack, m_bIsInComments, m_bIsNewDoc, and m_xAnnotationField.
Referenced by substream().
void writerfilter::dmapper::DomainMapper_Impl::PushFieldContext | ( | ) |
A field context starts with a cFieldStart.
Definition at line 5535 of file DomainMapper_Impl.cxx.
References writerfilter::TagLogger::element(), writerfilter::TagLogger::getInstance(), m_aFieldStack, m_aTextAppendStack, m_bDiscardHeaderFooter, and m_bParaHadField.
void writerfilter::dmapper::DomainMapper_Impl::PushFootOrEndnote | ( | bool | bIsFootnote | ) |
Definition at line 3599 of file DomainMapper_Impl.cxx.
References appendTextContent(), CheckRedline(), writerfilter::dmapper::CONTEXT_CHARACTER, createInstance(), EndCustomFootnote(), GetTextFactory(), GetTopContext(), GetTopContextOfType(), m_aRedlines, m_aTextAppendStack, m_bCheckFirstFootnoteTab, m_bFirstParagraphInCell, m_bInFootnote, m_bInFootOrEndnote, m_bSaveFirstParagraphInCell, writerfilter::dmapper::PROP_CHAR_STYLE_NAME, SAL_WARN_IF, StartCustomFootnote(), and TOOLS_WARN_EXCEPTION.
Referenced by substream().
void writerfilter::dmapper::DomainMapper_Impl::PushListProperties | ( | const PropertyMapPtr & | pListProperties | ) |
Definition at line 1252 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_LIST, m_aContextStack, m_aPropertyStacks, and m_pTopContext.
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().
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().
|
private |
Definition at line 3465 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::SectionPropertyMap::ClearHeaderFooterLinkToPrevious(), writerfilter::dmapper::CONTEXT_SECTION, DBG_UNHANDLED_EXCEPTION, eType, footer, tools::SvRef< typename T >::get(), writerfilter::dmapper::SectionPropertyMap::GetPageStyle(), writerfilter::dmapper::getPropertyName(), GetSettingsTable(), GetTopContextOfType(), header, m_aHeaderFooterStack, m_aHeaderFooterTextAppendStack, m_aTextAppendStack, m_bDiscardHeaderFooter, m_bIsNewDoc, m_bParaHadField, m_bSaveParaHadField, m_bTextInserted, m_eInHeaderFooterImport, m_nTableDepth, writerfilter::dmapper::SectionPropertyMap::PAGE_FIRST, writerfilter::dmapper::SectionPropertyMap::PAGE_LEFT, writerfilter::dmapper::PROP_FOOTER_IS_ON, writerfilter::dmapper::PROP_FOOTER_IS_SHARED, writerfilter::dmapper::PROP_FOOTER_TEXT, writerfilter::dmapper::PROP_FOOTER_TEXT_LEFT, writerfilter::dmapper::PROP_HEADER_IS_ON, writerfilter::dmapper::PROP_HEADER_IS_SHARED, writerfilter::dmapper::PROP_HEADER_TEXT, and writerfilter::dmapper::PROP_HEADER_TEXT_LEFT.
Referenced by PushPageFooter(), and PushPageHeader().
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.
void writerfilter::dmapper::DomainMapper_Impl::PushProperties | ( | ContextType | eId | ) |
Definition at line 1194 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::CONTEXT_SECTION, tools::SvRef< typename T >::get(), GetTopContextOfType(), m_aContextStack, m_aPropertyStacks, m_aTextAppendStack, m_bIsFirstRun, m_bIsFirstSection, m_bIsSplitPara, m_pTopContext, writerfilter::dmapper::PROP_NUMBERING_LEVEL, writerfilter::dmapper::PROP_NUMBERING_RULES, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_PARA_FIRST_LINE_INDENT, writerfilter::dmapper::PROP_PARA_TOP_MARGIN, writerfilter::dmapper::PROP_PARA_TOP_MARGIN_BEFORE_AUTO_SPACING, writerfilter::dmapper::PROP_START_WITH, writerfilter::dmapper::ParagraphPropertiesPropertyMap::props(), writerfilter::dmapper::ParagraphProperties::SetListId(), and writerfilter::dmapper::SectionPropertyMap::SetStart().
Referenced by StartIndexSectionChecked().
void writerfilter::dmapper::DomainMapper_Impl::PushSdt | ( | ) |
Definition at line 968 of file DomainMapper_Impl.cxx.
References m_aTextAppendStack, and m_xSdtStarts.
void writerfilter::dmapper::DomainMapper_Impl::PushShapeContext | ( | const css::uno::Reference< css::drawing::XShape > & | xShape | ) |
Definition at line 4187 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::GraphicZOrderHelper::addItem(), appendTableHandler(), appendTableManager(), appendTextContent(), writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::GraphicZOrderHelper::findZOrder(), GetDefaultParaStyleName(), writerfilter::TagLogger::getInstance(), GetPropertyFromStyleSheet(), writerfilter::dmapper::getPropertyName(), GetStyleSheetTable(), getTableManager(), GetTopContextOfType(), writerfilter::dmapper::DomainMapper::graphicZOrderHelper(), uno::Any::hasValue(), i, comphelper::InitPropertySequence(), IsInHeaderFooter(), IsSdtEndBefore(), m_aAnchoredStack, m_aTextAppendStack, m_bIsNewDoc, m_bParaChanged, m_rDMapper, m_vTextFramesForChaining, m_xEmbedded, m_xTextFactory, writerfilter::dmapper::PROP_ANCHOR_TYPE, writerfilter::dmapper::PROP_BOTTOM_MARGIN, writerfilter::dmapper::PROP_CHAR_CHAR_KERNING, writerfilter::dmapper::PROP_CHAR_COLOR, writerfilter::dmapper::PROP_CHAR_FONT_NAME, writerfilter::dmapper::PROP_CHAR_HEIGHT, writerfilter::dmapper::PROP_CHAR_WEIGHT, writerfilter::dmapper::PROP_EMBEDDED_OBJECT, writerfilter::dmapper::PROP_OPAQUE, writerfilter::dmapper::PROP_PARA_ADJUST, writerfilter::dmapper::PROP_PARA_BOTTOM_MARGIN, writerfilter::dmapper::DomainMapperTableManager::setIsInShape(), SetIsTextFrameInserted(), writerfilter::dmapper::DomainMapperTableManager::startLevel(), TOOLS_WARN_EXCEPTION, writerfilter::TagLogger::unoPropertySet(), and xFrame.
void writerfilter::dmapper::DomainMapper_Impl::PushStyleProperties | ( | const PropertyMapPtr & | pStyleProperties | ) |
Definition at line 1243 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_STYLESHEET, m_aContextStack, m_aPropertyStacks, and m_pTopContext.
void writerfilter::dmapper::DomainMapper_Impl::PushTextBoxContent | ( | ) |
Definition at line 5333 of file DomainMapper_Impl.cxx.
References appendTableHandler(), appendTableManager(), getTableManager(), m_aTextAppendStack, m_bIsInTextBox, m_xPendingTextBoxFrames, m_xTextFactory, SAL_WARN, and writerfilter::dmapper::DomainMapperTableManager::startLevel().
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 | ||
) |
Definition at line 8893 of file DomainMapper_Impl.cxx.
References m_aFrameProperties, m_xFrameEndRange, and m_xFrameStartRange.
Referenced by CheckUnregisteredFrameConversion().
void writerfilter::dmapper::DomainMapper_Impl::RemoveDummyParaForTableInSection | ( | ) |
Definition at line 653 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_SECTION, tools::SvRef< typename T >::get(), GetListTable(), writerfilter::dmapper::SectionPropertyMap::GetStartingRange(), GetTopContextOfType(), m_aTextAppendStack, and SetIsDummyParaAddedForTableInSection().
void writerfilter::dmapper::DomainMapper_Impl::RemoveLastParagraph | ( | ) |
Definition at line 750 of file DomainMapper_Impl.cxx.
References count, getLength(), getTableManager(), GetTextDocument(), hasTableManager(), i, IsInHeaderFooter(), writerfilter::dmapper::lcl_FindLastBookmark(), m_aTextAppendStack, m_bDiscardHeaderFooter, m_bIsNewDoc, m_xTextFactory, SAL_NEWLINE_STRING, and u.
Referenced by appendOLE(), PopAnnotation(), PopFootOrEndnote(), PopPageHeaderFooter(), PopShapeContext(), PopTextBoxContent(), and ~DomainMapper_Impl().
void writerfilter::dmapper::DomainMapper_Impl::RemoveTemporaryFootOrEndnotes | ( | ) |
Definition at line 3956 of file DomainMapper_Impl.cxx.
References CopyTemporaryNotes(), GetEndnoteCount(), GetFootnoteCount(), GetTextDocument(), i, m_nFirstEndnoteIndex, and m_nFirstFootnoteIndex.
void writerfilter::dmapper::DomainMapper_Impl::RemoveTopRedline | ( | ) |
Definition at line 9054 of file DomainMapper_Impl.cxx.
References tools::SvRef< typename T >::clear(), GetEndnoteCount(), GetFootnoteCount(), m_aRedlines, m_currentRedline, and SAL_WARN.
void writerfilter::dmapper::DomainMapper_Impl::ResetGraphicImport | ( | ) |
Definition at line 8676 of file DomainMapper_Impl.cxx.
References tools::SvRef< typename T >::clear(), and m_pGraphicImport.
|
inline |
Definition at line 841 of file DomainMapper_Impl.hxx.
References m_bInAnyTableImport.
void writerfilter::dmapper::DomainMapper_Impl::SetBookmarkName | ( | const OUString & | rBookmarkName | ) |
Definition at line 8382 of file DomainMapper_Impl.cxx.
References GetTopFieldContext(), IsOpenField(), m_aBookmarkMap, m_sCurrentBkmkId, m_sCurrentBkmkName, and m_sCurrentBkmkPrefix.
|
inline |
Definition at line 873 of file DomainMapper_Impl.hxx.
References m_bCheckFootnoteStyle.
|
inline |
Definition at line 823 of file DomainMapper_Impl.hxx.
References m_sCurrentParaStyleName.
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.
void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineDate | ( | const OUString & | sDate | ) |
Definition at line 9011 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::ConversionHelper::ConvertDateStringToDateTime(), m_currentRedline, m_xAnnotationField, and SAL_INFO.
void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineId | ( | sal_Int32 | nId | ) |
Definition at line 9024 of file DomainMapper_Impl.cxx.
References m_currentRedline, m_nAnnotationId, m_xAnnotationField, SAL_INFO, and sId.
void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineInitials | ( | const OUString & | sInitials | ) |
Definition at line 9005 of file DomainMapper_Impl.cxx.
References m_xAnnotationField.
void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineIsRead | ( | ) |
Definition at line 8981 of file DomainMapper_Impl.cxx.
References tools::SvRef< typename T >::clear(), and m_currentRedline.
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.
void writerfilter::dmapper::DomainMapper_Impl::SetCurrentRedlineToken | ( | sal_Int32 | nToken | ) |
Definition at line 9039 of file DomainMapper_Impl.cxx.
References m_currentRedline, and nToken.
|
inline |
Definition at line 835 of file DomainMapper_Impl.hxx.
References m_bInDocDefaultsImport.
|
inline |
Definition at line 643 of file DomainMapper_Impl.hxx.
References m_pOOXMLDocument.
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().
void writerfilter::dmapper::DomainMapper_Impl::SetFieldFFData | ( | const FFDataHandler::Pointer_t & | pFFDataHandler | ) |
Definition at line 8137 of file DomainMapper_Impl.cxx.
References writerfilter::TagLogger::endElement(), writerfilter::TagLogger::getInstance(), m_aFieldStack, and writerfilter::TagLogger::startElement().
void writerfilter::dmapper::DomainMapper_Impl::SetFieldLocked | ( | ) |
Definition at line 5576 of file DomainMapper_Impl.cxx.
References IsOpenField(), and m_aFieldStack.
void writerfilter::dmapper::DomainMapper_Impl::SetFieldResult | ( | OUString const & | rResult | ) |
Definition at line 7973 of file DomainMapper_Impl.cxx.
References writerfilter::TagLogger::chars(), writerfilter::TagLogger::getInstance(), writerfilter::dmapper::getPropertyName(), i, writerfilter::dmapper::lcl_dateTimeFromSerial(), m_aFieldStack, m_bSetCitation, m_bSetDateValue, m_bSetUserFieldContent, m_xComponentContext, m_xTextDocument, writerfilter::dmapper::PROP_CONTENT, writerfilter::dmapper::PROP_CURRENT_PRESENTATION, writerfilter::TagLogger::startElement(), TOOLS_WARN_EXCEPTION, and uno::Any::Value.
Referenced by PopFieldContext().
|
inline |
Definition at line 1048 of file DomainMapper_Impl.hxx.
References m_aFrameDirectionQueue, and m_bFrameDirectionSet.
|
inline |
Remember where entry was started.
Definition at line 759 of file DomainMapper_Impl.hxx.
References m_xGlossaryEntryStart.
|
inline |
Definition at line 872 of file DomainMapper_Impl.hxx.
References m_bHasFootnoteStyle.
|
inline |
Definition at line 1009 of file DomainMapper_Impl.hxx.
References m_bIsInFootnoteProperties.
void writerfilter::dmapper::DomainMapper_Impl::SetIsBreakDeferredByAnchor | ( | ) |
Definition at line 1616 of file DomainMapper_Impl.cxx.
References m_bIsBreakDeferredByAnchor.
|
inline |
Definition at line 685 of file DomainMapper_Impl.hxx.
References m_bIsDecimalComma.
void writerfilter::dmapper::DomainMapper_Impl::SetIsDummyParaAddedForTableInSection | ( | bool | bIsAdded | ) |
Definition at line 930 of file DomainMapper_Impl.cxx.
References m_bDummyParaAddedForTableInSection, and m_bDummyParaAddedForTableInSectionPage.
Referenced by AddDummyParaForTableInSection(), and RemoveDummyParaForTableInSection().
void writerfilter::dmapper::DomainMapper_Impl::SetIsDummyParaAddedForTableInSectionPage | ( | bool | bIsAdded | ) |
Definition at line 936 of file DomainMapper_Impl.cxx.
References m_bDummyParaAddedForTableInSectionPage.
void writerfilter::dmapper::DomainMapper_Impl::SetIsFirstParagraphInSection | ( | bool | bIsFirst | ) |
Definition at line 905 of file DomainMapper_Impl.cxx.
References m_bIsFirstParaInSection.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), and finishParagraph().
void writerfilter::dmapper::DomainMapper_Impl::SetIsFirstParagraphInSectionAfterRedline | ( | bool | bIsFirstAfterRedline | ) |
Definition at line 910 of file DomainMapper_Impl.cxx.
References m_bIsFirstParaInSectionAfterRedline.
Referenced by finishParagraph().
void writerfilter::dmapper::DomainMapper_Impl::SetIsFirstParagraphInShape | ( | bool | bIsFirst | ) |
Definition at line 925 of file DomainMapper_Impl.cxx.
References m_bIsFirstParaInShape.
|
inline |
Definition at line 1034 of file DomainMapper_Impl.hxx.
References m_bIsFirstRun.
Referenced by StartIndexSectionChecked().
void writerfilter::dmapper::DomainMapper_Impl::SetIsLastParagraphInSection | ( | bool | bIsLast | ) |
Definition at line 899 of file DomainMapper_Impl.cxx.
References m_bIsLastParaInSection.
Referenced by finishParagraph().
void writerfilter::dmapper::DomainMapper_Impl::SetIsLastSectionGroup | ( | bool | bIsLast | ) |
Definition at line 894 of file DomainMapper_Impl.cxx.
References m_bIsLastSectionGroup.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
|
inline |
Definition at line 1036 of file DomainMapper_Impl.hxx.
References m_bIsOutsideAParagraph.
Referenced by finishParagraph().
|
inline |
Definition at line 713 of file DomainMapper_Impl.hxx.
References m_bIsPreviousParagraphFramed.
Referenced by finishParagraph().
|
inline |
Definition at line 711 of file DomainMapper_Impl.hxx.
References m_bTextDeleted.
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().
void writerfilter::dmapper::DomainMapper_Impl::SetLineNumbering | ( | sal_Int32 | nLnnMod, |
sal_uInt32 | nLnc, | ||
sal_Int32 | ndxaLnn | ||
) |
Definition at line 8830 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), writerfilter::dmapper::getPropertyName(), GetTextDocument(), writerfilter::dmapper::lcl_linenumberingHeaderFooter(), m_bLineNumberingSet, m_xTextDocument, writerfilter::dmapper::PROP_COUNT_EMPTY_LINES, writerfilter::dmapper::PROP_COUNT_LINES_IN_FRAMES, writerfilter::dmapper::PROP_DISTANCE, writerfilter::dmapper::PROP_INTERVAL, writerfilter::dmapper::PROP_IS_ON, writerfilter::dmapper::PROP_NUMBER_POSITION, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_PARAGRAPH_STYLES, and writerfilter::dmapper::PROP_RESTART_AT_EACH_PAGE.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
|
inline |
Definition at line 1007 of file DomainMapper_Impl.hxx.
References m_aLineNumberSettings, and rSet.
void writerfilter::dmapper::DomainMapper_Impl::SetMoveBookmark | ( | bool | IsFrom | ) |
Definition at line 8503 of file DomainMapper_Impl.cxx.
References m_sCurrentBkmkPrefix, and u.
|
private |
Definition at line 5105 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::ConversionHelper::ConvertMSFormatStringToSO(), DBG_UNHANDLED_EXCEPTION, GetAnyProperty(), writerfilter::dmapper::getPropertyName(), GetTopContext(), writerfilter::dmapper::lcl_ParseFormat(), m_xComponentContext, m_xTextDocument, nPos, writerfilter::dmapper::PROP_CHAR_LOCALE, writerfilter::dmapper::PROP_NUMBER_FORMAT, and o3tl::trim().
Referenced by CloseFieldCommand(), handleDocProperty(), and PopFieldContext().
|
inline |
Definition at line 839 of file DomainMapper_Impl.hxx.
References m_bInNumberingImport.
void writerfilter::dmapper::DomainMapper_Impl::SetPageMarginTwip | ( | PageMarElement | eElement, |
sal_Int32 | nValue | ||
) |
Definition at line 8861 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::PageMar::bottom, writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), writerfilter::dmapper::PageMar::footer, writerfilter::dmapper::PageMar::gutter, writerfilter::dmapper::PageMar::header, writerfilter::dmapper::PageMar::left, m_aPageMargins, nValue, writerfilter::dmapper::PAGE_MAR_BOTTOM, writerfilter::dmapper::PAGE_MAR_FOOTER, writerfilter::dmapper::PAGE_MAR_GUTTER, writerfilter::dmapper::PAGE_MAR_HEADER, writerfilter::dmapper::PAGE_MAR_LEFT, writerfilter::dmapper::PAGE_MAR_RIGHT, writerfilter::dmapper::PAGE_MAR_TOP, writerfilter::dmapper::PageMar::right, and writerfilter::dmapper::PageMar::top.
|
inline |
Definition at line 1162 of file DomainMapper_Impl.hxx.
References m_bParaAutoBefore.
void writerfilter::dmapper::DomainMapper_Impl::setParaSdtEndDeferred | ( | bool | bParaSdtEndDeferred | ) |
Definition at line 1631 of file DomainMapper_Impl.cxx.
References m_bParaSdtEndDeferred.
void writerfilter::dmapper::DomainMapper_Impl::SetParaSectpr | ( | bool | bParaSectpr | ) |
Definition at line 948 of file DomainMapper_Impl.cxx.
References m_bParaSectpr.
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.
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.
|
inline |
Definition at line 694 of file DomainMapper_Impl.hxx.
References m_aRubyInfo.
|
inline |
Definition at line 688 of file DomainMapper_Impl.hxx.
References m_aRubyInfo, and writerfilter::dmapper::RubyInfo::nSprmId.
|
inline |
Definition at line 689 of file DomainMapper_Impl.hxx.
References m_aRubyInfo, writerfilter::dmapper::RubyInfo::sRubyStyle, and writerfilter::dmapper::RubyInfo::sRubyText.
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.
void writerfilter::dmapper::DomainMapper_Impl::setSdtEndDeferred | ( | bool | bSdtEndDeferred | ) |
Definition at line 1621 of file DomainMapper_Impl.cxx.
References m_bSdtEndDeferred.
|
inline |
Definition at line 878 of file DomainMapper_Impl.hxx.
References m_eSkipFootnoteState.
|
inline |
Definition at line 837 of file DomainMapper_Impl.hxx.
References m_bInStyleSheetImport.
|
inline |
Definition at line 718 of file DomainMapper_Impl.hxx.
References writerfilter::dmapper::SymbolData::cSymbol, and m_aSymbolData.
|
inline |
Definition at line 719 of file DomainMapper_Impl.hxx.
References m_aSymbolData, and writerfilter::dmapper::SymbolData::sFont.
void writerfilter::dmapper::DomainMapper_Impl::StartCustomFootnote | ( | const PropertyMapPtr | pContext | ) |
Definition at line 3815 of file DomainMapper_Impl.cxx.
References tools::SvRef< typename T >::is(), m_bCheckFootnoteStyle, m_bHasFootnoteStyle, and m_pFootnoteContext.
Referenced by PushFootOrEndnote().
|
private |
Definition at line 6418 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::CONTEXT_PARAGRAPH, createSectionForRange(), finishParagraph(), GetTopContextOfType(), GetTopTextAppend(), m_aTextAppendStack, m_bParaChanged, m_bRemoveThisParagraph, m_bStartedTOC, PopProperties(), PushProperties(), SetIsFirstRun(), sServiceName, and TOOLS_WARN_EXCEPTION.
Referenced by handleBibliography(), handleIndex(), and handleToc().
void writerfilter::dmapper::DomainMapper_Impl::StartOrEndBookmark | ( | const OUString & | rId | ) |
Definition at line 8411 of file DomainMapper_Impl.cxx.
References AddDummyParaForTableInSection(), GetIsDummyParaAddedForTableInSection(), GetIsFirstParagraphInSection(), GetIsTextFrameInserted(), getTableManager(), hasTableManager(), IsOutsideAParagraph(), m_aBookmarkMap, m_aTextAppendStack, m_bFirstParagraphInCell, m_nTableDepth, m_sCurrentBkmkId, m_sCurrentBkmkName, m_xTextFactory, and SAL_WARN_IF.
void writerfilter::dmapper::DomainMapper_Impl::startOrEndPermissionRange | ( | sal_Int32 | permissinId | ) |
Definition at line 8532 of file DomainMapper_Impl.cxx.
References AddDummyParaForTableInSection(), GetIsDummyParaAddedForTableInSection(), GetIsFirstParagraphInSection(), GetIsTextFrameInserted(), getTableManager(), IsOutsideAParagraph(), m_aPermMap, m_aTextAppendStack, m_nTableDepth, m_sCurrentPermEd, m_sCurrentPermEdGrp, m_sCurrentPermId, and m_xTextFactory.
void writerfilter::dmapper::DomainMapper_Impl::StartParaMarkerChange | ( | ) |
Definition at line 3793 of file DomainMapper_Impl.cxx.
References m_bIsParaMarkerChange.
void writerfilter::dmapper::DomainMapper_Impl::StartParaMarkerMove | ( | ) |
Definition at line 3805 of file DomainMapper_Impl.cxx.
References m_bIsParaMarkerMove.
void writerfilter::dmapper::DomainMapper_Impl::substream | ( | Id | rName, |
::writerfilter::Reference< Stream >::Pointer_t const & | ref | ||
) |
Definition at line 9268 of file DomainMapper_Impl.cxx.
References appendTableHandler(), appendTableManager(), CheckUnregisteredFrameConversion(), writerfilter::dmapper::DomainMapperTableManager::endLevel(), ExecuteFrameConversion(), getTableManager(), i, m_aContextStack, m_aPropertyStacks, m_bHasFtn, m_bSaxError, m_pTableHandler, m_rDMapper, writerfilter::dmapper::NUMBER_OF_CONTEXTS, writerfilter::dmapper::SectionPropertyMap::PAGE_FIRST, writerfilter::dmapper::SectionPropertyMap::PAGE_LEFT, writerfilter::dmapper::SectionPropertyMap::PAGE_RIGHT, PopAnnotation(), PopFootOrEndnote(), PopPageHeaderFooter(), popTableManager(), PushAnnotation(), PushFootOrEndnote(), PushPageFooter(), PushPageHeader(), size, and writerfilter::dmapper::DomainMapperTableManager::startLevel().
void writerfilter::dmapper::DomainMapper_Impl::UpdateEmbeddedShapeProps | ( | const css::uno::Reference< css::drawing::XShape > & | xShape | ) |
Definition at line 4436 of file DomainMapper_Impl.cxx.
References writerfilter::dmapper::getPropertyName(), m_xEmbedded, name, writerfilter::dmapper::PROP_DESCRIPTION, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_TITLE, and writerfilter::dmapper::PROP_WIDTH.
Referenced by ImportGraphic().
void writerfilter::dmapper::DomainMapper_Impl::ValidateListLevel | ( | const OUString & | sStyleIdentifierD | ) |
Definition at line 2062 of file DomainMapper_Impl.cxx.
References GetList(), GetListLevel(), GetListTable(), GetStyleSheetTable(), writerfilter::dmapper::lcl_getListId(), and WW_OUTLINE_MAX.
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().
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().
|
private |
Definition at line 455 of file DomainMapper_Impl.hxx.
Referenced by appendOLE(), IsInShape(), PopShapeContext(), and PushShapeContext().
|
private |
Definition at line 605 of file DomainMapper_Impl.hxx.
Referenced by AddAnnotationPosition(), and PopAnnotation().
|
private |
Definition at line 440 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), and DomainMapper_Impl().
|
private |
Definition at line 485 of file DomainMapper_Impl.hxx.
Referenced by SetBookmarkName(), and StartOrEndBookmark().
|
private |
Definition at line 1217 of file DomainMapper_Impl.hxx.
Referenced by commentProps(), and finishParagraph().
|
private |
Definition at line 506 of file DomainMapper_Impl.hxx.
Referenced by GetTopContextType(), PopProperties(), PushListProperties(), PushProperties(), PushStyleProperties(), and substream().
DeletableTabStop writerfilter::dmapper::DomainMapper_Impl::m_aCurrentTabStop |
Definition at line 996 of file DomainMapper_Impl.hxx.
|
private |
Definition at line 522 of file DomainMapper_Impl.hxx.
Referenced by GetCurrentTabStopAndClear(), IncorporateTabStop(), and InitTabStopFromStyle().
std::deque<sal_Int32> writerfilter::dmapper::DomainMapper_Impl::m_aEndnoteIds |
Definition at line 625 of file DomainMapper_Impl.hxx.
Referenced by PopFootOrEndnote().
|
private |
Definition at line 458 of file DomainMapper_Impl.hxx.
Referenced by AppendFieldCommand(), AppendFieldResult(), CloseFieldCommand(), finishParagraph(), GetTopFieldContext(), IsFieldResultAsString(), IsOpenField(), IsOpenFieldCommand(), PopFieldContext(), PushFieldContext(), SetFieldFFData(), SetFieldLocked(), and SetFieldResult().
std::deque<sal_Int32> writerfilter::dmapper::DomainMapper_Impl::m_aFootnoteIds |
Definition at line 624 of file DomainMapper_Impl.hxx.
Referenced by PopFootOrEndnote().
|
private |
Definition at line 507 of file DomainMapper_Impl.hxx.
Referenced by NewFrameDirection(), PopFrameDirection(), and SetFrameDirection().
|
private |
Definition at line 555 of file DomainMapper_Impl.hxx.
Referenced by ExecuteFrameConversion(), and RegisterFrameConversion().
|
private |
Definition at line 456 of file DomainMapper_Impl.hxx.
Referenced by PopPageHeaderFooter(), and PushPageHeaderFooter().
|
private |
Definition at line 457 of file DomainMapper_Impl.hxx.
Referenced by ConvertHeaderFooterToTextFrame(), and PushPageHeaderFooter().
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().
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().
|
private |
Definition at line 483 of file DomainMapper_Impl.hxx.
Referenced by GetLineNumberSettings(), and SetLineNumberSettings().
|
private |
Definition at line 502 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph().
|
private |
Definition at line 495 of file DomainMapper_Impl.hxx.
Referenced by GetPageMargins(), InitPageMargins(), and SetPageMarginTwip().
|
private |
Definition at line 511 of file DomainMapper_Impl.hxx.
Referenced by PopPendingShape(), and PushPendingShape().
|
private |
Definition at line 490 of file DomainMapper_Impl.hxx.
Referenced by setPermissionRangeEd(), setPermissionRangeEdGrp(), and startOrEndPermissionRange().
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().
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().
|
private |
Definition at line 505 of file DomainMapper_Impl.hxx.
Referenced by GetTopContextOfType(), PopProperties(), PushListProperties(), PushProperties(), PushStyleProperties(), and substream().
|
private |
Definition at line 560 of file DomainMapper_Impl.hxx.
Referenced by AddNewRedline(), appendTextPortion(), CheckRedline(), DomainMapper_Impl(), ImportGraphic(), PopFootOrEndnote(), PushFootOrEndnote(), and RemoveTopRedline().
|
private |
Definition at line 553 of file DomainMapper_Impl.hxx.
Referenced by GetRubyInfo(), SetRubyInfo(), SetRubySprmId(), and SetRubyText().
|
private |
Definition at line 613 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and getSmartTagHandler().
std::deque<css::uno::Any> writerfilter::dmapper::DomainMapper_Impl::m_aStoredRedlines[StoredRedlines::NONE] |
Definition at line 1174 of file DomainMapper_Impl.hxx.
Referenced by CopyTemporaryNotes(), CreateRedline(), writerfilter::dmapper::DomainMapperTableHandler::endTable(), and ExecuteFrameConversion().
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().
|
private |
Definition at line 496 of file DomainMapper_Impl.hxx.
Referenced by GetSymbolData(), SetSymbolChar(), and SetSymbolFont().
|
private |
Definition at line 499 of file DomainMapper_Impl.hxx.
Referenced by appendTableHandler(), appendTableManager(), getTableManager(), hasTableManager(), and popTableManager().
|
private |
Definition at line 454 of file DomainMapper_Impl.hxx.
Referenced by AddAnnotationPosition(), AddDummyParaForTableInSection(), appendOLE(), appendTextContent(), appendTextPortion(), appendTextSectionAfter(), CheckUnregisteredFrameConversion(), CloseFieldCommand(), createSectionForRange(), DomainMapper_Impl(), extractTocTitle(), finishParagraph(), GetCurrentXText(), GetTopTextAppend(), handleBibliography(), HandlePTab(), handleToc(), HasTopAnchoredObjects(), HasTopText(), ImportGraphic(), PopAnnotation(), PopFieldContext(), PopFootOrEndnote(), PopPageHeaderFooter(), PopShapeContext(), PopTextBoxContent(), PushAnnotation(), PushFieldContext(), PushFootOrEndnote(), PushPageHeaderFooter(), PushProperties(), PushSdt(), PushShapeContext(), PushTextBoxContent(), RemoveDummyParaForTableInSection(), RemoveLastParagraph(), SetSdt(), StartIndexSectionChecked(), StartOrEndBookmark(), and startOrEndPermissionRange().
|
private |
Definition at line 602 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and PopAnnotation().
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().
|
private |
Definition at line 540 of file DomainMapper_Impl.hxx.
Referenced by CheckFootnoteStyle(), EndCustomFootnote(), SetCheckFootnoteStyle(), and StartCustomFootnote().
|
private |
Definition at line 535 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), CloseFieldCommand(), ExecuteFrameConversion(), finishParagraph(), IsDiscardHeaderFooter(), PopFieldContext(), PopPageHeaderFooter(), PopShapeContext(), PushFieldContext(), PushPageHeaderFooter(), and RemoveLastParagraph().
|
private |
Definition at line 580 of file DomainMapper_Impl.hxx.
Referenced by GetIsDummyParaAddedForTableInSection(), and SetIsDummyParaAddedForTableInSection().
|
private |
Definition at line 581 of file DomainMapper_Impl.hxx.
Referenced by GetIsDummyParaAddedForTableInSectionPage(), SetIsDummyParaAddedForTableInSection(), and SetIsDummyParaAddedForTableInSectionPage().
|
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().
|
private |
Definition at line 459 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), and IsForceGenericFields().
|
private |
Definition at line 508 of file DomainMapper_Impl.hxx.
Referenced by NewFrameDirection(), and SetFrameDirection().
|
private |
Definition at line 539 of file DomainMapper_Impl.hxx.
Referenced by EndCustomFootnote(), IsInCustomFootnote(), SetHasFootnoteStyle(), and StartCustomFootnote().
bool writerfilter::dmapper::DomainMapper_Impl::m_bHasFtn |
If the current section has footnotes.
Definition at line 1110 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::SectionPropertyMap::HandleMarginsHeaderFooter(), and substream().
bool writerfilter::dmapper::DomainMapper_Impl::m_bHasFtnSep |
If the current section has a footnote separator.
Definition at line 1112 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), and writerfilter::dmapper::SectionPropertyMap::HandleMarginsHeaderFooter().
bool writerfilter::dmapper::DomainMapper_Impl::m_bIgnoreNextTab |
Definition at line 1116 of file DomainMapper_Impl.hxx.
Referenced by PopFootOrEndnote().
|
private |
Definition at line 528 of file DomainMapper_Impl.hxx.
Referenced by IsAnyTableImport(), and SetAnyTableImport().
|
private |
Definition at line 525 of file DomainMapper_Impl.hxx.
Referenced by IsDocDefaultsImport(), and SetDocDefaultsImport().
|
private |
Definition at line 537 of file DomainMapper_Impl.hxx.
Referenced by IsInFootnote(), PopFootOrEndnote(), and PushFootOrEndnote().
|
private |
Definition at line 536 of file DomainMapper_Impl.hxx.
Referenced by IsInFootOrEndnote(), PopFootOrEndnote(), and PushFootOrEndnote().
|
private |
Definition at line 527 of file DomainMapper_Impl.hxx.
Referenced by IsNumberingImport(), and SetNumberingImport().
|
private |
Definition at line 526 of file DomainMapper_Impl.hxx.
Referenced by GetCurrentParaStyleName(), GetDefaultParaStyleName(), GetPropertyFromCharStyleSheet(), GetPropertyFromParaStyleSheet(), IsStyleSheetImport(), and SetStyleSheetImport().
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().
|
private |
Definition at line 630 of file DomainMapper_Impl.hxx.
Referenced by DomainMapper_Impl(), and IsAltChunk().
|
private |
Definition at line 469 of file DomainMapper_Impl.hxx.
Referenced by clearDeferredBreak(), clearDeferredBreaks(), IsBreakDeferredByAnchor(), and SetIsBreakDeferredByAnchor().
|
private |
Definition at line 466 of file DomainMapper_Impl.hxx.
Referenced by clearDeferredBreak(), clearDeferredBreaks(), deferBreak(), and isBreakDeferred().
|
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().
|
private |
Definition at line 577 of file DomainMapper_Impl.hxx.
Referenced by GetIsFirstParagraphInSection(), and SetIsFirstParagraphInSection().
|
private |
Definition at line 578 of file DomainMapper_Impl.hxx.
Referenced by GetIsFirstParagraphInSection(), and SetIsFirstParagraphInSectionAfterRedline().
|
private |
Definition at line 579 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), GetIsFirstParagraphInShape(), and SetIsFirstParagraphInShape().
|
private |
Definition at line 592 of file DomainMapper_Impl.hxx.
Referenced by IsFirstRun(), PushProperties(), and SetIsFirstRun().
|
private |
Definition at line 465 of file DomainMapper_Impl.hxx.
Referenced by DomainMapper_Impl(), and PushProperties().
|
private |
Definition at line 586 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), finishParagraph(), GetIsFirstParagraphInSection(), IsInComments(), PopAnnotation(), and PushAnnotation().
|
private |
Definition at line 551 of file DomainMapper_Impl.hxx.
Referenced by IsInFootnoteProperties(), and SetInFootnoteProperties().
bool writerfilter::dmapper::DomainMapper_Impl::m_bIsInTextBox |
Definition at line 627 of file DomainMapper_Impl.hxx.
Referenced by AddDummyParaForTableInSection(), PopTextBoxContent(), and PushTextBoxContent().
|
private |
Definition at line 584 of file DomainMapper_Impl.hxx.
Referenced by GetIsLastParagraphInSection(), and SetIsLastParagraphInSection().
|
private |
Definition at line 585 of file DomainMapper_Impl.hxx.
Referenced by GetIsLastSectionGroup(), and SetIsLastSectionGroup().
|
private |
Definition at line 629 of file DomainMapper_Impl.hxx.
Referenced by AddAnnotationPosition(), ConvertTOCStyleName(), DomainMapper_Impl(), GetStyleSheetTable(), IsNewDoc(), PopFieldContext(), PushAnnotation(), PushPageHeaderFooter(), PushShapeContext(), RemoveLastParagraph(), and ~DomainMapper_Impl().
|
private |
Definition at line 593 of file DomainMapper_Impl.hxx.
Referenced by IsOutsideAParagraph(), and SetIsOutsideAParagraph().
|
private |
Definition at line 467 of file DomainMapper_Impl.hxx.
Referenced by clearDeferredBreak(), clearDeferredBreaks(), deferBreak(), and isBreakDeferred().
|
private |
Definition at line 565 of file DomainMapper_Impl.hxx.
Referenced by AddNewRedline(), EndParaMarkerChange(), and StartParaMarkerChange().
|
private |
Definition at line 566 of file DomainMapper_Impl.hxx.
Referenced by CheckParaMarkerRedline(), EndParaMarkerMove(), and StartParaMarkerMove().
|
private |
Definition at line 583 of file DomainMapper_Impl.hxx.
Referenced by GetIsPreviousParagraphFramed(), and SetIsPreviousParagraphFramed().
|
private |
Definition at line 631 of file DomainMapper_Impl.hxx.
Referenced by IsReadGlossaries().
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().
|
private |
Definition at line 550 of file DomainMapper_Impl.hxx.
Referenced by IsLineNumberingSet(), and SetLineNumbering().
|
private |
Current paragraph has automatic before spacing.
Definition at line 1208 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and SetParaAutoBefore().
|
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().
|
private |
Current paragraph had at least one field in it.
Definition at line 1204 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), finishParagraph(), GetParaHadField(), handleBibliography(), handleIndex(), handleToc(), PopPageHeaderFooter(), PushFieldContext(), and PushPageHeaderFooter().
|
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().
|
private |
If the current paragraph contains section property definitions.
Definition at line 588 of file DomainMapper_Impl.hxx.
Referenced by GetParaSectpr(), and SetParaSectpr().
|
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().
|
private |
Definition at line 573 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), and ImportGraphic().
|
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().
|
private |
Definition at line 1211 of file DomainMapper_Impl.hxx.
Referenced by PopFootOrEndnote(), and PushFootOrEndnote().
|
private |
Definition at line 1205 of file DomainMapper_Impl.hxx.
Referenced by PopPageHeaderFooter(), and PushPageHeaderFooter().
|
private |
SAXException was seen so document will be abandoned.
Definition at line 1215 of file DomainMapper_Impl.hxx.
Referenced by CopyTemporaryNotes(), PopFootOrEndnote(), and substream().
|
private |
If the current paragraph is inside a structured document element.
Definition at line 591 of file DomainMapper_Impl.hxx.
|
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().
|
private |
Definition at line 463 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), and SetFieldResult().
|
private |
Definition at line 464 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), and SetFieldResult().
|
private |
Definition at line 462 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), and SetFieldResult().
|
private |
Definition at line 479 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), handleBibliography(), isInBibliographyContext(), and PopFieldContext().
|
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().
|
private |
Definition at line 478 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), handleIndex(), isInIndexContext(), and PopFieldContext().
|
private |
Definition at line 474 of file DomainMapper_Impl.hxx.
Referenced by handleBibliography(), handleIndex(), handleToc(), IsInTOC(), and PopFieldContext().
|
private |
Definition at line 475 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), handleToc(), IsInTOC(), and PopFieldContext().
|
private |
Definition at line 482 of file DomainMapper_Impl.hxx.
Referenced by AppendFieldCommand(), and SetIsTextDeleted().
|
private |
Definition at line 582 of file DomainMapper_Impl.hxx.
Referenced by GetIsTextFrameInserted(), and SetIsTextFrameInserted().
|
private |
Definition at line 481 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), PopFieldContext(), PopPageHeaderFooter(), and PushPageHeaderFooter().
|
private |
Definition at line 589 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), and DomainMapper_Impl().
|
private |
Definition at line 562 of file DomainMapper_Impl.hxx.
Referenced by AddNewRedline(), CheckParaMarkerRedline(), EndParaMarkerChange(), GetCurrentRedlineToken(), ImportGraphic(), RemoveTopRedline(), SetCurrentRedlineAuthor(), SetCurrentRedlineDate(), SetCurrentRedlineId(), SetCurrentRedlineIsRead(), SetCurrentRedlineRevertProperties(), and SetCurrentRedlineToken().
|
private |
Definition at line 612 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), deferCharacterProperty(), PopProperties(), and processDeferredCharacterProperties().
|
private |
Definition at line 437 of file DomainMapper_Impl.hxx.
Referenced by IsOOXMLImport(), and IsRTFImport().
enum GraphicImportType writerfilter::dmapper::DomainMapper_Impl::m_eGraphicImportType = {} |
Definition at line 1145 of file DomainMapper_Impl.hxx.
Referenced by GetGraphicImport(), and ImportGraphic().
|
private |
Referenced by IsInHeaderFooter(), PopPageHeaderFooter(), and PushPageHeaderFooter().
|
private |
Skip paragraphs from the <w:separator/> footnote.
Definition at line 542 of file DomainMapper_Impl.hxx.
Referenced by GetSkipFootnoteState(), PopFootOrEndnote(), and SetSkipFootnoteState().
|
private |
Definition at line 601 of file DomainMapper_Impl.hxx.
Referenced by GetAnnotationId(), PopAnnotation(), and SetCurrentRedlineId().
|
private |
Definition at line 545 of file DomainMapper_Impl.hxx.
Referenced by GetEndnoteCount(), and IncrementEndnoteCount().
|
private |
Definition at line 548 of file DomainMapper_Impl.hxx.
Referenced by PopFootOrEndnote(), and RemoveTemporaryFootOrEndnotes().
|
private |
Definition at line 547 of file DomainMapper_Impl.hxx.
Referenced by PopFootOrEndnote(), and RemoveTemporaryFootOrEndnotes().
|
private |
preload footnotes and endnotes
Definition at line 544 of file DomainMapper_Impl.hxx.
Referenced by GetFootnoteCount(), and IncrementFootnoteCount().
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().
|
private |
Definition at line 468 of file DomainMapper_Impl.hxx.
Referenced by clearDeferredBreak(), clearDeferredBreaks(), deferBreak(), and isBreakDeferred().
|
private |
Definition at line 480 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), CloseFieldCommand(), and PopFieldContext().
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().
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().
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().
|
private |
Definition at line 632 of file DomainMapper_Impl.hxx.
Referenced by HandleLineBreak(), and HandleLineBreakClear().
|
private |
Definition at line 509 of file DomainMapper_Impl.hxx.
Referenced by GetFontTable().
|
private |
Definition at line 538 of file DomainMapper_Impl.hxx.
Referenced by GetFootnoteContext(), PopFootOrEndnote(), PopProperties(), and StartCustomFootnote().
|
private |
Definition at line 514 of file DomainMapper_Impl.hxx.
Referenced by GetGraphicImport(), ImportGraphic(), and ResetGraphicImport().
|
private |
Definition at line 520 of file DomainMapper_Impl.hxx.
Referenced by CloseFieldCommand(), handleRubyEQField(), PopFieldContext(), and PopProperties().
|
private |
Definition at line 519 of file DomainMapper_Impl.hxx.
Referenced by GetLastSectionContext(), and PopProperties().
|
private |
Definition at line 510 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and GetListTable().
|
private |
Definition at line 439 of file DomainMapper_Impl.hxx.
Referenced by getDocumentReference(), getThemeHandler(), and setDocumentReference().
|
private |
Definition at line 564 of file DomainMapper_Impl.hxx.
Referenced by AddNewRedline(), and CheckParaMarkerRedline().
|
private |
Definition at line 568 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), CheckParaMarkerRedline(), and CreateRedline().
|
private |
Definition at line 563 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), EndParaMarkerChange(), finishParagraph(), and ImportGraphic().
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().
|
private |
Definition at line 513 of file DomainMapper_Impl.hxx.
Referenced by ApplySettingsTable(), convertFieldFormula(), and GetSettingsTable().
|
private |
Definition at line 512 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and GetStyleSheetTable().
|
private |
Definition at line 500 of file DomainMapper_Impl.hxx.
Referenced by appendTableHandler(), DomainMapper_Impl(), and substream().
|
private |
Definition at line 516 of file DomainMapper_Impl.hxx.
Referenced by getThemeHandler().
|
private |
Definition at line 518 of file DomainMapper_Impl.hxx.
Referenced by appendTextPortion(), getCurrentNumberingProperty(), GetTopContext(), PopProperties(), PushListProperties(), PushProperties(), and PushStyleProperties().
|
private |
Definition at line 438 of file DomainMapper_Impl.hxx.
Referenced by GetGraphicImport(), GetListTable(), GetSettingsTable(), GetStyleSheetTable(), handleRubyEQField(), processDeferredCharacterProperties(), PushShapeContext(), and substream().
|
private |
Definition at line 604 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and PopAnnotation().
|
private |
Definition at line 603 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and PopAnnotation().
|
private |
Definition at line 486 of file DomainMapper_Impl.hxx.
Referenced by SetBookmarkName(), and StartOrEndBookmark().
|
private |
Definition at line 487 of file DomainMapper_Impl.hxx.
Referenced by SetBookmarkName(), and StartOrEndBookmark().
|
private |
Definition at line 488 of file DomainMapper_Impl.hxx.
Referenced by SetBookmarkName(), and SetMoveBookmark().
|
private |
Definition at line 523 of file DomainMapper_Impl.hxx.
Referenced by GetCurrentParaStyleName(), and SetCurrentParaStyleName().
|
private |
Definition at line 492 of file DomainMapper_Impl.hxx.
Referenced by setPermissionRangeEd(), and startOrEndPermissionRange().
|
private |
Definition at line 493 of file DomainMapper_Impl.hxx.
Referenced by setPermissionRangeEdGrp(), and startOrEndPermissionRange().
|
private |
Definition at line 491 of file DomainMapper_Impl.hxx.
Referenced by setPermissionRangeEd(), setPermissionRangeEdGrp(), and startOrEndPermissionRange().
|
private |
Definition at line 524 of file DomainMapper_Impl.hxx.
Referenced by GetDefaultParaStyleName().
|
private |
Definition at line 1202 of file DomainMapper_Impl.hxx.
Referenced by AttachTextBoxContentToShape(), ChainTextFrames(), and PushShapeContext().
css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::DomainMapper_Impl::m_xAltChunkStartingRange |
Definition at line 623 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup().
|
private |
Definition at line 600 of file DomainMapper_Impl.hxx.
Referenced by PopAnnotation(), PushAnnotation(), SetCurrentRedlineAuthor(), SetCurrentRedlineDate(), SetCurrentRedlineId(), and SetCurrentRedlineInitials().
|
private |
Definition at line 451 of file DomainMapper_Impl.hxx.
Referenced by DomainMapper_Impl(), and GetBodyText().
|
private |
Definition at line 448 of file DomainMapper_Impl.hxx.
Referenced by GetCharacterStyles().
|
private |
Definition at line 444 of file DomainMapper_Impl.hxx.
Referenced by appendOLE(), DomainMapper_Impl(), GetGraphicImport(), SetFieldResult(), and SetNumberFormat().
|
private |
Definition at line 442 of file DomainMapper_Impl.hxx.
Referenced by GetDocumentSettings().
css::uno::Reference< css::embed::XStorage > writerfilter::dmapper::DomainMapper_Impl::m_xDocumentStorage |
Definition at line 1178 of file DomainMapper_Impl.hxx.
Referenced by HandleAltChunk(), and writerfilter::dmapper::SdtHelper::loadPropertiesXMLs().
|
private |
Definition at line 452 of file DomainMapper_Impl.hxx.
Referenced by ImportGraphic(), PushShapeContext(), and UpdateEmbeddedShapeProps().
|
private |
Definition at line 557 of file DomainMapper_Impl.hxx.
Referenced by ExecuteFrameConversion(), and RegisterFrameConversion().
|
private |
Definition at line 556 of file DomainMapper_Impl.hxx.
Referenced by ExecuteFrameConversion(), and RegisterFrameConversion().
|
private |
Definition at line 615 of file DomainMapper_Impl.hxx.
Referenced by appendGlossaryEntry(), and setGlossaryEntryStart().
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().
|
private |
Definition at line 450 of file DomainMapper_Impl.hxx.
Referenced by GetUnusedCharacterStyleName().
|
private |
Definition at line 447 of file DomainMapper_Impl.hxx.
Referenced by GetUnusedPageStyleName().
|
private |
Definition at line 445 of file DomainMapper_Impl.hxx.
Referenced by GetPageStyles().
|
private |
Definition at line 619 of file DomainMapper_Impl.hxx.
Referenced by AttachTextBoxContentToShape(), PopTextBoxContent(), and PushTextBoxContent().
|
private |
Definition at line 1206 of file DomainMapper_Impl.hxx.
Referenced by ClearPreviousParagraph(), finishParagraph(), and handlePreviousParagraphBorderInBetween().
|
private |
Definition at line 616 of file DomainMapper_Impl.hxx.
Referenced by extractTocTitle(), handleToc(), PopFieldContext(), and SetSdt().
|
private |
Definition at line 617 of file DomainMapper_Impl.hxx.
Referenced by GetSdtStarts(), PopSdt(), and PushSdt().
|
private |
Definition at line 441 of file DomainMapper_Impl.hxx.
Referenced by ApplySettingsTable(), CloseFieldCommand(), GetBodyText(), GetCharacterStyles(), GetPageStyles(), GetStyleSheetTable(), GetTextDocument(), HandleAltChunk(), handleDocProperty(), PopShapeContext(), SetFieldResult(), SetLineNumbering(), and SetNumberFormat().
|
private |
Definition at line 443 of file DomainMapper_Impl.hxx.
Referenced by appendOLE(), appendStarMath(), appendTextSectionAfter(), ApplySettingsTable(), CloseFieldCommand(), createSectionForRange(), FindOrCreateFieldMaster(), GetDocumentSettings(), GetGraphicImport(), GetListTable(), GetTextFactory(), handleDocProperty(), handleToc(), PopSdt(), PushShapeContext(), PushTextBoxContent(), RemoveLastParagraph(), StartOrEndBookmark(), and startOrEndPermissionRange().
|
private |
Definition at line 597 of file DomainMapper_Impl.hxx.
Referenced by finishParagraph(), and handleToc().