Home
last modified time | relevance | path

Searched refs:CommentVector (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dcommentsbuffer.hxx83 typedef RefVector< Comment > CommentVector; typedef in oox::xls::CommentsBuffer
86 CommentVector maComments;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dcommentsbuffer.hxx85 typedef RefVector< Comment > CommentVector; typedef in oox::xls::CommentsBuffer
88 CommentVector maComments;
/dports/multimedia/avinfo/avinfo-1.0.a15/src/
H A Dogm.c41 comment_t CommentSplit(unsigned char*CommentVector, int CommentSize){ in CommentSplit() argument
47 if(CommentVector[c] == '='){ in CommentSplit()
49 memcpy(ret_val.name,CommentVector,c); in CommentSplit()
52 memcpy(ret_val.value,CommentVector+c+1,CommentSize-c-1); in CommentSplit()
/dports/www/wt/wt-4.6.1/examples/blog/view/
H A DCommentView.C153 typedef std::vector< dbo::ptr<Comment> > CommentVector; in renderView() typedef
154 CommentVector comments; in renderView()