Home
last modified time | relevance | path

Searched refs:equals (Results 151 – 175 of 1871) sorted by relevance

12345678910>>...75

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_XSingleSelectQueryAnalyzer.java117 res = oObj.getQuery().equals(queryString); in _getQuery()
131 tRes.tested("getFilter()", (oObj.getFilter().equals(filter))); in _getFilter()
162 tRes.tested("getStructuredFilter()", (oObj.getFilter().equals(complexFilter))); in _getStructuredFilter()
181 tRes.tested("getGroup()", (oObj.getGroup().equals(group))); in _getGroup()
219 oObj.getHavingClause().equals(clause))); in _getHavingClause()
250 (oObj.getHavingClause().equals(complexFilter))); in _getStructuredHavingClause()
266 tRes.tested("getOrder()", (oObj.getOrder().equals(order))); in _getOrder()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx135 if (aType.equals(getCppuType( (uno::Sequence<beans::PropertyValue> *)0 ) ) ) in CallTypeFunction()
141 else if( aType.equals(getCppuType( (uno::Sequence<sal_Int8> *)0 ) ) ) in CallTypeFunction()
147 else if (aType.equals(getCppuType( (uno::Reference<container::XNameContainer> *)0 ) ) || in CallTypeFunction()
148 aType.equals(getCppuType( (uno::Reference<container::XNameAccess> *)0 ) )) in CallTypeFunction()
154 else if (aType.equals(getCppuType( (uno::Reference<container::XIndexAccess> *)0 ) ) || in CallTypeFunction()
155 aType.equals(getCppuType( (uno::Reference<container::XIndexContainer> *)0 ) ) ) in CallTypeFunction()
161 else if (aType.equals(getCppuType( (util::DateTime *)0 ) ) ) in CallTypeFunction()
167 else if( aType.equals(getCppuType( (uno::Reference<i18n::XForbiddenCharacters> *)0 ) ) ) in CallTypeFunction()
171 else if( aType.equals(getCppuType( (uno::Sequence<formula::SymbolDescriptor> *)0 ) ) ) in CallTypeFunction()
409 …DBG_ASSERT(aNamed->getElementType().equals(getCppuType( (uno::Sequence<beans::PropertyValue> *)0 )… in exportNameAccess()
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java206 …if (FieldColumns[i].getFieldName().equals(_FieldName) && FieldColumns[i].getCommandName().equals(_… in getFieldColumn()
219 if (sFieldName.equals(_FieldName)) in getFieldColumnByFieldName()
226 if (sFieldName.equals(sCompound)) in getFieldColumnByFieldName()
241 if (sDisplayName.equals(_DisplayName)) in getFieldColumnByDisplayName()
248 if (sDisplayName.equals(sCompound)) in getFieldColumnByDisplayName()
254 if (quotedName.equals(_DisplayName)) in getFieldColumnByDisplayName()
266 if (FieldColumns[i].getFieldTitle().equals(_FieldTitle)) in getFieldColumnByTitle()
275 if (FieldColumns[i].getFieldName().equals(_FieldTitle)) in getFieldColumnByTitle()
431 …if (_sCommandName.equals(FieldColumns[i].getCommandName()) && JavaTools.FieldInList(_sDisplayField… in getFieldNames()
656 if (scurreftablename.equals(_sreferencedtablename)) in getKeyColumns()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_SpreadsheetDocumentSettings.java120 if (rLocale.Country.equals(locale.Country) && in getForbiddenCharacters()
121 rLocale.Language.equals(locale.Language) && in getForbiddenCharacters()
122 rLocale.Variant.equals(locale.Variant)) { in getForbiddenCharacters()
137 if (rLocale.Country.equals(locale.Country) && in hasForbiddenCharacters()
138 rLocale.Language.equals(locale.Language) && in hasForbiddenCharacters()
139 rLocale.Variant.equals(locale.Variant)) { in hasForbiddenCharacters()
H A D_XFunctionDescriptions.java79 if (PVals[i].Name.equals("Name")) in _getById()
81 if (PVals[i].Name.equals("Id")) in _getById()
99 if (PVals2[i].Name.equals("Name")) in _getById()
101 if (PVals2[i].Name.equals("Id")) in _getById()
108 bResult &= FName.equals(objFName); in _getById()
109 bResult &= FId.equals(objFId); in _getById()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java124 if (aValue.Name.equals("FilterName") || in getDocumentType()
125 aValue.Name.equals("MediaType")) in getDocumentType()
393 if ( _sInputURL.equals(_sOutputURL) ) in printToFileWithOOo()
447 if (_sSpecial != null && _sSpecial.equals("msoffice")) in createInfoFile()
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()
881 if (_aGTA.getReferenceType().toLowerCase().equals("ooo")) in printToFile()
885 else if (_aGTA.getReferenceType().toLowerCase().equals("pdf")) in printToFile()
1024 if (aPropertyValue.Name.equals("Type")) in getInternalFilterName()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DMinMaxLineWrapper.cxx194 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in setPropertyValue()
205 if( rPropertyName.equals( C2U("LineColor")) ) in setPropertyValue()
207 else if( rPropertyName.equals( C2U("LineTransparence")) ) in setPropertyValue()
209 … else if( rPropertyName.equals( m_aWrappedLineJointProperty.getOuterName() ) ) in setPropertyValue()
233 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in getPropertyValue()
249 if( rPropertyName.equals( C2U("LineColor")) ) in getPropertyValue()
251 else if( rPropertyName.equals( C2U("LineTransparence")) ) in getPropertyValue()
253 else if( rPropertyName.equals( m_aWrappedLineJointProperty.getOuterName() ) ) in getPropertyValue()
347 if( rPropertyName.equals( m_aWrappedLineJointProperty.getOuterName() ) ) in getPropertyState()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfo.java136 if (cl[i].getName().equals("org.openoffice.xmerge.DocumentSerializerFactory")) { in ConverterInfo()
139 if (cl[i].getName().equals("org.openoffice.xmerge.DocumentDeserializerFactory")) { in ConverterInfo()
142 if (cl[i].getName().equals("org.openoffice.xmerge.DocumentMergerFactory")) { in ConverterInfo()
211 if (cl[i].getName().equals("org.openoffice.xmerge.DocumentSerializerFactory")) { in ConverterInfo()
214 if (cl[i].getName().equals("org.openoffice.xmerge.DocumentDeserializerFactory")) { in ConverterInfo()
217 if (cl[i].getName().equals("org.openoffice.xmerge.DocumentMergerFactory")) { in ConverterInfo()
402 if (officeMime.equals(validOfficeTypes[i])) { in isValidOfficeType()
H A DConverterInfoMgr.java95 if (ci.getDisplayName().equals(converterInfo.getDisplayName())) { in addPlugIn()
174 if (jar.equals(converterInfo.getJarName())) { in removeByJar()
201 if (name.equals(converterInfo.getDisplayName())) { in removeByName()
244 if (deviceMime.trim().equals(fromDeviceInfo) && in findConverterInfo()
245 officeMime.trim().equals(toDeviceInfo)) { in findConverterInfo()
290 if (deviceFromMime.trim().equals(fromDeviceInfo)) { in findConverterInfoChain()
307 if (deviceToMime.trim().equals(toDeviceInfo) && in findConverterInfoChain()
308 fromOfficeInfo.equals(toOfficeInfo)) { in findConverterInfoChain()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java89 return aLoc1.Language.equals( aLoc2.Language ) && in IsEqual()
90 aLoc1.Country .equals( aLoc2.Country ) && in IsEqual()
91 aLoc1.Variant .equals( aLoc2.Variant ); in IsEqual()
106 if (aPropName.equals( aProps[i].Name )) in GetValueToUse()
186 if (aTerm.equals( "house" ) && in queryMeanings()
241 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
285 if( aImplName.equals( _aSvcImplName ) ) in __getServiceFactory()
/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()
81 if (m_aParameterHelper.getReferenceType().toLowerCase().equals("msoffice")) in load()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DChooseUninstallationTypeCtrl.java48 if ( data.getInstallationType().equals(data.getCustomActionCommand()) ) { in getNext()
50 } else if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) { in getNext()
84 if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) { in afterShow()
94 if ( data.getInstallationType().equals(data.getCustomActionCommand())) { in afterShow()
115 if (evt.getActionCommand().equals(data.getTypicalActionCommand())) { in actionPerformed()
118 } else if (evt.getActionCommand().equals(data.getCustomActionCommand())) { in actionPerformed()
H A DChooseInstallationTypeCtrl.java52 if ( data.getInstallationType().equals(data.getCustomActionCommand()) ) { in getNext()
54 } else if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) { in getNext()
101 if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) { in afterShow()
137 if (( data.getInstallationType().equals(data.getCustomActionCommand() ))) { in afterShow()
160 if (evt.getActionCommand().equals(data.getTypicalActionCommand())) { in actionPerformed()
163 } else if (evt.getActionCommand().equals(data.getCustomActionCommand())) { in actionPerformed()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptEntry.java82 public boolean equals(ScriptEntry other) { in equals() method in ScriptEntry
83 if (language.equals(other.getLanguage()) && in equals()
84 languagename.equals(other.getLanguageName()) && in equals()
85 logicalname.equals(other.getLogicalName()) && in equals()
86 languagedepprops.equals(other.getLanguageProperties()) && in equals()
87 location.equals(other.getLocation())) in equals()
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java143 getTypeName().equals("unsigned long")); in testUnsigned()
154 getComponentType().getTypeName().equals("unsigned short")); in testSequence()
190 in[i].equals(inParameters[i])); in test()
198 : out[i].equals(outParameters[i])); in test()
201 description.getReturnSignature().equals(returnValue)); in test()
230 description.getTypeName().equals(data[0])); in test()
232 description.equals(TypeDescription.getTypeDescription( in test()
235 description.getArrayTypeName().equals(data[1])); in test()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java67 public boolean equals(final Object o) in equals() method in MasterPageFactory.MasterPageFactoryKey
78 if (pageFooter != null ? !pageFooter.equals( in equals()
83 if (pageHeader != null ? !pageHeader.equals( in equals()
88 if (template != null ? !template.equals( in equals()
153 public boolean equals(final Object o) in equals() method in MasterPageFactory.PageLayoutKey
166 if (footerHeight != null ? !footerHeight.equals( in equals()
171 if (headerHeight != null ? !headerHeight.equals( in equals()
176 return !(templateName != null ? !templateName.equals( in equals()
/trunk/main/registry/test/
H A Dtestregcpp.cxx149 …REG_ENSURE(reader.getTypeName().equals(OUString::createFromAscii("ModuleA")), "testCoreReflection … in test_coreReflection()
161 REG_ENSURE(aConstStr.equals("dies ist ein unicode string"), "testCoreReflection error 9b"); in test_coreReflection()
264 …REG_ENSURE(reader.getTypeName().equals(OUString::createFromAscii("ModuleA/XInterfaceA")), "testCor… in test_coreReflection()
329 …REG_ENSURE(reader.getTypeName().equals(OUString::createFromAscii("ModuleA/ServiceA")), "testCoreRe… in test_coreReflection()
335 …REG_ENSURE(refName.equals(OUString::createFromAscii("ModuleA/XInterfaceA")), "testCoreReflection e… in test_coreReflection()
399 …REG_ENSURE(key4.getName().equals(OUString::createFromAscii("/myThirdKey/1")), "test_registry_CppAp… in test_registry_CppApi()
414 …REG_ENSURE(linkTarget.equals(OUString::createFromAscii("/myFourthKey/X")), "test_registry_CppApi e… in test_registry_CppApi()
424 … if (pSubKeyNames->getElement(i).equals(OUString::createFromAscii("/mySixthKey/myFirstLink"))) in test_registry_CppApi()
446 …REG_ENSURE(key7.getName().equals(OUString::createFromAscii("/myFourthKey/X/myFirstLinkSubKey")), "… in test_registry_CppApi()
472 …REG_ENSURE(subKeyNames.getElement(0).equals(OUString::createFromAscii("/mySixthKey/myFirstLink")),… in test_registry_CppApi()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormatValueUtility.java94 if (Boolean.TRUE.equals(value)) in applyValueForVariable()
124 … if ("float".equals(valueType))//@see http://qa.openoffice.org/issues/show_bug.cgi?id=108954 in applyValueForCell()
140 if ("date".equals(valueType)) in applyValueForCell()
155 if ("float".equals(valueType)) in applyValueForCell()
157 float fvalue = Boolean.TRUE.equals(value) ? 1 : 0; in applyValueForCell()
162 if (Boolean.TRUE.equals(value)) in applyValueForCell()
183 if (!"string".equals(valueType)) in applyValueForCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XNumberFormatCode.java68 if (str.equals("")) { in _getDefault()
75 res &= !str.equals(""); in _getDefault()
80 if (str.equals("")) { in _getDefault()
87 res &= ( ! str.equals("") ); in _getDefault()
105 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
108 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx151 bMatch = ( title.equals(rTitle) ); in operator ()()
156 bMatch = ( aShrunkName.equals(rTitle) ); in operator ()()
174 bool retVal = aShrunkName.equals(rTitle); in operator ()()
273 if(m_aCurrentFilter.equals(rFilter) == false) in SetCurFilter()
422 …hIgnoreAsciiCase(*iter, aName.getLength() - (*iter).getLength()) || ((*iter).equals(allMatcher))) { in filenameMatchesFilter()
500 if (m_aCurrentFilter.equals(aTitle)) { in getCurrentFilterIndex()
505 if (m_aCurrentFilter.equals(aTitle)) { in getCurrentFilterIndex()
525 if (m_aCurrentFilter.equals(aTitle)) { in getCurrentFilterSuffixList()
530 if (m_aCurrentFilter.equals(aTitle)) { in getCurrentFilterSuffixList()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java154 if (job.equals("listall")) in getDescriptionFor()
245 if (!(entry.SubEntries[i].longName).equals(fullJob)) in getDescriptionForSingleJob()
323 if (!ifc_name.equals(old_ifc_name)) in getSubEntries()
489 if (entry.entryName.equals("ifc.lang._XComponent")) in makeArray()
711 if (found.equals("none")) in getFromDirectory()
802 if (!job.equals("unknown") && !job.equals("listall")) in getScenarioFromDirectory()
860 if (!job.equals("unknown") && !job.equals("listall")) in getScenarioFromClassPath()
939 if (module.equals("file") || module.equals("xmloff")) in getComponentForString()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DSetupActionListener.java43 if (evt.getActionCommand().equals(SetupFrame.ACTION_CANCEL)) { in actionPerformed()
60 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_STOP)) { in actionPerformed()
81 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_PREVIOUS)) { in actionPerformed()
85 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_NEXT)) { in actionPerformed()
93 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_DETAILS)) { in actionPerformed()
102 } else if (evt.getActionCommand().equals(SetupFrame.ACTION_HELP)) { in actionPerformed()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx447 sal_Int32 equals = 0; in deleteSubEntry() local
453 equals++; in deleteSubEntry()
456 if (equals == length) in deleteSubEntry()
587 sal_Int32 equals = 0; in deleteUserLink() local
592 equals++; in deleteUserLink()
595 if (equals == length) in deleteUserLink()
602 if (length > equals + 1) in deleteUserLink()
916 sal_Int32 equals = 0; in deleteAllServiceEntries() local
921 equals++; in deleteAllServiceEntries()
924 if (equals == length) in deleteAllServiceEntries()
[all …]
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java218 if (lModuleProps[i].Name.equals("ooSetupFactoryModuleIdentifier")) in impl_searchModulesByDocumentService()
222 if (lModuleProps[i].Name.equals("ooSetupFactoryDocumentService")) in impl_searchModulesByDocumentService()
233 if ( ! sFoundDocService.equals(sDocumentService)) in impl_searchModulesByDocumentService()
258 if (lModuleProps[i].Name.equals("ooSetupFactoryEmptyDocumentURL")) in impl_identifyModulesBasedOnDocs()
278 if ( ! sModuleFrame.equals(sModule)) in impl_identifyModulesBasedOnDocs()
282 if ( ! sModuleController.equals(sModule)) in impl_identifyModulesBasedOnDocs()
286 if ( ! sModuleModel.equals(sModule)) in impl_identifyModulesBasedOnDocs()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XPersistObject.java88 result &= sname.equals(objName); in _getServiceName()
149 locRes = ( (str.equals("Time")) || (str.equals("Date")) in _read()
150 || (str.equals("FormatsSupplier")) in _read()
151 || (str.equals("Text")) in _read()
152 || (str.equals("Value")) in _read()
171 bResult = ( persCopy.getServiceName().equals(sname) ); in _read()

Completed in 149 milliseconds

12345678910>>...75