Home
last modified time | relevance | path

Searched refs:aRowOutline (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dolinetab.hxx152 ScOutlineArray aRowOutline; member in ScOutlineTable
160 const ScOutlineArray& GetRowArray() const { return aRowOutline; } in GetRowArray()
161 ScOutlineArray& GetRowArray() { return aRowOutline; } in GetRowArray()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dolinetab.hxx147 ScOutlineArray aRowOutline; member in ScOutlineTable
155 const ScOutlineArray& GetRowArray() const { return aRowOutline; } in GetRowArray()
156 ScOutlineArray& GetRowArray() { return aRowOutline; } in GetRowArray()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dolinetab.cxx751 aRowOutline( rOutline.aRowOutline ) in ScOutlineTable()
772 return aRowOutline.TestInsertSpace( nSize, MAXROW ); in TestInsertRow()
777 aRowOutline.InsertSpace( nStartRow, nSize ); in InsertRow()
782 return aRowOutline.DeleteSpace( nStartRow, nSize ); in DeleteRow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dolinetab.cxx734 aRowOutline( rOutline.aRowOutline ) in ScOutlineTable()
755 return aRowOutline.TestInsertSpace( nSize, MAXROW ); in TestInsertRow()
760 aRowOutline.InsertSpace( nStartRow, nSize ); in InsertRow()
765 return aRowOutline.DeleteSpace( nStartRow, nSize ); in DeleteRow()