Home
last modified time | relevance | path

Searched refs:GetLastVisibleAttr (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable1.cxx498 if (aCol[i].GetLastVisibleAttr( nLastRow )) in GetPrintArea()
533 while ( nMaxX > nMaxDataX && !aCol[nMaxX].GetLastVisibleAttr( nDummyRow ) ) in GetPrintArea()
593 if (aCol[i].GetLastVisibleAttr( nLastRow )) in GetPrintAreaVer()
H A Dcolumn2.cxx1554 sal_Bool ScColumn::GetLastVisibleAttr( SCROW& rLastRow ) const in GetLastVisibleAttr() function in ScColumn
1561 return pAttrArray->GetLastVisibleAttr( rLastRow, nLastData ); in GetLastVisibleAttr()
H A Dattarray.cxx1894 sal_Bool ScAttrArray::GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const in GetLastVisibleAttr() function in ScAttrArray
/trunk/main/sc/inc/
H A Dattarray.hxx168 sal_Bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
H A Dcolumn.hxx173 sal_Bool GetLastVisibleAttr( SCROW& rLastRow ) const;

Completed in 48 milliseconds