Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx149 : aNoteShapeList() in ScMyNoteShapesContainer()
159 aNoteShapeList.push_back(aNote); in AddNewNote()
165 if( !aNoteShapeList.empty() ) in GetFirstAddress()
167 ScUnoConversion::FillApiAddress( rCellAddress, aNoteShapeList.begin()->aPos ); in GetFirstAddress()
179 ScMyNoteShapeList::iterator aItr = aNoteShapeList.begin(); in SetCellData()
180 while( (aItr != aNoteShapeList.end()) && (aItr->aPos == aAddress) ) in SetCellData()
183 aItr = aNoteShapeList.erase(aItr); in SetCellData()
189 ScMyNoteShapeList::iterator aItr = aNoteShapeList.begin(); in SkipTable()
190 while( (aItr != aNoteShapeList.end()) && (aItr->aPos.Tab() == nSkip) ) in SkipTable()
191 aItr = aNoteShapeList.erase(aItr); in SkipTable()
[all …]
H A DXMLExportIterator.hxx108 ScMyNoteShapeList aNoteShapeList; member in ScMyNoteShapesContainer
117 sal_Bool HasNotes() { return !aNoteShapeList.empty(); } in HasNotes()
118 const ScMyNoteShapeList* GetNotes() { return &aNoteShapeList; } in GetNotes()

Completed in 28 milliseconds