LibreOffice Module sw (master)
1
|
#include <fmtcol.hxx>
Private Member Functions | |
SwCollCondition & | operator= (const SwCollCondition &)=delete |
@@ public copy ctor, but no copy assignment? More... | |
Private Attributes | |
Master_CollCondition | m_nCondition |
sal_uLong | m_nSubCondition |
Additional Inherited Members | |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint) override |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
Definition at line 177 of file fmtcol.hxx.
SwCollCondition::SwCollCondition | ( | SwTextFormatColl * | pColl, |
Master_CollCondition | nMasterCond, | ||
sal_uLong | nSubCond | ||
) |
Definition at line 483 of file fmtcol.cxx.
|
overridevirtual |
Definition at line 497 of file fmtcol.cxx.
SwCollCondition::SwCollCondition | ( | const SwCollCondition & | rCpy | ) |
@@ public copy ctor, but no copy assignment?
Definition at line 490 of file fmtcol.cxx.
|
inline |
Definition at line 197 of file fmtcol.hxx.
Referenced by SwXMLImport::UpdateTextCollConditions().
|
inline |
Definition at line 198 of file fmtcol.hxx.
|
inline |
Definition at line 201 of file fmtcol.hxx.
References SwClient::GetRegisteredIn().
Referenced by SwContentNode::ChkCondColl(), and SwCondCollPage::Reset().
|
privatedelete |
@@ public copy ctor, but no copy assignment?
bool SwCollCondition::operator== | ( | const SwCollCondition & | rCmp | ) | const |
Definition at line 506 of file fmtcol.cxx.
References m_nCondition, and m_nSubCondition.
Definition at line 501 of file fmtcol.cxx.
References SwModify::Add().
Referenced by SwDocStyleSheet::SetItemSet().
void SwCollCondition::SetCondition | ( | Master_CollCondition | nCond, |
sal_uLong | nSubCond | ||
) |
Definition at line 512 of file fmtcol.cxx.
References m_nCondition, and m_nSubCondition.
Referenced by SwContentNode::ChkCondColl(), and SwContentNode::IsAnyCondition().
|
private |
Definition at line 179 of file fmtcol.hxx.
Referenced by operator==(), and SetCondition().
|
private |
Definition at line 180 of file fmtcol.hxx.
Referenced by operator==(), and SetCondition().