/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | GraphicalTestArguments.java | 156 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 D | GfxCompare.java | 129 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 D | MSOfficePrint.java | 57 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 D | OfficePrint.java | 838 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 D | EnhancedComplexTestCase.java | 103 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()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | Office.java | 44 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 D | EnhancedComplexTestCase.java | 158 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 D | ParameterHelper.java | 173 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 D | JPEGCreator.java | 269 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 D | MSOfficePostscriptCreator.java | 134 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 D | FileHelper.java | 532 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 D | OpenOfficePostscriptCreator.java | 100 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()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | OSHelper.java | 35 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()
|
/aoo42x/test/testgui/source/bvt/gui/ |
H A D | FileExport.java | 299 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 …]
|
/aoo42x/main/l10ntools/java/jpropex/java/ |
H A D | JPropEx.java | 247 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()
|
/aoo42x/main/qadevOOo/runner/util/compare/ |
H A D | DocComparatorFactory.java | 37 if (s.toLowerCase().equals("gfx") || s.toLowerCase().equals("graphical")) in createComparator() 47 else if (s.toLowerCase().equals("pdf")) in createComparator()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/ |
H A D | Debug.java | 76 info = info.toLowerCase(); 83 trace = trace.toLowerCase(); 90 error = error.toLowerCase();
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/ |
H A D | CommandLineTools.java | 201 if (this.language.toLowerCase().equals("java")) { 275 desclang = desc.getLanguage().toLowerCase(); 277 if (!desclang.equals(language.toLowerCase()))
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 498 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()
|
/aoo42x/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 84 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()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
H A D | ParcelContentsFolder.java | 82 if (language.toLowerCase().equals("java")) { 85 else if (language.toLowerCase().equals("beanshell")) {
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 515 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()
|
/aoo42x/test/testuno/source/pvt/uno/ |
H A D | Conversion.java | 135 …tFileExtName(sourceFile.getName()).toLowerCase() + " to " + FileUtil.getFileExtName(targetFile.get… in before()
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | dbg.java | 108 if(types[i].getTypeName().toLowerCase().endsWith( in implementsInterface() 109 ifcName.toLowerCase())) in implementsInterface()
|
/aoo42x/main/scripting/examples/beanshell/Capitalise/ |
H A D | capitalise.bsh | 40 newString=theString.substring(0,1).toUpperCase()+theString.substring(1).toLowerCase(); 42 newString=theString.toLowerCase();
|