LibreOffice Module sw (master) 1
|
#include <fmtcol.hxx>
Public Member Functions | |
SwCollCondition (SwTextFormatColl *pColl, Master_CollCondition nMasterCond, sal_uInt32 nSubCond) | |
virtual | ~SwCollCondition () override |
SwCollCondition (const SwCollCondition &rCpy) | |
@@ public copy ctor, but no copy assignment? More... | |
bool | operator== (const SwCollCondition &rCmp) const |
Master_CollCondition | GetCondition () const |
sal_uInt32 | GetSubCondition () const |
void | SetCondition (Master_CollCondition nCond, sal_uInt32 nSubCond) |
SwTextFormatColl * | GetTextFormatColl () const |
void | RegisterToFormat (SwFormat &) |
Public Member Functions inherited from SwClient | |
SwClient () | |
SwClient (SwClient &&) noexcept | |
virtual | ~SwClient () override |
std::optional< sw::ModifyChangedHint > | CheckRegistration (const SfxPoolItem *pOldValue) |
void | CheckRegistrationFormat (SwFormat &rOld) |
const SwModify * | GetRegisteredIn () const |
SwModify * | GetRegisteredIn () |
void | EndListeningAll () |
void | StartListeningToSameModifyAs (const SwClient &) |
virtual bool | GetInfo (SfxPoolItem &) const |
Public Member Functions inherited from sw::WriterListener | |
bool | IsLast () const |
virtual const SwCellFrame * | DynCastCellFrame () const |
virtual const SwTabFrame * | DynCastTabFrame () const |
virtual const SwRowFrame * | DynCastRowFrame () const |
virtual const SwTable * | DynCastTable () const |
Private Member Functions | |
SwCollCondition & | operator= (const SwCollCondition &)=delete |
@@ public copy ctor, but no copy assignment? More... | |
Private Attributes | |
Master_CollCondition | m_nCondition |
sal_uInt32 | m_nSubCondition |
Additional Inherited Members | |
Protected Member Functions inherited from SwClient | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint) override |
Protected Member Functions inherited from sw::WriterListener | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint)=0 |
Definition at line 210 of file fmtcol.hxx.
SwCollCondition::SwCollCondition | ( | SwTextFormatColl * | pColl, |
Master_CollCondition | nMasterCond, | ||
sal_uInt32 | nSubCond | ||
) |
Definition at line 572 of file fmtcol.cxx.
|
overridevirtual |
Definition at line 586 of file fmtcol.cxx.
SwCollCondition::SwCollCondition | ( | const SwCollCondition & | rCpy | ) |
@@ public copy ctor, but no copy assignment?
Definition at line 579 of file fmtcol.cxx.
|
inline |
Definition at line 230 of file fmtcol.hxx.
Referenced by SwXMLImport::UpdateTextCollConditions().
|
inline |
Definition at line 231 of file fmtcol.hxx.
|
inline |
Definition at line 234 of file fmtcol.hxx.
Referenced by SwContentNode::ChkCondColl(), and SwCondCollPage::Reset().
|
privatedelete |
@@ public copy ctor, but no copy assignment?
References operator==().
bool SwCollCondition::operator== | ( | const SwCollCondition & | rCmp | ) | const |
Definition at line 595 of file fmtcol.cxx.
References m_nCondition, and m_nSubCondition.
void SwCollCondition::RegisterToFormat | ( | SwFormat & | rFormat | ) |
Definition at line 590 of file fmtcol.cxx.
Referenced by SwDocStyleSheet::SetItemSet().
void SwCollCondition::SetCondition | ( | Master_CollCondition | nCond, |
sal_uInt32 | nSubCond | ||
) |
Definition at line 601 of file fmtcol.cxx.
References m_nCondition, and m_nSubCondition.
Referenced by SwContentNode::ChkCondColl(), and SwContentNode::IsAnyCondition().
|
private |
Definition at line 212 of file fmtcol.hxx.
Referenced by operator==(), and SetCondition().
|
private |
Definition at line 213 of file fmtcol.hxx.
Referenced by operator==(), and SetCondition().