Searched refs:SvxShadowLocation (Results 1 – 15 of 15) sorted by relevance
54 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()
46 enum SvxShadowLocation enum
270 // enum SvxShadowLocation ---------------------------------------------------
233 enum SvxShadowLocation242 item SvxShadowLocation SvxShadowLocationItem;443 SvxShadowLocation Location MID_LOCATION;
352 enum SvxShadowLocation361 item SvxShadowLocation SvxShadowLocationItem;530 SvxShadowLocation Location MID_LOCATION;
201 typedef sfx::ValueSetWrapper< SvxShadowLocation > ShadowPosWrapper;
1211 SvxShadowLocation eSL = SvxShadowLocation( nTokenValue ); in ReadAttr()
1292 const SvxShadowLocation eLoc ) : in SvxShadowItem()1540 return new SvxShadowItem( Which(), &aColor, _nWidth, (SvxShadowLocation)cLoc ); in Create()1569 SetLocation( (const SvxShadowLocation)nVal ); in SetEnumValue()
65 // enum SvxShadowLocation ---------------------------------------------------
1330 SvxShadowLocation eLoc = pShadow->GetLocation(); in HasAttrib()1394 SvxShadowLocation eLoc = pShadow->GetLocation(); in ExtendMerge()
758 SvxShadowLocation eLoc = pThisAttr ? pThisAttr->GetLocation() : SVX_SHADOW_NONE; in FillInfo()
1857 SvxShadowLocation eShdPosi; in MatchSdrItemsIntoFlySet()
2021 SvxShadowLocation eLocation = pSI->GetLocation(); in WriteFlyFrameAttr()
999 SvxShadowLocation eLoc = pAttr->GetLocation(); in DrawExtraShadow()
3840 SvxShadowLocation eLoc = rShadow.GetLocation(); in PaintShadow()