Home
last modified time | relevance | path

Searched refs:eLoc (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx758 SvxShadowLocation eLoc = pThisAttr ? pThisAttr->GetLocation() : SVX_SHADOW_NONE; in FillInfo() local
759 if (eLoc != SVX_SHADOW_NONE) in FillInfo()
782 switch (eLoc) in FillInfo()
784 case SVX_SHADOW_BOTTOMRIGHT: eLoc = SVX_SHADOW_BOTTOMLEFT; break; in FillInfo()
785 case SVX_SHADOW_BOTTOMLEFT: eLoc = SVX_SHADOW_BOTTOMRIGHT; break; in FillInfo()
786 case SVX_SHADOW_TOPRIGHT: eLoc = SVX_SHADOW_TOPLEFT; break; in FillInfo()
787 case SVX_SHADOW_TOPLEFT: eLoc = SVX_SHADOW_TOPRIGHT; break; in FillInfo()
795 switch (eLoc) in FillInfo()
H A Dattarray.cxx1330 SvxShadowLocation eLoc = pShadow->GetLocation(); in HasAttrib() local
1332 if ( eLoc == SVX_SHADOW_TOPRIGHT || eLoc == SVX_SHADOW_BOTTOMRIGHT ) in HasAttrib()
1335 if ( eLoc == SVX_SHADOW_BOTTOMLEFT || eLoc == SVX_SHADOW_BOTTOMRIGHT ) in HasAttrib()
1394 SvxShadowLocation eLoc = pShadow->GetLocation(); in ExtendMerge() local
1395 if ( eLoc == SVX_SHADOW_TOPRIGHT || eLoc == SVX_SHADOW_BOTTOMRIGHT ) in ExtendMerge()
1398 if ( eLoc == SVX_SHADOW_BOTTOMLEFT || eLoc == SVX_SHADOW_BOTTOMRIGHT ) in ExtendMerge()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx999 SvxShadowLocation eLoc = pAttr->GetLocation(); in DrawExtraShadow() local
1004 switch (eLoc) in DrawExtraShadow()
1006 case SVX_SHADOW_BOTTOMRIGHT: eLoc = SVX_SHADOW_BOTTOMLEFT; break; in DrawExtraShadow()
1007 case SVX_SHADOW_BOTTOMLEFT: eLoc = SVX_SHADOW_BOTTOMRIGHT; break; in DrawExtraShadow()
1008 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()
1028 if (eLoc == SVX_SHADOW_TOPLEFT || eLoc == SVX_SHADOW_BOTTOMLEFT) in DrawExtraShadow()
1035 if (eLoc == SVX_SHADOW_TOPLEFT || eLoc == SVX_SHADOW_BOTTOMLEFT) in DrawExtraShadow()
1042 if (eLoc == SVX_SHADOW_TOPLEFT || eLoc == SVX_SHADOW_TOPRIGHT) in DrawExtraShadow()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx396 ScEditWindow::ScEditWindow( Window* pParent, const ResId& rResId, ScEditWindowLocation eLoc ) in ScEditWindow() argument
398 eLocation(eLoc), in ScEditWindow()
/trunk/main/editeng/inc/editeng/
H A Dshaditem.hxx60 const SvxShadowLocation eLoc = SVX_SHADOW_NONE );
/trunk/main/sc/source/ui/inc/
H A Dtphfedit.hxx64 ScEditWindow( Window* pParent, const ResId& rResId, ScEditWindowLocation eLoc );
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3953 SvxShadowLocation eLoc = rShadow.GetLocation(); in PaintShadow() local
3958 switch( eLoc ) in PaintShadow()
3960 case SVX_SHADOW_BOTTOMRIGHT: eLoc = SVX_SHADOW_BOTTOMLEFT; break; in PaintShadow()
3961 case SVX_SHADOW_TOPLEFT: eLoc = SVX_SHADOW_TOPRIGHT; break; in PaintShadow()
3962 case SVX_SHADOW_TOPRIGHT: eLoc = SVX_SHADOW_BOTTOMRIGHT; break; in PaintShadow()
3963 case SVX_SHADOW_BOTTOMLEFT: eLoc = SVX_SHADOW_TOPLEFT; break; in PaintShadow()
3978 switch ( eLoc ) in PaintShadow()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1292 const SvxShadowLocation eLoc ) : in SvxShadowItem() argument
1296 eLocation ( eLoc ) in SvxShadowItem()

Completed in 97 milliseconds