Searched refs:pNoteShapes (Results 1 – 5 of 5) sorted by relevance
43 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()
650 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()
58 ScMyNoteShapesContainer* pNoteShapes; member in ScMySharedData82 ScMyNoteShapesContainer* GetNoteShapes() { return pNoteShapes; } in GetNoteShapes()
361 ScMyNoteShapesContainer* pNoteShapes; member in ScMyNotEmptyCellsIterator389 { pNoteShapes = pNewNoteShapes; } in SetNoteShapes()
788 const ScMyNoteShapeList* pNoteShapes = NULL; in CollectShapesAutoStyles() local793 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 161 milliseconds