LibreOffice Module writerfilter (master) 1
|
#include <DomainMapper.hxx>
Public Member Functions | |
DomainMapper (const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::io::XInputStream > const &xInputStream, css::uno::Reference< css::lang::XComponent > const &xModel, bool bRepairStorage, SourceDocumentType eDocumentType, utl::MediaDescriptor const &rMediaDesc) | |
virtual | ~DomainMapper () override |
virtual void | setDocumentReference (writerfilter::ooxml::OOXMLDocument *pDocument) override |
virtual void | markLastParagraphInSection () override |
virtual void | markLastSectionGroup () override |
The current section is the last one in this body text. More... | |
virtual void | data (const sal_uInt8 *buf, size_t len) override |
Receives binary data of the object. More... | |
void | sprmWithProps (Sprm &sprm, const PropertyMapPtr &pContext) |
void | PushStyleSheetProperties (const PropertyMapPtr &pStyleProperties, bool bAffectTableMngr=false) |
void | PopStyleSheetProperties (bool bAffectTableMngr=false) |
void | PushListProperties (const ::tools::SvRef< PropertyMap > &pListProperties) |
void | PopListProperties () |
OUString | GetListStyleName (sal_Int32 nListId) const |
void | ValidateListLevel (const OUString &sStyleIdentifierD) |
bool | IsOOXMLImport () const |
bool | IsRTFImport () const |
css::uno::Reference< css::lang::XMultiServiceFactory > const & | GetTextFactory () const |
css::uno::Reference< css::text::XTextRange > | GetCurrentTextRange () |
OUString | getOrCreateCharStyle (PropertyValueVector_t &rCharProperties, bool bAlwaysCreate) |
StyleSheetTablePtr const & | GetStyleSheetTable () |
SettingsTablePtr const & | GetSettingsTable () |
GraphicZOrderHelper * | graphicZOrderHelper () |
css::uno::Reference< css::drawing::XShape > | PopPendingShape () |
Return the first from the pending (not inserted to the document) shapes, if there are any. More... | |
bool | IsInHeaderFooter () const |
bool | IsInTable () const |
void | SetDocDefaultsImport (bool bSet) |
bool | IsStyleSheetImport () const |
bool | IsNumberingImport () const |
bool | IsInShape () const |
void | hasControls (const bool bSet) |
void | processDeferredCharacterProperties (const std::map< sal_Int32, css::uno::Any > &rDeferredCharacterProperties, bool bCharContext=true) |
void | ProcessDeferredStyleCharacterProperties () |
void | enableInteropGrabBag (const OUString &aName) |
Enable storing of seen tokens in a named grab bag. More... | |
css::beans::PropertyValue | getInteropGrabBag () |
Get the stored tokens and clear the internal storage. More... | |
void | HandleRedline (Sprm &rSprm) |
virtual void | commentProps (const OUString &sId, const CommentProperties &rProps) override |
css::uno::Reference< css::container::XNameContainer > const & | GetCharacterStyles () |
OUString | GetUnusedCharacterStyleName () |
![]() | |
LoggedProperties (const std::string &sPrefix) | |
virtual | ~LoggedProperties () override |
void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
![]() | |
LoggedTable (const std::string &sPrefix) | |
virtual | ~LoggedTable () override |
void | entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref) override |
Receives an entry of the table. More... | |
virtual void | entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref)=0 |
Receives an entry of the table. More... | |
virtual void | data (const sal_uInt8 *buf, size_t len)=0 |
Receives binary data of the object. More... | |
![]() | |
LoggedStream (const std::string &sPrefix) | |
virtual | ~LoggedStream () override |
void | startSectionGroup () override |
Receives start mark for group with the same section properties. More... | |
void | endSectionGroup () override |
Receives end mark for group with the same section properties. More... | |
void | startParagraphGroup () override |
Receives start mark for group with the same paragraph properties. More... | |
void | endParagraphGroup () override |
Receives end mark for group with the same paragraph properties. More... | |
void | startCharacterGroup () override |
Receives start mark for group with the same character properties. More... | |
void | endCharacterGroup () override |
Receives end mark for group with the same character properties. More... | |
void | startShape (css::uno::Reference< css::drawing::XShape > const &xShape) override |
Receives a shape. More... | |
void | endShape () override |
void | startTextBoxContent () override |
Receives a text-box-content. More... | |
void | endTextBoxContent () override |
void | text (const sal_uInt8 *data, size_t len) override |
Receives 8-bit per character text. More... | |
void | utext (const sal_uInt8 *data, size_t len) override |
Receives 16-bit per character text. More... | |
void | positionOffset (const OUString &rText, bool bVertical) override |
Offset in EMUs for a shape. More... | |
void | align (const OUString &rText, bool bVertical) override |
Horizontal and vertical alignment for a shape. More... | |
void | positivePercentage (const OUString &rText) override |
void | props (writerfilter::Reference< Properties >::Pointer_t ref) override |
Receives properties of the current run of text. More... | |
void | table (Id name, writerfilter::Reference< Table >::Pointer_t ref) override |
Receives table. More... | |
void | substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref) override |
Receives a substream. More... | |
void | info (const std::string &info) override |
Debugging: Receives information about current point in stream. More... | |
void | startGlossaryEntry () override |
Receives start mark for glossary document entry. More... | |
void | endGlossaryEntry () override |
Receives end mark for glossary document entry. More... | |
void | checkId (const sal_Int32 nId) override |
Receives identifier for node entry. More... | |
virtual void | setDocumentReference (writerfilter::ooxml::OOXMLDocument *) override |
virtual void | startSectionGroup ()=0 |
Receives start mark for group with the same section properties. More... | |
virtual void | endSectionGroup ()=0 |
Receives end mark for group with the same section properties. More... | |
virtual void | markLastSectionGroup () |
The current section is the last one in this body text. More... | |
virtual void | setDocumentReference (writerfilter::ooxml::OOXMLDocument *pDocument)=0 |
virtual void | startParagraphGroup ()=0 |
Receives start mark for group with the same paragraph properties. More... | |
virtual void | endParagraphGroup ()=0 |
Receives end mark for group with the same paragraph properties. More... | |
virtual void | markLastParagraphInSection () |
virtual void | startCharacterGroup ()=0 |
Receives start mark for group with the same character properties. More... | |
virtual void | endCharacterGroup ()=0 |
Receives end mark for group with the same character properties. More... | |
virtual void | startShape (css::uno::Reference< css::drawing::XShape > const &xShape)=0 |
Receives a shape. More... | |
virtual void | endShape ()=0 |
virtual void | startTextBoxContent ()=0 |
Receives a text-box-content. More... | |
virtual void | endTextBoxContent ()=0 |
virtual void | text (const sal_uInt8 *data, size_t len)=0 |
Receives 8-bit per character text. More... | |
virtual void | utext (const sal_uInt8 *data, size_t len)=0 |
Receives 16-bit per character text. More... | |
virtual void | positionOffset (const OUString &rText, bool bVertical)=0 |
Offset in EMUs for a shape. More... | |
virtual css::awt::Point | getPositionOffset ()=0 |
Returns the last set offsets of a shape in HMM. More... | |
virtual void | align (const OUString &rText, bool bVertical)=0 |
Horizontal and vertical alignment for a shape. More... | |
virtual void | positivePercentage (const OUString &rText)=0 |
virtual void | props (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
Receives properties of the current run of text. More... | |
virtual void | table (Id name, writerfilter::Reference< Table >::Pointer_t ref)=0 |
Receives table. More... | |
virtual void | substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref)=0 |
Receives a substream. More... | |
virtual void | info (const std::string &info)=0 |
Debugging: Receives information about current point in stream. More... | |
virtual void | startGlossaryEntry ()=0 |
Receives start mark for glossary document entry. More... | |
virtual void | endGlossaryEntry ()=0 |
Receives end mark for glossary document entry. More... | |
virtual void | checkId (const sal_Int32 nId)=0 |
Receives identifier for node entry. More... | |
virtual void | commentProps (const OUString &, const CommentProperties &) |
Private Member Functions | |
virtual void | lcl_startSectionGroup () override |
virtual void | lcl_endSectionGroup () override |
virtual void | lcl_startParagraphGroup () override |
virtual void | lcl_endParagraphGroup () override |
virtual void | lcl_startCharacterGroup () override |
virtual void | lcl_endCharacterGroup () override |
virtual void | lcl_startShape (css::uno::Reference< css::drawing::XShape > const &xShape) override |
virtual void | lcl_endShape () override |
virtual void | lcl_startTextBoxContent () override |
virtual void | lcl_endTextBoxContent () override |
virtual void | lcl_text (const sal_uInt8 *data, size_t len) override |
virtual void | lcl_utext (const sal_uInt8 *data, size_t len) override |
virtual void | lcl_positionOffset (const OUString &rText, bool bVertical) override |
virtual css::awt::Point | getPositionOffset () override |
Returns the last set offsets of a shape in HMM. More... | |
virtual void | lcl_align (const OUString &rText, bool bVertical) override |
virtual void | lcl_positivePercentage (const OUString &rText) override |
virtual void | lcl_props (writerfilter::Reference< Properties >::Pointer_t ref) override |
virtual void | lcl_table (Id name, writerfilter::Reference< Table >::Pointer_t ref) override |
virtual void | lcl_substream (Id name, ::writerfilter::Reference< Stream >::Pointer_t ref) override |
virtual void | lcl_startGlossaryEntry () override |
virtual void | lcl_endGlossaryEntry () override |
virtual void | lcl_checkId (const sal_Int32 nId) override |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
virtual void | lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref) override |
void | finishParagraph (const bool bRemove=false, const bool bNoNumbering=false) |
void | handleParaJustification (const sal_Int32 nIntValue, const ::tools::SvRef< PropertyMap > &rContext, const bool bExchangeLeftRight) |
Static Private Member Functions | |
static void | handleUnderlineType (const Id nId, const ::tools::SvRef< PropertyMap > &rContext) |
static bool | getColorFromId (const Id, sal_Int32 &nColor) |
static sal_Int16 | getEmphasisValue (const sal_Int32 nIntValue) |
static OUString | getBracketStringFromEnum (const sal_Int32 nIntValue, const bool bIsPrefix=true) |
static css::style::TabAlign | getTabAlignFromValue (const sal_Int32 nIntValue) |
static sal_Unicode | getFillCharFromValue (const sal_Int32 nIntValue) |
Private Attributes | |
std::unique_ptr< DomainMapper_Impl > | m_pImpl |
bool | mbIsSplitPara |
bool | mbHasControls |
bool | mbWasShapeInPara |
std::unique_ptr< GraphicZOrderHelper > | m_zOrderHelper |
OUString | m_sGlossaryEntryName |
Additional Inherited Members | |
![]() | |
typedef tools::SvRef< Table > | Pointer_t |
![]() | |
typedef tools::SvRef< Stream > | Pointer_t |
Pointer to this stream. More... | |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
virtual void | lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
![]() | |
~Table () override | |
![]() | |
~BinaryObj () | |
![]() | |
virtual void | lcl_startSectionGroup ()=0 |
virtual void | lcl_endSectionGroup ()=0 |
virtual void | lcl_startParagraphGroup ()=0 |
virtual void | lcl_endParagraphGroup ()=0 |
virtual void | lcl_startCharacterGroup ()=0 |
virtual void | lcl_endCharacterGroup ()=0 |
virtual void | lcl_startShape (css::uno::Reference< css::drawing::XShape > const &xShape)=0 |
virtual void | lcl_endShape ()=0 |
virtual void | lcl_startTextBoxContent ()=0 |
virtual void | lcl_endTextBoxContent ()=0 |
virtual void | lcl_text (const sal_uInt8 *data, size_t len)=0 |
virtual void | lcl_utext (const sal_uInt8 *data, size_t len)=0 |
virtual void | lcl_positionOffset (const OUString &, bool) |
virtual css::awt::Point | getPositionOffset () override |
Returns the last set offsets of a shape in HMM. More... | |
virtual void | lcl_align (const OUString &, bool) |
virtual void | lcl_positivePercentage (const OUString &) |
virtual void | lcl_props (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
virtual void | lcl_table (Id name, writerfilter::Reference< Table >::Pointer_t ref)=0 |
virtual void | lcl_substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref)=0 |
virtual void | lcl_startGlossaryEntry () |
virtual void | lcl_endGlossaryEntry () |
virtual void | lcl_checkId (const sal_Int32) |
![]() | |
~Stream () override | |
Definition at line 68 of file DomainMapper.hxx.
writerfilter::dmapper::DomainMapper::DomainMapper | ( | const css::uno::Reference< css::uno::XComponentContext > & | xContext, |
css::uno::Reference< css::io::XInputStream > const & | xInputStream, | ||
css::uno::Reference< css::lang::XComponent > const & | xModel, | ||
bool | bRepairStorage, | ||
SourceDocumentType | eDocumentType, | ||
utl::MediaDescriptor const & | rMediaDesc | ||
) |
Definition at line 105 of file DomainMapper.cxx.
References sfx2::createBaseURI(), createInstance(), DBG_UNHANDLED_EXCEPTION, writerfilter::dmapper::getPropertyName(), comphelper::OStorageHelper::GetStorageOfFormatFromInputStream(), comphelper::OStorageHelper::GetTemporaryStorage(), GetTextFactory(), m_pImpl, m_pImpl, OFOPXML_STORAGE_FORMAT_STRING, writerfilter::dmapper::OOXML, writerfilter::dmapper::PROP_APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING, writerfilter::dmapper::PROP_CHAR_FONT_NAME, writerfilter::dmapper::PROP_CHAR_HEIGHT, writerfilter::dmapper::PROP_SURROUND_TEXT_WRAP_SMALL, writerfilter::dmapper::PROP_TABS_RELATIVE_TO_INDENT, u, and xModel.
|
overridevirtual |
Definition at line 203 of file DomainMapper.cxx.
References aProperties, writerfilter::TagLogger::endDocument(), comphelper::SequenceAsHashMap::getAsConstPropertyValueList(), writerfilter::TagLogger::getInstance(), m_pImpl, mbHasControls, and comphelper::SequenceAsHashMap::update().
|
overridevirtual |
Reimplemented from writerfilter::Stream.
Definition at line 4862 of file DomainMapper.cxx.
|
overridevirtual |
Receives binary data of the object.
buf | pointer to buffer containing the data |
len | size of buffer |
Implements writerfilter::BinaryObj.
Definition at line 3603 of file DomainMapper.cxx.
void writerfilter::dmapper::DomainMapper::enableInteropGrabBag | ( | const OUString & | aName | ) |
Enable storing of seen tokens in a named grab bag.
Definition at line 4790 of file DomainMapper.cxx.
References aName, and m_pImpl.
Referenced by writerfilter::dmapper::TblStylePrHandler::lcl_sprm(), and sprmWithProps().
|
private |
Definition at line 4855 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::datePicker, and m_pImpl.
Referenced by lcl_attribute(), lcl_startShape(), lcl_text(), lcl_utext(), and sprmWithProps().
|
staticprivate |
Definition at line 4634 of file DomainMapper.cxx.
Referenced by lcl_attribute().
css::uno::Reference< css::container::XNameContainer > const & writerfilter::dmapper::DomainMapper::GetCharacterStyles | ( | ) |
Definition at line 4867 of file DomainMapper.cxx.
References m_pImpl.
|
staticprivate |
uno::Reference< text::XTextRange > writerfilter::dmapper::DomainMapper::GetCurrentTextRange | ( | ) |
Definition at line 4718 of file DomainMapper.cxx.
References m_pImpl.
Referenced by lcl_startGlossaryEntry(), and sprmWithProps().
|
staticprivate |
Definition at line 4617 of file DomainMapper.cxx.
References writerfilter::dmapper::NONE.
Referenced by sprmWithProps().
|
staticprivate |
beans::PropertyValue writerfilter::dmapper::DomainMapper::getInteropGrabBag | ( | ) |
Get the stored tokens and clear the internal storage.
Definition at line 4795 of file DomainMapper.cxx.
References comphelper::containerToSequence(), and m_pImpl.
Referenced by writerfilter::dmapper::TblStylePrHandler::lcl_sprm(), and sprmWithProps().
OUString writerfilter::dmapper::DomainMapper::GetListStyleName | ( | sal_Int32 | nListId | ) | const |
Definition at line 4765 of file DomainMapper.cxx.
References m_pImpl.
OUString writerfilter::dmapper::DomainMapper::getOrCreateCharStyle | ( | PropertyValueVector_t & | rCharProperties, |
bool | bAlwaysCreate | ||
) |
Definition at line 4725 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::ListDef::CreateNumberingRules(), writerfilter::dmapper::DomainMapper_Impl::handleRubyEQField(), and lcl_utext().
|
overrideprivatevirtual |
Returns the last set offsets of a shape in HMM.
Reimplemented from writerfilter::LoggedStream.
Definition at line 3984 of file DomainMapper.cxx.
References oox::drawingml::convertEmuToHmm(), and m_pImpl.
SettingsTablePtr const & writerfilter::dmapper::DomainMapper::GetSettingsTable | ( | ) |
Definition at line 4736 of file DomainMapper.cxx.
References m_pImpl.
Referenced by lcl_attribute(), lcl_startParagraphGroup(), and lcl_utext().
StyleSheetTablePtr const & writerfilter::dmapper::DomainMapper::GetStyleSheetTable | ( | ) |
Definition at line 4731 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::ListsManager::CreateNumberingRules(), writerfilter::dmapper::ListsManager::GetAbstractList(), writerfilter::dmapper::ListsManager::lcl_sprm(), and sprmWithProps().
|
staticprivate |
Definition at line 4664 of file DomainMapper.cxx.
Referenced by lcl_attribute().
uno::Reference< lang::XMultiServiceFactory > const & writerfilter::dmapper::DomainMapper::GetTextFactory | ( | ) | const |
OUString writerfilter::dmapper::DomainMapper::GetUnusedCharacterStyleName | ( | ) |
Definition at line 4872 of file DomainMapper.cxx.
References m_pImpl.
GraphicZOrderHelper * writerfilter::dmapper::DomainMapper::graphicZOrderHelper | ( | ) |
Definition at line 4741 of file DomainMapper.cxx.
References m_zOrderHelper.
Referenced by writerfilter::dmapper::GraphicImport_Impl::applyZOrder(), and writerfilter::dmapper::DomainMapper_Impl::PushShapeContext().
|
private |
Definition at line 4552 of file DomainMapper.cxx.
References m_pImpl, nAdjust, writerfilter::dmapper::PROP_PARA_ADJUST, and writerfilter::dmapper::PROP_PARA_LAST_LINE_ADJUST.
Referenced by sprmWithProps().
void writerfilter::dmapper::DomainMapper::HandleRedline | ( | Sprm & | rSprm | ) |
Definition at line 4806 of file DomainMapper.cxx.
References writerfilter::Sprm::getId(), m_pImpl, nToken, and writerfilter::dmapper::resolveSprmProps().
Referenced by sprmWithProps().
|
staticprivate |
Definition at line 4488 of file DomainMapper.cxx.
References nId, writerfilter::dmapper::NONE, writerfilter::dmapper::PROP_CHAR_UNDERLINE, and writerfilter::dmapper::PROP_CHAR_WORD_MODE.
Referenced by lcl_attribute().
|
inline |
Definition at line 121 of file DomainMapper.hxx.
References mbHasControls.
Referenced by writerfilter::dmapper::OLEHandler::lcl_attribute().
bool writerfilter::dmapper::DomainMapper::IsInHeaderFooter | ( | ) | const |
Definition at line 4753 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::GraphicImport_Impl::applyZOrder(), writerfilter::dmapper::OLEHandler::lcl_attribute(), writerfilter::dmapper::OLEHandler::lcl_sprm(), lcl_utext(), and sprmWithProps().
bool writerfilter::dmapper::DomainMapper::IsInShape | ( | ) | const |
Definition at line 4758 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::GraphicImport_Impl::applyZOrder(), and lcl_utext().
bool writerfilter::dmapper::DomainMapper::IsInTable | ( | ) | const |
bool writerfilter::dmapper::DomainMapper::IsNumberingImport | ( | ) | const |
Definition at line 4785 of file DomainMapper.cxx.
References m_pImpl.
Referenced by sprmWithProps().
bool writerfilter::dmapper::DomainMapper::IsOOXMLImport | ( | ) | const |
Definition at line 4703 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::ListsManager::lcl_entry(), and sprmWithProps().
bool writerfilter::dmapper::DomainMapper::IsRTFImport | ( | ) | const |
Definition at line 4708 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::ListsManager::GetList(), writerfilter::dmapper::ListsManager::lcl_entry(), lcl_startShape(), writerfilter::dmapper::SettingsTable::SettingsTable(), and sprmWithProps().
bool writerfilter::dmapper::DomainMapper::IsStyleSheetImport | ( | ) | const |
Definition at line 4780 of file DomainMapper.cxx.
References m_pImpl.
Referenced by lcl_attribute(), and sprmWithProps().
|
overrideprivatevirtual |
Reimplemented from writerfilter::LoggedStream.
Definition at line 3992 of file DomainMapper.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 280 of file DomainMapper.cxx.
References model::ComplexColor::addTransformation(), writerfilter::dmapper::LineNumberSettings::bRestartAtEachPage, writerfilter::dmapper::CHAR_GRAB_BAG, writerfilter::dmapper::checkBox, writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::comboBox, writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::CONTEXT_STYLESHEET, writerfilter::dmapper::ConversionHelper::ConvertNumberingType(), LanguageTag::convertToLocale(), convertTwipToMm100(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100WithoutLimit(), model::color::createXComplexColor(), writerfilter::dmapper::CT_PageSz, writerfilter::dmapper::datePicker, writerfilter::dmapper::dropDown, finishParagraph(), writerfilter::dmapper::FRAME, tools::SvRef< typename T >::get(), getBracketStringFromEnum(), getFillCharFromValue(), model::color::getFromXComplexColor(), writerfilter::Value::getInt(), LanguageTag::getLanguage(), LanguageTag::getLocale(), LocaleDataWrapper::getNumDecimalSep(), writerfilter::Value::getProperties(), writerfilter::dmapper::getPropertyName(), GetSettingsTable(), writerfilter::Value::getString(), writerfilter::dmapper::ThemeHandler::getStringForTheme(), getTabAlignFromValue(), writerfilter::dmapper::TDefTableHandler::getThemeColorTypeIndex(), handleUnderlineType(), uno::Any::hasValue(), writerfilter::dmapper::IMPORT_AS_DETECTED_INLINE, IsStyleSheetImport(), lcl_startParagraphGroup(), m_pImpl, m_sGlossaryEntryName, LanguageTag::makeFallback(), mbIsSplitPara, writerfilter::dmapper::LineNumberSettings::nDistance, writerfilter::dmapper::LineNumberSettings::nInterval, nNumType, writerfilter::dmapper::NONE, nValue, writerfilter::dmapper::OFF, writerfilter::dmapper::ON, writerfilter::dmapper::PAGE_BREAK, writerfilter::dmapper::PAGE_MAR_BOTTOM, writerfilter::dmapper::PAGE_MAR_FOOTER, writerfilter::dmapper::PAGE_MAR_GUTTER, writerfilter::dmapper::PAGE_MAR_HEADER, writerfilter::dmapper::PAGE_MAR_LEFT, writerfilter::dmapper::PAGE_MAR_RIGHT, writerfilter::dmapper::PAGE_MAR_TOP, writerfilter::dmapper::PARA_GRAB_BAG, writerfilter::dmapper::picture, writerfilter::dmapper::plainText, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::dmapper::PROP_CHAR_COMBINE_IS_ON, writerfilter::dmapper::PROP_CHAR_COMBINE_PREFIX, writerfilter::dmapper::PROP_CHAR_COMBINE_SUFFIX, writerfilter::dmapper::PROP_CHAR_FONT_NAME, writerfilter::dmapper::PROP_CHAR_FONT_NAME_ASIAN, writerfilter::dmapper::PROP_CHAR_FONT_NAME_COMPLEX, writerfilter::dmapper::PROP_CHAR_LOCALE, writerfilter::dmapper::PROP_CHAR_LOCALE_ASIAN, writerfilter::dmapper::PROP_CHAR_LOCALE_COMPLEX, writerfilter::dmapper::PROP_CHAR_ROTATION, writerfilter::dmapper::PROP_CHAR_ROTATION_IS_FIT_TO_LINE, writerfilter::dmapper::PROP_CHAR_THEME_FONT_NAME_ASCII, writerfilter::dmapper::PROP_CHAR_THEME_FONT_NAME_CS, writerfilter::dmapper::PROP_CHAR_THEME_FONT_NAME_EAST_ASIA, writerfilter::dmapper::PROP_CHAR_THEME_NAME_ASCII, writerfilter::dmapper::PROP_CHAR_THEME_NAME_CS, writerfilter::dmapper::PROP_CHAR_THEME_NAME_EAST_ASIA, writerfilter::dmapper::PROP_CHAR_THEME_NAME_H_ANSI, writerfilter::dmapper::PROP_CHAR_UNDERLINE_COLOR, writerfilter::dmapper::PROP_CHAR_UNDERLINE_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_UNDERLINE_HAS_COLOR, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_PARA_BOTTOM_MARGIN, writerfilter::dmapper::PROP_PARA_BOTTOM_MARGIN_AFTER_AUTO_SPACING, writerfilter::dmapper::PROP_PARA_CONTEXT_MARGIN, writerfilter::dmapper::PROP_PARA_FIRST_LINE_INDENT, writerfilter::dmapper::PROP_PARA_LEFT_MARGIN, writerfilter::dmapper::PROP_PARA_LINE_SPACING, writerfilter::dmapper::PROP_PARA_RIGHT_MARGIN, writerfilter::dmapper::PROP_PARA_TOP_MARGIN, writerfilter::dmapper::PROP_PARA_TOP_MARGIN_BEFORE_AUTO_SPACING, writerfilter::dmapper::ParagraphPropertiesPropertyMap::props(), writerfilter::dmapper::richText, SAL_WARN, writerfilter::dmapper::ParagraphProperties::SetDropCap(), writerfilter::dmapper::SectionPropertyMap::SetdxaLnn(), writerfilter::dmapper::SectionPropertyMap::SetDxtCharSpace(), writerfilter::dmapper::ParagraphProperties::SetFrameMode(), writerfilter::dmapper::SectionPropertyMap::SetGridLinePitch(), writerfilter::dmapper::SectionPropertyMap::SetGridSnapToChars(), writerfilter::dmapper::SectionPropertyMap::SetGridType(), writerfilter::dmapper::ParagraphProperties::Seth(), writerfilter::dmapper::ParagraphProperties::SethAnchor(), writerfilter::dmapper::ParagraphProperties::SethRule(), writerfilter::dmapper::ParagraphProperties::SethSpace(), writerfilter::dmapper::ParagraphProperties::SetLines(), writerfilter::dmapper::SectionPropertyMap::SetLnc(), writerfilter::dmapper::SectionPropertyMap::SetLnnMin(), writerfilter::dmapper::SectionPropertyMap::SetLnnMod(), writerfilter::dmapper::SectionPropertyMap::SetPageNumber(), writerfilter::dmapper::SectionPropertyMap::SetPageNumberType(), model::ComplexColor::setSchemeColor(), writerfilter::dmapper::ParagraphProperties::SetvAnchor(), writerfilter::dmapper::ParagraphProperties::SetvSpace(), writerfilter::dmapper::ParagraphProperties::Setw(), writerfilter::dmapper::ParagraphProperties::SetWrap(), writerfilter::dmapper::ParagraphProperties::Setx(), writerfilter::dmapper::ParagraphProperties::SetxAlign(), writerfilter::dmapper::ParagraphProperties::Sety(), writerfilter::dmapper::ParagraphProperties::SetyAlign(), model::Shade, writerfilter::dmapper::SKIPPING, PaperInfo::sloppyFitPageDimension(), sName, model::Tint, and writerfilter::dmapper::unknown.
|
overrideprivatevirtual |
Reimplemented from writerfilter::LoggedStream.
Definition at line 4005 of file DomainMapper.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3844 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_CHARACTER, and m_pImpl.
Referenced by lcl_endSectionGroup(), and sprmWithProps().
|
overrideprivatevirtual |
Reimplemented from writerfilter::LoggedStream.
Definition at line 4483 of file DomainMapper.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3709 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::LINE_BREAK, and m_pImpl.
Referenced by lcl_endSectionGroup(), lcl_endShape(), and sprmWithProps().
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3617 of file DomainMapper.cxx.
References writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(), writerfilter::dmapper::CONTEXT_SECTION, tools::SvRef< typename T >::get(), lcl_endCharacterGroup(), lcl_endParagraphGroup(), lcl_startCharacterGroup(), lcl_startParagraphGroup(), lcl_text(), and m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3778 of file DomainMapper.cxx.
References lcl_endParagraphGroup(), and m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3801 of file DomainMapper.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedTable.
Definition at line 3598 of file DomainMapper.cxx.
|
overrideprivatevirtual |
Reimplemented from writerfilter::LoggedStream.
Definition at line 3976 of file DomainMapper.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Reimplemented from writerfilter::LoggedStream.
Definition at line 4000 of file DomainMapper.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Definition at line 4430 of file DomainMapper.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 1443 of file DomainMapper.cxx.
References m_pImpl, and sprmWithProps().
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3833 of file DomainMapper.cxx.
References writerfilter::dmapper::CHAR_GRAB_BAG, writerfilter::dmapper::CONTEXT_CHARACTER, m_pImpl, and writerfilter::dmapper::PROP_SDT_END_BEFORE.
Referenced by lcl_endSectionGroup(), and sprmWithProps().
|
overrideprivatevirtual |
Reimplemented from writerfilter::LoggedStream.
Definition at line 4477 of file DomainMapper.cxx.
References GetCurrentTextRange(), and m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3653 of file DomainMapper.cxx.
References writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::CONTEXT_PARAGRAPH, GetSettingsTable(), m_pImpl, mbIsSplitPara, mbWasShapeInPara, writerfilter::dmapper::PAGE_BREAK, writerfilter::dmapper::PARA_GRAB_BAG, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::dmapper::PROP_PARA_SDT_END_BEFORE, writerfilter::dmapper::PROP_PARA_STYLE_NAME, and writerfilter::dmapper::PROP_PARA_TOP_MARGIN.
Referenced by lcl_attribute(), lcl_endSectionGroup(), lcl_startShape(), lcl_utext(), and sprmWithProps().
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3607 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_SECTION, and m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3741 of file DomainMapper.cxx.
References finishParagraph(), IsRTFImport(), lcl_startParagraphGroup(), m_pImpl, mbWasShapeInPara, and writerfilter::dmapper::PAGE_BREAK.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3796 of file DomainMapper.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Definition at line 4472 of file DomainMapper.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Definition at line 4435 of file DomainMapper.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 3854 of file DomainMapper.cxx.
References writerfilter::cFieldEnd, writerfilter::cFieldSep, writerfilter::cFieldStart, writerfilter::TagLogger::chars(), writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::TagLogger::endElement(), finishParagraph(), writerfilter::TagLogger::getInstance(), tools::SvRef< typename T >::is(), writerfilter::dmapper::LINE_BREAK, m_pImpl, writerfilter::dmapper::PAGE_BREAK, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::TagLogger::startElement(), and TOOLS_WARN_EXCEPTION.
Referenced by lcl_endSectionGroup(), and sprmWithProps().
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 4023 of file DomainMapper.cxx.
References writerfilter::dmapper::CHAR_GRAB_BAG, writerfilter::dmapper::COLUMN_BREAK, writerfilter::dmapper::comboBox, writerfilter::dmapper::CONTEXT_CHARACTER, writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::datePicker, writerfilter::dmapper::dropDown, finishParagraph(), tools::SvRef< typename T >::get(), getOrCreateCharStyle(), GetSettingsTable(), tools::SvRef< typename T >::is(), IsInHeaderFooter(), IsInShape(), IsInTable(), lcl_startParagraphGroup(), writerfilter::dmapper::LINE_BREAK, m_pImpl, mbIsSplitPara, mbWasShapeInPara, writerfilter::dmapper::RubyInfo::nSprmId, writerfilter::dmapper::ON, writerfilter::dmapper::PAGE_BREAK, writerfilter::dmapper::PARA_GRAB_BAG, writerfilter::dmapper::plainText, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::dmapper::PROP_NUMBERING_LEVEL, writerfilter::dmapper::PROP_NUMBERING_RULES, writerfilter::dmapper::PROP_PARA_FIRST_LINE_INDENT, writerfilter::dmapper::PROP_PARA_TOP_MARGIN, writerfilter::dmapper::PROP_SDT_END_BEFORE, writerfilter::dmapper::PROP_SDTPR, writerfilter::LoggedStream::props(), writerfilter::dmapper::richText, and writerfilter::dmapper::SKIPPING.
|
overridevirtual |
Reimplemented from writerfilter::Stream.
Definition at line 3731 of file DomainMapper.cxx.
References m_pImpl.
|
overridevirtual |
The current section is the last one in this body text.
Reimplemented from writerfilter::Stream.
Definition at line 3736 of file DomainMapper.cxx.
References m_pImpl.
void writerfilter::dmapper::DomainMapper::PopListProperties | ( | ) |
Definition at line 3828 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_LIST, and m_pImpl.
Referenced by writerfilter::dmapper::ListsManager::lcl_sprm().
uno::Reference< drawing::XShape > writerfilter::dmapper::DomainMapper::PopPendingShape | ( | ) |
Return the first from the pending (not inserted to the document) shapes, if there are any.
Definition at line 4748 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::ListsManager::lcl_sprm().
void writerfilter::dmapper::DomainMapper::PopStyleSheetProperties | ( | bool | bAffectTableMngr = false | ) |
Definition at line 3813 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_STYLESHEET, and m_pImpl.
Referenced by writerfilter::dmapper::TblStylePrHandler::lcl_sprm().
void writerfilter::dmapper::DomainMapper::processDeferredCharacterProperties | ( | const std::map< sal_Int32, css::uno::Any > & | rDeferredCharacterProperties, |
bool | bCharContext = true |
||
) |
Definition at line 3550 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_CHARACTER, DFLT_ESC_SUB, DFLT_ESC_SUPER, m_pImpl, MAX_ESC_POS, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT_HEIGHT, writerfilter::dmapper::PROP_CHAR_HEIGHT, round, and SAL_WARN.
Referenced by writerfilter::dmapper::DomainMapper_Impl::processDeferredCharacterProperties().
void writerfilter::dmapper::DomainMapper::ProcessDeferredStyleCharacterProperties | ( | ) |
Definition at line 3544 of file DomainMapper.cxx.
References writerfilter::dmapper::CONTEXT_STYLESHEET, and m_pImpl.
void writerfilter::dmapper::DomainMapper::PushListProperties | ( | const ::tools::SvRef< PropertyMap > & | pListProperties | ) |
Definition at line 3823 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::ListsManager::lcl_sprm().
void writerfilter::dmapper::DomainMapper::PushStyleSheetProperties | ( | const PropertyMapPtr & | pStyleProperties, |
bool | bAffectTableMngr = false |
||
) |
Definition at line 3806 of file DomainMapper.cxx.
References m_pImpl.
Referenced by writerfilter::dmapper::TblStylePrHandler::lcl_sprm().
void writerfilter::dmapper::DomainMapper::SetDocDefaultsImport | ( | bool | bSet | ) |
Definition at line 4775 of file DomainMapper.cxx.
References m_pImpl.
|
overridevirtual |
Reimplemented from writerfilter::LoggedStream.
Definition at line 198 of file DomainMapper.cxx.
References m_pImpl.
void writerfilter::dmapper::DomainMapper::sprmWithProps | ( | Sprm & | sprm, |
const PropertyMapPtr & | pContext | ||
) |
Definition at line 1460 of file DomainMapper.cxx.
References model::ComplexColor::addTransformation(), writerfilter::dmapper::SectionPropertyMap::AppendColumnSpacing(), writerfilter::dmapper::SectionPropertyMap::AppendColumnWidth(), writerfilter::TagLogger::attribute(), writerfilter::dmapper::PageMar::bottom, writerfilter::dmapper::LineNumberSettings::bRestartAtEachPage, writerfilter::dmapper::CELL_GRAB_BAG, writerfilter::dmapper::CHAR_GRAB_BAG, writerfilter::dmapper::CellColorHandler::Character, writerfilter::dmapper::checkBox, ColorTransparency, writerfilter::dmapper::comboBox, comphelper::containerToSequence(), writerfilter::dmapper::CONTEXT_CHARACTER, writerfilter::dmapper::CONTEXT_PARAGRAPH, writerfilter::dmapper::CONTEXT_SECTION, msfilter::util::ConvertColorOU(), writerfilter::dmapper::ConversionHelper::ConvertNumberingType(), writerfilter::dmapper::ConversionHelper::convertRubyAlign(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), model::color::createXComplexColor(), writerfilter::dmapper::SymbolData::cSymbol, writerfilter::dmapper::CT_PageSz, writerfilter::dmapper::datePicker, DFLT_ESC_AUTO_SUB, DFLT_ESC_AUTO_SUPER, DFLT_ESC_PROP, writerfilter::dmapper::dropDown, enableInteropGrabBag(), end, writerfilter::TagLogger::endElement(), eType, writerfilter::dmapper::ExchangeLeftRight(), finishParagraph(), writerfilter::dmapper::PageMar::footer, tools::SvRef< typename T >::get(), getColorFromId(), GetCurrentTextRange(), getEmphasisValue(), comphelper::getEnumAsINT32(), PaperInfo::getHeight(), writerfilter::Sprm::getId(), writerfilter::TagLogger::getInstance(), getInteropGrabBag(), writerfilter::Sprm::getName(), writerfilter::dmapper::TextEffectsHandler::getOnOffString(), writerfilter::dmapper::getPropertyName(), writerfilter::Sprm::getProps(), GetStyleSheetTable(), writerfilter::dmapper::TextEffectsHandler::GetTextFillSolidFillAlpha(), writerfilter::dmapper::TDefTableHandler::getThemeColorTypeIndex(), writerfilter::dmapper::TDefTableHandler::getThemeColorTypeString(), writerfilter::dmapper::TDefTableHandler::getThemeColorUsage(), writerfilter::Sprm::getValue(), PaperInfo::getWidth(), writerfilter::dmapper::PageMar::gutter, handleParaJustification(), HandleRedline(), uno::Any::hasValue(), writerfilter::dmapper::PageMar::header, writerfilter::dmapper::IMPORT_AS_DETECTED_ANCHOR, writerfilter::dmapper::IMPORT_AS_DETECTED_INLINE, writerfilter::dmapper::INVALID, IsInHeaderFooter(), IsNumberingImport(), IsOOXMLImport(), IsRTFImport(), IsStyleSheetImport(), lcl_endCharacterGroup(), lcl_endParagraphGroup(), lcl_startCharacterGroup(), lcl_startParagraphGroup(), lcl_text(), writerfilter::dmapper::PageMar::left, m_pImpl, writerfilter::dmapper::META_PROP_CELL_MAR_BOTTOM, writerfilter::dmapper::META_PROP_CELL_MAR_LEFT, writerfilter::dmapper::META_PROP_CELL_MAR_RIGHT, writerfilter::dmapper::META_PROP_CELL_MAR_TOP, model::ComplexColor::meThemeColorUsage, writerfilter::dmapper::LineNumberSettings::nDistance, writerfilter::dmapper::RubyInfo::nHps, writerfilter::dmapper::RubyInfo::nHpsBaseText, writerfilter::dmapper::LineNumberSettings::nInterval, nNumType, writerfilter::dmapper::NONE, writerfilter::dmapper::RubyInfo::nRubyAlign, writerfilter::dmapper::RubyInfo::nSprmId, writerfilter::dmapper::PAGE_BREAK, PAPER_LETTER, writerfilter::dmapper::PARA_GRAB_BAG, writerfilter::dmapper::CellColorHandler::Paragraph, writerfilter::dmapper::picture, writerfilter::dmapper::plainText, writerfilter::dmapper::PROP_AUTOMATIC_DISTANCE, writerfilter::dmapper::PROP_BORDER_BOTTOM_COMPLEX_COLOR, writerfilter::dmapper::PROP_BORDER_LEFT_COMPLEX_COLOR, writerfilter::dmapper::PROP_BORDER_RIGHT_COMPLEX_COLOR, writerfilter::dmapper::PROP_BORDER_TOP_COMPLEX_COLOR, writerfilter::dmapper::PROP_BOTTOM_BORDER, writerfilter::dmapper::PROP_BOTTOM_BORDER_DISTANCE, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::dmapper::PROP_CELL_CNF_STYLE, writerfilter::dmapper::PROP_CHAR_AUTO_KERNING, writerfilter::dmapper::PROP_CHAR_BACK_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_BOTTOM_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_LEFT_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_RIGHT_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BORDER_TOP_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_BOTTOM_BORDER, writerfilter::dmapper::PROP_CHAR_BOTTOM_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_CASE_MAP, writerfilter::dmapper::PROP_CHAR_CHAR_KERNING, writerfilter::dmapper::PROP_CHAR_COLOR, writerfilter::dmapper::PROP_CHAR_COMPLEX_COLOR, writerfilter::dmapper::PROP_CHAR_CONTOURED, writerfilter::dmapper::PROP_CHAR_EMPHASIS, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT, writerfilter::dmapper::PROP_CHAR_ESCAPEMENT_HEIGHT, writerfilter::dmapper::PROP_CHAR_FLASH, writerfilter::dmapper::PROP_CHAR_FONT_CHAR_SET, writerfilter::dmapper::PROP_CHAR_FONT_NAME, writerfilter::dmapper::PROP_CHAR_FONT_NAME_ASIAN, writerfilter::dmapper::PROP_CHAR_FONT_NAME_COMPLEX, writerfilter::dmapper::PROP_CHAR_HEIGHT, writerfilter::dmapper::PROP_CHAR_HEIGHT_ASIAN, writerfilter::dmapper::PROP_CHAR_HEIGHT_COMPLEX, writerfilter::dmapper::PROP_CHAR_HIDDEN, writerfilter::dmapper::PROP_CHAR_HIGHLIGHT, writerfilter::dmapper::PROP_CHAR_LEFT_BORDER, writerfilter::dmapper::PROP_CHAR_LEFT_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_POSTURE, writerfilter::dmapper::PROP_CHAR_POSTURE_ASIAN, writerfilter::dmapper::PROP_CHAR_POSTURE_COMPLEX, writerfilter::dmapper::PROP_CHAR_RELIEF, writerfilter::dmapper::PROP_CHAR_RIGHT_BORDER, writerfilter::dmapper::PROP_CHAR_RIGHT_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_SCALE_WIDTH, writerfilter::dmapper::PROP_CHAR_SHADING_MARKER, writerfilter::dmapper::PROP_CHAR_SHADING_VALUE, writerfilter::dmapper::PROP_CHAR_SHADOW_FORMAT, writerfilter::dmapper::PROP_CHAR_SHADOWED, writerfilter::dmapper::PROP_CHAR_STRIKEOUT, writerfilter::dmapper::PROP_CHAR_STYLE_NAME, writerfilter::dmapper::PROP_CHAR_THEME_COLOR, writerfilter::dmapper::PROP_CHAR_THEME_COLOR_SHADE, writerfilter::dmapper::PROP_CHAR_THEME_COLOR_TINT, writerfilter::dmapper::PROP_CHAR_THEME_FILL, writerfilter::dmapper::PROP_CHAR_THEME_ORIGINAL_COLOR, writerfilter::dmapper::PROP_CHAR_TOP_BORDER, writerfilter::dmapper::PROP_CHAR_TOP_BORDER_DISTANCE, writerfilter::dmapper::PROP_CHAR_TRANSPARENCE, writerfilter::dmapper::PROP_CHAR_WEIGHT, writerfilter::dmapper::PROP_CHAR_WEIGHT_ASIAN, writerfilter::dmapper::PROP_CHAR_WEIGHT_COMPLEX, writerfilter::dmapper::PROP_DISTANCE, writerfilter::dmapper::PROP_FOOTNOTE_COUNTING, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_INTERVAL, writerfilter::dmapper::PROP_IS_LANDSCAPE, writerfilter::dmapper::PROP_IS_ON, writerfilter::dmapper::PROP_IS_PROTECTED, writerfilter::dmapper::PROP_LEFT_BORDER, writerfilter::dmapper::PROP_LEFT_BORDER_DISTANCE, writerfilter::dmapper::PROP_MIRROR_INDENTS, writerfilter::dmapper::PROP_NUMBERING_LEVEL, writerfilter::dmapper::PROP_NUMBERING_RULES, writerfilter::dmapper::PROP_NUMBERING_STYLE_NAME, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_OUTLINE_LEVEL, writerfilter::dmapper::PROP_PARA_ADJUST, writerfilter::dmapper::PROP_PARA_CNF_STYLE, writerfilter::dmapper::PROP_PARA_CONNECT_BORDERS, writerfilter::dmapper::PROP_PARA_CONTEXT_MARGIN, writerfilter::dmapper::PROP_PARA_FIRST_LINE_INDENT, writerfilter::dmapper::PROP_PARA_IS_HANGING_PUNCTUATION, writerfilter::dmapper::PROP_PARA_IS_HYPHENATION, writerfilter::dmapper::PROP_PARA_KEEP_TOGETHER, writerfilter::dmapper::PROP_PARA_LEFT_MARGIN, writerfilter::dmapper::PROP_PARA_LINE_NUMBER_COUNT, writerfilter::dmapper::PROP_PARA_ORPHANS, writerfilter::dmapper::PROP_PARA_RIGHT_MARGIN, writerfilter::dmapper::PROP_PARA_SHADOW_FORMAT, writerfilter::dmapper::PROP_PARA_SPLIT, writerfilter::dmapper::PROP_PARA_STYLE_NAME, writerfilter::dmapper::PROP_PARA_TAB_STOPS, writerfilter::dmapper::PROP_PARA_VERT_ALIGNMENT, writerfilter::dmapper::PROP_PARA_WIDOWS, writerfilter::dmapper::PROP_RESTART_AT_EACH_PAGE, writerfilter::dmapper::PROP_RIGHT_BORDER, writerfilter::dmapper::PROP_RIGHT_BORDER_DISTANCE, writerfilter::dmapper::PROP_ROW_CNF_STYLE, writerfilter::dmapper::PROP_RTL_GUTTER, writerfilter::dmapper::PROP_RUBY_ADJUST, writerfilter::dmapper::PROP_RUBY_POSITION, writerfilter::dmapper::PROP_RUBY_STYLE, writerfilter::dmapper::PROP_RUBY_TEXT, writerfilter::dmapper::PROP_SNAP_TO_GRID, writerfilter::dmapper::PROP_START_AT, writerfilter::dmapper::PROP_TABLE_ROW_DELETE, writerfilter::dmapper::PROP_TABLE_ROW_INSERT, writerfilter::dmapper::PROP_TEXT_COLUMNS, writerfilter::dmapper::PROP_TEXT_VERTICAL_ADJUST, writerfilter::dmapper::PROP_TOP_BORDER, writerfilter::dmapper::PROP_TOP_BORDER_DISTANCE, writerfilter::dmapper::PROP_WIDTH, writerfilter::dmapper::PROP_WRITING_MODE, writerfilter::dmapper::ParagraphPropertiesPropertyMap::props(), writerfilter::LoggedStream::props(), writerfilter::dmapper::resolveSprmProps(), writerfilter::dmapper::PageMar::right, writerfilter::dmapper::ROW_GRAB_BAG, SAL_INFO, SAL_WARN, writerfilter::dmapper::SectionPropertyMap::SetBottomMargin(), writerfilter::dmapper::SectionPropertyMap::SetBreakType(), writerfilter::dmapper::SectionPropertyMap::SetColumnCount(), writerfilter::dmapper::SectionPropertyMap::SetColumnDistance(), writerfilter::dmapper::SectionPropertyMap::SetdxaLnn(), writerfilter::dmapper::SectionPropertyMap::SetEvenlySpaced(), writerfilter::dmapper::ParagraphProperties::SetFrameMode(), writerfilter::dmapper::SectionPropertyMap::SetGutterMargin(), writerfilter::dmapper::SectionPropertyMap::SetHeaderBottom(), writerfilter::dmapper::SectionPropertyMap::SetHeaderTop(), writerfilter::dmapper::SectionPropertyMap::SetLeftMargin(), writerfilter::dmapper::ParagraphProperties::SetListId(), writerfilter::dmapper::StyleSheetPropertyMap::SetListLevel(), writerfilter::dmapper::StyleSheetPropertyMap::SetOutlineLevel(), writerfilter::dmapper::SectionPropertyMap::SetRightMargin(), model::ComplexColor::setSchemeColor(), writerfilter::dmapper::SectionPropertyMap::SetSeparatorLine(), writerfilter::dmapper::SectionPropertyMap::SetTitlePage(), writerfilter::dmapper::SectionPropertyMap::SetTopMargin(), writerfilter::dmapper::SymbolData::sFont, model::Shade, PaperInfo::sloppyFitPageDimension(), sName, writerfilter::dmapper::RubyInfo::sRubyStyle, writerfilter::dmapper::RubyInfo::sRubyText, writerfilter::TagLogger::startElement(), writerfilter::dmapper::STYLE_TYPE_CHAR, writerfilter::dmapper::STYLE_TYPE_PARA, model::Tint, writerfilter::dmapper::PageMar::top, model::Unknown, writerfilter::dmapper::unsupported, writerfilter::LoggedStream::utext(), and WW_OUTLINE_MAX.
Referenced by lcl_sprm().
void writerfilter::dmapper::DomainMapper::ValidateListLevel | ( | const OUString & | sStyleIdentifierD | ) |
Definition at line 4770 of file DomainMapper.cxx.
References m_pImpl.
|
private |
Definition at line 71 of file DomainMapper.hxx.
Referenced by commentProps(), DomainMapper(), enableInteropGrabBag(), finishParagraph(), GetCharacterStyles(), GetCurrentTextRange(), getInteropGrabBag(), GetListStyleName(), getOrCreateCharStyle(), getPositionOffset(), GetSettingsTable(), GetStyleSheetTable(), GetTextFactory(), GetUnusedCharacterStyleName(), handleParaJustification(), HandleRedline(), IsInHeaderFooter(), IsInShape(), IsInTable(), IsNumberingImport(), IsOOXMLImport(), IsRTFImport(), IsStyleSheetImport(), lcl_align(), lcl_attribute(), lcl_checkId(), lcl_endCharacterGroup(), lcl_endGlossaryEntry(), lcl_endParagraphGroup(), lcl_endSectionGroup(), lcl_endShape(), lcl_endTextBoxContent(), lcl_positionOffset(), lcl_positivePercentage(), lcl_sprm(), lcl_startCharacterGroup(), lcl_startGlossaryEntry(), lcl_startParagraphGroup(), lcl_startSectionGroup(), lcl_startShape(), lcl_startTextBoxContent(), lcl_substream(), lcl_table(), lcl_text(), lcl_utext(), markLastParagraphInSection(), markLastSectionGroup(), PopListProperties(), PopPendingShape(), PopStyleSheetProperties(), processDeferredCharacterProperties(), ProcessDeferredStyleCharacterProperties(), PushListProperties(), PushStyleSheetProperties(), SetDocDefaultsImport(), setDocumentReference(), sprmWithProps(), ValidateListLevel(), and ~DomainMapper().
|
private |
Definition at line 191 of file DomainMapper.hxx.
Referenced by lcl_attribute().
|
private |
Definition at line 190 of file DomainMapper.hxx.
Referenced by graphicZOrderHelper().
|
private |
Definition at line 188 of file DomainMapper.hxx.
Referenced by hasControls(), and ~DomainMapper().
|
private |
Definition at line 187 of file DomainMapper.hxx.
Referenced by lcl_attribute(), lcl_startParagraphGroup(), and lcl_utext().
|
private |
Definition at line 189 of file DomainMapper.hxx.
Referenced by lcl_startParagraphGroup(), lcl_startShape(), and lcl_utext().