Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx127 mnLastClipRow( nHeight - 1 ), in ArrayImpl()
218 return (mnFirstClipRow <= nRow) && (nRow <= mnLastClipRow); in IsRowInClipRange()
538 if( nRow == mxImpl->mnLastClipRow + 1 ) in GetCellStyleTop()
559 if( nRow == mxImpl->mnLastClipRow ) in GetCellStyleBottom()
764 mxImpl->mnLastClipRow = nLastRow; in SetClipRange()
785 mxImpl->GetRowPosition( mxImpl->mnLastClipRow + 1 ) ); in GetClipRangeRectangle()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx80 size_t mnLastClipRow; member

Completed in 26 milliseconds