Searched refs:mhDefPal (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salvd.cxx | 128 pVirGraphics->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in CreateVirtualDevice() 193 if( mpGraphics->mhDefPal ) in ~WinSalVirtualDevice() 194 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalVirtualDevice()
|
| H A D | salgdi.cxx | 568 pC->mhDefPal = SelectPalette( pC->mhDC, pSalData->mhDitherPal, TRUE ); in ImplGetCachedDC() 609 if( pC->mhDefPal ) in ImplClearHDCCache() 610 SelectPalette( pC->mhDC, pC->mhDefPal, TRUE ); in ImplClearHDCCache() 741 mhDefPal = 0; in WinSalGraphics()
|
| /AOO41X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 1073 if ( mpGraphics->mhDefPal ) in ~WinSalFrame() 1074 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalFrame() 1139 mpGraphics2->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in GetGraphics() 1167 mpGraphics->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in GetGraphics() 1190 if ( mpGraphics2->mhDefPal ) in ReleaseGraphics() 1191 SelectPalette( mpGraphics2->getHDC(), mpGraphics2->mhDefPal, TRUE ); in ReleaseGraphics() 1708 if ( pThis->mpGraphics->mhDefPal ) in ImplSetParentFrame() 1709 SelectPalette( pThis->mpGraphics->getHDC(), pThis->mpGraphics->mhDefPal, TRUE ); in ImplSetParentFrame() 1742 … pThis->mpGraphics2->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in ImplSetParentFrame() 1771 …pThis->mpGraphics->mhDefPal = SelectPalette( pThis->mpGraphics->getHDC(), GetSalData()->mhDitherPa… in ImplSetParentFrame() [all …]
|
| /AOO41X/main/vcl/inc/win/ |
| H A D | saldata.hxx | 182 HPALETTE mhDefPal; member
|
| H A D | salgdi.h | 150 HPALETTE mhDefPal; // DefaultPalette variable
|