Home
last modified time | relevance | path

Searched refs:pShadow (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx636 rParam.pShadow = NULL; in lcl_FillHFParam()
784 if (rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE) in UpdateHFHeight()
810 if (rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE) in UpdateHFHeight()
1249 const SvxShadowItem* pShadow ) in DrawBorder() argument
1258 if (!pBorderData && !pBackground && !pShadow) in DrawBorder()
1267 if ( pShadow && pShadow->GetLocation() != SVX_SHADOW_NONE ) in DrawBorder()
1315 if ( pShadow && pShadow->GetLocation() != SVX_SHADOW_NONE ) in DrawBorder()
1320 pDev->SetFillColor(pShadow->GetColor()); in DrawBorder()
1324 switch (pShadow->GetLocation()) in DrawBorder()
1781 if ( rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE ) in PrintHF()
[all …]
/trunk/main/sw/source/ui/docvw/
H A DShadowOverlayObject.cxx203 /* static */ void ShadowOverlayObject::DestroyShadowOverlayObject( ShadowOverlayObject* pShadow ) in DestroyShadowOverlayObject() argument
205 if ( pShadow ) in DestroyShadowOverlayObject()
207 if ( pShadow->getOverlayManager() ) in DestroyShadowOverlayObject()
209 pShadow->getOverlayManager()->remove(*pShadow); in DestroyShadowOverlayObject()
211 delete pShadow; in DestroyShadowOverlayObject()
H A DShadowOverlayObject.hxx67 static void DestroyShadowOverlayObject( ShadowOverlayObject* pShadow );
/trunk/main/sw/source/filter/xml/
H A Dxmlimpit.cxx336 SvxShadowItem* pShadow = PTR_CAST(SvxShadowItem, &rItem); in PutXMLValue() local
337 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()
H A Dxmlexpit.cxx463 const SvxShadowItem* pShadow = PTR_CAST(SvxShadowItem, &rItem); in QueryXMLValue() local
464 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()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx1098 const SvxShadowItem* pShadow = (const SvxShadowItem*)GetDfltAttr( in OutColorTable() local
1100 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()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx75 const SvxShadowItem* pShadow; member
348 const SvxShadowItem* pShadow );
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1283 const SvxShadowItem* pShadow = in HasAttrib() local
1285 if ( pShadow->GetLocation() != SVX_SHADOW_NONE ) in HasAttrib()
1328 const SvxShadowItem* pShadow = in HasAttrib() local
1330 SvxShadowLocation eLoc = pShadow->GetLocation(); in HasAttrib()
1392 const SvxShadowItem* pShadow = in ExtendMerge() local
1394 SvxShadowLocation eLoc = pShadow->GetLocation(); in ExtendMerge()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1983 const uno::Any* pShadow; in ApplyTblAttr() local
1984 if(GetProperty(RES_SHADOW, 0, pShadow)) in ApplyTblAttr()
1987 aShd.PutValue(*pShadow, CONVERT_TWIPS); in ApplyTblAttr()

Completed in 79 milliseconds