Home | History | Annotate | Download | only in parser

Lines Matching refs:bVersionFlag

1737                                           bool bVersionFlag) {
1754 wsScriptMsg = GetValidateMessage(false, bVersionFlag);
1756 if (bVersionFlag) {
1768 wsScriptMsg = GetValidateMessage(true, bVersionFlag);
1774 bool bVersionFlag) {
1797 wsFormatMsg = GetValidateMessage(true, bVersionFlag);
1804 wsFormatMsg = GetValidateMessage(false, bVersionFlag);
1806 if (bVersionFlag) {
1824 bool bVersionFlag) {
1846 if (wsNullMsg.IsEmpty() && bVersionFlag &&
1860 wsCaptionName = GetValidateCaptionName(bVersionFlag);
1872 wsCaptionName = GetValidateCaptionName(bVersionFlag);
1914 bool bVersionFlag = false;
1916 bVersionFlag = true;
1921 iFormat = ProcessFormatTestValidate(docView, validate, bVersionFlag);
1922 if (!bVersionFlag) {
1923 bVersionFlag =
1927 iRet |= ProcessNullTestValidate(docView, validate, iFlags, bVersionFlag);
1931 ProcessScriptTestValidate(docView, validate, iRet, bRet, bVersionFlag);
1936 WideString CXFA_Node::GetValidateCaptionName(bool bVersionFlag) {
1939 if (!bVersionFlag) {
1955 WideString CXFA_Node::GetValidateMessage(bool bError, bool bVersionFlag) {
1956 WideString wsCaptionName = GetValidateCaptionName(bVersionFlag);
1957 if (bVersionFlag)