Lines Matching refs:aComment
368 String aComment=pScChangeAction->GetComment(); in IsValidAction() local
369 aComment.EraseAllChars('\n'); in IsValidAction()
385 aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " (" )); in IsValidAction()
386 aComment+=aDesc; in IsValidAction()
387 aComment+=')'; in IsValidAction()
390 if(pTheView->IsValidEntry(&aUser,&aDateTime,&aComment)) in IsValidAction()
503 String aComment=pScChangeAction->GetComment(); in InsertChangeAction() local
504 aComment.EraseAllChars('\n'); in InsertChangeAction()
507 aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " (" )); in InsertChangeAction()
508 aComment+=aDesc; in InsertChangeAction()
509 aComment+=')'; in InsertChangeAction()
512 aString+=aComment; in InsertChangeAction()
516 if(pTheView->IsValidComment(&aComment)) in InsertChangeAction()
680 String aComment=pScChangeAction->GetComment(); in InsertFilteredAction() local
681 aComment.EraseAllChars('\n'); in InsertFilteredAction()
684 aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " (" )); in InsertFilteredAction()
685 aComment+=aDesc; in InsertFilteredAction()
686 aComment+=')'; in InsertFilteredAction()
688 if(pTheView->IsValidComment(&aComment)) in InsertFilteredAction()
690 aString+=aComment; in InsertFilteredAction()
793 String aComment=pScChangeAction->GetComment(); in InsertChangeActionContent() local
794 aComment.EraseAllChars('\n'); in InsertChangeActionContent()
798 aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " (" )); in InsertChangeActionContent()
799 aComment+=aDesc; in InsertChangeActionContent()
800 aComment+=')'; in InsertChangeActionContent()
803 aString+=aComment; in InsertChangeActionContent()
817 if(pTheView->IsValidComment(&aComment) && bFlag) in InsertChangeActionContent()