Searched refs:nOutRow (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | consoli.cxx | 819 for (SCROW nOutRow=nOutStart; nOutRow<=nOutEnd; nOutRow++) in OutputToDocument() local 820 pDestDoc->ShowRow( nOutRow, nTab, sal_False ); in OutputToDocument()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table3.cxx | 1482 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()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 4709 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 49 milliseconds