Home
last modified time | relevance | path

Searched refs:equals (Results 751 – 775 of 1871) sorted by relevance

1...<<31323334353637383940>>...75

/trunk/main/sw/source/ui/config/
H A Doptcomp.cxx357 ( sName.equals( DEFAULT_ENTRY ) != sal_False ), in InitControls()
358 ( sName.equals( USER_ENTRY ) != sal_False ) ); in InitControls()
364 if ( sName.equals( USER_ENTRY ) ) in InitControls()
/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx183 if ( _rExpectedType.equals( ::cppu::UnoType< ::com::sun::star::util::Date >::get() ) ) in convertString()
185 … else if ( _rExpectedType.equals( ::cppu::UnoType< ::com::sun::star::util::Time >::get() ) ) in convertString()
187 … else if ( _rExpectedType.equals( ::cppu::UnoType< ::com::sun::star::util::DateTime >::get() ) ) in convertString()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx75 if (sVendor.equals(OUString(RTL_CONSTASCII_USTRINGPARAM(SUN_MICRO)))) in getPluginJarPath()
231 if (ouVendor.equals(cur->getVendor()) == sal_False) in jfw_plugin_getAllJavaInfos()
357 if (ouVendor.equals(aVendorInfo->getVendor()) == sal_False) in jfw_plugin_getJavaInfoByPath()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx435 && aPropValue.equals( aTemplVers ) ) in DECLARE_LIST()
1318 if ( aUINames[nInd].First.equals( aNewFolderName ) ) in UpdateUINamesForTemplateDir_Impl()
1339 if ( aUINames[nInd].Second.equals( aOldGroupName ) ) in ReplaceUINamesForTemplateDir_Impl()
1365 if ( aUINames[nInd].Second.equals( aGroupName ) ) in RemoveUINamesForTemplateDir_Impl()
2010 if ( rTemplateName.equals( aTitle ) ) in addTemplate()
2081 sal_Bool bCorrectTitle = ( bDocHasTitle && aTitle.equals( rTemplateName ) ); in addTemplate()
2088 … INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET ).equals( rTemplateName ) ); in addTemplate()
2634 if ( aUINames[nInd].First.equals( aTitle ) ) in createFromContent()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx196 return x.Name.equals(y);// ? true : false; in operator ()()
200 return x.equals(y.Name);// ? true : false; in operator ()()
2221 if ( evt.PropertyName.equals( PROPERTY_REPORTHEADERON ) ) in propertyChange()
2234 else if ( evt.PropertyName.equals( PROPERTY_REPORTFOOTERON ) ) in propertyChange()
2249 else if ( evt.PropertyName.equals( PROPERTY_PAGEHEADERON ) ) in propertyChange()
2261 else if ( evt.PropertyName.equals( PROPERTY_PAGEFOOTERON ) ) in propertyChange()
2273 else if ( evt.PropertyName.equals( PROPERTY_COMMAND ) in propertyChange()
2276 || evt.PropertyName.equals( PROPERTY_FILTER ) in propertyChange()
2340 if ( _sPropName.equals( PROPERTY_HEADERON ) ) in groupChange()
2346 else if ( _sPropName.equals( PROPERTY_FOOTERON ) ) in groupChange()
[all …]
/trunk/main/xmlsecurity/tools/demo/
H A DJavaFlatFilter.java182 if ( serviceName.equals( __serviceName)) in supportsService()
203 if (implName.equals( JavaFlatFilter.class.getName()) ) in __getServiceFactory()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java209 if (pts.getText() != null && !pts.getText().equals("")) { in buildDocument()
229 if (styleName.equals(PocketWordConstants.DEFAULT_STYLE)) { in buildDocument()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java154 if (cmdInfo[i].Name.equals(commandName)) { in _execute()
169 if (props[i].Name.equals(defProps[k])) { in _execute()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_commandenvironments.cxx208 || m_repository.equals(OUSTR("bundled")) in handle()
209 || licExc.AcceptBy.equals(OUSTR("admin"))) in handle()
/trunk/main/toolkit/test/accessibility/ov/
H A DSelectionView.java218 if (sCommand.equals ("Clear Selection")) in actionPerformed()
220 else if (sCommand.equals ("Select all")) in actionPerformed()
/trunk/main/qadevOOo/testdocs/backend/org/openoffice/
H A DJavaSystemBackend.java137 if (serviceName.equals(__serviceName)) { in supportsService()
162 if (implName.equals(JavaSystemBackend.class.getName())) { in __getServiceFactory()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java73 final int nAttributeTypeId = aLine[5].equals("null") ? -1 : Integer.parseInt(aLine[5]); in ParseData()
243 if (sValue.equals("null")) in UnquoteString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertyStates.java160 result = (oObj.getPropertyStates(the_first)[0].equals in _setPropertiesToDefault()
199 boolean part_result = states[i].equals in _setAllPropertiesToDefault()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java134 if (prop.Name.equals(name)) { in getPropertySetInfo()
146 if (prop.Name.equals(name)) { in getPropertySetInfo()
H A DTestParameters.java325 if (osarch.equals ("x86")) { in getSOCompatibleOSName()
332 } else if (osname.equals("freebsd")) { in getSOCompatibleOSName()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DChooseDirectoryCtrl.java109 … if (( System.getProperty("HOME") != null ) && ( ! System.getProperty("HOME").equals("") )) { in beforeShow()
183 … if (( oldDatabasePath == null ) || ( ! oldDatabasePath.equals(data.getDatabasePath()))) { in afterShow()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java147 if (!m_method.getReturnType().equals( Object.class ) || in Factory()
254 if (m_supported_services[ nPos ].equals( service_name )) in supportsService()
/trunk/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java128 if( homefiles[i].getName().equals( attachmentName + ".html" ) ) in createTempDocs()
163 … if( homefiles[i].getName().equals( attachmentName + ".sxw" ) ) in createTempDocs()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java134 (s.equals(VERSIONS_LINE)) != true); in load()
137 (s.equals("")) != true) { in load()
/trunk/main/comphelper/inc/comphelper/
H A Danycompare.hxx169 || !_lhs.getValueType().equals( m_enumType ) in isLess()
170 || !_rhs.getValueType().equals( m_enumType ) in isLess()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx93 if ( rPropName.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("EditingDuration" ) ) ) ) in getPropertyValue()
142 …if ( rPropName.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineCount")) ) ) // special pro… in getPropertyValue()
162 if ( rPropName.equals( stats[ index ].Name ) ) in getPropertyValue()
183 if ( rPropName.equals( stats[ index ].Name ) ) in setPropertyValue()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx256 if ( ! xRoot->getTagName().equals(OUSTR("description"))) in ExtensionDescription()
267 if ( ! nsDescription.equals(OUSTR("http://openoffice.org/extensions/description/2006"))) in ExtensionDescription()
517 if (currentversion.equals(versions[i])) in checkBlacklistVersion()
916 … if (xParent->getNodeName().equals(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("simple-license")))) in getChildWithDefaultLocale()
/trunk/main/stoc/source/corereflection/
H A Dcrbase.cxx107 sal_Bool IdlClassImpl::equals( const Reference< XIdlClass >& xType ) in equals() function in stoc_corefl::IdlClassImpl
134 if (equals( xType ) || eAssign == TypeClass_ANY) // default shot in isAssignableFrom()
/trunk/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx123 if (aId.equals(OID_SUBJECT_ALTERNATIVE_NAME)) in init()
230 ASSERT_TRUE( rtl::OUString::createFromAscii("1.2.3.4").equals(value)); in TEST_F()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_General.java301 !getSessionSaveName().equals(PropertyNames.EMPTY_STRING)); in checkSaveSession()
316 if ((url == null) || (url.equals(PropertyNames.EMPTY_STRING))) in checkPublish()

Completed in 117 milliseconds

1...<<31323334353637383940>>...75