Home
last modified time | relevance | path

Searched refs:ScMyCellRangeAddress (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/filter/xml/
H A DXMLExportIterator.hxx196 struct ScMyCellRangeAddress : com::sun::star::table::CellRangeAddress struct
198 ScMyCellRangeAddress(const com::sun::star::table::CellRangeAddress& rRange);
199 sal_Bool operator<(const ScMyCellRangeAddress& rCellRangeAddress ) const;
202 typedef std::list<ScMyCellRangeAddress> ScMyEmptyDatabaseRangeList;
H A DXMLExportIterator.cxx375 ScMyCellRangeAddress::ScMyCellRangeAddress(const table::CellRangeAddress& rRange) in ScMyCellRangeAddress() function in ScMyCellRangeAddress
380 sal_Bool ScMyCellRangeAddress::operator<(const ScMyCellRangeAddress& rRange ) const in operator <()
403 ScMyCellRangeAddress aRange( aCellRange ); in AddNewEmptyDatabaseRange()

Completed in 44 milliseconds