LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Attributes | List of all members
writerfilter::dmapper::ParagraphProperties Class Reference

#include <PropertyMap.hxx>

Inheritance diagram for writerfilter::dmapper::ParagraphProperties:
[legend]
Collaboration diagram for writerfilter::dmapper::ParagraphProperties:
[legend]

Public Member Functions

 ParagraphProperties ()
 
 ParagraphProperties (ParagraphProperties const &)=default
 
 ParagraphProperties (ParagraphProperties &&)=default
 
ParagraphPropertiesoperator= (ParagraphProperties const &)=default
 
ParagraphPropertiesoperator= (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 ()
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (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

- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Definition at line 416 of file PropertyMap.hxx.

Constructor & Destructor Documentation

◆ ParagraphProperties() [1/3]

writerfilter::dmapper::ParagraphProperties::ParagraphProperties ( )

Definition at line 1966 of file PropertyMap.cxx.

References text().

◆ ParagraphProperties() [2/3]

writerfilter::dmapper::ParagraphProperties::ParagraphProperties ( ParagraphProperties const &  )
default

◆ ParagraphProperties() [3/3]

writerfilter::dmapper::ParagraphProperties::ParagraphProperties ( ParagraphProperties &&  )
default

Member Function Documentation

◆ GetDropCap()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GetDropCap ( ) const
inline

Definition at line 458 of file PropertyMap.hxx.

References m_nDropCap.

Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().

◆ GetDropCapLength()

sal_Int8 writerfilter::dmapper::ParagraphProperties::GetDropCapLength ( ) const
inline

Definition at line 502 of file PropertyMap.hxx.

References m_nDropCapLength.

◆ GetEndingRange()

const css::uno::Reference< css::text::XTextRange > & writerfilter::dmapper::ParagraphProperties::GetEndingRange ( ) const
inline

Definition at line 508 of file PropertyMap.hxx.

References m_xEndingRange.

◆ Geth()

sal_Int32 writerfilter::dmapper::ParagraphProperties::Geth ( ) const
inline

Definition at line 467 of file PropertyMap.hxx.

References m_h.

◆ GethAnchor()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GethAnchor ( ) const
inline

Definition at line 473 of file PropertyMap.hxx.

References m_hAnchor.

◆ GethRule()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GethRule ( ) const
inline

Definition at line 493 of file PropertyMap.hxx.

References m_hRule.

◆ GethSpace()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GethSpace ( ) const
inline

Definition at line 488 of file PropertyMap.hxx.

References m_hSpace.

◆ GetLines()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GetLines ( ) const
inline

Definition at line 461 of file PropertyMap.hxx.

References m_nLines.

◆ GetListId()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GetListId ( ) const
inline

◆ GetParaId()

const OUString & writerfilter::dmapper::ParagraphProperties::GetParaId ( ) const
inline

Definition at line 514 of file PropertyMap.hxx.

References m_sParaId.

Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().

◆ GetParaStyleName()

const OUString & writerfilter::dmapper::ParagraphProperties::GetParaStyleName ( ) const
inline

◆ GetStartingRange()

const css::uno::Reference< css::text::XTextRange > & writerfilter::dmapper::ParagraphProperties::GetStartingRange ( ) const
inline

Definition at line 505 of file PropertyMap.hxx.

References m_xStartingRange.

◆ GetvAnchor()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GetvAnchor ( ) const
inline

Definition at line 476 of file PropertyMap.hxx.

References m_vAnchor.

◆ GetvSpace()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GetvSpace ( ) const
inline

Definition at line 490 of file PropertyMap.hxx.

References m_vSpace.

◆ Getw()

sal_Int32 writerfilter::dmapper::ParagraphProperties::Getw ( ) const
inline

Definition at line 464 of file PropertyMap.hxx.

References m_w.

◆ GetWrap()

css::text::WrapTextMode writerfilter::dmapper::ParagraphProperties::GetWrap ( ) const
inline

Definition at line 470 of file PropertyMap.hxx.

References m_nWrap.

◆ Getx()

sal_Int32 writerfilter::dmapper::ParagraphProperties::Getx ( ) const
inline

Definition at line 479 of file PropertyMap.hxx.

References m_x.

◆ GetxAlign()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GetxAlign ( ) const
inline

Definition at line 496 of file PropertyMap.hxx.

References m_xAlign.

◆ Gety()

sal_Int32 writerfilter::dmapper::ParagraphProperties::Gety ( ) const
inline

Definition at line 483 of file PropertyMap.hxx.

References m_y.

◆ GetyAlign()

sal_Int32 writerfilter::dmapper::ParagraphProperties::GetyAlign ( ) const
inline

Definition at line 499 of file PropertyMap.hxx.

References m_yAlign.

◆ IsFrameMode()

bool writerfilter::dmapper::ParagraphProperties::IsFrameMode ( ) const
inline

Definition at line 455 of file PropertyMap.hxx.

References m_bFrameMode.

Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().

◆ IsxValid()

bool writerfilter::dmapper::ParagraphProperties::IsxValid ( ) const
inline

Definition at line 481 of file PropertyMap.hxx.

References m_bxValid.

◆ IsyValid()

bool writerfilter::dmapper::ParagraphProperties::IsyValid ( ) const
inline

Definition at line 485 of file PropertyMap.hxx.

References m_byValid.

◆ operator=() [1/2]

ParagraphProperties & writerfilter::dmapper::ParagraphProperties::operator= ( ParagraphProperties &&  )
default

◆ operator=() [2/2]

ParagraphProperties & writerfilter::dmapper::ParagraphProperties::operator= ( ParagraphProperties const &  )
default

◆ ResetFrameProperties()

void writerfilter::dmapper::ParagraphProperties::ResetFrameProperties ( )

◆ SetDropCap()

void writerfilter::dmapper::ParagraphProperties::SetDropCap ( sal_Int32  nSet)
inline

Definition at line 459 of file PropertyMap.hxx.

References m_nDropCap.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SetDropCapLength()

void writerfilter::dmapper::ParagraphProperties::SetDropCapLength ( sal_Int8  nSet)
inline

Definition at line 503 of file PropertyMap.hxx.

References m_nDropCapLength.

◆ SetEndingRange()

void writerfilter::dmapper::ParagraphProperties::SetEndingRange ( const css::uno::Reference< css::text::XTextRange > &  xSet)
inline

Definition at line 509 of file PropertyMap.hxx.

References m_xEndingRange.

◆ SetFrameMode()

void writerfilter::dmapper::ParagraphProperties::SetFrameMode ( bool  set = true)
inline

◆ Seth()

void writerfilter::dmapper::ParagraphProperties::Seth ( sal_Int32  nSet)
inline

Definition at line 468 of file PropertyMap.hxx.

References m_h.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SethAnchor()

void writerfilter::dmapper::ParagraphProperties::SethAnchor ( sal_Int32  nSet)
inline

Definition at line 474 of file PropertyMap.hxx.

References m_hAnchor.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SethRule()

void writerfilter::dmapper::ParagraphProperties::SethRule ( sal_Int32  nSet)
inline

Definition at line 494 of file PropertyMap.hxx.

References m_hRule.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SethSpace()

void writerfilter::dmapper::ParagraphProperties::SethSpace ( sal_Int32  nSet)
inline

Definition at line 487 of file PropertyMap.hxx.

References m_hSpace.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SetLines()

void writerfilter::dmapper::ParagraphProperties::SetLines ( sal_Int32  nSet)
inline

Definition at line 462 of file PropertyMap.hxx.

References m_nLines.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SetListId()

void writerfilter::dmapper::ParagraphProperties::SetListId ( sal_Int32  nId)
inline

◆ SetParaId()

void writerfilter::dmapper::ParagraphProperties::SetParaId ( const OUString &  rSet)
inline

Definition at line 515 of file PropertyMap.hxx.

References m_sParaId, and rSet.

◆ SetParaStyleName()

void writerfilter::dmapper::ParagraphProperties::SetParaStyleName ( const OUString &  rSet)
inline

Definition at line 512 of file PropertyMap.hxx.

References m_sParaStyleName, and rSet.

Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().

◆ SetStartingRange()

void writerfilter::dmapper::ParagraphProperties::SetStartingRange ( const css::uno::Reference< css::text::XTextRange > &  xSet)
inline

Definition at line 506 of file PropertyMap.hxx.

References m_xStartingRange.

◆ SetvAnchor()

void writerfilter::dmapper::ParagraphProperties::SetvAnchor ( sal_Int32  nSet)
inline

Definition at line 477 of file PropertyMap.hxx.

References m_vAnchor.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SetvSpace()

void writerfilter::dmapper::ParagraphProperties::SetvSpace ( sal_Int32  nSet)
inline

Definition at line 491 of file PropertyMap.hxx.

References m_vSpace.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ Setw()

void writerfilter::dmapper::ParagraphProperties::Setw ( sal_Int32  nSet)
inline

Definition at line 465 of file PropertyMap.hxx.

References m_w.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SetWrap()

void writerfilter::dmapper::ParagraphProperties::SetWrap ( css::text::WrapTextMode  nSet)
inline

Definition at line 471 of file PropertyMap.hxx.

References m_nWrap.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ Setx()

void writerfilter::dmapper::ParagraphProperties::Setx ( sal_Int32  nSet)
inline

Definition at line 480 of file PropertyMap.hxx.

References m_bxValid, and m_x.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SetxAlign()

void writerfilter::dmapper::ParagraphProperties::SetxAlign ( sal_Int32  nSet)
inline

Definition at line 497 of file PropertyMap.hxx.

References m_xAlign.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ Sety()

void writerfilter::dmapper::ParagraphProperties::Sety ( sal_Int32  nSet)
inline

Definition at line 484 of file PropertyMap.hxx.

References m_byValid, and m_y.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

◆ SetyAlign()

void writerfilter::dmapper::ParagraphProperties::SetyAlign ( sal_Int32  nSet)
inline

Definition at line 500 of file PropertyMap.hxx.

References m_yAlign.

Referenced by writerfilter::dmapper::DomainMapper::lcl_attribute().

Member Data Documentation

◆ m_bFrameMode

bool writerfilter::dmapper::ParagraphProperties::m_bFrameMode
private

Definition at line 419 of file PropertyMap.hxx.

Referenced by IsFrameMode(), ResetFrameProperties(), and SetFrameMode().

◆ m_bxValid

bool writerfilter::dmapper::ParagraphProperties::m_bxValid
private

Definition at line 428 of file PropertyMap.hxx.

Referenced by IsxValid(), ResetFrameProperties(), and Setx().

◆ m_byValid

bool writerfilter::dmapper::ParagraphProperties::m_byValid
private

Definition at line 430 of file PropertyMap.hxx.

Referenced by IsyValid(), ResetFrameProperties(), and Sety().

◆ m_h

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_h
private

Definition at line 423 of file PropertyMap.hxx.

Referenced by Geth(), ResetFrameProperties(), and Seth().

◆ m_hAnchor

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_hAnchor
private

Definition at line 425 of file PropertyMap.hxx.

Referenced by GethAnchor(), ResetFrameProperties(), and SethAnchor().

◆ m_hRule

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_hRule
private

Definition at line 433 of file PropertyMap.hxx.

Referenced by GethRule(), ResetFrameProperties(), and SethRule().

◆ m_hSpace

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_hSpace
private

Definition at line 431 of file PropertyMap.hxx.

Referenced by GethSpace(), ResetFrameProperties(), and SethSpace().

◆ m_nDropCap

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_nDropCap
private

Definition at line 420 of file PropertyMap.hxx.

Referenced by GetDropCap(), ResetFrameProperties(), and SetDropCap().

◆ m_nDropCapLength

sal_Int8 writerfilter::dmapper::ParagraphProperties::m_nDropCapLength
private

Definition at line 436 of file PropertyMap.hxx.

Referenced by GetDropCapLength(), ResetFrameProperties(), and SetDropCapLength().

◆ m_nLines

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_nLines
private

Definition at line 421 of file PropertyMap.hxx.

Referenced by GetLines(), ResetFrameProperties(), and SetLines().

◆ m_nListId

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_nListId = -1
private

Definition at line 442 of file PropertyMap.hxx.

Referenced by GetListId(), and SetListId().

◆ m_nWrap

css::text::WrapTextMode writerfilter::dmapper::ParagraphProperties::m_nWrap
private

Definition at line 424 of file PropertyMap.hxx.

Referenced by GetWrap(), ResetFrameProperties(), and SetWrap().

◆ m_sParaId

OUString writerfilter::dmapper::ParagraphProperties::m_sParaId
private

Definition at line 438 of file PropertyMap.hxx.

Referenced by GetParaId(), and SetParaId().

◆ m_sParaStyleName

OUString writerfilter::dmapper::ParagraphProperties::m_sParaStyleName
private

Definition at line 437 of file PropertyMap.hxx.

Referenced by GetParaStyleName(), and SetParaStyleName().

◆ m_vAnchor

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_vAnchor
private

Definition at line 426 of file PropertyMap.hxx.

Referenced by GetvAnchor(), ResetFrameProperties(), and SetvAnchor().

◆ m_vSpace

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_vSpace
private

Definition at line 432 of file PropertyMap.hxx.

Referenced by GetvSpace(), ResetFrameProperties(), and SetvSpace().

◆ m_w

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_w
private

Definition at line 422 of file PropertyMap.hxx.

Referenced by Getw(), ResetFrameProperties(), and Setw().

◆ m_x

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_x
private

Definition at line 427 of file PropertyMap.hxx.

Referenced by Getx(), ResetFrameProperties(), and Setx().

◆ m_xAlign

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_xAlign
private

Definition at line 434 of file PropertyMap.hxx.

Referenced by GetxAlign(), ResetFrameProperties(), and SetxAlign().

◆ m_xEndingRange

css::uno::Reference< css::text::XTextRange > writerfilter::dmapper::ParagraphProperties::m_xEndingRange
private

Definition at line 441 of file PropertyMap.hxx.

Referenced by GetEndingRange(), and SetEndingRange().

◆ m_xStartingRange

css::uno::Reference< css::text::XTextRange > writerfilter::dmapper::ParagraphProperties::m_xStartingRange
private

Definition at line 440 of file PropertyMap.hxx.

Referenced by GetStartingRange(), and SetStartingRange().

◆ m_y

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_y
private

Definition at line 429 of file PropertyMap.hxx.

Referenced by Gety(), ResetFrameProperties(), and Sety().

◆ m_yAlign

sal_Int32 writerfilter::dmapper::ParagraphProperties::m_yAlign
private

Definition at line 435 of file PropertyMap.hxx.

Referenced by GetyAlign(), ResetFrameProperties(), and SetyAlign().


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