Searched refs:pShadow (Results 1 – 9 of 9) sorted by relevance
636 rParam.pShadow = NULL; in lcl_FillHFParam()652 rParam.pShadow = (const SvxShadowItem*)&pHFSet->Get(ATTR_SHADOW);; in lcl_FillHFParam()784 if (rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE) in UpdateHFHeight()785 nPaperWidth -= ( rParam.pShadow->CalcShadowSpace(SHADOW_LEFT) + in UpdateHFHeight()786 rParam.pShadow->CalcShadowSpace(SHADOW_RIGHT) ) * 100L / nZoom; in UpdateHFHeight()810 if (rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE) in UpdateHFHeight()811 rParam.nHeight += rParam.pShadow->CalcShadowSpace(SHADOW_TOP) + in UpdateHFHeight()812 rParam.pShadow->CalcShadowSpace(SHADOW_BOTTOM); in UpdateHFHeight()1249 const SvxShadowItem* pShadow ) in DrawBorder() argument1258 if (!pBorderData && !pBackground && !pShadow) in DrawBorder()[all …]
203 /* static */ void ShadowOverlayObject::DestroyShadowOverlayObject( ShadowOverlayObject* pShadow ) in DestroyShadowOverlayObject() argument205 if ( pShadow ) in DestroyShadowOverlayObject()207 if ( pShadow->getOverlayManager() ) in DestroyShadowOverlayObject()209 pShadow->getOverlayManager()->remove(*pShadow); in DestroyShadowOverlayObject()211 delete pShadow; in DestroyShadowOverlayObject()
67 static void DestroyShadowOverlayObject( ShadowOverlayObject* pShadow );
336 SvxShadowItem* pShadow = PTR_CAST(SvxShadowItem, &rItem); in PutXMLValue() local337 DBG_ASSERT( pShadow != NULL, "Wrong Which-ID" ); in PutXMLValue()345 pShadow->SetLocation( SVX_SHADOW_BOTTOMRIGHT ); in PutXMLValue()352 pShadow->SetLocation( SVX_SHADOW_NONE ); in PutXMLValue()377 pShadow->SetLocation( SVX_SHADOW_TOPLEFT ); in PutXMLValue()381 pShadow->SetLocation( SVX_SHADOW_BOTTOMLEFT ); in PutXMLValue()388 pShadow->SetLocation( SVX_SHADOW_TOPRIGHT ); in PutXMLValue()392 pShadow->SetLocation( SVX_SHADOW_BOTTOMRIGHT ); in PutXMLValue()399 pShadow->SetWidth( static_cast< sal_uInt16 >( (nX + nY) >> 1 ) ); in PutXMLValue()406 pShadow->SetColor( aColor ); in PutXMLValue()
463 const SvxShadowItem* pShadow = PTR_CAST(SvxShadowItem, &rItem); in QueryXMLValue() local464 DBG_ASSERT( pShadow != NULL, "Wrong Which-ID" ); in QueryXMLValue()467 switch( pShadow->GetLocation() ) in QueryXMLValue()487 nX *= pShadow->GetWidth(); in QueryXMLValue()488 nY *= pShadow->GetWidth(); in QueryXMLValue()490 rUnitConverter.convertColor( aOut, pShadow->GetColor() ); in QueryXMLValue()
1098 const SvxShadowItem* pShadow = (const SvxShadowItem*)GetDfltAttr( in OutColorTable() local1100 InsColor( pShadow->GetColor() ); in OutColorTable()1101 if( 0 != ( pShadow = (const SvxShadowItem*)rPool.GetPoolDefaultItem( in OutColorTable()1104 InsColor( pShadow->GetColor() ); in OutColorTable()1109 if( 0 != (pShadow = (const SvxShadowItem*)rPool.GetItem2( in OutColorTable()1112 InsColor( pShadow->GetColor() ); in OutColorTable()
75 const SvxShadowItem* pShadow; member348 const SvxShadowItem* pShadow );
1283 const SvxShadowItem* pShadow = in HasAttrib() local1285 if ( pShadow->GetLocation() != SVX_SHADOW_NONE ) in HasAttrib()1328 const SvxShadowItem* pShadow = in HasAttrib() local1330 SvxShadowLocation eLoc = pShadow->GetLocation(); in HasAttrib()1392 const SvxShadowItem* pShadow = in ExtendMerge() local1394 SvxShadowLocation eLoc = pShadow->GetLocation(); in ExtendMerge()
1983 const uno::Any* pShadow; in ApplyTblAttr() local1984 if(GetProperty(RES_SHADOW, 0, pShadow)) in ApplyTblAttr()1987 aShd.PutValue(*pShadow, CONVERT_TWIPS); in ApplyTblAttr()