Searched refs:swFilePath (Results 1 – 1 of 1) sorted by relevance
337 …CFX_WideString swFilePath = params.size() > 4 ? (FX_LPCWSTR)params[4].operator CFX_WideString() : … in exportAsFDF() local339 if (swFilePath.IsEmpty()) in exportAsFDF()342 swFilePath = pEnv->JS_fieldBrowse(); in exportAsFDF()343 if(swFilePath.IsEmpty()) in exportAsFDF()348 swFilePath = app::PDFPathToSysPath(swFilePath); in exportAsFDF()400 return pInterForm->ExportFieldsToFDFFile(swFilePath, fields, TRUE); in exportAsFDF()2180 CFX_WideString swFilePath; in extractPages() local2197 swFilePath = CJS_Value(m_isolate,pValue,GET_VALUE_TYPE(pValue)).operator CFX_WideString(); in extractPages()2213 swFilePath = params[2].operator CFX_WideString(); in extractPages()2228 if (swFilePath.IsEmpty()) in extractPages()[all …]