Home
last modified time | relevance | path

Searched refs:mnCurLines (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/source/window/
H A Dtoolbox.cxx450 if( pThis->mnCurLines == 1 ) in ImplDrawGradientBackground()
458 if( pThis->mnCurLines == 1 ) in ImplDrawGradientBackground()
466 if( pThis->mnCurLines == 1 ) in ImplDrawGradientBackground()
474 if( pThis->mnCurLines == 1 ) in ImplDrawGradientBackground()
486 if( pThis->mnCurLines > 1 ) in ImplDrawGradientBackground()
492 if( pThis->mnCurLines > 1 ) in ImplDrawGradientBackground()
1051 (!pThis->mbScroll || (pThis->mnLines > 1) || (pThis->mnCurLines > pThis->mnVisLines)) ) in ImplTestLineSize()
1119 … sal_uInt16 nMaxLines = (pThis->mnLines > pThis->mnCurLines) ? pThis->mnLines : pThis->mnCurLines; in ImplLineSizing()
1591 mnCurLines = 1; in ImplInit()
2538 mnCurLines = 1; in ImplFormat()
[all …]
/AOO42X/main/vcl/inc/vcl/
H A Dtoolbox.hxx205 sal_uInt16 mnCurLines; // number of lines due to line breaking member in ToolBox