Home
last modified time | relevance | path

Searched refs:aLook (Results 1 – 2 of 2) sorted by path

/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx5259 ScAddress aLook( nCol, nRow, nTab ); in HandleSingleRef() local
5270 if ( pR->GetRange(0).In( aLook ) ) in HandleSingleRef()
5290 if ( !bString && !pDoc->GetCell( aLook ) ) in HandleSingleRef()
H A Ddoubleref.cxx372 ScAddress aLook( nDBCol1, nDBRow1, nDBTab1 ); in findFieldColumn() local
373 while (!bFound && (aLook.Col() <= nDBCol2)) in findFieldColumn()
375 sal_uInt16 nErr = getDoc()->GetStringForFormula( aLook, aCellStr ); in findFieldColumn()
381 aLook.IncCol(); in findFieldColumn()
383 nField = aLook.Col(); in findFieldColumn()

Completed in 42 milliseconds