Lines Matching refs:nRow

159 		SCROW nRow = nStartRow + pE->nRow;  in WriteToDocument()  local
160 if ( nRow != nLastMergedRow ) in WriteToDocument()
165 if ( nRow <= nOverlapRowMax ) in WriteToDocument()
167 while ( nCol <= MAXCOL && mpDoc->HasAttrib( nCol, nRow, nTab, in WriteToDocument()
168 nCol, nRow, nTab, HASATTR_OVERLAPPED ) ) in WriteToDocument()
173 nLastMergedRow = nRow; in WriteToDocument()
177 pE->nRow = nRow; in WriteToDocument()
178 if ( ValidCol(nCol) && ValidRow(nRow) ) in WriteToDocument()
303 mpDoc->ApplyFlagsTab( nCol+1, nRow, in WriteToDocument()
304 nCol + pE->nColOverlap - 1, nRow, nTab, in WriteToDocument()
308 nRO = nRow + pE->nRowOverlap - 1; in WriteToDocument()
309 mpDoc->ApplyFlagsTab( nCol, nRow+1, in WriteToDocument()
316 mpDoc->ApplyFlagsTab( nCol+1, nRow+1, in WriteToDocument()
321 mpDoc->GetPattern( nCol, nRow, nTab )->GetStyleSheet(); in WriteToDocument()
323 mpDoc->SetPattern( nCol, nRow, nTab, aAttr, sal_True ); in WriteToDocument()
329 mpDoc->SetValue( nCol, nRow, nTab, fVal ); in WriteToDocument()
333 mpDoc->SetString( nCol, nRow, nTab, pE->aAltText, pFormatter ); in WriteToDocument()
376 mpDoc->PutCell( nCol, nRow, nTab, new ScStringCell( aStr)); in WriteToDocument()
378 mpDoc->SetString( nCol, nRow, nTab, aStr, pFormatter, bConvertDate ); in WriteToDocument()
384 mpDoc->PutCell( nCol, nRow, nTab, new ScEditCell( pObject, in WriteToDocument()
389 bHasGraphics |= GraphicSize( nCol, nRow, nTab, pE ); in WriteToDocument()
396 ScAddress( nCol, nRow, nTab ) ); in WriteToDocument()
431 for ( SCROW nRow = nStartRow; nRow <= nEndRow; nRow++ ) in WriteToDocument() local
433 sal_uInt16 nHeight = (sal_uInt16)(sal_uLong) mpRowHeights->Get( nRow ); in WriteToDocument()
434 if ( nHeight > mpDoc->GetRowHeight( nRow, nTab ) ) in WriteToDocument()
435 mpDoc->SetRowHeight( nRow, nTab, nHeight ); in WriteToDocument()
446 SCROW nRow = pE->nRow; in WriteToDocument() local
447 if ( ValidCol(nCol) && ValidRow(nRow) ) in WriteToDocument()
448 InsertGraphic( nCol, nRow, nTab, pE ); in WriteToDocument()
457 sal_Bool ScEEImport::GraphicSize( SCCOL nCol, SCROW nRow, SCTAB /*nTab*/, in GraphicSize() argument
507 for ( SCROW nR = nRow; nR < nRow + nRowSpan; nR++ ) in GraphicSize()
522 void ScEEImport::InsertGraphic( SCCOL nCol, SCROW nRow, SCTAB nTab, in InsertGraphic() argument
539 (long)((double) mpDoc->GetRowOffset( nRow, nTab ) * HMM_PER_TWIPS) ); in InsertGraphic()