Home | History | Annotate | Download | only in src

Lines Matching refs:textBuf

2273 	CFX_ByteTextBuf textBuf;

2274 ExportFieldsToFDFTextBuf(fields, bIncludeOrExclude, textBuf);
2276 FX_LPBYTE pBuffer = textBuf.GetBuffer();
2277 FX_STRSIZE nBufSize = textBuf.GetLength();
2395 FX_BOOL CPDFSDK_InterForm::ExportFieldsToFDFTextBuf(const CFX_PtrArray& fields,FX_BOOL bIncludeOrExclude, CFX_ByteTextBuf& textBuf)
2402 FX_BOOL bRet = pFDF->WriteBuf(textBuf); // = FALSE;//
2469 FX_BOOL CPDFSDK_InterForm::ExportFormToFDFTextBuf(CFX_ByteTextBuf& textBuf)
2478 FX_BOOL bRet = pFDF->WriteBuf(textBuf);