Home
last modified time | relevance | path

Searched refs:toLowerCase (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DGraphicalTestArguments.java156 if (sRECURSIVE.toLowerCase().equals("no") || in GraphicalTestArguments()
157 sRECURSIVE.toLowerCase().equals("false")) in GraphicalTestArguments()
211 if (sREUSE_OFFICE.toLowerCase().equals("yes") || in GraphicalTestArguments()
212 sREUSE_OFFICE.toLowerCase().equals("true")) in GraphicalTestArguments()
312 if (_sName.toLowerCase().endsWith(".jpg") || in checkIfUsableDocumentType()
313 _sName.toLowerCase().endsWith(".png") || in checkIfUsableDocumentType()
314 _sName.toLowerCase().endsWith(".gif") || in checkIfUsableDocumentType()
315 _sName.toLowerCase().endsWith(".bmp") || in checkIfUsableDocumentType()
316 _sName.toLowerCase().endsWith(".prn") || in checkIfUsableDocumentType()
317 _sName.toLowerCase().endsWith(".ps")) in checkIfUsableDocumentType()
[all …]
H A DGfxCompare.java129 if (_sFile.toLowerCase().endsWith("ps") || in createJPEG()
130 _sFile.toLowerCase().endsWith("prn") || in createJPEG()
131 _sFile.toLowerCase().endsWith("pdf")) in createJPEG()
138 else if (_sFile.toLowerCase().endsWith("jpg") || in createJPEG()
139 _sFile.toLowerCase().endsWith("jpeg")) in createJPEG()
H A DMSOfficePrint.java57 if (_sSuffix.toLowerCase().endsWith(".doc") || in isWordDocument()
58 _sSuffix.toLowerCase().endsWith(".rtf") || in isWordDocument()
59 _sSuffix.toLowerCase().endsWith(".dot")) in isWordDocument()
71 if (_sSuffix.toLowerCase().endsWith(".xls")) in isExcelDocument()
85 if (_sSuffix.toLowerCase().endsWith(".pps") || in isPowerPointDocument()
86 _sSuffix.toLowerCase().endsWith(".ppt")) in isPowerPointDocument()
103 if (sDocumentSuffix.toLowerCase().endsWith(".xml")) return true; in isMSOfficeDocumentFormat()
125 else if (sDocumentSuffix.toLowerCase().equals(".xml")) in storeToFileWithMSOffice()
128 if (_aGTA.getDefaultXMLFormatApp().toLowerCase().equals("excel")) in storeToFileWithMSOffice()
187 else if (sDocumentSuffix.toLowerCase().equals(".xml")) in printToFileWithMSOffice()
H A DOfficePrint.java838 if (_aGTA.getReferenceType().toLowerCase().equals("msoffice")) in buildReference()
842 else if (_aGTA.getReferenceType().toLowerCase().equals("pdf")) in buildReference()
847 else if (_aGTA.getReferenceType().toLowerCase().equals("ooo")) in buildReference()
869 if (sDocumentSuffix.toLowerCase().endsWith(".png") || in printToFile()
870 sDocumentSuffix.toLowerCase().endsWith(".gif") || in printToFile()
871 sDocumentSuffix.toLowerCase().endsWith(".jpg") || in printToFile()
872 sDocumentSuffix.toLowerCase().endsWith(".bmp")) in printToFile()
881 if (_aGTA.getReferenceType().toLowerCase().equals("ooo")) in printToFile()
885 else if (_aGTA.getReferenceType().toLowerCase().equals("pdf")) in printToFile()
890 else if (_aGTA.getReferenceType().toLowerCase().equals("msoffice")) in printToFile()
H A DEnhancedComplexTestCase.java103 if (sNEEDCHECK.toLowerCase().equals("yes") || in needCheckForInstalledSoftware()
104 sNEEDCHECK.toLowerCase().equals("true")) in needCheckForInstalledSoftware()
116 … if (aGTA.getImportFilterName() != null && aGTA.getImportFilterName().toLowerCase().equals("help")) in getGraphicalTestArguments()
120 … if (aGTA.getExportFilterName() != null && aGTA.getExportFilterName().toLowerCase().equals("help")) in getGraphicalTestArguments()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOffice.java44 if (_aParam.getReferenceType().toLowerCase().equals("ooo") || in Office()
45 _aParam.getReferenceType().toLowerCase().equals("o3") || in Office()
46 _aParam.getReferenceType().toLowerCase().equals("ps") || in Office()
47 _aParam.getReferenceType().toLowerCase().equals("pdf")) in Office()
51 else if (_aParam.getReferenceType().toLowerCase().equals("msoffice")) in Office()
68 if (sDocumentSuffix.toLowerCase().endsWith(".png") || in load()
69 sDocumentSuffix.toLowerCase().endsWith(".gif") || in load()
70 sDocumentSuffix.toLowerCase().endsWith(".jpg") || in load()
71 sDocumentSuffix.toLowerCase().endsWith(".bmp")) in load()
79 if (sDocumentSuffix.toLowerCase().endsWith(".odb")) in load()
[all …]
H A DEnhancedComplexTestCase.java158 if (sInputPath.toLowerCase().endsWith(".ini")) in foreachPSorPDFinInputPath()
177 if (sInputPath.toLowerCase().endsWith(".ps") || in foreachPSorPDFinInputPath()
178 sInputPath.toLowerCase().endsWith(".pdf") || in foreachPSorPDFinInputPath()
179 sInputPath.toLowerCase().endsWith(".prn")) in foreachPSorPDFinInputPath()
189 _aParam.getReferenceType().toLowerCase().equals("pdf")) in foreachPSorPDFinInputPath()
351 if (sInputPath.toLowerCase().endsWith(".ini")) in foreachJPEGcompareWithJPEG()
367 if (sInputPath.toLowerCase().endsWith(".jpg") || in foreachJPEGcompareWithJPEG()
368 sInputPath.toLowerCase().endsWith(".jpeg") ) in foreachJPEGcompareWithJPEG()
426 if (sInputPath.toLowerCase().endsWith(".ini") ) in foreachResultCreateHTML()
439 if (sInputPath.toLowerCase().endsWith(".odb")) in foreachResultCreateHTML()
H A DParameterHelper.java173 if (sRECURSIVE.toLowerCase().equals("no") || in isIncludeSubDirectories()
174 sRECURSIVE.toLowerCase().equals("false")) in isIncludeSubDirectories()
262 if (getReferenceType().toLowerCase().equals("pdf") || in getMultiServiceFactory()
263 getReferenceType().toLowerCase().equals("ps") || in getMultiServiceFactory()
264 getReferenceType().toLowerCase().equals("ooo") || in getMultiServiceFactory()
265 getReferenceType().toLowerCase().equals("o3") ) in getMultiServiceFactory()
287 if (sOfficeViewable.toLowerCase().equals("yes") || in isHidden()
288 sOfficeViewable.toLowerCase().equals("true")) in isHidden()
H A DJPEGCreator.java269 if (_sFile.toLowerCase().endsWith("ps") || in createJPEG()
270 _sFile.toLowerCase().endsWith("prn") || in createJPEG()
271 _sFile.toLowerCase().endsWith("pdf")) in createJPEG()
277 else if (_sFile.toLowerCase().endsWith("jpg") || in createJPEG()
278 _sFile.toLowerCase().endsWith("jpeg")) in createJPEG()
H A DMSOfficePostscriptCreator.java134 if (_sSuffix.toLowerCase().endsWith(".doc") || in isWordDocument()
135 _sSuffix.toLowerCase().endsWith(".rtf") || in isWordDocument()
136 _sSuffix.toLowerCase().endsWith(".dot")) in isWordDocument()
148 if (_sSuffix.toLowerCase().endsWith(".xls")) in isExcelDocument()
162 if (_sSuffix.toLowerCase().endsWith(".pps") || in isPowerPointDocument()
163 _sSuffix.toLowerCase().endsWith(".ppt")) in isPowerPointDocument()
180 if (sDocumentSuffix.toLowerCase().endsWith(".xml")) {return true;} in isMSOfficeDocumentFormat()
202 else if (sDocumentSuffix.toLowerCase().equals(".xml")) in storeToFileWithMSOffice()
275 else if (sDocumentSuffix.toLowerCase().equals(".xml")) in printToFileWithMSOffice()
H A DFileHelper.java532 if (pathname.getName().toLowerCase().endsWith(".jpg")) in getFileFilterJPEG()
536 if (pathname.getName().toLowerCase().endsWith(".jpeg")) in getFileFilterJPEG()
557 String sPathname = pathname.getName().toLowerCase(); in getFileFilterINI()
H A DOpenOfficePostscriptCreator.java100 if (m_aParameterHelper.getReferenceType().toLowerCase().equals("ooo") || in storeAsPostscript()
101 m_aParameterHelper.getReferenceType().toLowerCase().equals("o3") || in storeAsPostscript()
102 m_aParameterHelper.getReferenceType().toLowerCase().equals("ps") ) in storeAsPostscript()
110 else if (m_aParameterHelper.getReferenceType().toLowerCase().equals("pdf")) in storeAsPostscript()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOSHelper.java35 if (sOSName.toLowerCase().startsWith("windows")) in isWindows()
45 if ( ( System.getProperty("os.name").toLowerCase().startsWith("solaris") || in isSolarisIntel()
46 System.getProperty("os.name").toLowerCase().startsWith("sunos") ) && in isSolarisIntel()
55 if ( ( System.getProperty("os.name").toLowerCase().startsWith("solaris") || in isSolarisSparc()
56 System.getProperty("os.name").toLowerCase().startsWith("sunos") ) && in isSolarisSparc()
65 if (System.getProperty("os.name").toLowerCase().startsWith("linux") && in isLinuxIntel()
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java299 String extName = FileUtil.getFileExtName(path).toLowerCase(); in dotest()
391 String extName = FileUtil.getFileExtName(file).toLowerCase(); in savetosameformat()
405 scenario = FileUtil.getFileExtName(file).toLowerCase() + " to " + extName; in savetosameformat()
457 String extName = FileUtil.getFileExtName(file).toLowerCase(); in savetodiffformat()
531 if (context.toLowerCase().indexOf("has been modified") >= 0 in HandleBlockers()
532 && context.toLowerCase().indexOf( in HandleBlockers()
535 if (context.toLowerCase().indexOf("read-error") >= 0) in HandleBlockers()
537 if (context.toLowerCase().indexOf("does not exist") >= 0) in HandleBlockers()
566 if (caption.toLowerCase().indexOf( in HandleBlockers()
569 if (caption.toLowerCase().indexOf("properties") >= 0) in HandleBlockers()
[all …]
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java247 String lcLang = lang.toLowerCase(); in writeSinglePropertiesFile()
348 lang = langpart1.toLowerCase(); in formatFilename()
357 lang = langpart1.toLowerCase(); in formatFilename()
359 lang += "_" + langpart2.toLowerCase(); in formatFilename()
364 lang = langpart1.toLowerCase(); in formatFilename()
366 lang += "_" + langpart2.toLowerCase(); in formatFilename()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/compare/
H A DDocComparatorFactory.java37 if (s.toLowerCase().equals("gfx") || s.toLowerCase().equals("graphical")) in createComparator()
47 else if (s.toLowerCase().equals("pdf")) in createComparator()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java76 info = info.toLowerCase();
83 trace = trace.toLowerCase();
90 error = error.toLowerCase();
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java201 if (this.language.toLowerCase().equals("java")) {
275 desclang = desc.getLanguage().toLowerCase();
277 if (!desclang.equals(language.toLowerCase()))
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java498 String text = item.getString().trim().toLowerCase(); in initializeTitles()
785 itemText = item.getString().trim().toLowerCase(); in createMinutes()
822 itemText = item.getString().trim().toLowerCase(); in createMinutes()
974 iText = item.getString().toLowerCase().trim(); in ItemsTable()
975 ai = (AgendaItem) itemsCache.get(item.getString().toLowerCase().trim()); in ItemsTable()
1250 topicItems.put(xTextRange.getString().toLowerCase().trim(), ae); in Topics()
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx84 sal_Unicode toLowerCase(sal_Unicode c) { //TODO: generally available? in toLowerCase() function
90 return toLowerCase(c1) == toLowerCase(c2); in equalIgnoreCase()
391 buf.append(toLowerCase(c)); in parse()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelContentsFolder.java82 if (language.toLowerCase().equals("java")) {
85 else if (language.toLowerCase().equals("beanshell")) {
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java515 if (System.getProperty("os.name", "").toLowerCase().equals( in dispose()
518 && (System.getProperty("java.vendor", "").toLowerCase(). in dispose()
520 || System.getProperty("java.vendor", "").toLowerCase(). in dispose()
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java135 …tFileExtName(sourceFile.getName()).toLowerCase() + " to " + FileUtil.getFileExtName(targetFile.get… in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Ddbg.java108 if(types[i].getTypeName().toLowerCase().endsWith( in implementsInterface()
109 ifcName.toLowerCase())) in implementsInterface()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js77 var aLcPatterns = sPattern.toLowerCase().split(/\s+/);
86 var sLcTypeName = sTypeName.toLowerCase();

Completed in 211 milliseconds

123