Home
last modified time | relevance | path

Searched refs:SVX_SHADOW_TOPRIGHT (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx786 case SVX_SHADOW_TOPRIGHT: eLoc = SVX_SHADOW_TOPLEFT; break; in FillInfo()
787 case SVX_SHADOW_TOPLEFT: eLoc = SVX_SHADOW_TOPRIGHT; break; in FillInfo()
837 case SVX_SHADOW_TOPRIGHT: in FillInfo()
H A Dattarray.cxx1332 if ( eLoc == SVX_SHADOW_TOPRIGHT || eLoc == SVX_SHADOW_BOTTOMRIGHT ) in HasAttrib()
1395 if ( eLoc == SVX_SHADOW_TOPRIGHT || eLoc == SVX_SHADOW_BOTTOMRIGHT ) in ExtendMerge()
/trunk/main/editeng/inc/editeng/
H A Dsvxenum.hxx50 SVX_SHADOW_TOPRIGHT, enumerator
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1008 … case SVX_SHADOW_TOPRIGHT: eLoc = SVX_SHADOW_TOPLEFT; break; in DrawExtraShadow()
1009 … case SVX_SHADOW_TOPLEFT: eLoc = SVX_SHADOW_TOPRIGHT; break; in DrawExtraShadow()
1020 if (eLoc == SVX_SHADOW_TOPLEFT || eLoc == SVX_SHADOW_TOPRIGHT) in DrawExtraShadow()
1042 if (eLoc == SVX_SHADOW_TOPLEFT || eLoc == SVX_SHADOW_TOPRIGHT) in DrawExtraShadow()
H A Dprintfun.cxx1334 case SVX_SHADOW_TOPRIGHT: in DrawBorder()
/trunk/main/cui/source/tabpages/
H A Dborderconn.cxx206 { 3, SVX_SHADOW_TOPRIGHT },
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1313 case SVX_SHADOW_TOPRIGHT : eSet = table::ShadowLocation_TOP_RIGHT ; break; in QueryValue()
1372 case table::ShadowLocation_TOP_RIGHT : eLocation = SVX_SHADOW_TOPRIGHT; break; in PutValue()
1415 eLocation == SVX_SHADOW_TOPRIGHT ) in CalcShadowSpace()
1432 if ( eLocation == SVX_SHADOW_TOPRIGHT || in CalcShadowSpace()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi237 SVX_SHADOW_TOPRIGHT,
/trunk/main/svx/sdi/
H A Dsvxitems.sdi356 SVX_SHADOW_TOPRIGHT,
/trunk/main/sw/source/filter/xml/
H A Dxmlimpit.cxx388 pShadow->SetLocation( SVX_SHADOW_TOPRIGHT ); in PutXMLValue()
H A Dxmlexpit.cxx473 case SVX_SHADOW_TOPRIGHT: in QueryXMLValue()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3961 case SVX_SHADOW_TOPLEFT: eLoc = SVX_SHADOW_TOPRIGHT; break; in PaintShadow()
3962 case SVX_SHADOW_TOPRIGHT: eLoc = SVX_SHADOW_BOTTOMRIGHT; break; in PaintShadow()
4036 case SVX_SHADOW_TOPRIGHT: in PaintShadow()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1859 eShdPosi = SVX_SHADOW_TOPRIGHT; in MatchSdrItemsIntoFlySet()
H A Dwrtw8esh.cxx2020 case SVX_SHADOW_TOPRIGHT: in WriteFlyFrameAttr()