Searched refs:pNewColl (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sw/source/core/doc/ ! |
| H A D | poolfmt.cxx | 329 SwTxtFmtColl* pNewColl; in GetTxtCollFromPool() local 333 if( nId == ( pNewColl = (*pTxtFmtCollTbl)[ n ] )->GetPoolFmtId() ) in GetTxtCollFromPool() 335 return pNewColl; in GetTxtCollFromPool() 339 if( pNewColl->IsAssignedToListLevelOfOutlineStyle()) in GetTxtCollFromPool() 340 nOutLvlBits |= ( 1 << pNewColl->GetAssignedOutlineStyleLevel() );//<-end,zhaojianwei in GetTxtCollFromPool() 373 pNewColl = new SwConditionTxtFmtColl( GetAttrPool(), aNm, !nParent in GetTxtCollFromPool() 378 pNewColl = new SwTxtFmtColl( GetAttrPool(), aNm, !nParent in GetTxtCollFromPool() 381 pNewColl->SetPoolFmtId( nId ); in GetTxtCollFromPool() 382 pTxtFmtCollTbl->Insert( pNewColl, pTxtFmtCollTbl->Count() ); in GetTxtCollFromPool() 492 pNewColl->SetNextTxtFmtColl( *GetTxtCollFromPool( RES_POOLCOLL_TEXT )); in GetTxtCollFromPool() [all …]
|
| H A D | docfmt.cxx | 1868 SwTxtFmtColl* pNewColl = FindTxtFmtCollByName( rColl.GetName() ); in CopyTxtColl() local 1869 if( pNewColl ) in CopyTxtColl() 1870 return pNewColl; in CopyTxtColl() 1881 pNewColl = new SwConditionTxtFmtColl( GetAttrPool(), rColl.GetName(), in CopyTxtColl() 1883 pTxtFmtCollTbl->Insert( pNewColl, pTxtFmtCollTbl->Count() ); in CopyTxtColl() 1884 pNewColl->SetAuto( sal_False ); in CopyTxtColl() 1888 ((SwConditionTxtFmtColl*)pNewColl)->SetConditions( in CopyTxtColl() 1893 pNewColl = MakeTxtFmtColl( rColl.GetName(), pParent ); in CopyTxtColl() 1896 pNewColl->CopyAttrs( rColl, sal_True ); in CopyTxtColl() 1900 pNewColl->AssignToListLevelOfOutlineStyle( rColl.GetAssignedOutlineStyleLevel() ); in CopyTxtColl() [all …]
|
| /AOO41X/main/sw/source/core/docnode/ ! |
| H A D | node.cxx | 1183 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()
|
| /AOO41X/main/sw/source/core/txtnode/ ! |
| H A D | ndtxt.cxx | 1132 const SwTxtFmtColl *pNewColl) in _ChgTxtCollUpdateNum() argument 1142 const int nNewLevel = pNewColl && pNewColl->IsAssignedToListLevelOfOutlineStyle() ? in _ChgTxtCollUpdateNum() 1143 pNewColl->GetAssignedOutlineStyleLevel() : MAXLEVEL; in _ChgTxtCollUpdateNum() 1170 RES_CONDTXTFMTCOLL == pNewColl->Which() ) in _ChgTxtCollUpdateNum() 3694 SwFmtColl* SwTxtNode::ChgFmtColl( SwFmtColl *pNewColl ) in ChgFmtColl() argument 3696 ASSERT( pNewColl,"ChgFmtColl: Collectionpointer ist 0." ); in ChgFmtColl() 3697 ASSERT( HAS_BASE( SwTxtFmtColl, pNewColl ), in ChgFmtColl() 3701 if( pNewColl != pOldColl ) in ChgFmtColl() 3704 SwCntntNode::ChgFmtColl( pNewColl ); in ChgFmtColl() 3714 SwFmtChg aTmp2( pNewColl ); in ChgFmtColl() [all …]
|
| /AOO41X/main/sw/source/filter/html/ ! |
| H A D | swhtml.cxx | 4526 SwTxtFmtColl *pNewColl = in SetTxtCollAttrs() local 4552 pItemSet->Differentiate( pNewColl->GetAttrSet() ); in SetTxtCollAttrs() 4555 pCollToSet = pNewColl; in SetTxtCollAttrs() 4561 pItemSet = new SfxItemSet( pNewColl->GetAttrSet() ); in SetTxtCollAttrs() 4564 const SfxItemSet& rCollSet = pNewColl->GetAttrSet(); in SetTxtCollAttrs()
|