Searched refs:nLastContentCol (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1352 SCCOL nLastContentCol = MAXCOL; in DrawStrings() local 1354 nLastContentCol = sal::static_int_cast<SCCOL>( in DrawStrings() 1355 … nLastContentCol - 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() 2147 … nLastContentCol - 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 25 milliseconds