Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1974 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()
/trunk/main/oox/source/xls/
H A Dcommentsbuffer.cxx237 maComments.push_back( xComment ); in createComment()
243 maComments.forEachMem( &Comment::finalizeImport ); in finalizeImport()
H A Dworksheethelper.cxx277 inline CommentsBuffer& getComments() { return maComments; } in getComments()
394 CommentsBuffer maComments; /// Buffer for all cell comments in this sheet. member in oox::xls::WorksheetGlobals
424 maComments( *this ), in WorksheetGlobals()
1350 maComments.finalizeImport(); in finalizeDrawings()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx584 sdr::CommentVector maComments; member in SdrPage
587 sal_uInt32 GetCommentCount() const { return maComments.size(); } in GetCommentCount()
/trunk/main/oox/inc/oox/xls/
H A Dcommentsbuffer.hxx102 CommentVector maComments; member in oox::xls::CommentsBuffer

Completed in 36 milliseconds