Searched refs:pShadowItem (Results 1 – 2 of 2) sorted by relevance
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()[all …]
179 const SvxShadowItem* pShadowItem; member in ScPrintFunc