Home
last modified time | relevance | path

Searched refs:equals (Results 351 – 375 of 1870) sorted by relevance

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

/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx147 … bDocNameNoPathMatch = xModel->getURL().copy( lastSlashIndex + 1 ).equals( aURL ); in findShellForUrl()
151 bDocNameNoPathMatch = aTmpName.equals( aURL ); in findShellForUrl()
156 if ( aURL.equals( xModel->getURL() ) || bDocNameNoPathMatch ) in findShellForUrl()
388 if ( !sPrj.equals( sThisProject ) ) in resolveVBAMacro()
398 if ( !sCreatedFrom.equals( sTemplateNames[ index ] ) ) in resolveVBAMacro()
404 if ( !sPrj.equals( sThisProject ) ) in resolveVBAMacro()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java85 if (m_supported_services[ nPos ].equals( service_name )) in supportsService()
99 if (implName.equals( m_impl_name )) in __getComponentFactory()
118 if (! xInfo.getImplementationName().equals( m_impl_name )) in service_info_test()
131 if (! supported_services[ nPos ].equals( m_supported_services[ nPos ] )) in service_info_test()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java93 if (!context.equals("null")) in runInvokeTest()
140 if (output.equals(expected)) in runInvokeTest()
148 if (location.equals("share")) in getStorageId()
151 if (location.equals("user")) in getStorageId()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java329 if (path.equals("/")) { in getEmbeddedObjects()
337 else if (type.equals("text/xml")) { in getEmbeddedObjects()
872 if (domImpl.equals("com.sun.xml.tree.XmlDocument")) { in docToBytes()
884 else if (domImpl.equals("org.apache.crimson.tree.XmlDocument")) in docToBytes()
895 else if (domImpl.equals("org.apache.xerces.dom.DocumentImpl") in docToBytes()
896 || domImpl.equals("org.apache.xerces.dom.DeferredDocumentImpl")) { in docToBytes()
923 else if (domImpl.equals("gnu.xml.dom.DomDocument")) { in docToBytes()
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx138 if( aRole.equals(C2U("values-x")) ) in lcl_getDataPointValueText()
144 else if( aRole.equals(C2U("values-y")) ) in lcl_getDataPointValueText()
150 else if( aRole.equals(C2U("values-first")) ) in lcl_getDataPointValueText()
156 else if( aRole.equals(C2U("values-min")) ) in lcl_getDataPointValueText()
162 else if( aRole.equals(C2U("values-max")) ) in lcl_getDataPointValueText()
168 else if( aRole.equals(C2U("values-last")) ) in lcl_getDataPointValueText()
174 else if( aRole.equals(C2U("values-size")) ) in lcl_getDataPointValueText()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java168 return _service.equals(getCallbackComponentServiceName()); in supportsService()
457 if ( _args[i].Name.equals( "TestCase_Marker" ) && _args[i].Value.equals( "Yes" ) ) in impl_hasMarker()
917 if (_expectedEvent.equals(_eventQueue.get(i))) in impl_waitForEvent()
943 if ("OnTitleChanged".equals(_Event.EventName)) in onDocumentEvent()
953 if ((_Event.EventName.equals("OnLoad")) && (m_loadDocState != STATE_NOT_STARTED)) in onDocumentEvent()
972 if ("OnTitleChanged".equals(_Event.EventName)) in documentEventOccured()
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx730 …ASSERT_TRUE(aMsgMD5Sum1.equals(aMsgMD5Sum2) == sal_True) << "source is the same, dest must be also… in TEST_F()
742 ASSERT_TRUE(aMsgMD5Sum1.equals(aMsgMD5Sum2) == sal_False) << "differ only in one char"; in TEST_F()
777 ASSERT_TRUE(aStr.equals(sSampleString_MD2)) << in TEST_F()
813 ASSERT_TRUE(aStr.equals(sSampleString_MD5) ) << in TEST_F()
850 ASSERT_TRUE(aStr.equals(sSampleString_SHA)) << in TEST_F()
886 ASSERT_TRUE(aStr.equals(sSampleString_SHA1)) << in TEST_F()
926 ASSERT_TRUE(aStr.equals(sSampleString_HMAC_MD5)) << in TEST_F()
967 ASSERT_TRUE(aStr.equals(sSampleString_HMAC_SHA1)) << in TEST_F()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx988 … if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.AreaChartType"))) in GetChartType()
993 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.BarChartType"))) in GetChartType()
998 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.ColumnChartType… in GetChartType()
1014 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.LineChartType")… in GetChartType()
1019 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.ScatterChartTyp… in GetChartType()
1024 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.PieChartType"))) in GetChartType()
1029 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.NetChartType"))) in GetChartType()
1034 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.CandleStickChar… in GetChartType()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletonmaker.cxx162 if ( arg.equals(OUString(RTL_CONSTASCII_USTRINGPARAM("dump"))) ) {
164 } else if ( arg.equals(OUString(RTL_CONSTASCII_USTRINGPARAM("component"))) ) {
167 } else if ( arg.equals(OUString(RTL_CONSTASCII_USTRINGPARAM("calc-add-in"))) ) {
171 } else if ( arg.equals(OUString(RTL_CONSTASCII_USTRINGPARAM("add-on"))) ) {
/trunk/main/ucb/qa/complex/ucb/
H A DUCB.java178 if (type.equals(String.class)) in getContentProperty()
182 else if (type.equals(Boolean.class)) in getContentProperty()
186 else if (type.equals(Integer.class)) in getContentProperty()
190 else if (type.equals(Short.class)) in getContentProperty()
/trunk/main/bridges/test/java_uno/equals/
H A Dtestequals.cxx60 css::lang::XServiceInfo, test::java_uno::equals::XTestInterface >
149 css::uno::Reference< test::java_uno::equals::XBase > const * >(0)); in createInstance()
152 css::uno::Reference< test::java_uno::equals::XDerived > const * >(0)); in createInstance()
155 css::uno::Reference< test::java_uno::equals::XTestInterface > const * >( in createInstance()
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java185 if (name.equals(NAME_NULL)) { in getInstance()
187 } else if (name.equals(NAME_RUNTIME_EXCEPTION)) { in getInstance()
190 } else if (name.equals(NAME_NO_SUCH_ELEMENT_EXCEPTION)) { in getInstance()
221 && oid.equals(((TestProxy) object).oid); in isSame()
/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/wizards/com/sun/star/wizards/common/
H A DUCB.java227 if (type.equals(String.class)) in getContentProperty()
231 else if (type.equals(Boolean.class)) in getContentProperty()
235 else if (type.equals(Integer.class)) in getContentProperty()
239 else if (type.equals(Short.class)) in getContentProperty()
/trunk/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx102 if (aValue->sName.equals(::rtl::OUString::createFromAscii("Name"))) in LoadXPToolkitProfiles()
106 … else if (aValue->sName.equals(::rtl::OUString::createFromAscii("IsRelative"))) in LoadXPToolkitProfiles()
110 else if (aValue->sName.equals(::rtl::OUString::createFromAscii("Path"))) in LoadXPToolkitProfiles()
114 else if (aValue->sName.equals(::rtl::OUString::createFromAscii("Default"))) in LoadXPToolkitProfiles()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java259 if ( ((String)control.getPropertyValue( "Name" )).equals( name ) ) in getRadioModelByRefValue()
260 if ( ((String)control.getPropertyValue( "RefValue" )).equals( refValue ) ) in getRadioModelByRefValue()
284 if ( ((String)control.getPropertyValue( "Name" )).equals( name ) ) in getRadioModelByTag()
285 if ( ((String)control.getPropertyValue( "Tag" )).equals( tag ) ) in getRadioModelByTag()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java117 if (sSelectClause.equals(sSelectBaseClause)) in getSelectClause()
131 if (!FieldTitle.equals(_FieldName)) in getAliasFieldNameClause()
189 boolean bascend = (sSort.equals("ASC")); in appendSortingCriterion()
338 if (commandName.getAliasName().equals(_AliasName)) in getComposedCommandByAliasName()
353 if (commandName.getDisplayName().equals(_DisplayName)) in getComposedCommandByDisplayName()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java205 if( ! ( sTmp.equals( sWord ) && sTBef.equals( sBefore ) && in textAtIndexNode()
206 sTBeh.equals( sBehind ) ) ) in textAtIndexNode()
578 if( "Cancel".equals( sCommand ) ) in actionPerformed()
580 else if( "Action".equals( sCommand ) ) in actionPerformed()
638 if( sOld.equals( sNew ) ) in updateText()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java165 if (superMethodDescriptions[i].getName().equals(name)) { in getMethodDescription()
170 if (methodDescriptions[i].getName().equals(name)) { in getMethodDescription()
185 if (fieldDescriptions[i].getName().equals(name)) { in getFieldDescription()
343 = typeName.equals("com.sun.star.uno.Exception") in create()
344 || typeName.equals("com.sun.star.uno.RuntimeException") in create()
625 if (methods[i].getName().equals(name)) { in findMethod()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx616 else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<sal_Int16> > *)0 ) ) ) in callFunction()
620 else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<sal_Int32> > *)0 ) ) ) in callFunction()
624 else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<double> > *)0 ) ) ) in callFunction()
628 else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<rtl::OUString> > *)0 ) ) ) in callFunction()
632 else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<uno::Any> > *)0 ) ) ) in callFunction()
636 else if ( aType.equals( getCppuType( (uno::Reference<table::XCellRange>*)0 ) ) ) in callFunction()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DTextNodeIterator.java71 node.getNodeName().equals(OfficeConstants.TAG_SPACE) || in nodeSupported()
72 node.getNodeName().equals(OfficeConstants.TAG_TAB_STOP) || in nodeSupported()
73 node.getNodeName().equals(OfficeConstants.TAG_LINE_BREAK)) { in nodeSupported()
/trunk/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx187 if( Event.FeatureURL.Main.equals( msExtrusionDirection ) ) in statusChanged()
200 else if( Event.FeatureURL.Main.equals( msExtrusionProjection ) ) in statusChanged()
413 if( Event.FeatureURL.Main.equals( msExtrusionDepth ) ) in statusChanged()
426 else if( Event.FeatureURL.Main.equals( msMetricUnit ) ) in statusChanged()
694 if( Event.FeatureURL.Main.equals( msExtrusionLightingIntensity ) ) in statusChanged()
707 else if( Event.FeatureURL.Main.equals( msExtrusionLightingDirection ) ) in statusChanged()
889 if( Event.FeatureURL.Main.equals( msExtrusionSurface ) ) in statusChanged()
/trunk/main/xmlreader/inc/xmlreader/
H A Dspan.hxx51 inline bool equals(Span const & text) const { in equals() function
56 inline bool equals(char const * textBegin, sal_Int32 textLength) const { in equals() function
57 return equals(Span(textBegin, textLength)); in equals()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOSHelper.java47 System.getProperty("os.arch").equals("x86")) in isSolarisIntel()
57 System.getProperty("os.arch").equals("sparc")) in isSolarisSparc()
66 System.getProperty("os.arch").equals("i386")) in isLinuxIntel()
/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx1435 if (sName.equals(FACTORYNAME_WRITERGLOBAL)) in ClassifyFactoryByServiceName()
1437 if (sName.equals(FACTORYNAME_WRITERWEB)) in ClassifyFactoryByServiceName()
1439 if (sName.equals(FACTORYNAME_WRITER)) in ClassifyFactoryByServiceName()
1441 if (sName.equals(FACTORYNAME_CALC)) in ClassifyFactoryByServiceName()
1443 if (sName.equals(FACTORYNAME_DRAW)) in ClassifyFactoryByServiceName()
1445 if (sName.equals(FACTORYNAME_IMPRESS)) in ClassifyFactoryByServiceName()
1447 if (sName.equals(FACTORYNAME_MATH)) in ClassifyFactoryByServiceName()
1449 if (sName.equals(FACTORYNAME_CHART)) in ClassifyFactoryByServiceName()
1451 if (sName.equals(FACTORYNAME_DATABASE)) in ClassifyFactoryByServiceName()

Completed in 346 milliseconds

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