Searched refs:nOutRow (Results 1 – 3 of 3) sorted by relevance
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docfunc.cxx | 4705 SCROW nOutRow = nStartRow; in InsertNameList() local 4711 pData->UpdateSymbol(aContent, ScAddress( nStartCol, nOutRow, nTab )); in InsertNameList() 4714 pDoc->PutCell( nStartCol,nOutRow,nTab, new ScStringCell( aName ) ); in InsertNameList() 4715 pDoc->PutCell( nEndCol ,nOutRow,nTab, new ScStringCell( aFormula ) ); in InsertNameList() 4716 ++nOutRow; in InsertNameList()
|