Lines Matching refs:SwTxtFmtColl

42 TYPEINIT1( SwTxtFmtColl, SwFmtColl );
44 TYPEINIT1( SwConditionTxtFmtColl, SwTxtFmtColl );
58 SwTxtFmtColl* pTxtFmtColl = dynamic_cast<SwTxtFmtColl*>(pFmt); in CheckTxtFmtCollForDeletionOfAssignmentToOutlineStyle()
89 SwNumRule* GetNumRule( SwTxtFmtColl& rTxtFmtColl ) in GetNumRule()
107 void AddToNumRule( SwTxtFmtColl& rTxtFmtColl ) in AddToNumRule()
116 void RemoveFromNumRule( SwTxtFmtColl& rTxtFmtColl ) in RemoveFromNumRule()
131 void SwTxtFmtColl::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify()
347 sal_Bool SwTxtFmtColl::IsAtDocNodeSet() const in IsAtDocNodeSet()
359 sal_Bool SwTxtFmtColl::SetFmtAttr( const SfxPoolItem& rAttr ) in SetFmtAttr()
377 sal_Bool SwTxtFmtColl::SetFmtAttr( const SfxItemSet& rSet ) in SetFmtAttr()
396 sal_Bool SwTxtFmtColl::ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetFmtAttr()
415 sal_uInt16 SwTxtFmtColl::ResetAllFmtAttr() in ResetAllFmtAttr()
440 bool SwTxtFmtColl::AreListLevelIndentsApplicable() const in AreListLevelIndentsApplicable()
466 const SwTxtFmtColl* pColl = dynamic_cast<const SwTxtFmtColl*>(DerivedFrom()); in AreListLevelIndentsApplicable()
484 pColl = dynamic_cast<const SwTxtFmtColl*>(pColl->DerivedFrom()); in AreListLevelIndentsApplicable()
496 SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond, in SwCollCondition()
504 SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond, in SwCollCondition()
551 SwTxtFmtColl* pColl = GetTxtFmtColl(); in operator ==()
635 SwTxtFmtColl* pTmpColl = pFnd->GetTxtFmtColl() in SetConditions()
651 void SwTxtFmtColl::SetAttrOutlineLevel( int nLevel) in SetAttrOutlineLevel()
659 int SwTxtFmtColl::GetAttrOutlineLevel() const in GetAttrOutlineLevel()
665 int SwTxtFmtColl::GetAssignedOutlineStyleLevel() const in GetAssignedOutlineStyleLevel()
673 void SwTxtFmtColl::AssignToListLevelOfOutlineStyle(const int nAssignedListLevel) in AssignToListLevelOfOutlineStyle()
678 SwIterator<SwTxtFmtColl,SwFmtColl> aIter( *this ); in AssignToListLevelOfOutlineStyle()
679 SwTxtFmtColl* pDerivedTxtFmtColl = aIter.First(); in AssignToListLevelOfOutlineStyle()
700 void SwTxtFmtColl::DeleteAssignmentToListLevelOfOutlineStyle( in DeleteAssignmentToListLevelOfOutlineStyle()