Searched refs:nAttrRow1 (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | table2.cxx | 625 SCROW nAttrRow1; in TransposeClip() local 629 while ( (pPattern = pAttrIter->Next( nAttrRow1, nAttrRow2 )) != 0 ) in TransposeClip() 639 for (nRow = nAttrRow1; nRow<=nAttrRow2; nRow++) in TransposeClip() 681 for (nRow = nAttrRow1; nRow<=nAttrRow2; nRow++) in TransposeClip() 1458 SCCOL nCol, SCROW nAttrRow1, SCROW nAttrRow2, SCSIZE nArrY, in FillMaxRot() argument 1490 for ( SCROW nRow = nAttrRow1; nRow <= nAttrRow2; nRow++ ) in FillMaxRot() 1546 SCROW nAttrRow1, nAttrRow2; in FindMaxRotCol() local 1547 const ScPatternAttr* pPattern = aIter.GetNext( nAttrCol, nAttrRow1, nAttrRow2 ); in FindMaxRotCol() 1576 nCol, nAttrRow1, nAttrRow2, in FindMaxRotCol() 1587 nCol, nAttrRow1, nAttrRow2, in FindMaxRotCol() [all …]
|
H A D | column.cxx | 341 SCROW nAttrRow1 = 0, nAttrRow2 = 0; in GetMostUsedPattern() local 343 while( (pPattern = aAttrIter.Next( nAttrRow1, nAttrRow2 )) != 0 ) in GetMostUsedPattern() 346 rnCount += (nAttrRow2 - nAttrRow1 + 1); in GetMostUsedPattern()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 887 SCCOL nCol, SCROW nAttrRow1, SCROW nAttrRow2, SCSIZE nArrY,
|
Completed in 68 milliseconds