Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:CFX_WideString

112 CFX_WideString CFDF_Document::GetWin32Path() const

116 return CFX_WideString();
153 static CFX_WideString ChangeSlash(FX_LPCWSTR str)
155 CFX_WideString result;
168 void FPDF_FileSpec_SetWin32Path(CPDF_Object* pFileSpec, const CFX_WideString& filepath)
170 CFX_WideString result;
191 CFX_WideString FPDF_FileSpec_GetWin32Path(const CPDF_Object* pFileSpec)
193 CFX_WideString wsFileName;
198 wsFileName = CFX_WideString::FromLocal(pDict->GetString(FX_BSTRC("F")));
204 wsFileName = CFX_WideString::FromLocal(pDict->GetString(FX_BSTRC("DOS")));
207 wsFileName = CFX_WideString::FromLocal(pFileSpec->GetString());
213 CFX_WideString result;
219 CFX_WideString result;