Home
last modified time | relevance | path

Searched refs:bHasShadow (Results 1 – 4 of 4) sorted by path

/trunk/main/drawinglayer/source/primitive2d/
H A Dtextdecoratedprimitive2d.cxx224 const bool bHasShadow(!bHasTextRelief && getShadow()); in create2DDecomposition() local
227 if(bHasShadow || bHasTextRelief || bHasOutline) in create2DDecomposition()
231 if(bHasShadow) in create2DDecomposition()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2406 …sal_Bool bHasShadow = sal_False; // shadow is possible only if at least a fillcolor, linecolor or … in CreateShadowProperties() local
2422 if ( aAny >>= bHasShadow ) in CreateShadowProperties()
2424 if ( bHasShadow ) in CreateShadowProperties()
2444 return bHasShadow; in CreateShadowProperties()
H A Dmsdffimp.cxx2649 sal_Bool bHasShadow = sal_False; in ApplyAttributes() local
2690 bHasShadow = ( GetPropertyValue( DFF_Prop_fshadowObscured ) & 2 ) != 0; in ApplyAttributes()
2691 if ( bHasShadow ) in ApplyAttributes()
2710 if ( bHasShadow ) in ApplyAttributes()
2752 bHasShadow = sal_False; // we are turning shadow off. in ApplyAttributes()
2755 if ( bHasShadow ) in ApplyAttributes()
2756 rSet.Put( SdrShadowItem( bHasShadow ) ); in ApplyAttributes()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx181 bool bHasShadow; member
188 ,bHasShadow(false) in GraphicBorderLine()
719 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].bHasShadow = nIntValue ? true : false; in lcl_attribute()

Completed in 84 milliseconds