Home
last modified time | relevance | path

Searched refs:mpBackgroundBitmap (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx134 mpBackgroundBitmap(), in PresenterWindowManager()
234 mpBackgroundBitmap = mpTheme->GetBitmap(OUString(), A2S("Background")); in SetTheme()
1263 if (mpBackgroundBitmap.get() != NULL) in PaintBackground()
1292 const util::Color aBackgroundColor (mpBackgroundBitmap->maReplacementColor); in PaintBackground()
1312 Reference<rendering::XBitmap> xBitmap (mpBackgroundBitmap->GetNormalBitmap()); in ProvideBackgroundBitmap()
1315 const bool bStretchVertical (mpBackgroundBitmap->meVerticalTexturingMode in ProvideBackgroundBitmap()
1317 const bool bStretchHorizontal (mpBackgroundBitmap->meHorizontalTexturingMode in ProvideBackgroundBitmap()
H A DPresenterScrollBar.cxx115 mpBackgroundBitmap(), in PresenterScrollBar()
355 mpBackgroundBitmap = rpBackgroundBitmap; in SetBackground()
608 if (mpBackgroundBitmap.get() == NULL) in PaintBackground()
613 mpBackgroundBitmap, in PaintBackground()
H A DPresenterWindowManager.hxx191 SharedBitmapDescriptor mpBackgroundBitmap; member in sdext::presenter::PresenterWindowManager
H A DPresenterScrollBar.hxx240 SharedBitmapDescriptor mpBackgroundBitmap; member in sdext::presenter::PresenterScrollBar