Lines Matching refs:bLayout

1780 void ImplListBoxWindow::ImplPaint( sal_uInt16 nPos, sal_Bool bErase, bool bLayout )  in ImplPaint()  argument
1792 if( ! bLayout ) in ImplPaint()
1826 DrawEntry( nPos, sal_True, sal_True, sal_False, bLayout ); in ImplPaint()
1832 …_uInt16 nPos, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos, bool bLayout ) in DrawEntry() argument
1846 if( bDrawImage && mpEntryList->HasImages() && !bLayout ) in DrawEntry()
1890 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in DrawEntry()
1891 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in DrawEntry()
1910 if( bLayout ) in DrawEntry()
1932 if( !bLayout ) in DrawEntry()
1961 void ImplListBoxWindow::ImplDoPaint( const Rectangle& rRect, bool bLayout ) in ImplDoPaint() argument
1966 if ( mbHasFocusRect && ! bLayout ) in ImplDoPaint()
1978 ImplPaint( i, sal_False, bLayout ); in ImplDoPaint()
1987 if( HasFocus() && bShowFocusRect && !bLayout ) in ImplDoPaint()
2866 void ImplWin::ImplDraw( bool bLayout ) in ImplDraw() argument
2872 if( ! bLayout ) in ImplDraw()
2961 DrawEntry( sal_True, sal_True, sal_False, bLayout ); in ImplDraw()
2974 …n::DrawEntry( sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos, bool bLayout ) in DrawEntry() argument
2980 if( bDrawImage && bImage && !bLayout ) in DrawEntry()
3027 if ( bDrawImage && bImage && !bLayout ) in DrawEntry()
3044 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in DrawEntry()
3045 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in DrawEntry()
3049 if( HasFocus() && !bLayout ) in DrawEntry()