Searched refs:GetLastAttrCell (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | documen4.cxx | 420 void ScDocument::GetLastAttrCell( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetLastAttrCell() function in ScDocument 424 pTab[nTab]->GetLastAttrCell( rEndCol, rEndRow ); in GetLastAttrCell()
|
H A D | table1.cxx | 435 void ScTable::GetLastAttrCell( SCCOL& rEndCol, SCROW& rEndRow ) const in GetLastAttrCell() function in ScTable
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 427 void GetLastAttrCell( SCCOL& rEndCol, SCROW& rEndRow ) const;
|
H A D | document.hxx | 982 SC_DLLPUBLIC void GetLastAttrCell( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 2365 …rDoc.GetLastAttrCell( nScTab, rEndColAtt,rEndRowAtt ); // To get the real last cell's row number, … in XclExpCellTable()
|
Completed in 56 milliseconds