Lines Matching full:bret
1976 FX_BOOL bRet = pContext->RunScript(csJS, sInfo);
1979 if (bRet)
2048 FX_BOOL bRet = pContext->RunScript(script, sInfo);
2051 if (bRet)
2390 FX_BOOL bRet = pFDF->WriteFile(sFDFFileName.UTF8Encode()); // = FALSE;//
2393 return bRet;
2402 FX_BOOL bRet = pFDF->WriteBuf(textBuf); // = FALSE;//
2405 return bRet;
2429 FX_BOOL bRet = pFDFDoc->WriteBuf(FdfBuffer);
2431 if (!bRet) return FALSE;
2463 FX_BOOL bRet = pFDF->WriteFile(sFDFFileName.UTF8Encode());
2466 return bRet;
2478 FX_BOOL bRet = pFDF->WriteBuf(textBuf);
2481 return bRet;