Lines Matching refs:mpOutDev
219 const StyleSettings& rStyleSettings = pData->mpOutDev->GetSettings().GetStyleSettings(); in ImplInitTitle()
1084 mpOutDev = pDev; in Init()
1106 if( mpOutDev->GetOutDevType() == OUTDEV_WINDOW ) in Init()
1107 pWin = (Window*) mpOutDev; in Init()
1207 DecorationView aDecoView( mpOutDev ); in Init()
1248 if( mpOutDev->GetOutDevType() == OUTDEV_WINDOW ) in DrawWindow()
1249 pWin = (Window*) mpOutDev; in DrawWindow()
1376 Color aColor = mpOutDev->GetSettings().GetStyleSettings().GetHighlightColor(); in DrawWindow()
1377 mpOutDev->SetLineColor(); in DrawWindow()
1378 mpOutDev->SetFillColor( aColor ); in DrawWindow()
1379 mpOutDev->DrawRect( Rectangle( 0, 0, mnWidth-1, mnTopBorder ) ); in DrawWindow()
1380 mpOutDev->DrawRect( Rectangle( 0, mnHeight-mnBottomBorder, mnWidth-1, mnHeight-1 ) ); in DrawWindow()
1381 mpOutDev->DrawRect( Rectangle( 0, 0, mnLeftBorder, mnHeight-1 ) ); in DrawWindow()
1382 mpOutDev->DrawRect( Rectangle( mnWidth-mnRightBorder, 0, mnWidth-1, mnHeight-1 ) ); in DrawWindow()
1401 DecorationView aDecoView( mpOutDev ); in DrawWindow()
1489 pData->mpOutDev = pDev; in Init()
1658 OutputDevice* pDev = pOutDev ? pOutDev : pData->mpOutDev; in DrawWindow()
1662 const StyleSettings& rStyleSettings = pData->mpOutDev->GetSettings().GetStyleSettings(); in DrawWindow()