Searched refs:fileExt (Results 1 – 3 of 3) sorted by relevance
66 private String fileExt = null; field in DOMDocument90 return fileExt; in getFileExtension()109 this.fileExt = ext; in DOMDocument()
698 Dim fileExt As String variable708 fileExt = "." & fso.GetExtensionName(fileName)711 If fileExt = docExt Or fileExt = templateExt Then
1804 char fileExt[_MAX_PATH]; in SaveTo_Impl() local1826 _splitpath ( filePath, NULL, NULL, NULL, fileExt); in SaveTo_Impl()1827 if (!stricmp( fileExt, ".pdf")) in SaveTo_Impl()
Completed in 44 milliseconds