Searched refs:maComments (Results 1 – 5 of 5) sorted by relevance
1974 DBG_ASSERT(nIndex < maComments.size(), "SdrPage::GetCommentByIndex: Access out of range (!)"); in GetCommentByIndex()1975 return maComments[nIndex]; in GetCommentByIndex()1980 maComments.push_back(rNew); in AddComment()1981 ::std::sort(maComments.begin(), maComments.end()); in AddComment()1986 DBG_ASSERT(nIndex < maComments.size(), "SdrPage::GetCommentByIndex: Access out of range (!)"); in ReplaceCommentByIndex()1988 if(maComments[nIndex] != rNew) in ReplaceCommentByIndex()1990 maComments[nIndex] = rNew; in ReplaceCommentByIndex()1991 ::std::sort(maComments.begin(), maComments.end()); in ReplaceCommentByIndex()
237 maComments.push_back( xComment ); in createComment()243 maComments.forEachMem( &Comment::finalizeImport ); in finalizeImport()
277 inline CommentsBuffer& getComments() { return maComments; } in getComments()394 CommentsBuffer maComments; /// Buffer for all cell comments in this sheet. member in oox::xls::WorksheetGlobals424 maComments( *this ), in WorksheetGlobals()1350 maComments.finalizeImport(); in finalizeDrawings()
584 sdr::CommentVector maComments; member in SdrPage587 sal_uInt32 GetCommentCount() const { return maComments.size(); } in GetCommentCount()
102 CommentVector maComments; member in oox::xls::CommentsBuffer
Completed in 29 milliseconds