Home
last modified time | relevance | path

Searched refs:mpIcon (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx110 SharedBitmapDescriptor mpIcon; member in sdext::presenter::__anonc0e9a9f80111::ElementMode
1610 : mpIcon(), in ElementMode()
1636 mpIcon = rpDefaultMode->mpIcon; in ReadElementMode()
1662 mpIcon = PresenterBitmapContainer::LoadBitmap( in ReadElementMode()
1667 rpDefaultMode.get()!=NULL ? rpDefaultMode->mpIcon : SharedBitmapDescriptor()); in ReadElementMode()
1751 if (mpMode->mpIcon.get() == NULL) in Paint()
1760 if (mpMode->mpIcon.get() != NULL) in Paint()
1762 Reference<rendering::XBitmap> xBitmap (mpMode->mpIcon->GetNormalBitmap()); in Paint()
1783 if (mpMode->mpIcon.get() != NULL) in CreateBoundingSize()
1784 xBitmap = mpMode->mpIcon->GetNormalBitmap(); in CreateBoundingSize()
[all …]
H A DPresenterButton.cxx510 const SharedBitmapDescriptor& mpIcon, in GetBitmap() argument
513 if (mpIcon.get() != NULL) in GetBitmap()
514 return mpIcon->GetBitmap(eMode); in GetBitmap()
517 OSL_ASSERT(mpIcon.get()!=NULL); in GetBitmap()
H A DPresenterButton.hxx168 const SharedBitmapDescriptor& mpIcon,

Completed in 30 milliseconds