LibreOffice Module writerfilter (master) 1
|
#include <PropertyMap.hxx>
Public Types | |
enum class | BorderApply { ToAllInSection = 0 , ToFirstPageInSection = 1 , ToAllButFirstInSection = 2 } |
enum class | BorderOffsetFrom { Text = 0 , Edge = 1 } |
enum | PageType { PAGE_FIRST , PAGE_LEFT , PAGE_RIGHT } |
Public Member Functions | |
SectionPropertyMap (bool bIsFirstSection) | |
bool | IsFirstSection () const |
void | SetStart (const css::uno::Reference< css::text::XTextRange > &xRange) |
const css::uno::Reference< css::text::XTextRange > & | GetStartingRange () const |
css::uno::Reference< css::beans::XPropertySet > | GetPageStyle (DomainMapper_Impl &rDM_Impl, bool bFirst) |
const OUString & | GetPageStyleName (bool bFirstPage=false) |
void | InheritOrFinalizePageStyles (DomainMapper_Impl &rDM_Impl) |
void | SetBorder (BorderPosition ePos, sal_Int32 nLineDistance, const css::table::BorderLine2 &rBorderLine, bool bShadow) |
void | SetBorderApply (BorderApply nSet) |
void | SetBorderOffsetFrom (BorderOffsetFrom nSet) |
void | SetColumnCount (sal_Int16 nCount) |
sal_Int16 | ColumnCount () const |
void | SetColumnDistance (sal_Int32 nDist) |
void | AppendColumnWidth (sal_Int32 nWidth) |
void | AppendColumnSpacing (sal_Int32 nDist) |
void | SetTitlePage (bool bSet) |
void | SetSeparatorLine (bool bSet) |
void | SetEvenlySpaced (bool bSet) |
void | SetPageNumber (sal_Int32 nSet) |
void | SetPageNumberType (sal_Int32 nSet) |
void | SetBreakType (sal_Int32 nSet) |
sal_Int32 | GetBreakType () const |
void | SetLeftMargin (sal_Int32 nSet) |
sal_Int32 | GetLeftMargin () const |
void | SetRightMargin (sal_Int32 nSet) |
sal_Int32 | GetRightMargin () const |
void | SetTopMargin (sal_Int32 nSet) |
void | SetBottomMargin (sal_Int32 nSet) |
void | SetHeaderTop (sal_Int32 nSet) |
void | SetHeaderBottom (sal_Int32 nSet) |
void | SetGutterMargin (sal_Int32 nGutterMargin) |
sal_Int32 | GetPageWidth () const |
void | SetGridType (sal_Int32 nSet) |
void | SetGridLinePitch (sal_Int32 nSet) |
void | SetGridSnapToChars (bool bSet) |
void | SetDxtCharSpace (sal_Int32 nSet) |
void | SetLnnMod (sal_Int32 nValue) |
void | SetLnc (sal_Int32 nValue) |
void | SetdxaLnn (sal_Int32 nValue) |
void | SetLnnMin (sal_Int32 nValue) |
void | addRelativeWidthShape (css::uno::Reference< css::drawing::XShape > xShape) |
void | ApplyBorderToPageStyles (DomainMapper_Impl &rDM_Impl, BorderApply eBorderApply, BorderOffsetFrom eOffsetFrom) |
void | CloseSectionGroup (DomainMapper_Impl &rDM_Impl) |
void | HandleMarginsHeaderFooter (bool bFirstPage, DomainMapper_Impl &rDM_Impl) |
void | ClearHeaderFooterLinkToPrevious (bool bHeader, PageType eType) |
![]() | |
PropertyMap () | |
bool | hasProperty (sal_Int32 nPropId) const |
bool | setAnyProperty (sal_Int32 nPropId, const css::uno::Any &rValue) |
bool | setProperty (sal_Int32 nPropId, Type &&rValue) |
bool | setProperty (sal_Int32, const css::uno::Any &)=delete |
css::uno::Any | getProperty (sal_Int32 nPropId) |
void | erase (sal_Int32 nPropId) |
bool | empty () const |
void | assignUsed (const PropertyMap &rPropMap) |
void | assignAll (const PropertyMap &rPropMap) |
css::uno::Sequence< css::beans::PropertyValue > | makePropertyValueSequence () const |
void | fillSequences (css::uno::Sequence< OUString > &rNames, css::uno::Sequence< css::uno::Any > &rValues) const |
void | fillPropertyNameMap (PropertyNameMap &rMap) const |
css::uno::Reference< css::beans::XPropertySet > | makePropertySet () const |
Private Member Functions | |
void | ApplyProperties_ (const css::uno::Reference< css::beans::XPropertySet > &xStyle) |
void | DontBalanceTextColumns () |
void | ApplySectionProperties (const css::uno::Reference< css::beans::XPropertySet > &xSection, DomainMapper_Impl &rDM_Impl) |
Apply section-specific properties: only valid to use after PageStyle has been determined by InheritOrFinalizePageStyles. More... | |
void | ApplyProtectionProperties (css::uno::Reference< css::beans::XPropertySet > &xSection, DomainMapper_Impl &rDM_Impl) |
Check if document is protected. If so, ensure a section exists, and apply its protected value. More... | |
css::uno::Reference< css::text::XTextColumns > | ApplyColumnProperties (const css::uno::Reference< css::beans::XPropertySet > &xFollowPageStyle, DomainMapper_Impl &rDM_Impl) |
void | CopyLastHeaderFooter (bool bFirstPage, DomainMapper_Impl &rDM_Impl) |
void | PrepareHeaderFooterProperties (bool bFirstPage) |
bool | HasHeader (bool bFirstPage) const |
bool | HasFooter (bool bFirstPage) const |
void | HandleIncreasedAnchoredObjectSpacing (DomainMapper_Impl &rDM_Impl) |
Increases paragraph spacing according to Word 2013+ needs if necessary. More... | |
Static Private Member Functions | |
static void | CopyHeaderFooter (const DomainMapper_Impl &rDM_Impl, const css::uno::Reference< css::beans::XPropertySet > &xPrevStyle, const css::uno::Reference< css::beans::XPropertySet > &xStyle, bool bOmitRightHeader=false, bool bOmitLeftHeader=false, bool bOmitRightFooter=false, bool bOmitLeftFooter=false) |
static void | CopyHeaderFooterTextProperty (const css::uno::Reference< css::beans::XPropertySet > &xPrevStyle, const css::uno::Reference< css::beans::XPropertySet > &xStyle, PropertyIds ePropId) |
static void | SetBorderDistance (const css::uno::Reference< css::beans::XPropertySet > &xStyle, PropertyIds eMarginId, PropertyIds eDistId, sal_Int32 nDistance, BorderOffsetFrom eOffsetFrom, sal_uInt32 nLineWidth, DomainMapper_Impl &rDM_Impl) |
Additional Inherited Members | |
![]() | |
static const OUString & | getPropertyName (sal_Int32 nPropId) |
static sal_Int32 | getPropertyId (std::u16string_view sPropName) |
static void | dump (const css::uno::Reference< css::beans::XPropertySet > &rXPropSet) |
static void | dumpCode (const css::uno::Reference< css::beans::XPropertySet > &rXPropSet) |
static void | dumpData (const css::uno::Reference< css::beans::XPropertySet > &rXPropSet) |
Definition at line 204 of file PropertyMap.hxx.
|
strong |
Enumerator | |
---|---|
ToAllInSection | |
ToFirstPageInSection | |
ToAllButFirstInSection |
Definition at line 207 of file PropertyMap.hxx.
|
strong |
Enumerator | |
---|---|
Text | |
Edge |
Definition at line 213 of file PropertyMap.hxx.
Enumerator | |
---|---|
PAGE_FIRST | |
PAGE_LEFT | |
PAGE_RIGHT |
Definition at line 330 of file PropertyMap.hxx.
|
explicit |
Definition at line 404 of file PropertyMap.cxx.
References o3tl::convert(), PaperInfo::getHeight(), oox::PropertyMap::getPropertyName(), PaperInfo::getWidth(), o3tl::in, in, Insert(), m_bBorderShadows, m_bIsFirstSection, m_nBorderDistances, m_nDebugSectionNumber, m_sFirstPageStyleName, m_sFollowPageStyleName, o3tl::mm100, mm100, nBorder, writerfilter::dmapper::NONE, PAPER_LETTER, writerfilter::dmapper::PROP_BOTTOM_MARGIN, writerfilter::dmapper::PROP_FIRST_PAGE, writerfilter::dmapper::PROP_GRID_DISPLAY, writerfilter::dmapper::PROP_GRID_MODE, writerfilter::dmapper::PROP_GRID_PRINT, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_LEFT_MARGIN, writerfilter::dmapper::PROP_PAGE_STYLE_LAYOUT, writerfilter::dmapper::PROP_RIGHT_MARGIN, writerfilter::dmapper::PROP_STANDARD, writerfilter::dmapper::PROP_TOP_MARGIN, writerfilter::dmapper::PROP_WIDTH, and Text.
|
inline |
Definition at line 400 of file PropertyMap.hxx.
References m_xRelativeWidthShapes.
Referenced by writerfilter::dmapper::DomainMapper_Impl::PopShapeContext().
|
inline |
Definition at line 368 of file PropertyMap.hxx.
References m_aColDistance.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 367 of file PropertyMap.hxx.
References m_aColWidth.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
void writerfilter::dmapper::SectionPropertyMap::ApplyBorderToPageStyles | ( | DomainMapper_Impl & | rDM_Impl, |
BorderApply | eBorderApply, | ||
BorderOffsetFrom | eOffsetFrom | ||
) |
Definition at line 547 of file PropertyMap.cxx.
References writerfilter::dmapper::BORDER_RIGHT, GetPageStyle(), oox::PropertyMap::getPropertyName(), m_bBorderShadows, m_nBorderDistances, m_oBorderLines, m_sFirstPageStyleName, m_sFollowPageStyleName, nBorder, nLineWidth, 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_SHADOW_FORMAT, writerfilter::dmapper::PROP_TOP_BORDER, writerfilter::dmapper::PROP_TOP_BORDER_DISTANCE, writerfilter::dmapper::PROP_TOP_MARGIN, SetBorderDistance(), ToAllButFirstInSection, ToAllInSection, and ToFirstPageInSection.
|
private |
Definition at line 756 of file PropertyMap.cxx.
References COL_BLACK(), writerfilter::dmapper::DomainMapper_Impl::GetIsLastSectionGroup(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::DomainMapper_Impl::GetSettingsTable(), writerfilter::dmapper::PROP_AUTOMATIC_DISTANCE, writerfilter::dmapper::PROP_TEXT_COLUMNS, TOOLS_WARN_EXCEPTION, and Width.
|
private |
Definition at line 1888 of file PropertyMap.cxx.
References comphelper::containerToSequence(), i, TOOLS_WARN_EXCEPTION, and v.
|
private |
Check if document is protected. If so, ensure a section exists, and apply its protected value.
Definition at line 732 of file PropertyMap.cxx.
References writerfilter::dmapper::DomainMapper_Impl::appendTextSectionAfter(), DBG_UNHANDLED_EXCEPTION, getProperty(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::DomainMapper_Impl::GetSettingsTable(), and writerfilter::dmapper::PROP_IS_PROTECTED.
|
private |
Apply section-specific properties: only valid to use after PageStyle has been determined by InheritOrFinalizePageStyles.
Definition at line 715 of file PropertyMap.cxx.
References DBG_UNHANDLED_EXCEPTION, getProperty(), and PROP_WRITING_MODE.
void writerfilter::dmapper::SectionPropertyMap::ClearHeaderFooterLinkToPrevious | ( | bool | bHeader, |
PageType | eType | ||
) |
Definition at line 1844 of file PropertyMap.cxx.
References eType, and PAGE_FIRST.
Referenced by writerfilter::dmapper::DomainMapper_Impl::PushPageHeaderFooter().
void writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup | ( | DomainMapper_Impl & | rDM_Impl | ) |
Definition at line 1354 of file PropertyMap.cxx.
References aName, writerfilter::dmapper::DomainMapper_Impl::appendTextSectionAfter(), ColumnCount(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), DBG_UNHANDLED_EXCEPTION, DontBalanceTextColumns(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::end(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::find(), writerfilter::dmapper::DomainMapper_Impl::GetCurrentXText(), writerfilter::dmapper::DomainMapper_Impl::GetLastSectionContext(), writerfilter::dmapper::DomainMapper_Impl::GetPageStyles(), getProperty(), oox::PropertyMap::getProperty(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::DomainMapper_Impl::GetSettingsTable(), writerfilter::dmapper::DomainMapper_Impl::GetStyleSheetTable(), writerfilter::dmapper::DomainMapper_Impl::GetTextDocument(), writerfilter::dmapper::DomainMapper_Impl::GetTextFactory(), writerfilter::dmapper::DomainMapper_Impl::GetUnusedPageStyleName(), Insert(), writerfilter::dmapper::DomainMapper_Impl::IsAltChunk(), writerfilter::dmapper::DomainMapper_Impl::IsInComments(), writerfilter::dmapper::DomainMapper_Impl::IsInFootOrEndnote(), writerfilter::dmapper::DomainMapper_Impl::IsLineNumberingSet(), writerfilter::dmapper::DomainMapper_Impl::IsNewDoc(), writerfilter::dmapper::DomainMapper_Impl::IsReadGlossaries(), writerfilter::dmapper::lcl_GetRangeProperties(), writerfilter::dmapper::DomainMapper_Impl::m_bHasFtn, writerfilter::dmapper::DomainMapper_Impl::m_bHasFtnSep, writerfilter::dmapper::DomainMapper_Impl::m_xAltChunkStartingRange, writerfilter::dmapper::NONE, writerfilter::dmapper::PROP_BREAK_TYPE, writerfilter::dmapper::PROP_CHAR_HEIGHT_ASIAN, writerfilter::dmapper::PROP_GRID_BASE_HEIGHT, writerfilter::dmapper::PROP_GRID_BASE_WIDTH, writerfilter::dmapper::PROP_GRID_LINES, writerfilter::dmapper::PROP_GRID_MODE, writerfilter::dmapper::PROP_GRID_RUBY_HEIGHT, writerfilter::dmapper::PROP_GRID_SNAP_TO_CHARS, writerfilter::dmapper::PROP_GRID_STANDARD_MODE, writerfilter::dmapper::PROP_HEIGHT, writerfilter::dmapper::PROP_IS_LANDSCAPE, writerfilter::dmapper::PROP_NUMBERING_TYPE, writerfilter::dmapper::PROP_PAGE_DESC_NAME, writerfilter::dmapper::PROP_PAGE_NUMBER_OFFSET, writerfilter::dmapper::PROP_PAGE_STYLE_LAYOUT, writerfilter::dmapper::PROP_PARA_LINE_NUMBER_START_VALUE, writerfilter::dmapper::PROP_RELATIVE_WIDTH, writerfilter::dmapper::PROP_STANDARD, writerfilter::dmapper::PROP_TEXT_COLUMNS, writerfilter::dmapper::PROP_WIDTH, PROP_WRITING_MODE, SAL_MAX_INT16, SAL_WARN, writerfilter::dmapper::DomainMapper_Impl::SetIsFirstParagraphInSection(), writerfilter::dmapper::DomainMapper_Impl::SetIsLastSectionGroup(), writerfilter::dmapper::DomainMapper_Impl::SetLineNumbering(), TOOLS_WARN_EXCEPTION, and u.
Referenced by writerfilter::dmapper::DomainMapper::lcl_endSectionGroup().
|
inline |
Definition at line 364 of file PropertyMap.hxx.
References m_nColumnCount.
Referenced by CloseSectionGroup().
|
staticprivate |
Definition at line 886 of file PropertyMap.cxx.
References aProperties, writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::DomainMapper_Impl::IsNewDoc(), 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.
|
staticprivate |
Definition at line 861 of file PropertyMap.cxx.
References writerfilter::dmapper::getPropertyName(), SAL_INFO, sName, and TOOLS_INFO_EXCEPTION.
|
private |
Definition at line 961 of file PropertyMap.cxx.
References writerfilter::dmapper::DomainMapper_Impl::GetLastSectionContext(), GetPageStyle(), writerfilter::dmapper::DomainMapper_Impl::GetSettingsTable(), and SAL_INFO.
|
private |
Definition at line 702 of file PropertyMap.cxx.
References TOOLS_WARN_EXCEPTION.
Referenced by CloseSectionGroup().
|
inline |
Definition at line 377 of file PropertyMap.hxx.
References m_nBreakType.
|
inline |
Definition at line 380 of file PropertyMap.hxx.
References m_nLeftMargin.
uno::Reference< beans::XPropertySet > writerfilter::dmapper::SectionPropertyMap::GetPageStyle | ( | DomainMapper_Impl & | rDM_Impl, |
bool | bFirst | ||
) |
Definition at line 479 of file PropertyMap.cxx.
References DBG_UNHANDLED_EXCEPTION, GetPageStyle(), writerfilter::dmapper::DomainMapper_Impl::GetPageStyles(), writerfilter::dmapper::DomainMapper_Impl::GetTextFactory(), writerfilter::dmapper::DomainMapper_Impl::GetUnusedPageStyleName(), writerfilter::dmapper::DomainMapper_Impl::IsInFootOrEndnote(), m_aFirstPageStyle, m_aFollowPageStyle, m_sFirstPageStyleName, and m_sFollowPageStyleName.
Referenced by ApplyBorderToPageStyles(), CopyLastHeaderFooter(), GetPageStyle(), and writerfilter::dmapper::DomainMapper_Impl::PushPageHeaderFooter().
|
inline |
Definition at line 347 of file PropertyMap.hxx.
References m_sFirstPageStyleName, and m_sFollowPageStyleName.
Referenced by InheritOrFinalizePageStyles().
sal_Int32 writerfilter::dmapper::SectionPropertyMap::GetPageWidth | ( | ) | const |
Definition at line 1955 of file PropertyMap.cxx.
References getProperty(), and writerfilter::dmapper::PROP_WIDTH.
|
inline |
Definition at line 382 of file PropertyMap.hxx.
References m_nRightMargin.
|
inline |
Definition at line 343 of file PropertyMap.hxx.
References m_xStartingRange.
Referenced by writerfilter::dmapper::DomainMapper_Impl::HandleAltChunk(), and writerfilter::dmapper::DomainMapper_Impl::RemoveDummyParaForTableInSection().
|
private |
Increases paragraph spacing according to Word 2013+ needs if necessary.
Definition at line 1166 of file PropertyMap.cxx.
References writerfilter::dmapper::DomainMapper_Impl::GetSettingsTable(), writerfilter::dmapper::DomainMapper_Impl::m_aAnchoredObjectAnchors, nLeftMargin, nRightMargin, and nTopMargin.
void writerfilter::dmapper::SectionPropertyMap::HandleMarginsHeaderFooter | ( | bool | bFirstPage, |
DomainMapper_Impl & | rDM_Impl | ||
) |
Definition at line 1074 of file PropertyMap.cxx.
References writerfilter::dmapper::DomainMapper_Impl::ConvertHeaderFooterToTextFrame(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::DomainMapper_Impl::GetTextDocument(), Insert(), writerfilter::dmapper::DomainMapper_Impl::m_bHasFtn, writerfilter::dmapper::DomainMapper_Impl::m_bHasFtnSep, writerfilter::dmapper::DomainMapper_Impl::m_oBackgroundColor, writerfilter::dmapper::PROP_BACK_COLOR, writerfilter::dmapper::PROP_FOOTNOTE_LINE_ADJUST, writerfilter::dmapper::PROP_FOOTNOTE_LINE_RELATIVE_WIDTH, writerfilter::dmapper::PROP_GUTTER_MARGIN, writerfilter::dmapper::PROP_LEFT_MARGIN, writerfilter::dmapper::PROP_RIGHT_MARGIN, and PROP_WRITING_MODE.
|
private |
Definition at line 846 of file PropertyMap.cxx.
References writerfilter::dmapper::getPropertyName(), and writerfilter::dmapper::PROP_FOOTER_IS_ON.
|
private |
Definition at line 831 of file PropertyMap.cxx.
References writerfilter::dmapper::getPropertyName(), and writerfilter::dmapper::PROP_HEADER_IS_ON.
void writerfilter::dmapper::SectionPropertyMap::InheritOrFinalizePageStyles | ( | DomainMapper_Impl & | rDM_Impl | ) |
Definition at line 1134 of file PropertyMap.cxx.
References writerfilter::dmapper::DomainMapper_Impl::GetLastSectionContext(), GetPageStyleName(), and writerfilter::dmapper::DomainMapper_Impl::IsNewDoc().
|
inline |
Definition at line 339 of file PropertyMap.hxx.
References m_bIsFirstSection.
|
private |
Definition at line 991 of file PropertyMap.cxx.
References getProperty(), Insert(), MIN_HEAD_FOOT_HEIGHT, nBottomMargin, nTopMargin, writerfilter::dmapper::PROP_BOTTOM_MARGIN, writerfilter::dmapper::PROP_FOOTER_BODY_DISTANCE, writerfilter::dmapper::PROP_FOOTER_DYNAMIC_SPACING, writerfilter::dmapper::PROP_FOOTER_HEIGHT, writerfilter::dmapper::PROP_FOOTER_IS_DYNAMIC_HEIGHT, writerfilter::dmapper::PROP_HEADER_BODY_DISTANCE, writerfilter::dmapper::PROP_HEADER_DYNAMIC_SPACING, writerfilter::dmapper::PROP_HEADER_HEIGHT, writerfilter::dmapper::PROP_HEADER_IS_DYNAMIC_HEIGHT, and writerfilter::dmapper::PROP_TOP_MARGIN.
void writerfilter::dmapper::SectionPropertyMap::SetBorder | ( | BorderPosition | ePos, |
sal_Int32 | nLineDistance, | ||
const css::table::BorderLine2 & | rBorderLine, | ||
bool | bShadow | ||
) |
Definition at line 540 of file PropertyMap.cxx.
References ePos, m_bBorderShadows, m_nBorderDistances, and m_oBorderLines.
Referenced by writerfilter::dmapper::PageBordersHandler::SetBorders().
|
inline |
Definition at line 360 of file PropertyMap.hxx.
References m_eBorderApply.
Referenced by writerfilter::dmapper::PageBordersHandler::SetBorders().
|
staticprivate |
Definition at line 658 of file PropertyMap.cxx.
References aProperties, editeng::BorderDistanceFromWord(), writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::DomainMapper_Impl::GetSettingsTable(), nLineWidth, writerfilter::dmapper::PROP_LEFT_MARGIN, and writerfilter::dmapper::PROP_TOP_MARGIN.
Referenced by ApplyBorderToPageStyles().
|
inline |
Definition at line 361 of file PropertyMap.hxx.
References m_eBorderOffsetFrom.
Referenced by writerfilter::dmapper::PageBordersHandler::SetBorders().
|
inline |
Definition at line 384 of file PropertyMap.hxx.
References m_bDynamicHeightBottom, and m_nBottomMargin.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 375 of file PropertyMap.hxx.
References m_nBreakType.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 363 of file PropertyMap.hxx.
References m_nColumnCount, and nCount.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 366 of file PropertyMap.hxx.
References m_nColumnDistance.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 397 of file PropertyMap.hxx.
References m_ndxaLnn, and nValue.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute(), and writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 393 of file PropertyMap.hxx.
References m_nDxtCharSpace.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 372 of file PropertyMap.hxx.
References m_bEvenlySpaced.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 391 of file PropertyMap.hxx.
References m_nGridLinePitch.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 392 of file PropertyMap.hxx.
References m_bGridSnapToChars.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 390 of file PropertyMap.hxx.
References m_nGridType.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 387 of file PropertyMap.hxx.
References m_nGutterMargin.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 386 of file PropertyMap.hxx.
References m_nHeaderBottom.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 385 of file PropertyMap.hxx.
References m_nHeaderTop.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 379 of file PropertyMap.hxx.
References m_nLeftMargin.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 396 of file PropertyMap.hxx.
References m_nLnc, and nValue.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 398 of file PropertyMap.hxx.
References m_nLnnMin, and nValue.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 395 of file PropertyMap.hxx.
References m_nLnnMod, and nValue.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 373 of file PropertyMap.hxx.
References m_nPageNumber.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 374 of file PropertyMap.hxx.
References m_nPageNumberType.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 381 of file PropertyMap.hxx.
References m_nRightMargin.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 371 of file PropertyMap.hxx.
References m_bSeparatorLineIsOn.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 341 of file PropertyMap.hxx.
References m_xStartingRange.
Referenced by writerfilter::dmapper::DomainMapper_Impl::PushProperties().
|
inline |
Definition at line 370 of file PropertyMap.hxx.
References m_bTitlePage.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 383 of file PropertyMap.hxx.
References m_bDynamicHeightTop, and m_nTopMargin.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
private |
Definition at line 245 of file PropertyMap.hxx.
Referenced by AppendColumnSpacing().
|
private |
Definition at line 244 of file PropertyMap.hxx.
Referenced by AppendColumnWidth().
|
private |
Definition at line 231 of file PropertyMap.hxx.
Referenced by GetPageStyle().
|
private |
Definition at line 232 of file PropertyMap.hxx.
Referenced by GetPageStyle().
|
private |
Definition at line 238 of file PropertyMap.hxx.
Referenced by ApplyBorderToPageStyles(), SectionPropertyMap(), and SetBorder().
|
private |
Definition at line 284 of file PropertyMap.hxx.
|
private |
Definition at line 281 of file PropertyMap.hxx.
|
private |
Definition at line 275 of file PropertyMap.hxx.
Referenced by SetBottomMargin().
|
private |
Definition at line 274 of file PropertyMap.hxx.
Referenced by SetTopMargin().
|
private |
Definition at line 248 of file PropertyMap.hxx.
Referenced by SetEvenlySpaced().
|
private |
Definition at line 285 of file PropertyMap.hxx.
|
private |
Definition at line 282 of file PropertyMap.hxx.
|
private |
Definition at line 286 of file PropertyMap.hxx.
|
private |
Definition at line 283 of file PropertyMap.hxx.
|
private |
Definition at line 266 of file PropertyMap.hxx.
Referenced by SetGridSnapToChars().
|
private |
Definition at line 226 of file PropertyMap.hxx.
Referenced by IsFirstSection(), and SectionPropertyMap().
|
private |
Definition at line 247 of file PropertyMap.hxx.
Referenced by SetSeparatorLine().
|
private |
Definition at line 240 of file PropertyMap.hxx.
Referenced by SetTitlePage().
|
private |
Definition at line 236 of file PropertyMap.hxx.
Referenced by SetBorderApply().
|
private |
Definition at line 237 of file PropertyMap.hxx.
Referenced by SetBorderOffsetFrom().
|
private |
Definition at line 235 of file PropertyMap.hxx.
Referenced by ApplyBorderToPageStyles(), SectionPropertyMap(), and SetBorder().
|
private |
Definition at line 259 of file PropertyMap.hxx.
Referenced by SetBottomMargin().
|
private |
Definition at line 253 of file PropertyMap.hxx.
Referenced by GetBreakType(), and SetBreakType().
|
private |
Definition at line 241 of file PropertyMap.hxx.
Referenced by ColumnCount(), and SetColumnCount().
|
private |
Definition at line 242 of file PropertyMap.hxx.
Referenced by SetColumnDistance().
|
private |
Definition at line 220 of file PropertyMap.hxx.
Referenced by SectionPropertyMap().
|
private |
Definition at line 271 of file PropertyMap.hxx.
Referenced by SetdxaLnn().
|
private |
Definition at line 265 of file PropertyMap.hxx.
Referenced by SetDxtCharSpace().
|
private |
Definition at line 264 of file PropertyMap.hxx.
Referenced by SetGridLinePitch().
|
private |
Definition at line 263 of file PropertyMap.hxx.
Referenced by SetGridType().
|
private |
Definition at line 257 of file PropertyMap.hxx.
Referenced by SetGutterMargin().
|
private |
Definition at line 261 of file PropertyMap.hxx.
Referenced by SetHeaderBottom().
|
private |
Definition at line 260 of file PropertyMap.hxx.
Referenced by SetHeaderTop().
|
private |
Definition at line 255 of file PropertyMap.hxx.
Referenced by GetLeftMargin(), and SetLeftMargin().
|
private |
Definition at line 270 of file PropertyMap.hxx.
Referenced by SetLnc().
|
private |
Definition at line 272 of file PropertyMap.hxx.
Referenced by SetLnnMin().
|
private |
Definition at line 269 of file PropertyMap.hxx.
Referenced by SetLnnMod().
|
private |
Definition at line 250 of file PropertyMap.hxx.
Referenced by SetPageNumber().
|
private |
Definition at line 252 of file PropertyMap.hxx.
Referenced by SetPageNumberType().
|
private |
Definition at line 256 of file PropertyMap.hxx.
Referenced by GetRightMargin(), and SetRightMargin().
|
private |
Definition at line 258 of file PropertyMap.hxx.
Referenced by SetTopMargin().
|
private |
Definition at line 234 of file PropertyMap.hxx.
Referenced by ApplyBorderToPageStyles(), and SetBorder().
|
private |
Definition at line 229 of file PropertyMap.hxx.
Referenced by ApplyBorderToPageStyles(), GetPageStyle(), GetPageStyleName(), and SectionPropertyMap().
|
private |
Definition at line 230 of file PropertyMap.hxx.
Referenced by ApplyBorderToPageStyles(), GetPageStyle(), GetPageStyleName(), and SectionPropertyMap().
|
private |
Definition at line 243 of file PropertyMap.hxx.
|
private |
Definition at line 277 of file PropertyMap.hxx.
Referenced by addRelativeWidthShape().
|
private |
Definition at line 227 of file PropertyMap.hxx.
Referenced by GetStartingRange(), and SetStart().