Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/xml/
H A DXMLExportIterator.hxx223 struct ScMyDetectiveObj struct
229 sal_Bool operator<(const ScMyDetectiveObj& rDetObj) const; argument
232 typedef ::std::list< ScMyDetectiveObj > ScMyDetectiveObjList;
233 typedef ::std::vector< ScMyDetectiveObj > ScMyDetectiveObjVec;
H A DXMLExportIterator.cxx455 sal_Bool ScMyDetectiveObj::operator<( const ScMyDetectiveObj& rDetObj) const in operator <()
483 ScMyDetectiveObj aDetObj; in AddObject()