Lines Matching refs:pGrf

677 	const Graphic* pGrf = 0;  in GetNBOIndexForNumRule()  local
679 pGrf = pBrsh->GetGraphic(); in GetNBOIndexForNumRule()
681 if ( pGrf ) in GetNBOIndexForNumRule()
691 Bitmap aSum=pGrf->GetBitmap(); in GetNBOIndexForNumRule()
719 const Graphic* pGrf = 0; in RelplaceNumRule() local
721 pGrf = pBrsh->GetGraphic(); in RelplaceNumRule()
726 if ( pGrf ) in RelplaceNumRule()
1054 const Graphic* pGrf = 0; in GetNBOIndexForNumRule() local
1056 pGrf = pBrsh->GetGraphic(); in GetNBOIndexForNumRule()
1058 if ( pGrf ) in GetNBOIndexForNumRule()
1068 if ( pEntry->pGrfObj->GetBitmap().IsEqual(pGrf->GetBitmap())) in GetNBOIndexForNumRule()
1077 Bitmap aSum=pGrf->GetBitmap(); in GetNBOIndexForNumRule()
1122 const Graphic* pGrf = 0; in RelplaceNumRule() local
1124 pGrf = pBrsh->GetGraphic(); in RelplaceNumRule()
1129 if ( pGrf ) in RelplaceNumRule()
1152 pEntry->pGrfObj = new Graphic(*pGrf); in RelplaceNumRule()
1201 const Graphic* pGrf = 0; in RelplaceNumRule() local
1203 pGrf = pBrsh->GetGraphic(); in RelplaceNumRule()
1209 if ( pGrf ) in RelplaceNumRule()
1237 ((GrfBulDataRelation*)(pActualBullets[nIndex]->pBullets))->pGrfObj = new Graphic(*pGrf); in RelplaceNumRule()
1238 ((GrfBulDataRelation*)(pActualBullets[nIndex]->pBullets))->pGrfObj = new Graphic(*pGrf); in RelplaceNumRule()
2019 const Graphic* pGrf = pLevelSettings->pBrushItem->GetGraphic();; in ApplyNumRule() local
2024 if (aSize.Width()==0 && aSize.Height()==0 && pGrf) { in ApplyNumRule()
2025 aSize = SvxNumberFormat::GetGraphicSizeMM100( pGrf ); in ApplyNumRule()