Searched refs:pNewColl (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/sw/source/core/doc/ |
| H A D | poolfmt.cxx | 331 SwTxtFmtColl* pNewColl; in GetTxtCollFromPool() local 335 if( nId == ( pNewColl = (*pTxtFmtCollTbl)[ n ] )->GetPoolFmtId() ) in GetTxtCollFromPool() 337 return pNewColl; in GetTxtCollFromPool() 341 if( pNewColl->IsAssignedToListLevelOfOutlineStyle()) in GetTxtCollFromPool() 342 nOutLvlBits |= ( 1 << pNewColl->GetAssignedOutlineStyleLevel() );//<-end,zhaojianwei in GetTxtCollFromPool() 375 pNewColl = new SwConditionTxtFmtColl( GetAttrPool(), aNm, !nParent in GetTxtCollFromPool() 380 pNewColl = new SwTxtFmtColl( GetAttrPool(), aNm, !nParent in GetTxtCollFromPool() 383 pNewColl->SetPoolFmtId( nId ); in GetTxtCollFromPool() 384 pTxtFmtCollTbl->Insert( pNewColl, pTxtFmtCollTbl->Count() ); in GetTxtCollFromPool() 495 pNewColl->SetNextTxtFmtColl( *GetTxtCollFromPool( RES_POOLCOLL_TEXT )); in GetTxtCollFromPool() [all …]
|
| H A D | docfmt.cxx | 1880 SwTxtFmtColl* pNewColl = FindTxtFmtCollByName( rColl.GetName() ); in CopyTxtColl() local 1881 if( pNewColl ) in CopyTxtColl() 1882 return pNewColl; in CopyTxtColl() 1893 pNewColl = new SwConditionTxtFmtColl( GetAttrPool(), rColl.GetName(), in CopyTxtColl() 1895 pTxtFmtCollTbl->Insert( pNewColl, pTxtFmtCollTbl->Count() ); in CopyTxtColl() 1896 pNewColl->SetAuto( sal_False ); in CopyTxtColl() 1900 ((SwConditionTxtFmtColl*)pNewColl)->SetConditions( in CopyTxtColl() 1905 pNewColl = MakeTxtFmtColl( rColl.GetName(), pParent ); in CopyTxtColl() 1908 pNewColl->CopyAttrs( rColl, sal_True ); in CopyTxtColl() 1912 pNewColl->AssignToListLevelOfOutlineStyle( rColl.GetAssignedOutlineStyleLevel() ); in CopyTxtColl() [all …]
|
| /AOO42X/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()
|
| /AOO42X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 1137 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 …]
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | swhtml.cxx | 4503 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()
|