Searched refs:nDocRow (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 742 SCROW nDocRow = 0; in DBaseExport() local 875 for ( nDocRow = nFirstDataRow; nDocRow <= nLastRow; nDocRow++ ) in DBaseExport() 888 aDocument.GetCell( nDocCol, nDocRow, nTab, pCell ); in DBaseExport() 910 aDocument.GetString( nDocCol, nDocRow, nTab, aString ); in DBaseExport() 918 aDocument.GetValue( nDocCol, nDocRow, nTab, fVal ); in DBaseExport() 927 aDocument.HasStringData( nDocCol, nDocRow, nTab ) ) in DBaseExport() 942 aDocument.GetValue( nDocCol, nDocRow, nTab, fVal ); in DBaseExport() 944 aDocument.HasStringData( nDocCol, nDocRow, nTab ) ) in DBaseExport() 956 aDocument.GetValue( nDocCol, nDocRow, nTab, fVal ); in DBaseExport() 966 if ( !aProgress.SetStateOnPercent( nDocRow - nFirstRow ) ) in DBaseExport() [all …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 580 long nDocRow = 0; in callFunction() local 618 …ArrayOfArrayProc<sal_Int16>::processSequences( pDoc, rArg, aTokenArr, nDocRow, bArgErr, bOverflow … in callFunction() 622 …ArrayOfArrayProc<sal_Int32>::processSequences( pDoc, rArg, aTokenArr, nDocRow, bArgErr, bOverflow … in callFunction() 626 … ArrayOfArrayProc<double>::processSequences( pDoc, rArg, aTokenArr, nDocRow, bArgErr, bOverflow ); in callFunction() 630 …ArrayOfArrayProc<rtl::OUString>::processSequences( pDoc, rArg, aTokenArr, nDocRow, bArgErr, bOverf… in callFunction() 634 …ArrayOfArrayProc<uno::Any>::processSequences( pDoc, rArg, aTokenArr, nDocRow, bArgErr, bOverflow )… in callFunction() 650 long nStartRow = nDocRow; in callFunction() 659 if ( !lcl_CopyData( pSrcDoc, aSrcRange, pDoc, ScAddress( 0, (SCROW)nDocRow, 0 ) ) ) in callFunction() 663 nDocRow += nRowCount; in callFunction() 684 if ( !bArgErr && !bOverflow && nDocRow <= MAXROWCOUNT ) in callFunction()
|
H A D | cellsuno.cxx | 1103 SCROW nDocRow = nStartRow; in lcl_PutDataArray() local 1119 pDoc->SetError( nDocCol, nDocRow, nTab, NOTAVAILABLE ); in lcl_PutDataArray() 1135 pDoc->SetValue( nDocCol, nDocRow, nTab, fVal ); in lcl_PutDataArray() 1144 pDoc->PutCell( nDocCol, nDocRow, nTab, new ScStringCell( aUStr ) ); in lcl_PutDataArray() 1156 ScAddress aPos( nDocCol, nDocRow, nTab ); in lcl_PutDataArray() 1175 ++nDocRow; in lcl_PutDataArray() 1244 SCROW nDocRow = nStartRow; in lcl_PutFormulaArray() local 1255 ScAddress aPos( nDocCol, nDocRow, nTab ); in lcl_PutFormulaArray() 1265 ++nDocRow; in lcl_PutFormulaArray()
|
/aoo42x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 174 …> lcl_GetUsedCell( const Reference<XSpreadsheet>& xSheet, sal_Int32 nDocColumn, sal_Int32 nDocRow ) in lcl_GetUsedCell() argument 177 Reference<XCell> xCell = xSheet->getCellByPosition( nDocColumn, nDocRow ); in lcl_GetUsedCell() 187 …Reference<XCellRangesQuery> xQuery( xSheet->getCellRangeByPosition( nDocColumn, nDocRow, nDocColum… in lcl_GetUsedCell() 212 …l_HasTextInColumn( const Reference<XSpreadsheet>& xSheet, sal_Int32 nDocColumn, sal_Int32 nDocRow ) in lcl_HasTextInColumn() argument 222 …Reference<XCellRangesQuery> xQuery( xSheet->getCellRangeByPosition( nDocColumn, nDocRow, nDocColum… in lcl_HasTextInColumn() 335 sal_Int32 nDocRow = nStartRow + nDBRow - 1; in lcl_SetValue() local 337 ++nDocRow; in lcl_SetValue() 339 const Reference<XCell> xCell = xSheet->getCellByPosition( nDocColumn, nDocRow ); in lcl_SetValue()
|
/aoo42x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 1000 for( SCROW nDocRow = nFirstRealDocRow; nDocRow < nFirstDocRow; ++nDocRow ) in FillInfo() local 1001 … nSize += std::max( static_cast< long >( GetRowHeight( nDocRow, nTab ) * nScaleY ), 1L ); in FillInfo() 1008 for( SCROW nDocRow = nLastDocRow + 1; nDocRow <= nLastRealDocRow; ++nDocRow ) in FillInfo() local 1009 … nSize += std::max( static_cast< long >( GetRowHeight( nDocRow, nTab ) * nScaleY ), 1L ); in FillInfo()
|
Completed in 79 milliseconds