Searched refs:nTempCol (Results 1 – 4 of 4) sorted by relevance
1211 sal_Int32 nTempCol = nCol + 1; in merge() local1216 for( ; nTempCol < nLastCol; nTempCol++ ) in merge()1218 CellRef xCell( dynamic_cast< Cell* >( getCellByPosition( nTempCol, nRow ).get() ) ); in merge()1227 nTempCol = nCol; in merge()
1286 SCCOL nTempCol; in Justify() local1287 if ( aEnd.Col() < (nTempCol = aStart.Col()) ) in Justify()1289 aStart.SetCol(aEnd.Col()); aEnd.SetCol(nTempCol); in Justify()1336 SCCOL nTempCol; in lcl_ScRange_Parse_OOo() local1337 if ( aRange.aEnd.Col() < (nTempCol = aRange.aStart.Col()) ) in lcl_ScRange_Parse_OOo()1339 aRange.aStart.SetCol(aRange.aEnd.Col()); aRange.aEnd.SetCol(nTempCol); in lcl_ScRange_Parse_OOo()
6006 SCCOL nTempCol = static_cast<SCCOL>(nResCol1 + nDelta); in ScLookup() local6007 if (nTempCol > MAXCOL) in ScLookup()6012 aAdr.SetCol(nTempCol); in ScLookup()6101 SCCOL nTempCol = static_cast<SCCOL>(nResCol1 + nDelta); in ScLookup() local6102 if (nTempCol > MAXCOL) in ScLookup()6107 aAdr.SetCol(nTempCol); in ScLookup()6162 SCCOL nTempCol = static_cast<SCCOL>(nCol1 + nDelta); in ScLookup() local6163 if (nTempCol > MAXCOL) in ScLookup()6168 aAdr.SetCol(nTempCol); in ScLookup()
4658 SCCOL nTempCol = nOldCol; in ExtendOverlapped() local4660 --nTempCol; in ExtendOverlapped()4661 while (((ScMergeFlagAttr*)GetAttr(nTempCol,nAttrRow,nTab,ATTR_MERGE_FLAG)) in ExtendOverlapped()4663 if (nTempCol < rStartCol) in ExtendOverlapped()4664 rStartCol = nTempCol; in ExtendOverlapped()
Completed in 80 milliseconds