Home
last modified time | relevance | path

Searched refs:ScMyNoteShape (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A DXMLExportIterator.hxx95 struct ScMyNoteShape struct
100 sal_Bool operator<(const ScMyNoteShape& aNote) const; argument
103 typedef std::list<ScMyNoteShape> ScMyNoteShapeList;
116 void AddNewNote(const ScMyNoteShape& aNote);
H A DXMLExportIterator.cxx138 sal_Bool ScMyNoteShape::operator<(const ScMyNoteShape& aNote) const in operator <()
157 void ScMyNoteShapesContainer::AddNewNote( const ScMyNoteShape& aNote ) in AddNewNote()
H A DXMLExportSharedData.cxx149 ScMyNoteShape aNote; in AddNoteObj()