Searched refs:SharedBitmapDescriptor (Results 1 – 22 of 22) sorted by relevance
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterScrollBar.hxx | 193 SharedBitmapDescriptor mpPrevButtonDescriptor; 194 SharedBitmapDescriptor mpNextButtonDescriptor; 195 SharedBitmapDescriptor mpPagerStartDescriptor; 196 SharedBitmapDescriptor mpPagerCenterDescriptor; 197 SharedBitmapDescriptor mpPagerEndDescriptor; 198 SharedBitmapDescriptor mpThumbStartDescriptor; 199 SharedBitmapDescriptor mpThumbCenterDescriptor; 200 SharedBitmapDescriptor mpThumbEndDescriptor; 232 const SharedBitmapDescriptor& rpBitmaps); 235 const SharedBitmapDescriptor& rpDescriptor); [all …]
|
H A D | PresenterPaneBorderPainter.cxx | 86 SharedBitmapDescriptor mpTopLeft; 87 SharedBitmapDescriptor mpTop; 88 SharedBitmapDescriptor mpTopRight; 89 SharedBitmapDescriptor mpLeft; 90 SharedBitmapDescriptor mpRight; 91 SharedBitmapDescriptor mpBottomLeft; 92 SharedBitmapDescriptor mpBottom; 93 SharedBitmapDescriptor mpBottomRight; 95 SharedBitmapDescriptor mpBackground; 96 SharedBitmapDescriptor mpEmpty; [all …]
|
H A D | PresenterTheme.cxx | 202 SharedBitmapDescriptor mpBackground; 274 SharedBitmapDescriptor mpBackground; 476 SharedBitmapDescriptor PresenterTheme::GetBitmap ( in GetBitmap() 515 return SharedBitmapDescriptor(); in GetBitmap() 521 SharedBitmapDescriptor PresenterTheme::GetBitmap ( in GetBitmap() 534 return SharedBitmapDescriptor(); in GetBitmap() 543 return SharedBitmapDescriptor(); in GetBitmap() 754 SharedBitmapDescriptor()); in Read() 1158 return SharedBitmapDescriptor(); in GetBitmap() 1243 SharedBitmapDescriptor())); in ProcessViewStyle() [all …]
|
H A D | PresenterBitmapContainer.cxx | 144 SharedBitmapDescriptor PresenterBitmapContainer::GetBitmap ( in GetBitmap() 153 return SharedBitmapDescriptor(); in GetBitmap() 187 SharedBitmapDescriptor PresenterBitmapContainer::LoadBitmap ( in LoadBitmap() 192 const SharedBitmapDescriptor& rpDefault) in LoadBitmap() 194 SharedBitmapDescriptor pBitmap; in LoadBitmap() 234 SharedBitmapDescriptor()); in ProcessBitmap() 240 SharedBitmapDescriptor PresenterBitmapContainer::LoadBitmap ( in LoadBitmap() 244 const SharedBitmapDescriptor& rpDefault) in LoadBitmap() 249 SharedBitmapDescriptor pBitmap (new BitmapDescriptor(rpDefault)); in LoadBitmap()
|
H A D | PresenterScrollBar.cxx | 399 mpPagerStartDescriptor, mpPagerCenterDescriptor, SharedBitmapDescriptor()); in Paint() 401 SharedBitmapDescriptor(), mpPagerCenterDescriptor, mpPagerEndDescriptor); in Paint() 638 const SharedBitmapDescriptor& rpBitmaps) in PaintBitmap() 728 const SharedBitmapDescriptor& rpDescriptor) in UpdateWidthOrHeight() 748 const SharedBitmapDescriptor& rpBitmaps) const in GetBitmap() 977 const SharedBitmapDescriptor& rpStartBitmaps, in PaintComposite() 978 const SharedBitmapDescriptor& rpCenterBitmaps, in PaintComposite() 979 const SharedBitmapDescriptor& rpEndBitmaps) in PaintComposite() 1199 const SharedBitmapDescriptor& rpStartBitmaps, in PaintComposite() 1200 const SharedBitmapDescriptor& rpCenterBitmaps, in PaintComposite() [all …]
|
H A D | PresenterButton.cxx | 459 const SharedBitmapDescriptor& rpLeft, in RenderButton() 460 const SharedBitmapDescriptor& rpCenter, in RenderButton() 461 const SharedBitmapDescriptor& rpRight) in RenderButton() 510 const SharedBitmapDescriptor& mpIcon, in GetBitmap() 533 SharedBitmapDescriptor pLeftBitmap (mpTheme->GetBitmap(A2S("ButtonFrameLeft"))); in SetupButtonBitmaps() 534 SharedBitmapDescriptor pCenterBitmap(mpTheme->GetBitmap(A2S("ButtonFrameCenter"))); in SetupButtonBitmaps() 535 SharedBitmapDescriptor pRightBitmap(mpTheme->GetBitmap(A2S("ButtonFrameRight"))); in SetupButtonBitmaps()
|
H A D | PresenterButton.hxx | 162 const SharedBitmapDescriptor& rpLeft, 163 const SharedBitmapDescriptor& rpCenter, 164 const SharedBitmapDescriptor& rpRight); 168 const SharedBitmapDescriptor& mpIcon,
|
H A D | PresenterSlideSorter.cxx | 180 SharedBitmapDescriptor mpLeftLabelBitmap; 181 SharedBitmapDescriptor mpCenterLabelBitmap; 182 SharedBitmapDescriptor mpRightLabelBitmap; 232 SharedBitmapDescriptor mpTopLeft; 233 SharedBitmapDescriptor mpTop; 234 SharedBitmapDescriptor mpTopRight; 235 SharedBitmapDescriptor mpLeft; 236 SharedBitmapDescriptor mpRight; 237 SharedBitmapDescriptor mpBottomLeft; 238 SharedBitmapDescriptor mpBottom; [all …]
|
H A D | PresenterTheme.hxx | 116 SharedBitmapDescriptor GetBitmap ( 120 SharedBitmapDescriptor GetBitmap (
|
H A D | PresenterCanvasHelper.hxx | 53 const SharedBitmapDescriptor& rpBitmap, 60 const SharedBitmapDescriptor& rpBitmap,
|
H A D | PresenterPaneBase.hxx | 84 void SetBackground (const SharedBitmapDescriptor& rpBackground); 141 SharedBitmapDescriptor mpViewBackground;
|
H A D | PresenterPaneContainer.hxx | 104 SharedBitmapDescriptor mpViewBackground; 141 const SharedBitmapDescriptor& rpViewBackground);
|
H A D | PresenterCanvasHelper.cxx | 63 const SharedBitmapDescriptor& rpBitmap, in Paint() 77 const SharedBitmapDescriptor& rpBitmap, in PaintRectangle()
|
H A D | PresenterPaneContainer.cxx | 202 const SharedBitmapDescriptor& rpViewBackground) in StoreView() 286 pDescriptor->mpViewBackground = SharedBitmapDescriptor(); in RemoveView()
|
H A D | PresenterController.cxx | 473 SharedBitmapDescriptor 481 return SharedBitmapDescriptor(); in GetViewBackground() 854 SharedBitmapDescriptor pViewBackground( in notifyConfigurationChange()
|
H A D | PresenterBitmapContainer.hxx | 152 typedef ::boost::shared_ptr<PresenterBitmapContainer::BitmapDescriptor> SharedBitmapDescriptor; typedef
|
H A D | PresenterNotesView.hxx | 166 SharedBitmapDescriptor mpBackground;
|
H A D | PresenterWindowManager.hxx | 203 SharedBitmapDescriptor mpBackgroundBitmap;
|
H A D | PresenterController.hxx | 106 SharedBitmapDescriptor
|
H A D | PresenterPaneBase.cxx | 432 void PresenterPaneBase::SetBackground (const SharedBitmapDescriptor& rpBackground) in SetBackground()
|
H A D | PresenterSlideShowView.hxx | 248 SharedBitmapDescriptor mpBackground;
|
H A D | PresenterToolBar.cxx | 110 SharedBitmapDescriptor mpIcon; 1667 rpDefaultMode.get()!=NULL ? rpDefaultMode->mpIcon : SharedBitmapDescriptor()); in ReadElementMode()
|
Completed in 131 milliseconds