Home
last modified time | relevance | path

Searched refs:rLastRow (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sc/inc/
H A Dattarray.hxx168 sal_Bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
172 sal_Bool GetLastAttr( SCROW& rLastRow, SCROW nLastData ) const;
H A Dcolumn.hxx173 sal_Bool GetLastVisibleAttr( SCROW& rLastRow ) const;
177 sal_Bool GetLastAttr( SCROW& rLastRow ) const;
H A Dtable.hxx738 bool RowHidden(SCROW nRow, SCROW& rLastRow) const;
H A Ddocument.hxx1392 SC_DLLPUBLIC bool RowHidden(SCROW nRow, SCTAB nTab, SCROW& rLastRow);
/aoo4110/main/sc/source/core/data/
H A Dtable5.cxx529 bool ScTable::RowHidden(SCROW nRow, SCROW& rLastRow) const in RowHidden()
531 rLastRow = nRow; in RowHidden()
540 rLastRow = aData.mnRow2; in RowHidden()
H A Dattarray.cxx1894 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 Dcolumn2.cxx1554 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 Ddocument.cxx3612 bool ScDocument::RowHidden(SCROW nRow, SCTAB nTab, SCROW& rLastRow) in RowHidden() argument
3616 rLastRow = nRow; in RowHidden()
3620 return pTab[nTab]->RowHidden(nRow, rLastRow); in RowHidden()

Completed in 114 milliseconds