| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterScrollBar.hxx | 105 void SetBackground (const SharedBitmapDescriptor& rpBackgroundBitmap); 181 SharedBitmapDescriptor mpPrevButtonDescriptor; 182 SharedBitmapDescriptor mpNextButtonDescriptor; 183 SharedBitmapDescriptor mpPagerStartDescriptor; 184 SharedBitmapDescriptor mpPagerCenterDescriptor; 185 SharedBitmapDescriptor mpPagerEndDescriptor; 186 SharedBitmapDescriptor mpThumbStartDescriptor; 187 SharedBitmapDescriptor mpThumbCenterDescriptor; 188 SharedBitmapDescriptor mpThumbEndDescriptor; 202 const SharedBitmapDescriptor& rpStartBitmaps, [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; 94 SharedBitmapDescriptor mpBottomCallout; 95 SharedBitmapDescriptor mpBackground; [all …]
|
| H A D | PresenterTheme.cxx | 146 const SharedBitmapDescriptor GetBitmap (const OUString& sBitmapName) const; 194 const SharedBitmapDescriptor GetBitmap (const OUString& sBitmapName) const; 202 SharedBitmapDescriptor mpBackground; 274 SharedBitmapDescriptor mpBackground; 476 SharedBitmapDescriptor PresenterTheme::GetBitmap ( in GetBitmap() 492 return SharedBitmapDescriptor(); in GetBitmap() 500 SharedBitmapDescriptor pBitmap (pPaneStyle->GetBitmap(rsBitmapName)); in GetBitmap() 508 SharedBitmapDescriptor pBitmap (pViewStyle->GetBitmap(rsBitmapName)); in GetBitmap() 515 return SharedBitmapDescriptor(); in GetBitmap() 521 SharedBitmapDescriptor PresenterTheme::GetBitmap ( in GetBitmap() [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 | 353 void PresenterScrollBar::SetBackground (const SharedBitmapDescriptor& rpBackgroundBitmap) in SetBackground() 399 mpPagerStartDescriptor, mpPagerCenterDescriptor, SharedBitmapDescriptor()); in Paint() 401 SharedBitmapDescriptor(), mpPagerCenterDescriptor, mpPagerEndDescriptor); in Paint() 626 const SharedBitmapDescriptor& rpBitmaps) in PaintBitmap() 716 const SharedBitmapDescriptor& rpDescriptor) in UpdateWidthOrHeight() 736 const SharedBitmapDescriptor& rpBitmaps) const in GetBitmap() 965 const SharedBitmapDescriptor& rpStartBitmaps, in PaintComposite() 966 const SharedBitmapDescriptor& rpCenterBitmaps, in PaintComposite() 967 const SharedBitmapDescriptor& rpEndBitmaps) in PaintComposite() 1187 const SharedBitmapDescriptor& rpStartBitmaps, in PaintComposite() [all …]
|
| H A D | PresenterButton.cxx | 447 const SharedBitmapDescriptor& rpLeft, in RenderButton() 448 const SharedBitmapDescriptor& rpCenter, in RenderButton() 449 const SharedBitmapDescriptor& rpRight) in RenderButton() 498 const SharedBitmapDescriptor& mpIcon, in GetBitmap() 521 SharedBitmapDescriptor pLeftBitmap (mpTheme->GetBitmap(A2S("ButtonFrameLeft"))); in SetupButtonBitmaps() 522 SharedBitmapDescriptor pCenterBitmap(mpTheme->GetBitmap(A2S("ButtonFrameCenter"))); in SetupButtonBitmaps() 523 SharedBitmapDescriptor pRightBitmap(mpTheme->GetBitmap(A2S("ButtonFrameRight"))); in SetupButtonBitmaps()
|
| H A D | PresenterButton.hxx | 150 const SharedBitmapDescriptor& rpLeft, 151 const SharedBitmapDescriptor& rpCenter, 152 const SharedBitmapDescriptor& rpRight); 156 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); 133 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() 853 SharedBitmapDescriptor pViewBackground( in notifyConfigurationChange()
|
| H A D | PresenterNotesView.hxx | 154 SharedBitmapDescriptor mpBackground;
|
| H A D | PresenterBitmapContainer.hxx | 152 typedef ::boost::shared_ptr<PresenterBitmapContainer::BitmapDescriptor> SharedBitmapDescriptor; typedef
|
| H A D | PresenterWindowManager.hxx | 191 SharedBitmapDescriptor mpBackgroundBitmap;
|
| H A D | PresenterSlideShowView.hxx | 219 SharedBitmapDescriptor mpBackground;
|
| H A D | PresenterController.hxx | 106 SharedBitmapDescriptor
|
| H A D | PresenterPaneBase.cxx | 424 void PresenterPaneBase::SetBackground (const SharedBitmapDescriptor& rpBackground) in SetBackground()
|
| H A D | PresenterToolBar.cxx | 110 SharedBitmapDescriptor mpIcon; 1638 rpDefaultMode.get()!=NULL ? rpDefaultMode->mpIcon : SharedBitmapDescriptor()); in ReadElementMode()
|