Lines Matching refs:bText
1987 sal_Bool bText; in ImplCalcItem() local
1999 bText = sal_False; in ImplCalcItem()
2001 bText = sal_True; in ImplCalcItem()
2003 if ( bImage || bText ) in ImplCalcItem()
2011 if ( bImage || !bText ) in ImplCalcItem()
2025 if ( bText || !bImage ) in ImplCalcItem()
2039 … it->maItemSize.Width() = bText ? GetCtrlTextWidth( it->maText )+TB_TEXTOFFSET : 0; in ImplCalcItem()
2040 it->maItemSize.Height() = bText ? GetTextHeight() : 0; in ImplCalcItem()
2043 if( bText ) in ImplCalcItem()
2051 it->mbVisibleText = bText; in ImplCalcItem()
3636 sal_Bool bText; in ImplDrawItem() local
3638 pItem->DetermineButtonDrawStyle( tmpButtonType, bImage, bText ); in ImplDrawItem()
3646 if ( bText ) in ImplDrawItem()
3676 if ( (pItem->mnBits & (TIB_LEFT|TIB_DROPDOWN)) || bText ) in ImplDrawItem()
3681 if( mbHorz || !bText ) in ImplDrawItem()
3707 if ( bText ) in ImplDrawItem()