Home
last modified time | relevance | path

Searched refs:WinMtfFillStyle (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx363 struct WinMtfFillStyle struct
368 WinMtfFillStyle() : in WinMtfFillStyle() argument
374 WinMtfFillStyle( const Color& rColor, sal_Bool bTrans = sal_False ) : in WinMtfFillStyle() argument
380 sal_Bool operator==( const WinMtfFillStyle& rStyle ) in operator ==() argument
382 sal_Bool operator==( WinMtfFillStyle* pStyle ) in operator ==() argument
384 …void operator=( const WinMtfFillStyle& rStyle ) { aFillColor = rStyle.aFillColor; bTransparent = r… in operator =() argument
385 …void operator=( WinMtfFillStyle* pStyle ) { aFillColor = pStyle->aFillColor; bTransparent = pStyle… in operator =() argument
454 WinMtfFillStyle aFillStyle;
512 delete (WinMtfFillStyle*)pStyle; in Delete()
542 WinMtfFillStyle maLatestFillStyle;
[all …]
H A Dwinmtf.cxx616 pGDIObj->Set( GDI_BRUSH, new WinMtfFillStyle( Color( COL_WHITE ) ) ); in SelectObject()
621 pGDIObj->Set( GDI_BRUSH, new WinMtfFillStyle( Color( COL_LIGHTGRAY ) ) ); in SelectObject()
627 pGDIObj->Set( GDI_BRUSH, new WinMtfFillStyle( Color( COL_GRAY ) ) ); in SelectObject()
632 pGDIObj->Set( GDI_BRUSH, new WinMtfFillStyle( Color( COL_BLACK ) ) ); in SelectObject()
637 pGDIObj->Set( GDI_BRUSH, new WinMtfFillStyle( Color( COL_TRANSPARENT ), sal_True ) ); in SelectObject()
668 maFillStyle = (WinMtfFillStyle*)pGDIObj->pStyle; in SelectObject()
860 delete (WinMtfFillStyle*)pStyle; in CreateObject()
1046 maFillStyle = WinMtfFillStyle( maBkColor, mnBkMode == TRANSPARENT ); in UpdateFillStyle()
1062 static WinMtfFillStyle aNopFillStyle; in SetRasterOp()
1089 maFillStyle = WinMtfFillStyle( Color( COL_TRANSPARENT ), sal_True ); in SetRasterOp()
[all …]
H A Dwinwmf.cxx665 pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( aColor, sal_False ) ); in ReadRecordParams()
685 pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( Color( COL_WHITE ), sal_False ) ); in ReadRecordParams()
691 pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( Color( COL_WHITE ), sal_False ) ); in ReadRecordParams()
743 …pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( ReadColor(), ( nStyle == BS_HOLLOW ) ? sal_Tru… in ReadRecordParams()
H A Denhwmf.cxx701 …pOut->CreateObject( nIndex, GDI_BRUSH, new WinMtfFillStyle( ReadColor(), ( nStyle == BS_HOLLOW ) ?… in ReadEnhWMF()
1335 pOut->CreateObject( nIndex, GDI_BRUSH, new WinMtfFillStyle( aColor, sal_False ) ); in ReadEnhWMF()

Completed in 31 milliseconds