Lines Matching refs:pShadowItem

195 	pShadowItem = NULL;  in Construct()
852 pShadowItem = (const SvxShadowItem*) &pParamSet->Get(ATTR_SHADOW); in InitParam()
2131 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage()
2132 nDataWidth += pShadowItem->CalcShadowSpace(SHADOW_LEFT) + in PrintPage()
2133 pShadowItem->CalcShadowSpace(SHADOW_RIGHT); in PrintPage()
2154 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage()
2155 nDataHeight += pShadowItem->CalcShadowSpace(SHADOW_TOP) + in PrintPage()
2156 pShadowItem->CalcShadowSpace(SHADOW_BOTTOM); in PrintPage()
2203 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage()
2205 nInnerStartX += (long) ( pShadowItem->CalcShadowSpace(SHADOW_LEFT) * nScaleX ); in PrintPage()
2206 nInnerStartY += (long) ( pShadowItem->CalcShadowSpace(SHADOW_TOP) * nScaleY ); in PrintPage()
2257 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage()
2259 nBorderEndX += (long) ( pShadowItem->CalcShadowSpace(SHADOW_RIGHT) * nScaleX ); in PrintPage()
2260 nBorderEndY += (long) ( pShadowItem->CalcShadowSpace(SHADOW_BOTTOM) * nScaleY ); in PrintPage()
2267 pBorderItem, pBackgroundItem, pShadowItem ); in PrintPage()
2969 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in GetDocPageSize()
2971 aDocPageSize.Width() -= pShadowItem->CalcShadowSpace(SHADOW_LEFT) + in GetDocPageSize()
2972 pShadowItem->CalcShadowSpace(SHADOW_RIGHT); in GetDocPageSize()
2973 aDocPageSize.Height() -= pShadowItem->CalcShadowSpace(SHADOW_TOP) + in GetDocPageSize()
2974 pShadowItem->CalcShadowSpace(SHADOW_BOTTOM); in GetDocPageSize()