Home
last modified time | relevance | path

Searched refs:nRw2 (Results 1 – 8 of 8) sorted by path

/trunk/main/sc/inc/
H A Dattarray.hxx195 SCSIZE Count( SCROW nRw1, SCROW nRw2 );
H A Dcolumn.hxx408 SCSIZE GetPatternCount( SCROW nRw1, SCROW nRw2 );
H A Ddocument.hxx1914 SCSIZE GetPatternCount( SCTAB nTab, SCCOL nCol, SCROW nRw1, SCROW nRw2 );
H A Dtable.hxx315 SCSIZE GetPatternCount( SCCOL nCol, SCROW nRw1, SCROW nRw2 );
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1893 SCSIZE ScColumn::GetPatternCount( SCROW nRw1, SCROW nRw2 ) in GetPatternCount() argument
1895 return this->pAttrArray ? this->pAttrArray->Count( nRw1, nRw2 ) : 0; in GetPatternCount()
H A Ddocumen3.cxx2164 SCSIZE ScDocument::GetPatternCount( SCTAB nTab, SCCOL nCol, SCROW nRw1, SCROW nRw2 ) in GetPatternCount() argument
2167 return pTab[nTab]->GetPatternCount( nCol, nRw1, nRw2 ); in GetPatternCount()
H A Dtable4.cxx2035 SCSIZE ScTable::GetPatternCount( SCCOL nCol, SCROW nRw1, SCROW nRw2 ) in GetPatternCount() argument
2037 if( ValidCol( nCol ) && ValidRow( nRw1 ) && ValidRow( nRw2 ) ) in GetPatternCount()
2038 return aCol[nCol].GetPatternCount( nRw1, nRw2 ); in GetPatternCount()
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx776 sal_uInt16 nIxti, nRw1, nGrbitCol1, nRw2, nGrbitCol2; in Convert() local
778 aIn >> nIxti >> nRw1 >> nRw2 >> nGrbitCol1 >> nGrbitCol2; in Convert()
799 ExcRelToScRel8( nRw2, nGrbitCol2, aCRD.Ref2, bRangeName ); in Convert()
803 else if( IsComplRowRange( nRw1, nRw2 ) ) in Convert()
1157 sal_uInt16 nIxti, nRw1, nGrbitCol1, nRw2, nGrbitCol2; in Convert() local
1159 aIn >> nIxti >> nRw1 >> nRw2 >> nGrbitCol1 >> nGrbitCol2; in Convert()
1175 ExcRelToScRel8( nRw2, nGrbitCol2, aCRD.Ref2, bRangeName ); in Convert()
1179 else if( IsComplRowRange( nRw1, nRw2 ) ) in Convert()

Completed in 131 milliseconds