Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1352 SCCOL nLastContentCol = MAXCOL; in DrawStrings() local
1354 nLastContentCol = sal::static_int_cast<SCCOL>( in DrawStrings()
1355nLastContentCol - pDoc->GetEmptyLinesInBlock( nX2+1, nY1, nTab, MAXCOL, nY2, nTab, DIR_RIGHT ) ); in DrawStrings()
1443 while (nTempX < nLastContentCol && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawStrings()
2144 SCCOL nLastContentCol = MAXCOL; in DrawEdit() local
2146 nLastContentCol = sal::static_int_cast<SCCOL>( in DrawEdit()
2147nLastContentCol - pDoc->GetEmptyLinesInBlock( nX2+1, nY1, nTab, MAXCOL, nY2, nTab, DIR_RIGHT ) ); in DrawEdit()
2191 while (nTempX < nLastContentCol && IsEmptyCellText( pThisRowInfo, nTempX, nY )) in DrawEdit()

Completed in 37 milliseconds