Lines Matching refs:pDev

112 static void ImplDrawBrdWinSymbol( OutputDevice* pDev,  in ImplDrawBrdWinSymbol()  argument
116 DecorationView aDecoView( pDev ); in ImplDrawBrdWinSymbol()
120 pDev->GetSettings().GetStyleSettings().GetButtonTextColor(), 0 ); in ImplDrawBrdWinSymbol()
125 static void ImplDrawBrdWinSymbolButton( OutputDevice* pDev, in ImplDrawBrdWinSymbolButton() argument
133 Window *pWin = dynamic_cast< Window* >(pDev); in ImplDrawBrdWinSymbolButton()
139 pWin->SetFillColor( pDev->GetSettings().GetStyleSettings().GetWindowColor() ); in ImplDrawBrdWinSymbolButton()
153 DecorationView aDecoView( pDev ); in ImplDrawBrdWinSymbolButton()
156 ImplDrawBrdWinSymbol( pDev, aTempRect, eSymbol ); in ImplDrawBrdWinSymbolButton()
1082 void ImplSmallBorderWindowView::Init( OutputDevice* pDev, long nWidth, long nHeight ) in Init() argument
1084 mpOutDev = pDev; in Init()
1480 void ImplStdBorderWindowView::Init( OutputDevice* pDev, long nWidth, long nHeight ) in Init() argument
1484 const StyleSettings& rStyleSettings = pDev->GetSettings().GetStyleSettings(); in Init()
1485 DecorationView aDecoView( pDev ); in Init()
1489 pData->mpOutDev = pDev; in Init()
1658 OutputDevice* pDev = pOutDev ? pOutDev : pData->mpOutDev; in DrawWindow() local
1663 DecorationView aDecoView( pDev ); in DrawWindow()
1672 pDev->SetLineColor( aFrameColor ); in DrawWindow()
1673 pDev->SetFillColor(); in DrawWindow()
1674 pDev->DrawRect( aInRect ); in DrawWindow()
1682 pDev->SetLineColor(); in DrawWindow()
1686 pDev->SetFillColor( rStyleSettings.GetFaceColor() ); in DrawWindow()
1687 pDev->DrawRect( Rectangle( Point( aInRect.Left(), aInRect.Top() ), in DrawWindow()
1689 pDev->DrawRect( Rectangle( Point( aInRect.Left(), aInRect.Top()+nBorderSize ), in DrawWindow()
1691 pDev->DrawRect( Rectangle( Point( aInRect.Left(), aInRect.Bottom()-nBorderSize+1 ), in DrawWindow()
1693 pDev->DrawRect( Rectangle( Point( aInRect.Right()-nBorderSize+1, aInRect.Top()+nBorderSize ), in DrawWindow()
1703 pDev->SetFillColor( aFrameColor ); in DrawWindow()
1704 pDev->SetTextColor( rStyleSettings.GetButtonTextColor() ); in DrawWindow()
1708 pDev->DrawRect( aTitleRect ); in DrawWindow()
1739 pDev->GetTextRect( aInRect, pBorderWindow->GetText(), nTextStyle, &aInfo ); in DrawWindow()
1742 pDev->DrawText( aInRect, pBorderWindow->GetText(), nTextStyle ); in DrawWindow()
1752 ImplDrawBrdWinSymbolButton( pDev, aSymbolRect, SYMBOL_CLOSE, pData->mnCloseState ); in DrawWindow()
1760 ImplDrawBrdWinSymbolButton( pDev, aSymbolRect, SYMBOL_DOCK, pData->mnDockState ); in DrawWindow()
1768 ImplDrawBrdWinSymbolButton( pDev, aSymbolRect, SYMBOL_MENU, pData->mnMenuState ); in DrawWindow()
1776 ImplDrawBrdWinSymbolButton( pDev, aSymbolRect, SYMBOL_HIDE, pData->mnHideState ); in DrawWindow()
1789 ImplDrawBrdWinSymbolButton( pDev, aSymbolRect, eType, pData->mnRollState ); in DrawWindow()
1798 ImplDrawBrdWinSymbolButton( pDev, aSymbolRect, SYMBOL_HELP, pData->mnHelpState ); in DrawWindow()
1812 pDev->DrawImage( aPos, Size( aImageSize.Width(), nRectHeight ), aImage ); in DrawWindow()
1817 pDev->DrawImage( aPos, aImage ); in DrawWindow()