Searched refs:hbrIcon (Results 1 – 4 of 4) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 639 HBRUSH hbrIcon = CreateSolidBrush( GetSysColor( COLOR_GRAYTEXT ) ); in OnDrawItem() local 641 …DrawStateW( lpdis->hDC, hbrIcon, nullptr, reinterpret_cast<LPARAM>(hIcon), WPARAM(0), x, y+(height… in OnDrawItem() 643 DeleteObject( hbrIcon ); in OnDrawItem()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 630 HBRUSH hbrIcon = CreateSolidBrush( GetSysColor( COLOR_GRAYTEXT ) ); in OnDrawItem() local 632 …DrawStateW( lpdis->hDC, hbrIcon, nullptr, reinterpret_cast<LPARAM>(hIcon), WPARAM(0), x, y+(height… in OnDrawItem() 634 DeleteObject( hbrIcon ); in OnDrawItem()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/window/ |
H A D | salframe.cxx | 4614 HBRUSH hbrIcon = CreateSolidBrush( GetSysColor( COLOR_GRAYTEXT ) ); in ImplDrawItem() local 4615 DrawStateW( pDI->hDC, hbrIcon, nullptr, reinterpret_cast<LPARAM>(hBmp), WPARAM(0), in ImplDrawItem() 4619 DeleteObject( hbrIcon ); in ImplDrawItem()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/window/ |
H A D | salframe.cxx | 4543 HBRUSH hbrIcon = CreateSolidBrush( GetSysColor( COLOR_GRAYTEXT ) ); in ImplDrawItem() local 4544 DrawStateW( pDI->hDC, hbrIcon, nullptr, reinterpret_cast<LPARAM>(hBmp), WPARAM(0), in ImplDrawItem() 4548 DeleteObject( hbrIcon ); in ImplDrawItem()
|