Searched refs:nRw1 (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | excform8.cxx | 776 sal_uInt16 nIxti, nRw1, nGrbitCol1, nRw2, nGrbitCol2; in Convert() local 778 aIn >> nIxti >> nRw1 >> nRw2 >> nGrbitCol1 >> nGrbitCol2; in Convert() 798 ExcRelToScRel8( nRw1, nGrbitCol1, aCRD.Ref1, 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() 1174 ExcRelToScRel8( nRw1, nGrbitCol1, aCRD.Ref1, bRangeName ); in Convert() 1179 else if( IsComplRowRange( nRw1, nRw2 ) ) in Convert()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 2035 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()
|
H A D | column2.cxx | 1893 SCSIZE ScColumn::GetPatternCount( SCROW nRw1, SCROW nRw2 ) in GetPatternCount() argument 1895 return this->pAttrArray ? this->pAttrArray->Count( nRw1, nRw2 ) : 0; in GetPatternCount()
|
H A D | documen3.cxx | 2164 SCSIZE ScDocument::GetPatternCount( SCTAB nTab, SCCOL nCol, SCROW nRw1, SCROW nRw2 ) in GetPatternCount() argument 2167 return pTab[nTab]->GetPatternCount( nCol, nRw1, nRw2 ); in GetPatternCount()
|
/aoo42x/main/sc/inc/ |
H A D | attarray.hxx | 195 SCSIZE Count( SCROW nRw1, SCROW nRw2 );
|
H A D | column.hxx | 408 SCSIZE GetPatternCount( SCROW nRw1, SCROW nRw2 );
|
H A D | table.hxx | 315 SCSIZE GetPatternCount( SCCOL nCol, SCROW nRw1, SCROW nRw2 );
|
H A D | document.hxx | 1914 SCSIZE GetPatternCount( SCTAB nTab, SCCOL nCol, SCROW nRw1, SCROW nRw2 );
|
Completed in 99 milliseconds