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()
5869 SCCOL nTempCol = static_cast<SCCOL>(nResCol1 + nDelta); in ScLookup() local5870 if (nTempCol > MAXCOL) in ScLookup()5875 aAdr.SetCol(nTempCol); in ScLookup()5964 SCCOL nTempCol = static_cast<SCCOL>(nResCol1 + nDelta); in ScLookup() local5965 if (nTempCol > MAXCOL) in ScLookup()5970 aAdr.SetCol(nTempCol); in ScLookup()6025 SCCOL nTempCol = static_cast<SCCOL>(nCol1 + nDelta); in ScLookup() local6026 if (nTempCol > MAXCOL) in ScLookup()6031 aAdr.SetCol(nTempCol); in ScLookup()
4656 SCCOL nTempCol = nOldCol; in ExtendOverlapped() local4658 --nTempCol; in ExtendOverlapped()4659 while (((ScMergeFlagAttr*)GetAttr(nTempCol,nAttrRow,nTab,ATTR_MERGE_FLAG)) in ExtendOverlapped()4661 if (nTempCol < rStartCol) in ExtendOverlapped()4662 rStartCol = nTempCol; in ExtendOverlapped()
Completed in 60 milliseconds