Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx789 ScMyNoteShapeList::const_iterator aNoteShapeItr; in CollectShapesAutoStyles() local
796 aNoteShapeItr = pNoteShapes->begin(); in CollectShapesAutoStyles()
802 while (aNoteShapeItr != aNoteShapeEndItr) in CollectShapesAutoStyles()
804 if (static_cast<sal_Int32>(aNoteShapeItr->aPos.Tab()) == nTable) in CollectShapesAutoStyles()
805 GetShapeExport()->collectShapeAutoStyles(aNoteShapeItr->xShape); in CollectShapesAutoStyles()
806 ++aNoteShapeItr; in CollectShapesAutoStyles()

Completed in 34 milliseconds