Searched refs:sOldPath (Results 1 – 2 of 2) sorted by relevance
162 static CFX_WideString SysPathToPDFPath(const CFX_WideString& sOldPath);163 static CFX_WideString PDFPathToSysPath(const CFX_WideString& sOldPath);164 …static CFX_WideString RelativePathToSysPath(const CFX_WideString& sOldPath, const CFX_WideString&…
955 CFX_WideString app::SysPathToPDFPath(const CFX_WideString& sOldPath) in SysPathToPDFPath() argument959 for (int i=0,sz=sOldPath.GetLength(); i<sz; i++) in SysPathToPDFPath()961 wchar_t c = sOldPath.GetAt(i); in SysPathToPDFPath()981 CFX_WideString app::PDFPathToSysPath(const CFX_WideString& sOldPath) in PDFPathToSysPath() argument984 CFX_WideString strOPath = sOldPath; in PDFPathToSysPath()1003 CFX_WideString app::RelativePathToSysPath(const CFX_WideString& sOldPath, const CFX_WideString& sFi… in RelativePathToSysPath() argument1017 return sFilePath.Left(nSplit+1) + sOldPath; in RelativePathToSysPath()