Searched refs:bTrans (Results 1 – 9 of 9) sorted by relevance
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 374 WinMtfFillStyle( const Color& rColor, sal_Bool bTrans = sal_False ) : in WinMtfFillStyle() 376 bTransparent( bTrans ) in WinMtfFillStyle() 400 WinMtfLineStyle( const Color& rColor, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle() 402 bTransparent( bTrans ) {}; in WinMtfLineStyle() 404 WinMtfLineStyle( const Color& rColor, const LineInfo rStyle, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle() 407 bTransparent( bTrans ) {}; in WinMtfLineStyle()
|
/trunk/main/sw/source/core/inc/ |
H A D | swfont.hxx | 212 inline void SetTransparent( const sal_Bool bTrans ); 602 inline void SwFont::SetTransparent( const sal_Bool bTrans ) in SetTransparent() argument 604 aSub[0].SetTransparent( bTrans ); in SetTransparent() 605 aSub[1].SetTransparent( bTrans ); in SetTransparent() 606 aSub[2].SetTransparent( bTrans ); in SetTransparent()
|
/trunk/main/svx/inc/svx/ |
H A D | swframeexample.hxx | 64 sal_Bool bTrans; member in SvxSwFrameExample 90 inline void SetTransparent(sal_Bool bT) { bTrans = bT; } in SetTransparent()
|
/trunk/main/vcl/source/gdi/ |
H A D | pngread.cxx | 170 … ImplSetTranspPixel( sal_uInt32 y, sal_uInt32 x, const BitmapColor &, sal_Bool bTrans ); 1664 …mplSetTranspPixel( sal_uInt32 nY, sal_uInt32 nX, const BitmapColor& rBitmapColor, sal_Bool bTrans ) in ImplSetTranspPixel() argument 1673 if ( bTrans ) in ImplSetTranspPixel()
|
/trunk/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 56 bTrans (sal_False), in SvxSwFrameExample() 706 …chor == TextContentAnchorType_AT_CHARACTER && aFrmRect.IsOver(aAutoCharFrame)) ? sal_True : bTrans; in Paint()
|
/trunk/main/editeng/source/items/ |
H A D | svxfont.cxx | 782 sal_Bool bTrans = pFont->IsTransparent(); in DoSpace() local 789 pFont->SetTransparent( bTrans ); in DoSpace()
|
H A D | frmitems.cxx | 1533 sal_Bool bTrans; in Create() local 1538 >> bTrans >> aColor >> aFillColor >> nStyle; in Create() 1539 aColor.SetTransparency(bTrans ? 0xff : 0); in Create() 3566 sal_Bool bTrans; in SvxBrushItem() local 3571 rStream >> bTrans; in SvxBrushItem()
|
/trunk/main/l10ntools/inc/ |
H A D | gsicheck.hxx | 110 …GSIBlock( sal_Bool PbPrintContext, sal_Bool bSource, sal_Bool bTrans, sal_Bool bRef, sal_Bool bAll…
|
/trunk/main/l10ntools/source/ |
H A D | gsicheck.cxx | 283 GSIBlock::GSIBlock( sal_Bool PbPrintContext, sal_Bool bSource, sal_Bool bTrans, sal_Bool bRef, sal_… in GSIBlock() argument 289 , bCheckTranslationLang( bTrans ) in GSIBlock()
|
Completed in 76 milliseconds