Home
last modified time | relevance | path

Searched refs:equals (Results 476 – 500 of 1870) sorted by relevance

1...<<11121314151617181920>>...75

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java98 if ( sImplementationName.equals( m_implementationName ) ) in __getComponentFactory()
100 else if ( sImplementationName.equals( WikiOptionsEventHandlerImpl.m_sImplementationName ) ) in __getComponentFactory()
129 if ( sService.equals( m_serviceNames[i] )) in supportsService()
220 if ( aURL.Protocol.equals( protocolName )) in queryDispatch()
/trunk/main/svx/inc/svx/
H A Dsdasitm.hxx145 return r1.equals( r2 ); in operator ()()
150 return ( r1.first.equals( r2.first ) ) && ( r1.second.equals( r2.second ) ); in operator ()()
/trunk/main/toolkit/test/accessibility/
H A DHelpWindow.java144 if (e.getActionCommand().equals("Prev")) in actionPerformed()
148 else if (e.getActionCommand().equals("Next")) in actionPerformed()
152 else if (e.getActionCommand().equals("Close")) in actionPerformed()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DDataStreamComposer.java100 if ( sourceURL == null || sourceURL.equals("") ) { in setDataStream()
180 if ( m_contenturl == null || m_contenturl.equals( "" )) { in parseArguments()
184 if ( m_srcURL == null || m_srcURL.equals( "" )) { in parseArguments()
/trunk/main/package/qa/storages/
H A DTest03.java185 if ( sRootCont[nInd].equals( "SubStorage1" ) ) in test()
187 else if ( sRootCont[nInd].equals( "SubStream1" ) ) in test()
189 else if ( sRootCont[nInd].equals( "BigSubStream1" ) ) in test()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/
H A DBridgeFactory.java84 if (implName.equals(BridgeFactory.class.getName()) ) in __getServiceFactory()
121 if(xBridge.getName().equals(sName)) in createBridge()
158 if(xBridge.getName().equals(sName)) in getBridge()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptNameResolver.java120 if (output.equals(expected)) in runResolveTest()
128 if (location.equals("share")) in getStorageId()
131 if (location.equals("user")) in getStorageId()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DHelpWindow.java146 if (e.getActionCommand().equals("Prev")) in actionPerformed()
150 else if (e.getActionCommand().equals("Next")) in actionPerformed()
154 else if (e.getActionCommand().equals("Close")) in actionPerformed()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx696 if( aNPIter->GetUserName().equals( aRecord.GetUserName() ) ) in UpdateVector()
846 if( aNPIter->GetUserName().equals( aName ) ) in FindUsr()
1021 if( !aRM.size() || !aPass.equals( aRM[0] ) ) in GetMasterPassword()
1027 if (aRM.size() && aPass.equals(aRM[0])) { in GetMasterPassword()
1038 if( !aRM.size() || !aPass.equals( aRM[0] ) ) in GetMasterPassword()
1083 if( aNPIter->GetUserName().equals( aName ) ) in remove()
1125 if( aNPIter->GetUserName().equals( aName ) ) in removePersistent()
1249 bResult = ( aPass.getLength() && aPass.equals( m_aMasterPasswd ) ); in authorizateWithMasterPassword()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java520 && !props[i].Name.equals(translateHandle(props[i].Handle))) in setPropertyValues()
635 if (excs[j].getName().equals( in initProperties()
644 if (excs[j].getName().equals( in initProperties()
648 } else if (excs[j].getName().equals( in initProperties()
686 if (name.equals(absentOptional[j])) { in initProperties()
1030 if (!propertyName.equals("")) { in checkUnknown()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx646 if( rPropertyName.equals(C2U("FillColor")) ) in getPropertyState()
654 else if( rPropertyName.equals(C2U("Lines")) in getPropertyState()
655 || rPropertyName.equals(C2U("SymbolType")) in getPropertyState()
656 || rPropertyName.equals(C2U("SymbolSize")) ) in getPropertyState()
790 if(rPropertyName.equals(C2U("Lines"))) in setPropertyValue()
853 if( rPropertyName.equals(C2U("FillColor")) ) in getPropertyValue()
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java143 if (doc.appType.equals(TypeDetection.WRITER_DOC)) in pageCount()
147 else if (doc.appType.equals(TypeDetection.IMPRESS_DOC)) in pageCount()
151 else if (doc.appType.equals(TypeDetection.DRAW_DOC)) in pageCount()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java120 if ( i_args[i].equals( "--pipe-name" ) ) in executeWizardFromCommandLine()
126 if ( i_args[i].equals( "--database-location" ) ) in executeWizardFromCommandLine()
132 if ( i_args[i].equals( "--data-source-name" ) ) in executeWizardFromCommandLine()
/trunk/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java125 … if (xPropertyTypeDescriptions[i].getName().equals(_sServiceName + "." + _sPropertyName)){ in doesServiceSupportProperty()
162 bIsFoldable = (!sTypeName.equals("com.sun.star.uno.Type")); in isFoldable()
169 if (!sLabel.equals("")){ in getLabel()
H A DIntrospector.java384 if (xTD.getName().equals(_sTypeClass)){ in getFieldsOfConstantGroup()
406 if (xTD.getName().equals(_sServiceName)){ in getServiceTypeDescription()
468 if (_xTypeDescriptions[i].getName().equals(_sTypeName)){ in hasByName()
520 bIsUnoObject = ( oUnoArray[0].getClass().getName().equals(_sTypeName)); in isOfUnoType()
526 bIsUnoObject = (_oUnoObject.getClass().getName().equals(_sTypeName)); in isOfUnoType()
H A DUnoNode.java130 if (sIDLUrl.equals("") || (!bExists)){ in openIdlDescription()
136 if (_sClassName.equals("")){ in openIdlDescription()
144 if (!sAnchor.equals("")){ in openIdlDescription()
241 if (xTD.getName().equals(_sServiceName)){ in getMandatoryServiceNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XImportable.java139 boolean locResult = props[i].Name.equals(names[i]); in checkPropertyNames()
158 boolean locResult = ValueType.equals(types[i]); in checkPropertyTypes()
177 res = a1.equals(expected); in checkA1()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/
H A DFilterFactory.java177 while (i < props.length && !props[i].Name.equals(pName)) { in getPropertyValueValue()
186 while (i < props.length && !props[i].Name.equals(pName)) { in setPropertyValueValue()
194 while (i < props.length && !props[i].Name.equals(pName)) { in getPropertyValue()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDriver.java55 if (implName.equals(getImplementationNameStatic())) { in __getComponentFactory()
94 if (service.equals(serviceName)) { in supportsService()
124 if (property.Name.equals("JavaDriverClass")) { in connect()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java134 if (aChild.toString().equals(sName)) in GetChildNodeForName()
206 || ! msPartPathUnderMouse.equals(sPartPath)) in SetPartUnderMouse()
236 if (sChildName.equals(sPathPart)) in MakePartVisible()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx259 if ( _rType.equals( XScriptInvocationContext::static_type() ) ) in queryInterface()
908 else if (evt.PropertyName.equals(PROPERTY_WIDTH)) in propertyChange()
922 else if (evt.PropertyName.equals(PROPERTY_HIDDEN)) in propertyChange()
930 else if (evt.PropertyName.equals(PROPERTY_ALIGN)) in propertyChange()
956 else if ( (evt.PropertyName.equals(PROPERTY_FORMATKEY)) in propertyChange()
968 else if (evt.PropertyName.equals(PROPERTY_ROW_HEIGHT)) in propertyChange()
983 else if ( evt.PropertyName.equals(PROPERTY_FONT) // the font ? in propertyChange()
984 || evt.PropertyName.equals(PROPERTY_TEXTCOLOR) // the text color ? in propertyChange()
985 || evt.PropertyName.equals(PROPERTY_FILTER) // the filter ? in propertyChange()
987 || evt.PropertyName.equals(PROPERTY_ORDER) // the sort ? in propertyChange()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx334 if( aValue.equals( mrAxes[ nCurrent ].aName ) && in StartElement()
396 mrGlobalChartTypeUsedBySeries = (maSeriesChartTypeName.equals( maGlobalChartTypeName )); in StartElement()
805 if( ! rCurrStyleName.equals( iStyle->msStyleName )) in setStylesToSeries()
890 if( ! rCurrStyleName.equals( iStyle->msStyleName )) in setStylesToStatisticsObjects()
996 if( !rCurrStyleName.equals( iStyle->msSeriesStyleNameForDonuts ) ) in setStylesToDataPoints()
1022 if( !rCurrStyleName.equals( iStyle->msStyleName ) ) in setStylesToDataPoints()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeControl.java623 if (current.equals("private:graphicrepository/sd/res/triangle_right.png")) in _DefaultExpandedGraphicURL()
635 bOK &= ! newUrl.equals(current); in _DefaultExpandedGraphicURL()
650 if (current.equals("private:graphicrepository/sd/res/triangle_right.png")) in _DefaultCollapsedGraphicURL()
661 bOK &= ! newUrl.equals(current); in _DefaultCollapsedGraphicURL()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java468 xGroup.setSortAscending(PropertyNames.ASC.equals(sortFieldName[1])); in insertGroups()
497 if (m_aFieldNames[i].equals(_sField)) in getTitleFromFieldName()
509 if (m_aFieldNames[i].equals(_sField)) in getTypeFromFieldName()
521 if (_aList[i].equals(_aValue)) in listContains()
823 if (_sFormattedfield.equals("rpt:now()")) in insertFormattedField()
1696 if (sName.toLowerCase().equals("default.otr_") in loadAndSetBackgroundTemplate()
1697 || LayoutTemplatePath.equals("DefaultLayoutOfHeaders")) in loadAndSetBackgroundTemplate()
/trunk/main/svl/source/misc/
H A Ddocumentlockfile.cxx217 if ( !aFileData[LOCKFILE_SYSUSERNAME_ID].equals( aNewEntry[LOCKFILE_SYSUSERNAME_ID] ) in RemoveFile()
218 || !aFileData[LOCKFILE_LOCALHOST_ID].equals( aNewEntry[LOCKFILE_LOCALHOST_ID] ) in RemoveFile()
219 || !aFileData[LOCKFILE_USERURL_ID].equals( aNewEntry[LOCKFILE_USERURL_ID] ) ) in RemoveFile()

Completed in 129 milliseconds

1...<<11121314151617181920>>...75