Home
last modified time | relevance | path

Searched refs:SetShadow (Results 1 – 25 of 25) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7593 aFont.SetShadow( sal_False ); in GetTextBoundRect()
7808 aFont.SetShadow(false); in GetTextOutlines()
H A Dpdfwriter_impl.cxx7075 aSetFont.SetShadow( sal_False ); in drawRelief()
7112 rFont.SetShadow( sal_False ); in drawShadow()
8339 aFont.SetShadow( sal_False ); in drawStrikeoutChar()
8353 aFont.SetShadow( sal_True ); in drawStrikeoutChar()
H A Dcvtsvm.cxx868 aFont.SetShadow( bShadow ); in ImplConvertFromSVM1()
H A Dfont.cxx571 void Font::SetShadow( sal_Bool bShadow ) in SetShadow() function in Font
752 SetShadow( rFont.IsShadow() ); in Merge()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx1323 bool SetShadow(SvxShadowItem& rShadow, const short *pSizeArray,
H A Dww8par6.cxx1591 bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray, in SetShadow() function in SwWW8ImplReader
1648 if( SetShadow( aShadow, pSizeArray, pbrc )) in SetFlyBordersShadow()
4953 if( SetShadow( aS, &aSizeArray[0], aBrcs ) ) in Read_Border()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx687 aFont.SetShadow(true); in create2DDecompositionOfGraphic()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx205 maBulletFont.SetShadow(sal_False); in OutlineView()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1292 rFont.SetShadow( ((const SvxShadowedItem&)rSet.Get( EE_CHAR_SHADOW )).GetValue() ); in CreateFont()
H A Deditattr.cxx253 rFont.SetShadow( (sal_Bool)((const SvxShadowedItem*)GetItem())->GetValue() ); in SetFont()
/trunk/main/vcl/inc/vcl/
H A Dfont.hxx109 void SetShadow( sal_Bool bShadow );
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx664 SETONALLFONTS( SetShadow, rBoxFmt.GetShadowed().GetValue() ); in MakeFonts()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx359 SetShadow( ((SvxShadowedItem*)pItem)->GetValue() ); in SetDiffFnt()
538 SetShadow( pAttrSet->GetShadowed().GetValue() ); in SwFont()
/trunk/main/sw/source/core/text/
H A Datrstck.cxx744 rFnt.SetShadow( ((SvxShadowedItem&)rItem).GetValue() ); in FontChg()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx99 inline void SetShadow( const sal_Bool bShadow );
210 inline void SetShadow( const sal_Bool bShadow );
571 inline void SwSubFont::SetShadow( const sal_Bool bShadow ) in SetShadow() function in SwSubFont
574 Font::SetShadow( bShadow ); in SetShadow()
577 inline void SwFont::SetShadow( const sal_Bool bShadow ) in SetShadow() function in SwFont
580 aSub[0].SetShadow( bShadow ); in SetShadow()
581 aSub[1].SetShadow( bShadow ); in SetShadow()
582 aSub[2].SetShadow( bShadow ); in SetShadow()
/trunk/main/svtools/workben/
H A Dsvdem.cxx511 aFont.SetShadow( aShadowBox.IsChecked() ); in SetAttr()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx678 if ((Atr.Schnitt & TextSh2DBit) !=0) aFont.SetShadow(sal_True); in SetTextContext()
679 if ((Atr.Schnitt & TextSh3DBit) !=0) aFont.SetShadow(sal_True); in SetTextContext()
680 if ((Atr.Schnitt & TextSh4DBit) !=0) aFont.SetShadow(sal_True); in SetTextContext()
681 if ((Atr.Schnitt & TextShEbBit) !=0) aFont.SetShadow(sal_True); in SetTextContext()
/trunk/main/sd/source/ui/func/
H A Dbulmaper.cxx173 aMyFont.SetShadow(rSItem.GetValue()); in MapFontsInNumRule()
/trunk/main/sd/source/core/
H A Dstlpool.cxx1160 aBulletFont.SetShadow(sal_False); in GetBulletFont()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx569 SETONALLFONTS( SetShadow, pShadowedItem->GetValue() ) in MakeFonts()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx483 rFont.SetShadow( bShadow ); in GetFont()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1273 if ( (nFace & 0x10)!=0 ) aActFont.SetShadow(sal_True); in ReadData()
1274 else aActFont.SetShadow(sal_False); in ReadData()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx103 rStream >> bTemp; aFont.SetShadow( bTemp ); in CreateFont()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx243 aFont.SetShadow( true ); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx336 rFont.SetShadow( bShadow ); in ActivatePage()
337 rCJKFont.SetShadow( bShadow ); in ActivatePage()
338 rCTLFont.SetShadow( bShadow ); in ActivatePage()
1911 rFont.SetShadow( StateToAttr( m_aShadowBtn.GetState() ) ); in UpdatePreview_Impl()
1912 rCJKFont.SetShadow( rFont.IsShadow() ); in UpdatePreview_Impl()
1913 rCTLFont.SetShadow( rFont.IsShadow() ); in UpdatePreview_Impl()

Completed in 275 milliseconds