Home
last modified time | relevance | path

Searched refs:getSuffix (Results 1 – 9 of 9) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFilenameHelper.java40 public String getSuffix(); in getSuffix() method
167 return buildName() + "." + getSuffix(); in getFilename()
198 public String getSuffix() in getSuffix() method in FilenameHelper_impl
257 String sSuffix = FileHelper.getSuffix(_sName); in splitSuffix()
293 public String getSuffix() in getSuffix() method in OriginalReferenceFilename
310 public String getSuffix() in getSuffix() method in OriginalReferencePictureFilename
332 public String getSuffix() in getSuffix() method in CurrentReferenceFilename
350 public String getSuffix() in getSuffix() method in CurrentReferencePictureFilename
375 System.out.println("Suffix: " + d.getSuffix()); in main()
H A DNameHelper.java54 m_sSuffix = FileHelper.getSuffix(_sBasename); in NameHelper()
74 public String getSuffix() {return m_sSuffix;} in getSuffix() method in NameHelper
H A DMSOfficePrint.java98 String sDocumentSuffix = FileHelper.getSuffix(_sFile); in isMSOfficeDocumentFormat()
111 String sDocumentSuffix = FileHelper.getSuffix(_sInputFile); in storeToFileWithMSOffice()
170 String sDocumentSuffix = FileHelper.getSuffix(_sInputFile); in printToFileWithMSOffice()
H A DOfficePrint.java500 String sExtension = FileHelper.getSuffix(_aGTA.getInputFile()); in createInfoFile()
868 String sDocumentSuffix = FileHelper.getSuffix(_sInputFileURL); in printToFile()
H A DFileHelper.java128 public static String getSuffix(String _sFilename) in getSuffix() method in FileHelper
/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java163 private String getSuffix(String file) { in getSuffix() method in FFCTest
180 String suffix = getSuffix(testFile); in exportAsODF()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DMSOfficePostscriptCreator.java175 String sDocumentSuffix = FileHelper.getSuffix(_sFile); in isMSOfficeDocumentFormat()
188 String sDocumentSuffix = FileHelper.getSuffix(_sInputFile); in storeToFileWithMSOffice()
258 String sDocumentSuffix = FileHelper.getSuffix(_sInputFile); in printToFileWithMSOffice()
H A DOffice.java67 String sDocumentSuffix = FileHelper.getSuffix(m_sDocumentName); in load()
H A DFileHelper.java149 public static String getSuffix(String _sFilename) in getSuffix() method in FileHelper

Completed in 45 milliseconds