Searched refs:ScAccNotes (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleDocumentPagePreview.cxx | 103 typedef std::vector<ScAccNote> ScAccNotes; typedef in ScNotesChilds 104 mutable ScAccNotes maNotes; 105 mutable ScAccNotes maMarks; 110 …const ScPreviewLocationData& rData, const Rectangle& rVisRect, sal_Bool bMark, ScAccNotes& rNotes); 115 sal_Bool bMark, ScAccNotes& rOldNotes, ScAccNotes& rNewNotes, 164 …(const ScPreviewLocationData& rData, const Rectangle& rVisRect, sal_Bool bMark, ScAccNotes& rNotes) in AddNotes() 243 ScAccNotes::iterator aEndItr = maMarks.end(); in GetChild() 245 ScAccNotes::iterator aItr = std::find_if(maMarks.begin(), aEndItr, aParaFound); in GetChild() 261 ScAccNotes::iterator aEndItr = maNotes.end(); in GetChild() 263 ScAccNotes::iterator aItr = std::find_if(maNotes.begin(), aEndItr, aParaFound); in GetChild() [all …]
|