Lines Matching refs:bLayout

367                                    Size& rSize, sal_Bool bLayout,  in ImplDrawAlignedImage()  argument
383 MetricVector *pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDrawAlignedImage()
384 String *pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDrawAlignedImage()
971 bool bLayout, in ImplDrawPushButtonContent() argument
1020 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, in ImplDrawPushButtonContent()
1026 if( ! bLayout ) in ImplDrawPushButtonContent()
1047 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, nDrawFlags, in ImplDrawPushButtonContent()
1050 if ( IsSymbol() && ! bLayout ) in ImplDrawPushButtonContent()
1057 if ( mnDDStyle == PUSHBUTTON_DROPDOWN_TOOLBOX && !bLayout ) in ImplDrawPushButtonContent()
1092 void PushButton::ImplDrawPushButton( bool bLayout ) in ImplDrawPushButton() argument
1094 if( !bLayout ) in ImplDrawPushButton()
1233 aInRect, bLayout, bDrawMenuSep ); in ImplDrawPushButton()
1245 if( ! bLayout && bRollOver ) in ImplDrawPushButton()
1254 if( ! bLayout ) in ImplDrawPushButton()
1259 ImplDrawPushButtonContent( this, 0, aInRect, bLayout, bDrawMenuSep ); in ImplDrawPushButton()
1261 if( ! bLayout && HasFocus() ) in ImplDrawPushButton()
2292 Rectangle& rMouseRect, bool bLayout ) in ImplDraw() argument
2297 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDraw()
2298 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDraw()
2327 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, 1, in ImplDraw()
2428 void RadioButton::ImplDrawRadioButton( bool bLayout ) in ImplDrawRadioButton() argument
2430 if( !bLayout ) in ImplDrawRadioButton()
2443 aImageSize, maStateRect, maMouseRect, bLayout ); in ImplDrawRadioButton()
2445 if( !bLayout || (IsNativeControlSupported(CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL)==sal_True) ) in ImplDrawRadioButton()
3393 Rectangle& rMouseRect, bool bLayout ) in ImplDraw() argument
3423 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, 1, in ImplDraw()
3495 void CheckBox::ImplDrawCheckBox( bool bLayout ) in ImplDrawCheckBox() argument
3501 if( !bLayout ) in ImplDrawCheckBox()
3505 maStateRect, maMouseRect, bLayout ); in ImplDrawCheckBox()
3507 if( !bLayout ) in ImplDrawCheckBox()