Lines Matching refs:bText
1979 sal_Bool bText; in ImplCalcItem() local
1991 bText = sal_False; in ImplCalcItem()
1993 bText = sal_True; in ImplCalcItem()
1995 if ( bImage || bText ) in ImplCalcItem()
2003 if ( bImage || !bText ) in ImplCalcItem()
2017 if ( bText || !bImage ) in ImplCalcItem()
2031 … it->maItemSize.Width() = bText ? GetCtrlTextWidth( it->maText )+TB_TEXTOFFSET : 0; in ImplCalcItem()
2032 it->maItemSize.Height() = bText ? GetTextHeight() : 0; in ImplCalcItem()
2035 if( bText ) in ImplCalcItem()
2043 it->mbVisibleText = bText; in ImplCalcItem()
3628 sal_Bool bText; in ImplDrawItem() local
3630 pItem->DetermineButtonDrawStyle( tmpButtonType, bImage, bText ); in ImplDrawItem()
3638 if ( bText ) in ImplDrawItem()
3668 if ( (pItem->mnBits & (TIB_LEFT|TIB_DROPDOWN)) || bText ) in ImplDrawItem()
3673 if( mbHorz || !bText ) in ImplDrawItem()
3699 if ( bText ) in ImplDrawItem()