Home
last modified time | relevance | path

Searched refs:fileExt (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java66 private String fileExt = null; field in DOMDocument
90 return fileExt; in getFileExtension()
109 this.fileExt = ext; in DOMDocument()
/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas698 Dim fileExt As String variable
708 fileExt = "." & fso.GetExtensionName(fileName)
711 If fileExt = docExt Or fileExt = templateExt Then
/aoo4110/main/sfx2/source/doc/
H A Dobjstor.cxx1804 char fileExt[_MAX_PATH]; in SaveTo_Impl() local
1826 _splitpath ( filePath, NULL, NULL, NULL, fileExt); in SaveTo_Impl()
1827 if (!stricmp( fileExt, ".pdf")) in SaveTo_Impl()

Completed in 61 milliseconds