Home
last modified time | relevance | path

Searched refs:nScRow2 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1205 SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2, in ApplyPattern() argument
1217 …rDoc.ApplyPooledPatternAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, *mpPooledPattern, rPat… in ApplyPattern()
1224 rDoc.ApplyStyleAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, *mpStyleSheet ); in ApplyPattern()
1229 rDoc.ApplyPatternAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, rPattern ); in ApplyPattern()
1246 rDoc.ApplyPatternAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, aPattern ); in ApplyPattern()
1520 SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2, in ApplyPattern() argument
1528 pXF->ApplyPattern( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, nForceScNumFmt ); in ApplyPattern()
1835 void XclImpXFRangeBuffer::SetMerge( SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2 ) in SetMerge() argument
1837 if( (nScCol1 < nScCol2) || (nScRow1 < nScRow2) ) in SetMerge()
1838 maMergeList.Append( ScRange( nScCol1, nScRow1, 0, nScCol2, nScRow2, 0 ) ); in SetMerge()
H A Dxehelper.cxx243 SCROW nScRow2 = rScRange.aEnd.Row(); in ConvertRange() local
247 nScRow2 = ::std::min( nScRow2, maMaxPos.Row() ); in ConvertRange()
249 lclFillAddress( rXclRange.maLast, nScCol2, nScRow2 ); in ConvertRange()
H A Dxicontent.cxx425 SCROW nScRow1, nScRow2; in InsertUrl() local
426 aScRange.GetVars( nScCol1, nScRow1, nScTab, nScCol2, nScRow2, nScTab ); in InsertUrl()
428 for( SCROW nScRow = nScRow1; nScRow <= nScRow2; ++nScRow ) in InsertUrl()
H A Dxelink.cxx1266 SCROW nScRow2 = ::std::min( aRowRange.second - 1, maBoundRange.aEnd.Row() ); in Save() local
1267 if( nScRow1 > nScRow2 ) in Save()
1277 for( SCROW nScRow = nScRow1; bValid && (nScRow <= nScRow2); ++nScRow ) in Save()
H A Dxechart.cxx883 SCsTAB nScTab2, SCsCOL nScCol2, SCsROW nScRow2 ) in lclAddDoubleRefData() argument
893 aComplexRef.Ref2.nRow = nScRow2; in lclAddDoubleRefData()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx414 SCCOL nScCol2, SCROW nScRow2,
523 SCCOL nScCol2, SCROW nScRow2,
645 void SetMerge( SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2 );

Completed in 75 milliseconds