Lines Matching refs:aText

176     String aText;  in GetStandardText()  local
181 aText = String( aResId ); in GetStandardText()
186 aText = String( aT, RTL_TEXTENCODING_ASCII_US ); in GetStandardText()
188 return aText; in GetStandardText()
372 XubString aText( GetText() ); in ImplDrawAlignedImage() local
374 sal_Bool bDrawText = aText.Len() && ! ( ImplGetButtonState() & BUTTON_DRAW_NOTEXT ); in ImplDrawAlignedImage()
391 aText = GetNonMnemonicString( aText ); in ImplDrawAlignedImage()
406 DrawControlText( *pDev, aOutRect, aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
498 aRect = pDev->GetTextRect( aRect, aText, nTextStyle ); in ImplDrawAlignedImage()
658 … pDev->DrawText( Rectangle( aTextPos, aTextSize ), aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
978 XubString aText = PushButton::GetText(); // PushButton:: wegen MoreButton in ImplDrawPushButtonContent() local
1012 if ( aText.Len() && ! (ImplGetButtonState() & BUTTON_DRAW_NOTEXT) ) in ImplDrawPushButtonContent()
2295 XubString aText( GetText() ); in ImplDraw() local
2306 if ( ( aText.Len() && ! (ImplGetButtonState() & BUTTON_DRAW_NOTEXT) ) || in ImplDraw()
2309 sal_uInt16 nTextStyle = Button::ImplGetTextStyle( aText, nWinStyle, nDrawFlags ); in ImplDraw()
2387 long nTextWidth = pDev->GetCtrlTextWidth( aText ); in ImplDraw()
2390 if ( aText.Len() && ! (ImplGetButtonState() & BUTTON_DRAW_NOTEXT) ) in ImplDraw()
2416 … pDev->DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, TEXT_DRAW_MNEMONIC, pVector, pDisplayText ); in ImplDraw()
3197 XubString aText = GetText(); in CalcMinimumSize() local
3198 if ( aText.Len() && ! (ImplGetButtonState() & BUTTON_DRAW_NOTEXT) ) in CalcMinimumSize()
3205 aText, FixedText::ImplGetTextStyle( GetStyle() ) ).GetSize(); in CalcMinimumSize()
3396 XubString aText( GetText() ); in ImplDraw() local
3402 if ( ( aText.Len() && ! (ImplGetButtonState() & BUTTON_DRAW_NOTEXT) ) || in ImplDraw()
3405 sal_uInt16 nTextStyle = Button::ImplGetTextStyle( aText, nWinStyle, nDrawFlags ); in ImplDraw()
4101 XubString aText = GetText(); in CalcMinimumSize() local
4102 if ( aText.Len() && ! (ImplGetButtonState() & BUTTON_DRAW_NOTEXT) ) in CalcMinimumSize()
4109 aText, FixedText::ImplGetTextStyle( GetStyle() ) ).GetSize(); in CalcMinimumSize()