LibreOffice Module writerfilter (master) 1
|
#include <PropertyMap.hxx>
Public Member Functions | |
ParagraphProperties () | |
ParagraphProperties (ParagraphProperties const &)=default | |
ParagraphProperties (ParagraphProperties &&)=default | |
ParagraphProperties & | operator= (ParagraphProperties const &)=default |
ParagraphProperties & | operator= (ParagraphProperties &&)=default |
sal_Int32 | GetListId () const |
void | SetListId (sal_Int32 nId) |
bool | IsFrameMode () const |
void | SetFrameMode (bool set=true) |
sal_Int32 | GetDropCap () const |
void | SetDropCap (sal_Int32 nSet) |
sal_Int32 | GetLines () const |
void | SetLines (sal_Int32 nSet) |
sal_Int32 | Getw () const |
void | Setw (sal_Int32 nSet) |
sal_Int32 | Geth () const |
void | Seth (sal_Int32 nSet) |
css::text::WrapTextMode | GetWrap () const |
void | SetWrap (css::text::WrapTextMode nSet) |
sal_Int32 | GethAnchor () const |
void | SethAnchor (sal_Int32 nSet) |
sal_Int32 | GetvAnchor () const |
void | SetvAnchor (sal_Int32 nSet) |
sal_Int32 | Getx () const |
void | Setx (sal_Int32 nSet) |
bool | IsxValid () const |
sal_Int32 | Gety () const |
void | Sety (sal_Int32 nSet) |
bool | IsyValid () const |
void | SethSpace (sal_Int32 nSet) |
sal_Int32 | GethSpace () const |
sal_Int32 | GetvSpace () const |
void | SetvSpace (sal_Int32 nSet) |
sal_Int32 | GethRule () const |
void | SethRule (sal_Int32 nSet) |
sal_Int32 | GetxAlign () const |
void | SetxAlign (sal_Int32 nSet) |
sal_Int32 | GetyAlign () const |
void | SetyAlign (sal_Int32 nSet) |
sal_Int8 | GetDropCapLength () const |
void | SetDropCapLength (sal_Int8 nSet) |
const css::uno::Reference< css::text::XTextRange > & | GetStartingRange () const |
void | SetStartingRange (const css::uno::Reference< css::text::XTextRange > &xSet) |
const css::uno::Reference< css::text::XTextRange > & | GetEndingRange () const |
void | SetEndingRange (const css::uno::Reference< css::text::XTextRange > &xSet) |
const OUString & | GetParaStyleName () const |
void | SetParaStyleName (const OUString &rSet) |
const OUString & | GetParaId () const |
void | SetParaId (const OUString &rSet) |
void | ResetFrameProperties () |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Attributes | |
bool | m_bFrameMode |
sal_Int32 | m_nDropCap |
sal_Int32 | m_nLines |
sal_Int32 | m_w |
sal_Int32 | m_h |
css::text::WrapTextMode | m_nWrap |
sal_Int32 | m_hAnchor |
sal_Int32 | m_vAnchor |
sal_Int32 | m_x |
bool | m_bxValid |
sal_Int32 | m_y |
bool | m_byValid |
sal_Int32 | m_hSpace |
sal_Int32 | m_vSpace |
sal_Int32 | m_hRule |
sal_Int32 | m_xAlign |
sal_Int32 | m_yAlign |
sal_Int8 | m_nDropCapLength |
OUString | m_sParaStyleName |
OUString | m_sParaId |
css::uno::Reference< css::text::XTextRange > | m_xStartingRange |
css::uno::Reference< css::text::XTextRange > | m_xEndingRange |
sal_Int32 | m_nListId = -1 |
Additional Inherited Members | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 416 of file PropertyMap.hxx.
writerfilter::dmapper::ParagraphProperties::ParagraphProperties | ( | ) |
Definition at line 1966 of file PropertyMap.cxx.
References text().
|
default |
|
default |
|
inline |
Definition at line 458 of file PropertyMap.hxx.
References m_nDropCap.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().
|
inline |
Definition at line 502 of file PropertyMap.hxx.
References m_nDropCapLength.
|
inline |
Definition at line 508 of file PropertyMap.hxx.
References m_xEndingRange.
|
inline |
Definition at line 467 of file PropertyMap.hxx.
References m_h.
|
inline |
Definition at line 473 of file PropertyMap.hxx.
References m_hAnchor.
|
inline |
Definition at line 493 of file PropertyMap.hxx.
References m_hRule.
|
inline |
Definition at line 488 of file PropertyMap.hxx.
References m_hSpace.
|
inline |
Definition at line 461 of file PropertyMap.hxx.
References m_nLines.
|
inline |
Definition at line 452 of file PropertyMap.hxx.
References m_nListId.
Referenced by writerfilter::dmapper::StyleSheetTable::ApplyNumberingStyleNameToParaStyles(), writerfilter::dmapper::StyleSheetTable::ApplyStyleSheetsImpl(), writerfilter::dmapper::DomainMapper_Impl::finishParagraph(), writerfilter::dmapper::ListsManager::GetAbstractList(), writerfilter::dmapper::lcl_getListId(), and writerfilter::dmapper::lcl_linenumberingHeaderFooter().
|
inline |
Definition at line 514 of file PropertyMap.hxx.
References m_sParaId.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().
|
inline |
Definition at line 511 of file PropertyMap.hxx.
References m_sParaStyleName.
Referenced by writerfilter::dmapper::DomainMapper_Impl::MakeFrameProperties().
|
inline |
Definition at line 505 of file PropertyMap.hxx.
References m_xStartingRange.
|
inline |
Definition at line 476 of file PropertyMap.hxx.
References m_vAnchor.
|
inline |
Definition at line 490 of file PropertyMap.hxx.
References m_vSpace.
|
inline |
Definition at line 464 of file PropertyMap.hxx.
References m_w.
|
inline |
Definition at line 470 of file PropertyMap.hxx.
References m_nWrap.
|
inline |
Definition at line 479 of file PropertyMap.hxx.
References m_x.
|
inline |
Definition at line 496 of file PropertyMap.hxx.
References m_xAlign.
|
inline |
Definition at line 483 of file PropertyMap.hxx.
References m_y.
|
inline |
Definition at line 499 of file PropertyMap.hxx.
References m_yAlign.
|
inline |
Definition at line 455 of file PropertyMap.hxx.
References m_bFrameMode.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().
|
inline |
Definition at line 481 of file PropertyMap.hxx.
References m_bxValid.
|
inline |
Definition at line 485 of file PropertyMap.hxx.
References m_byValid.
|
default |
|
default |
void writerfilter::dmapper::ParagraphProperties::ResetFrameProperties | ( | ) |
Definition at line 1988 of file PropertyMap.cxx.
References m_bFrameMode, m_bxValid, m_byValid, m_h, m_hAnchor, m_hRule, m_hSpace, m_nDropCap, m_nDropCapLength, m_nLines, m_nWrap, m_vAnchor, m_vSpace, m_w, m_x, m_xAlign, m_y, and m_yAlign.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().
|
inline |
Definition at line 459 of file PropertyMap.hxx.
References m_nDropCap.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 503 of file PropertyMap.hxx.
References m_nDropCapLength.
|
inline |
Definition at line 509 of file PropertyMap.hxx.
References m_xEndingRange.
|
inline |
Definition at line 456 of file PropertyMap.hxx.
References m_bFrameMode, and set().
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute(), and writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 468 of file PropertyMap.hxx.
References m_h.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 474 of file PropertyMap.hxx.
References m_hAnchor.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 494 of file PropertyMap.hxx.
References m_hRule.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 487 of file PropertyMap.hxx.
References m_hSpace.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 462 of file PropertyMap.hxx.
References m_nLines.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 453 of file PropertyMap.hxx.
References m_nListId, and nId.
Referenced by writerfilter::dmapper::DomainMapper_Impl::PushProperties(), and writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 515 of file PropertyMap.hxx.
|
inline |
Definition at line 512 of file PropertyMap.hxx.
References m_sParaStyleName, and rSet.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().
|
inline |
Definition at line 506 of file PropertyMap.hxx.
References m_xStartingRange.
|
inline |
Definition at line 477 of file PropertyMap.hxx.
References m_vAnchor.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 491 of file PropertyMap.hxx.
References m_vSpace.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 465 of file PropertyMap.hxx.
References m_w.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 471 of file PropertyMap.hxx.
References m_nWrap.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 480 of file PropertyMap.hxx.
References m_bxValid, and m_x.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 497 of file PropertyMap.hxx.
References m_xAlign.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 484 of file PropertyMap.hxx.
References m_byValid, and m_y.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
inline |
Definition at line 500 of file PropertyMap.hxx.
References m_yAlign.
Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().
|
private |
Definition at line 419 of file PropertyMap.hxx.
Referenced by IsFrameMode(), ResetFrameProperties(), and SetFrameMode().
|
private |
Definition at line 428 of file PropertyMap.hxx.
Referenced by IsxValid(), ResetFrameProperties(), and Setx().
|
private |
Definition at line 430 of file PropertyMap.hxx.
Referenced by IsyValid(), ResetFrameProperties(), and Sety().
|
private |
Definition at line 423 of file PropertyMap.hxx.
Referenced by Geth(), ResetFrameProperties(), and Seth().
|
private |
Definition at line 425 of file PropertyMap.hxx.
Referenced by GethAnchor(), ResetFrameProperties(), and SethAnchor().
|
private |
Definition at line 433 of file PropertyMap.hxx.
Referenced by GethRule(), ResetFrameProperties(), and SethRule().
|
private |
Definition at line 431 of file PropertyMap.hxx.
Referenced by GethSpace(), ResetFrameProperties(), and SethSpace().
|
private |
Definition at line 420 of file PropertyMap.hxx.
Referenced by GetDropCap(), ResetFrameProperties(), and SetDropCap().
|
private |
Definition at line 436 of file PropertyMap.hxx.
Referenced by GetDropCapLength(), ResetFrameProperties(), and SetDropCapLength().
|
private |
Definition at line 421 of file PropertyMap.hxx.
Referenced by GetLines(), ResetFrameProperties(), and SetLines().
|
private |
Definition at line 442 of file PropertyMap.hxx.
Referenced by GetListId(), and SetListId().
|
private |
Definition at line 424 of file PropertyMap.hxx.
Referenced by GetWrap(), ResetFrameProperties(), and SetWrap().
|
private |
Definition at line 438 of file PropertyMap.hxx.
Referenced by GetParaId(), and SetParaId().
|
private |
Definition at line 437 of file PropertyMap.hxx.
Referenced by GetParaStyleName(), and SetParaStyleName().
|
private |
Definition at line 426 of file PropertyMap.hxx.
Referenced by GetvAnchor(), ResetFrameProperties(), and SetvAnchor().
|
private |
Definition at line 432 of file PropertyMap.hxx.
Referenced by GetvSpace(), ResetFrameProperties(), and SetvSpace().
|
private |
Definition at line 422 of file PropertyMap.hxx.
Referenced by Getw(), ResetFrameProperties(), and Setw().
|
private |
Definition at line 427 of file PropertyMap.hxx.
Referenced by Getx(), ResetFrameProperties(), and Setx().
|
private |
Definition at line 434 of file PropertyMap.hxx.
Referenced by GetxAlign(), ResetFrameProperties(), and SetxAlign().
|
private |
Definition at line 441 of file PropertyMap.hxx.
Referenced by GetEndingRange(), and SetEndingRange().
|
private |
Definition at line 440 of file PropertyMap.hxx.
Referenced by GetStartingRange(), and SetStartingRange().
|
private |
Definition at line 429 of file PropertyMap.hxx.
Referenced by Gety(), ResetFrameProperties(), and Sety().
|
private |
Definition at line 435 of file PropertyMap.hxx.
Referenced by GetyAlign(), ResetFrameProperties(), and SetyAlign().