Searched refs:pNewColl (Results 1 – 5 of 5) sorted by relevance
331 SwTxtFmtColl* pNewColl; in GetTxtCollFromPool() local337 return pNewColl; in GetTxtCollFromPool()383 pNewColl->SetPoolFmtId( nId ); in GetTxtCollFromPool()975 aUL = pNewColl->GetULSpace(); in GetTxtCollFromPool()1027 aLR = pNewColl->GetLRSpace(); in GetTxtCollFromPool()1051 pNewColl->SetFmtAttr( aSet ); in GetTxtCollFromPool()1057 return pNewColl; in GetTxtCollFromPool()1075 SwTxtFmtColl* pNewColl = 0; in IsPoolTxtCollUsed() local1079 pNewColl = (*pTxtFmtCollTbl)[ n ]; in IsPoolTxtCollUsed()1084 if( !bFnd || !pNewColl->GetDepends() ) in IsPoolTxtCollUsed()[all …]
1881 if( pNewColl ) in CopyTxtColl()1882 return pNewColl; in CopyTxtColl()1896 pNewColl->SetAuto( sal_False ); in CopyTxtColl()1908 pNewColl->CopyAttrs( rColl, sal_True ); in CopyTxtColl()1918 pNewColl->SetPoolHlpFileId( UCHAR_MAX ); in CopyTxtColl()1944 return pNewColl; in CopyTxtColl()1952 if( pNewColl ) in CopyGrfColl()1953 return pNewColl; in CopyGrfColl()1964 pNewColl->CopyAttrs( rColl ); in CopyGrfColl()1970 pNewColl->SetPoolHlpFileId( UCHAR_MAX ); in CopyGrfColl()[all …]
1183 SwFmtColl *SwCntntNode::ChgFmtColl( SwFmtColl *pNewColl ) in ChgFmtColl() argument1185 ASSERT( pNewColl, "Collectionpointer ist 0." ); in ChgFmtColl()1188 if( pNewColl != pOldColl ) in ChgFmtColl()1190 pNewColl->Add( this ); in ChgFmtColl()1195 AttrSetHandleHelper::SetParent( mpAttrSet, *this, pNewColl, pNewColl ); in ChgFmtColl()1209 SwFmtChg aTmp2( pNewColl ); in ChgFmtColl()
1137 const SwTxtFmtColl *pNewColl) in _ChgTxtCollUpdateNum() argument1147 const int nNewLevel = pNewColl && pNewColl->IsAssignedToListLevelOfOutlineStyle() ? in _ChgTxtCollUpdateNum()1148 pNewColl->GetAssignedOutlineStyleLevel() : MAXLEVEL; in _ChgTxtCollUpdateNum()1175 RES_CONDTXTFMTCOLL == pNewColl->Which() ) in _ChgTxtCollUpdateNum()3729 SwFmtColl* SwTxtNode::ChgFmtColl( SwFmtColl *pNewColl ) in ChgFmtColl() argument3731 ASSERT( pNewColl,"ChgFmtColl: Collectionpointer ist 0." ); in ChgFmtColl()3732 ASSERT( HAS_BASE( SwTxtFmtColl, pNewColl ), in ChgFmtColl()3736 if( pNewColl != pOldColl ) in ChgFmtColl()3739 SwCntntNode::ChgFmtColl( pNewColl ); in ChgFmtColl()3749 SwFmtChg aTmp2( pNewColl ); in ChgFmtColl()[all …]
4503 SwTxtFmtColl *pNewColl = in SetTxtCollAttrs() local4525 pItemSet->Differentiate( pNewColl->GetAttrSet() ); in SetTxtCollAttrs()4528 pCollToSet = pNewColl; in SetTxtCollAttrs()4534 pItemSet = new SfxItemSet( pNewColl->GetAttrSet() ); in SetTxtCollAttrs()4537 const SfxItemSet& rCollSet = pNewColl->GetAttrSet(); in SetTxtCollAttrs()
Completed in 82 milliseconds