Searched refs:mpBackground (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | impanmvw.cxx | 47 mpBackground ( new VirtualDevice ), in ImplAnimView() 84 mpBackground->SetOutputSizePixel( maSzPix ); in ImplAnimView() 90 mpBackground->SetMapMode( aTempMap ); in ImplAnimView() 91 ( (Window*) mpOut )->SaveBackground( maDispPt, maDispSz, Point(), *mpBackground ); in ImplAnimView() 92 mpBackground->SetMapMode( MapMode() ); in ImplAnimView() 95 mpBackground->DrawOutDev( Point(), maSzPix, maDispPt, maDispSz, *mpOut ); in ImplAnimView() 109 delete mpBackground; in ~ImplAnimView() 270 pDev->DrawOutDev( maRestPt, maRestSz, maRestPt, maRestSz, *mpBackground ); in ImplDraw() 325 mpBackground->SetMapMode( aTempMap ); in ImplRepaint() 327 mpBackground->SetMapMode( MapMode() ); in ImplRepaint() [all …]
|
H A D | impanmvw.hxx | 54 VirtualDevice* mpBackground; member in ImplAnimView
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterTheme.cxx | 202 SharedBitmapDescriptor mpBackground; member in sdext::presenter::__anon7bfc12000111::ViewStyle 274 SharedBitmapDescriptor mpBackground; member in sdext::presenter::PresenterTheme::Theme 487 while (pTheme.get()!=NULL && pTheme->mpBackground.get()==NULL) in GetBitmap() 490 return pTheme->mpBackground; in GetBitmap() 529 while (pTheme.get()!=NULL && pTheme->mpBackground.get()==NULL) in GetBitmap() 532 return pTheme->mpBackground; in GetBitmap() 749 mpBackground = PresenterBitmapContainer::LoadBitmap( in Read() 1222 pStyle->mpBackground = (*iStyle)->mpBackground; in ProcessViewStyle() 1245 pStyle->mpBackground = pBackground; in ProcessViewStyle() 1271 mpBackground() in ViewStyle() [all …]
|
H A D | PresenterNotesView.cxx | 89 mpBackground(), in PresenterNotesView() 580 if (mpBackground.get() == NULL) in Paint() 581 mpBackground = mpPresenterController->GetViewBackground(mxViewId->getResourceURL()); in Paint() 613 if (mpBackground.get() != NULL) in PaintToolBar() 617 mpBackground, in PaintToolBar() 655 if (mpBackground.get() != NULL) in PaintText() 659 mpBackground, in PaintText()
|
H A D | PresenterSlideShowView.cxx | 84 mpBackground(), in PresenterSlideShowView() 97 mpBackground = mpPresenterController->GetViewBackground(mxViewId->getResourceURL()); in PresenterSlideShowView() 272 mpBackground.reset(); in disposing() 818 if (mpBackground.get() == NULL) in PaintOuterWindow() 831 Reference<rendering::XBitmap> xBackgroundBitmap (mpBackground->GetNormalBitmap()); in PaintOuterWindow() 864 PresenterCanvasHelper::SetDeviceColor(aRenderState, mpBackground->maReplacementColor); in PaintOuterWindow()
|
H A D | PresenterPaneBorderPainter.cxx | 95 SharedBitmapDescriptor mpBackground; member in sdext::presenter::__anon2602cbc20111::RendererPaneStyle 531 SharedBitmapDescriptor pBackground (pStyle->mpBackground); in PaintBorder() 927 mpBackground(), in RendererPaneStyle() 948 mpBackground = GetBitmap(rpTheme, OUString(), A2S("Background")); in RendererPaneStyle()
|
H A D | PresenterNotesView.hxx | 166 SharedBitmapDescriptor mpBackground; member in sdext::presenter::PresenterNotesView
|
H A D | PresenterSlideShowView.hxx | 248 SharedBitmapDescriptor mpBackground; member in sdext::presenter::PresenterSlideShowView
|
Completed in 60 milliseconds