Home
last modified time | relevance | path

Searched refs:SvxShadowLocation (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/editeng/inc/editeng/
H A Dshaditem.hxx54 SvxShadowLocation eLocation;
60 const SvxShadowLocation eLoc = SVX_SHADOW_NONE );
84 SvxShadowLocation GetLocation() const { return eLocation; } in GetLocation()
87 void SetLocation( SvxShadowLocation eNew ) { eLocation = eNew; } in SetLocation()
H A Dsvxenum.hxx46 enum SvxShadowLocation enum
H A Deditrids.hrc270 // enum SvxShadowLocation ---------------------------------------------------
/AOO41X/main/starmath/sdi/
H A Dsmitems.sdi233 enum SvxShadowLocation
242 item SvxShadowLocation SvxShadowLocationItem;
443 SvxShadowLocation Location MID_LOCATION;
/AOO41X/main/svx/sdi/
H A Dsvxitems.sdi352 enum SvxShadowLocation
361 item SvxShadowLocation SvxShadowLocationItem;
530 SvxShadowLocation Location MID_LOCATION;
/AOO41X/main/cui/source/tabpages/
H A Dborderconn.cxx201 typedef sfx::ValueSetWrapper< SvxShadowLocation > ShadowPosWrapper;
/AOO41X/main/editeng/source/rtf/
H A Drtfitem.cxx1211 SvxShadowLocation eSL = SvxShadowLocation( nTokenValue ); in ReadAttr()
/AOO41X/main/editeng/source/items/
H A Dfrmitems.cxx1292 const SvxShadowLocation eLoc ) : in SvxShadowItem()
1540 return new SvxShadowItem( Which(), &aColor, _nWidth, (SvxShadowLocation)cLoc ); in Create()
1569 SetLocation( (const SvxShadowLocation)nVal ); in SetEnumValue()
H A Dsvxitems.src65 // enum SvxShadowLocation ---------------------------------------------------
/AOO41X/main/sc/source/core/data/
H A Dattarray.cxx1330 SvxShadowLocation eLoc = pShadow->GetLocation(); in HasAttrib()
1394 SvxShadowLocation eLoc = pShadow->GetLocation(); in ExtendMerge()
H A Dfillinfo.cxx758 SvxShadowLocation eLoc = pThisAttr ? pThisAttr->GetLocation() : SVX_SHADOW_NONE; in FillInfo()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf.cxx1857 SvxShadowLocation eShdPosi; in MatchSdrItemsIntoFlySet()
H A Dwrtw8esh.cxx2021 SvxShadowLocation eLocation = pSI->GetLocation(); in WriteFlyFrameAttr()
/AOO41X/main/sc/source/ui/view/
H A Doutput.cxx999 SvxShadowLocation eLoc = pAttr->GetLocation(); in DrawExtraShadow()
/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx3840 SvxShadowLocation eLoc = rShadow.GetLocation(); in PaintShadow()