Lines Matching refs:pNewFmt
1093 SwFmt *pNewFmt = 0; in GetFmtFromPool() local
1150 if( nId == ( pNewFmt = (SwFmt*)(*pArray[ nArrCnt ] )[ n ] )-> in GetFmtFromPool()
1153 return pNewFmt; in GetFmtFromPool()
1168 pNewFmt = _MakeCharFmt(aNm, pDeriveFmt, sal_False, sal_True); in GetFmtFromPool()
1171 pNewFmt = _MakeFrmFmt(aNm, pDeriveFmt, sal_False, sal_True); in GetFmtFromPool()
1180 pNewFmt->SetPoolFmtId( nId ); in GetFmtFromPool()
1181 pNewFmt->SetAuto( sal_False ); // kein Auto-Format in GetFmtFromPool()
1366 pNewFmt->SetAutoUpdateFmt( sal_True ); in GetFmtFromPool()
1373 pNewFmt->SetFmtAttr( aSet ); in GetFmtFromPool()
1379 return pNewFmt; in GetFmtFromPool()
1396 SwFmt *pNewFmt = 0; in IsPoolFmtUsed() local
1422 if( nId == ( pNewFmt = (SwFmt*)(*pArray[ nArrCnt ] )[ n ] )-> in IsPoolFmtUsed()
1428 if( bFnd && pNewFmt->GetDepends() ) in IsPoolFmtUsed()
1433 bFnd = !pNewFmt->GetInfo( aGetHt ); in IsPoolFmtUsed()