Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Ddoubleref.cxx347 SCCOL nDBCol2 = e.Col(); in findFieldColumn() local
349 if ( nIndex <= 0 || nIndex > (nDBCol2 - nDBCol1 + 1) ) in findFieldColumn()
352 return Min(nDBCol2, static_cast<SCCOL>(nDBCol1 + nIndex - 1)); in findFieldColumn()
365 SCCOL nDBCol2 = e.Col(); in findFieldColumn() local
373 while (!bFound && (aLook.Col() <= nDBCol2)) in findFieldColumn()
/aoo4110/main/sc/source/core/data/
H A Dtable3.cxx1650 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateExcelQuery() local
1658 while (!bFound && (i <= nDBCol2)) in CreateExcelQuery()
1742 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateStarQuery() local
1772 for (SCCOL i=rQueryParam.nCol1; (i <= nDBCol2) && (!bFound); i++) in CreateStarQuery()

Completed in 29 milliseconds