Lines Matching refs:size

354 		return maExcludedButtons.size();  in GetButtonCount()
356 return maRegularButtons.size(); in GetButtonCount()
370 if (nIndex<0 || sal_uInt32(nIndex)>=rButtons.size()) in GetButton()
372 OSL_ASSERT(nIndex<0 || sal_uInt32(nIndex)>=rButtons.size()); in GetButton()
389 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in GetButtonAt()
459 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in Paint()
566 for (sal_uInt32 nIndex=0; nIndex<maExcludedButtons.size(); ++nIndex) in LayoutButtons()
568 for (sal_uInt32 nIndex=0; nIndex<maRegularButtons.size(); ++nIndex) in LayoutButtons()
574 sal_Int32 nExcludedTotalWidth ((maExcludedButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons()
575 for (sal_uInt32 nIndex=0; nIndex<maExcludedButtons.size(); ++nIndex) in LayoutButtons()
584 sal_Int32 nRegularTotalWidth ((maRegularButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons()
585 for (sal_uInt32 nIndex=0; nIndex<maRegularButtons.size(); ++nIndex) in LayoutButtons()
607 for (sal_Int32 nIndex=maRegularButtons.size()-1; nIndex>=0; --nIndex) in LayoutButtons()
615 if (maRegularButtons.size()>=2 && maExcludedButtons.size()>=1) in LayoutButtons()
622 for (sal_uInt32 nIndex=0; nIndex<maExcludedButtons.size(); ++nIndex) in LayoutButtons()
625 for (sal_uInt32 nIndex=0; nIndex<maRegularButtons.size(); ++nIndex) in LayoutButtons()
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()