Home
last modified time | relevance | path

Searched refs:nScRow1 (Results 1 – 5 of 5) 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()
1236 mpPooledPattern = rDoc.GetPattern(nScCol1, nScRow1, nScTab); 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()
[all …]
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.cxx1265 SCROW nScRow1 = ::std::max( aRowRange.first, maBoundRange.aStart.Row() ); in Save() local
1267 if( nScRow1 > nScRow2 ) in Save()
1277 for( SCROW nScRow = nScRow1; bValid && (nScRow <= nScRow2); ++nScRow ) in Save()
H A Dxechart.cxx882 SCsTAB nScTab1, SCsCOL nScCol1, SCsROW nScRow1, in lclAddDoubleRefData() argument
890 aComplexRef.Ref1.nRow = nScRow1; in lclAddDoubleRefData()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx413 SCCOL nScCol1, SCROW nScRow1,
522 SCCOL nScCol1, SCROW nScRow1,
645 void SetMerge( SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2 );

Completed in 58 milliseconds