Searched refs:SVX_SHADOW_NONE (Results 1 – 16 of 16) sorted by relevance
| /trunk/main/sc/source/core/data/ |
| H A D | fillinfo.cxx | 758 SvxShadowLocation eLoc = pThisAttr ? pThisAttr->GetLocation() : SVX_SHADOW_NONE; in FillInfo() 759 if (eLoc != SVX_SHADOW_NONE) in FillInfo() 772 CELLINFO(nDxNeg,0).pShadowAttr->GetLocation() == SVX_SHADOW_NONE; in FillInfo() 774 CELLINFO(nDxPos,0).pShadowAttr->GetLocation() == SVX_SHADOW_NONE; in FillInfo() 776 CELLINFO(0,-1).pShadowAttr->GetLocation() == SVX_SHADOW_NONE; in FillInfo() 778 CELLINFO(0,1).pShadowAttr->GetLocation() == SVX_SHADOW_NONE; in FillInfo()
|
| H A D | patattr.cxx | 1120 if ( ((const SvxShadowItem*)pItem)->GetLocation() != SVX_SHADOW_NONE ) in IsVisible()
|
| H A D | attarray.cxx | 1285 if ( pShadow->GetLocation() != SVX_SHADOW_NONE ) in HasAttrib()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | printfun.cxx | 784 if (rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE) in UpdateHFHeight() 810 if (rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE) in UpdateHFHeight() 1267 if ( pShadow && pShadow->GetLocation() != SVX_SHADOW_NONE ) in DrawBorder() 1315 if ( pShadow && pShadow->GetLocation() != SVX_SHADOW_NONE ) in DrawBorder() 1781 if ( rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE ) in PrintHF() 1815 if (rParam.pShadow && rParam.pShadow->GetLocation() != SVX_SHADOW_NONE) in PrintHF() 2131 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage() 2154 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage() 2203 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage() 2257 if (pShadowItem && pShadowItem->GetLocation() != SVX_SHADOW_NONE) in PrintPage() [all …]
|
| /trunk/main/cui/source/tabpages/ |
| H A D | borderconn.cxx | 204 { 1, SVX_SHADOW_NONE }, 209 { VALUESET_ITEM_NOTFOUND, SVX_SHADOW_NONE }
|
| /trunk/main/editeng/inc/editeng/ |
| H A D | shaditem.hxx | 60 const SvxShadowLocation eLoc = SVX_SHADOW_NONE );
|
| H A D | svxenum.hxx | 48 SVX_SHADOW_NONE, enumerator
|
| /trunk/main/starmath/sdi/ |
| H A D | smitems.sdi | 235 SVX_SHADOW_NONE,
|
| /trunk/main/svx/sdi/ |
| H A D | svxitems.sdi | 354 SVX_SHADOW_NONE,
|
| /trunk/main/sw/source/core/layout/ |
| H A D | ssfrm.cxx | 786 if( rAttrs.GetShadow().GetLocation() != SVX_SHADOW_NONE ) in UnionFrm()
|
| H A D | paintfrm.cxx | 1207 (bShadow && rAttrs.GetShadow().GetLocation() != SVX_SHADOW_NONE) ) in lcl_CalcBorderRect() 1264 if ( bShadow && rAttrs.GetShadow().GetLocation() != SVX_SHADOW_NONE ) in lcl_CalcBorderRect() 3896 if ( rAttrs.GetShadow().GetLocation() != SVX_SHADOW_NONE ) in Paint() 4840 const bool bShadow = rAttrs.GetShadow().GetLocation() != SVX_SHADOW_NONE; in PaintBorder()
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmlimpit.cxx | 352 pShadow->SetLocation( SVX_SHADOW_NONE ); in PutXMLValue()
|
| H A D | xmlexpit.cxx | 481 case SVX_SHADOW_NONE: in QueryXMLValue()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtww8gr.cxx | 564 bShadow = (pSI->GetLocation() != SVX_SHADOW_NONE) && in WritePICFHeader()
|
| H A D | wrtw8esh.cxx | 2010 if( (eLocation!=SVX_SHADOW_NONE) && (pSI->GetWidth()!=0) ) in WriteFlyFrameAttr()
|
| H A D | ww8atr.cxx | 4315 bShadow = ( p->GetLocation() != SVX_SHADOW_NONE ) in FormatBox()
|