Lines Matching refs:rButtons

70         const ::std::vector<SharedButton>& rButtons);
94 void UpdateMinimumIconSizes(const ::std::vector<SharedButton>& rButtons);
106 const ::std::vector<SharedButton>& rButtons);
127 const ::std::vector<SharedButton>& rButtons);
366 const ::std::vector<boost::shared_ptr<Button> >& rButtons (bIsExcluded in GetButton() local
370 if (nIndex<0 || sal_uInt32(nIndex)>=rButtons.size()) in GetButton()
372 OSL_ASSERT(nIndex<0 || sal_uInt32(nIndex)>=rButtons.size()); in GetButton()
376 return rButtons[sal_uInt32(nIndex)]; in GetButton()
387 ::std::vector<SharedButton>& rButtons ( in GetButtonAt()
389 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in GetButtonAt()
391 if (rButtons[sal_uInt32(nIndex)]->GetBoundingBox().IsInside(aLocalLocation)) in GetButtonAt()
393 if (rButtons[sal_uInt32(nIndex)]->IsEnabled()) in GetButtonAt()
394 return rButtons[sal_uInt32(nIndex)]; in GetButtonAt()
452 const ::std::vector<SharedButton>& rButtons ( in Paint() local
459 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in Paint()
460 rButtons[nIndex]->Paint( in Paint()
799 const ::std::vector<SharedButton>& rButtons) in BackgroundTheme()
802 UpdateMinimumIconSizes(rButtons); in BackgroundTheme()
818 const ::std::vector<SharedButton>& rButtons) in UpdateMinimumIconSizes()
827 sal_Int32 nTotalWidthLarge ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes()
828 sal_Int32 nTotalWidthMedium ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes()
829 sal_Int32 nTotalWidthSmall ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes()
830 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in UpdateMinimumIconSizes()
833 Size aSize = rButtons[nIndex]->GetSize(Button::IconSize_Large); in UpdateMinimumIconSizes()
839 aSize = rButtons[nIndex]->GetSize(Button::IconSize_Medium); in UpdateMinimumIconSizes()
845 aSize = rButtons[nIndex]->GetSize(Button::IconSize_Small); in UpdateMinimumIconSizes()
870 const ::std::vector<SharedButton>& rButtons) in RectangleBackgroundTheme()
871 : BackgroundTheme(rpTheme, rButtons), in RectangleBackgroundTheme()
986 const ::std::vector<SharedButton>& rButtons) in BitmapBackgroundTheme()
987 : BackgroundTheme(rpTheme, rButtons), in BitmapBackgroundTheme()