Home
last modified time | relevance | path

Searched refs:nOutRow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx819 for (SCROW nOutRow=nOutStart; nOutRow<=nOutEnd; nOutRow++) in OutputToDocument() local
820 pDestDoc->ShowRow( nOutRow, nTab, sal_False ); in OutputToDocument()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1482 SCROW nOutRow = 0; in Query() local
1491 nOutRow = aParam.nDestRow + nHeader; in Query()
1574 CopyData( aParam.nCol1,j, aParam.nCol2,j, aParam.nDestCol,nOutRow,aParam.nDestTab ); in Query()
1575 ++nOutRow; in Query()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4709 SCROW nOutRow = nStartRow; in InsertNameList() local
4715 pData->UpdateSymbol(aContent, ScAddress( nStartCol, nOutRow, nTab )); in InsertNameList()
4718 pDoc->PutCell( nStartCol,nOutRow,nTab, new ScStringCell( aName ) ); in InsertNameList()
4719 pDoc->PutCell( nEndCol ,nOutRow,nTab, new ScStringCell( aFormula ) ); in InsertNameList()
4720 ++nOutRow; in InsertNameList()

Completed in 50 milliseconds