Lines Matching refs:pStyle
419 sal_Bool SfxStyleSheetIterator::DoesStyleMatch(SfxStyleSheetBase *pStyle) in DoesStyleMatch() argument
422 ( pStyle->GetFamily() == GetSearchFamily() )) in DoesStyleMatch()
423 && (( pStyle->GetMask() & ( GetSearchMask() & ~SFXSTYLEBIT_USED )) || in DoesStyleMatch()
424 ( bSearchUsed ? pStyle->IsUsed() : sal_False ) || in DoesStyleMatch()
456 SfxStyleSheetBase* pStyle = pBasePool->aStyles[i].get(); in Count() local
457 if(DoesStyleMatch(pStyle)) in Count()
471 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in operator []() local
472 if( DoesStyleMatch(pStyle)) in operator []()
477 return pAktStyle=pStyle; in operator []()
495 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in First() local
497 if ( DoesStyleMatch( pStyle ) ) in First()
523 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in Next() local
525 if ( DoesStyleMatch( pStyle ) ) in Next()
545 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in Find() local
550 if ( pStyle->GetName().Equals( rStr ) && DoesStyleMatch( pStyle ) ) in Find()
553 return pAktStyle = pStyle; in Find()
636 SfxStyleSheetBase *pStyle = in SetParent() local
638 DBG_ASSERT(pStyle, "Vorlage nicht gefunden. Writer mit Solar <2541??"); in SetParent()
639 if(pStyle) in SetParent()
640 return pStyle->SetParent(rParent); in SetParent()