Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Dpoolfmt.cxx329 SwTxtFmtColl* pNewColl; in GetTxtCollFromPool() local
335 return pNewColl; in GetTxtCollFromPool()
381 pNewColl->SetPoolFmtId( nId ); in GetTxtCollFromPool()
972 aUL = pNewColl->GetULSpace(); in GetTxtCollFromPool()
1012 aUL = pNewColl->GetULSpace(); in GetTxtCollFromPool()
1036 aLR = pNewColl->GetLRSpace(); in GetTxtCollFromPool()
1054 return pNewColl; in GetTxtCollFromPool()
1072 SwTxtFmtColl* pNewColl = 0; in IsPoolTxtCollUsed() local
1077 if( nId == pNewColl->GetPoolFmtId() ) in IsPoolTxtCollUsed()
1081 if( !bFnd || !pNewColl->GetDepends() ) in IsPoolTxtCollUsed()
[all …]
H A Ddocfmt.cxx1869 if( pNewColl ) in CopyTxtColl()
1870 return pNewColl; in CopyTxtColl()
1884 pNewColl->SetAuto( sal_False ); in CopyTxtColl()
1896 pNewColl->CopyAttrs( rColl, sal_True ); in CopyTxtColl()
1906 pNewColl->SetPoolHlpFileId( UCHAR_MAX ); in CopyTxtColl()
1932 return pNewColl; in CopyTxtColl()
1940 if( pNewColl ) in CopyGrfColl()
1941 return pNewColl; in CopyGrfColl()
1952 pNewColl->CopyAttrs( rColl ); in CopyGrfColl()
1958 pNewColl->SetPoolHlpFileId( UCHAR_MAX ); in CopyGrfColl()
[all …]
/aoo41x/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()
/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx1132 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 Dswhtml.cxx4526 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()

Completed in 116 milliseconds