Searched refs:nScRow2 (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1205 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 D | xehelper.cxx | 243 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 D | xicontent.cxx | 425 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 D | xelink.cxx | 1266 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 D | xechart.cxx | 883 SCsTAB nScTab2, SCsCOL nScCol2, SCsROW nScRow2 ) in lclAddDoubleRefData() argument 893 aComplexRef.Ref2.nRow = nScRow2; in lclAddDoubleRefData()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 414 SCCOL nScCol2, SCROW nScRow2, 523 SCCOL nScCol2, SCROW nScRow2, 645 void SetMerge( SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2 );
|
Completed in 232 milliseconds