Home
last modified time | relevance | path

Searched refs:pNewColl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx331 SwTxtFmtColl* pNewColl; in GetTxtCollFromPool() local
337 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() local
1079 pNewColl = (*pTxtFmtCollTbl)[ n ]; in IsPoolTxtCollUsed()
1084 if( !bFnd || !pNewColl->GetDepends() ) in IsPoolTxtCollUsed()
[all …]
H A Ddocfmt.cxx1881 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 …]
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1183 SwFmtColl *SwCntntNode::ChgFmtColl( SwFmtColl *pNewColl ) in ChgFmtColl() argument
1185 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()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx1137 const SwTxtFmtColl *pNewColl) in _ChgTxtCollUpdateNum() argument
1147 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() argument
3731 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 …]
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx4503 SwTxtFmtColl *pNewColl = in SetTxtCollAttrs() local
4525 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 87 milliseconds