Home
last modified time | relevance | path

Searched refs:SharedBitmapDescriptor (Results 1 – 22 of 22) sorted by relevance

/aoo41x/main/sdext/source/presenter/
H A DPresenterScrollBar.hxx193 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 DPresenterPaneBorderPainter.cxx86 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 DPresenterTheme.cxx202 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 DPresenterBitmapContainer.cxx144 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 DPresenterScrollBar.cxx399 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 DPresenterButton.cxx459 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 DPresenterButton.hxx162 const SharedBitmapDescriptor& rpLeft,
163 const SharedBitmapDescriptor& rpCenter,
164 const SharedBitmapDescriptor& rpRight);
168 const SharedBitmapDescriptor& mpIcon,
H A DPresenterSlideSorter.cxx180 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 DPresenterTheme.hxx116 SharedBitmapDescriptor GetBitmap (
120 SharedBitmapDescriptor GetBitmap (
H A DPresenterCanvasHelper.hxx53 const SharedBitmapDescriptor& rpBitmap,
60 const SharedBitmapDescriptor& rpBitmap,
H A DPresenterPaneBase.hxx84 void SetBackground (const SharedBitmapDescriptor& rpBackground);
141 SharedBitmapDescriptor mpViewBackground;
H A DPresenterPaneContainer.hxx104 SharedBitmapDescriptor mpViewBackground;
141 const SharedBitmapDescriptor& rpViewBackground);
H A DPresenterCanvasHelper.cxx63 const SharedBitmapDescriptor& rpBitmap, in Paint()
77 const SharedBitmapDescriptor& rpBitmap, in PaintRectangle()
H A DPresenterPaneContainer.cxx202 const SharedBitmapDescriptor& rpViewBackground) in StoreView()
286 pDescriptor->mpViewBackground = SharedBitmapDescriptor(); in RemoveView()
H A DPresenterController.cxx473 SharedBitmapDescriptor
481 return SharedBitmapDescriptor(); in GetViewBackground()
854 SharedBitmapDescriptor pViewBackground( in notifyConfigurationChange()
H A DPresenterBitmapContainer.hxx152 typedef ::boost::shared_ptr<PresenterBitmapContainer::BitmapDescriptor> SharedBitmapDescriptor; typedef
H A DPresenterNotesView.hxx166 SharedBitmapDescriptor mpBackground;
H A DPresenterWindowManager.hxx203 SharedBitmapDescriptor mpBackgroundBitmap;
H A DPresenterController.hxx106 SharedBitmapDescriptor
H A DPresenterPaneBase.cxx432 void PresenterPaneBase::SetBackground (const SharedBitmapDescriptor& rpBackground) in SetBackground()
H A DPresenterSlideShowView.hxx248 SharedBitmapDescriptor mpBackground;
H A DPresenterToolBar.cxx110 SharedBitmapDescriptor mpIcon;
1667 rpDefaultMode.get()!=NULL ? rpDefaultMode->mpIcon : SharedBitmapDescriptor()); in ReadElementMode()

Completed in 131 milliseconds