Lines Matching refs:pThis

1646 static void ImplSetParentFrame( WinSalFrame* pThis, HWND hNewParentWnd, sal_Bool bAsChild )  in ImplSetParentFrame()  argument
1649 HWND hWndOld = pThis->mhWnd; in ImplSetParentFrame()
1664 if( pThis->mhWnd == hWndParent ) in ImplSetParentFrame()
1674 if( pThis->mhWnd == hWndParent ) in ImplSetParentFrame()
1679 sal_Bool bNeedGraphics = pThis->mbGraphics; in ImplSetParentFrame()
1692 if ( pThis->mpGraphics2 && in ImplSetParentFrame()
1693 pThis->mpGraphics2->getHDC() ) in ImplSetParentFrame()
1696 hFont = (HFONT) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_FONT); in ImplSetParentFrame()
1697 hPen = (HPEN) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_PEN); in ImplSetParentFrame()
1698 hBrush = (HBRUSH) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_BRUSH); in ImplSetParentFrame()
1699 pThis->ReleaseGraphics( pThis->mpGraphics2 ); in ImplSetParentFrame()
1706 if ( pThis->mpGraphics ) in ImplSetParentFrame()
1708 if ( pThis->mpGraphics->mhDefPal ) in ImplSetParentFrame()
1709 SelectPalette( pThis->mpGraphics->getHDC(), pThis->mpGraphics->mhDefPal, TRUE ); in ImplSetParentFrame()
1710 ImplSalDeInitGraphics( pThis->mpGraphics ); in ImplSetParentFrame()
1711 ReleaseDC( pThis->mhWnd, pThis->mpGraphics->getHDC() ); in ImplSetParentFrame()
1719 (WPARAM) hWndParent, (LPARAM)pThis->mhWnd ); in ImplSetParentFrame()
1727 if( pThis->mpGraphics2 ) in ImplSetParentFrame()
1729 pThis->mpGraphics2->mhWnd = hWnd; in ImplSetParentFrame()
1739 pThis->mpGraphics2->setHDC(hDC); in ImplSetParentFrame()
1742pThis->mpGraphics2->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in ImplSetParentFrame()
1745 ImplSalInitGraphics( pThis->mpGraphics2 ); in ImplSetParentFrame()
1755 pThis->mbGraphics = TRUE; in ImplSetParentFrame()
1764 if( pThis->mpGraphics ) in ImplSetParentFrame()
1767 pThis->mpGraphics->mhWnd = hWnd; in ImplSetParentFrame()
1768 pThis->mpGraphics->setHDC( GetDC( hWnd ) ); in ImplSetParentFrame()
1771pThis->mpGraphics->mhDefPal = SelectPalette( pThis->mpGraphics->getHDC(), GetSalData()->mhDitherPa… in ImplSetParentFrame()
1772 RealizePalette( pThis->mpGraphics->getHDC() ); in ImplSetParentFrame()
1774 ImplSalInitGraphics( pThis->mpGraphics ); in ImplSetParentFrame()
1775 pThis->mbGraphics = TRUE; in ImplSetParentFrame()