Searched refs:pCommentStr (Results 1 – 3 of 3) sorted by relevance
89 sal_Bool ScChangeViewSettings::IsValidComment(const String* pCommentStr) const in IsValidComment()96 xub_StrLen nEndPos = pCommentStr->Len(); in IsValidComment()98 …nTheFlag=sal::static_int_cast<sal_Bool>(pCommentSearcher->SearchFrwrd( *pCommentStr, &nStartPos, &… in IsValidComment()
446 const DateTime *pDateTime,const String* pCommentStr) in IsValidEntry() argument467 xub_StrLen nEndPos = pCommentStr->Len(); in IsValidEntry()469 nTheFlag=pCommentSearcher->SearchFrwrd( *pCommentStr, &nStartPos, &nEndPos); in IsValidEntry()498 sal_Bool SvxRedlinTable::IsValidComment(const String* pCommentStr) in IsValidComment() argument505 xub_StrLen nEndPos = pCommentStr->Len(); in IsValidComment()507 nTheFlag=pCommentSearcher->SearchFrwrd( *pCommentStr, &nStartPos, &nEndPos); in IsValidComment()
113 sal_Bool IsValidComment(const String* pCommentStr) const;
Completed in 16 milliseconds