Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx43 pNoteShapes(NULL), in ScMySharedData()
58 if (pNoteShapes) in ~ScMySharedData()
59 delete pNoteShapes; in ~ScMySharedData()
147 if (!pNoteShapes) in AddNoteObj()
148 pNoteShapes = new ScMyNoteShapesContainer(); in AddNoteObj()
152 pNoteShapes->AddNewNote(aNote); in AddNoteObj()
157 if (pNoteShapes) in SortNoteShapes()
158 pNoteShapes->Sort(); in SortNoteShapes()
H A DXMLExportIterator.cxx650 pNoteShapes(NULL), in ScMyNotEmptyCellsIterator()
678 pNoteShapes = NULL; in Clear()
818 if( pNoteShapes ) in SkipTable()
819 pNoteShapes->SkipTable(nSkip); in SkipTable()
839 if( pNoteShapes ) in GetNext()
840 pNoteShapes->UpdateAddress( aAddress ); in GetNext()
858 if( pNoteShapes ) in GetNext()
859 pNoteShapes->SetCellData( aCell ); in GetNext()
H A DXMLExportSharedData.hxx58 ScMyNoteShapesContainer* pNoteShapes; member in ScMySharedData
82 ScMyNoteShapesContainer* GetNoteShapes() { return pNoteShapes; } in GetNoteShapes()
H A DXMLExportIterator.hxx361 ScMyNoteShapesContainer* pNoteShapes; member in ScMyNotEmptyCellsIterator
389 { pNoteShapes = pNewNoteShapes; } in SetNoteShapes()
H A Dxmlexprt.cxx788 const ScMyNoteShapeList* pNoteShapes = NULL; in CollectShapesAutoStyles() local
793 pNoteShapes = pSharedData->GetNoteShapes()->GetNotes(); in CollectShapesAutoStyles()
794 if (pNoteShapes) in CollectShapesAutoStyles()
796 aNoteShapeItr = pNoteShapes->begin(); in CollectShapesAutoStyles()
797 aNoteShapeEndItr = pNoteShapes->end(); in CollectShapesAutoStyles()
800 if (pNoteShapes) in CollectShapesAutoStyles()

Completed in 119 milliseconds