Searched refs:rLastRow (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/inc/ |
H A D | attarray.hxx | 168 sal_Bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const; 172 sal_Bool GetLastAttr( SCROW& rLastRow, SCROW nLastData ) const;
|
H A D | column.hxx | 173 sal_Bool GetLastVisibleAttr( SCROW& rLastRow ) const; 177 sal_Bool GetLastAttr( SCROW& rLastRow ) const;
|
H A D | table.hxx | 738 bool RowHidden(SCROW nRow, SCROW& rLastRow) const;
|
H A D | document.hxx | 1392 SC_DLLPUBLIC bool RowHidden(SCROW nRow, SCTAB nTab, SCROW& rLastRow);
|
/trunk/main/sc/source/core/data/ |
H A D | attarray.cxx | 1894 sal_Bool ScAttrArray::GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const in GetLastVisibleAttr() argument 1902 rLastRow = MAXROW; // can't look for attributes below MAXROW in GetLastVisibleAttr() 1931 rLastRow = pData[nEndPos].nRow; in GetLastVisibleAttr() 1941 sal_Bool ScAttrArray::GetLastAttr( SCROW& rLastRow, SCROW nLastData ) const in GetLastAttr() argument 1945 rLastRow = MAXROW; in GetLastAttr() 1972 rLastRow = pData[nEndPos].nRow; in GetLastAttr()
|
H A D | table5.cxx | 529 bool ScTable::RowHidden(SCROW nRow, SCROW& rLastRow) const in RowHidden() 531 rLastRow = nRow; in RowHidden() 540 rLastRow = aData.mnRow2; in RowHidden()
|
H A D | column2.cxx | 1554 sal_Bool ScColumn::GetLastVisibleAttr( SCROW& rLastRow ) const in GetLastVisibleAttr() 1561 return pAttrArray->GetLastVisibleAttr( rLastRow, nLastData ); in GetLastVisibleAttr() 1567 sal_Bool ScColumn::GetLastAttr( SCROW& rLastRow ) const in GetLastAttr() 1573 return pAttrArray->GetLastAttr( rLastRow, nLastData ); in GetLastAttr()
|
H A D | document.cxx | 3614 bool ScDocument::RowHidden(SCROW nRow, SCTAB nTab, SCROW& rLastRow) in RowHidden() argument 3618 rLastRow = nRow; in RowHidden() 3622 return pTab[nTab]->RowHidden(nRow, rLastRow); in RowHidden()
|
Completed in 83 milliseconds