Home
last modified time | relevance | path

Searched refs:equals (Results 526 – 550 of 1870) sorted by relevance

1...<<21222324252627282930>>...75

/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java619 if (name.equals("path")) { in parseUnoUrlWithOfficePath()
624 } else if (name.equals("pipe")) { in parseUnoUrlWithOfficePath()
769 if ( mConnType.equals( "pipe" ) ) in startupService()
772 else if ( mConnType.equals( "socket" ) ) in startupService()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx213 if ( uiName.equals( userStr ) || uiName.equals( shareStr ) ) in Init()
216 if ( uiName.equals( userStr ) ) in Init()
295 if( sTdocUrl.equals( docName ) ) in getDocumentModel()
315 if ( children[ n ]->getName().equals( language ) ) in getLangNodeFromRootNode()
968 if ( (aNewName+extn).equals( childNodes[index]->getName() ) ) in createEntry()
995 if ( (aUserSuppliedName+extn).equals( childNodes[index]->getName() ) ) in createEntry()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx102 if ( aPath.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "META-INF/" ) ) ) ) in LookForUnexpectedODF12Streams()
115 if ( aPath.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "META-INF/" ) ) ) ) in LookForUnexpectedODF12Streams()
117 … if ( !rShortName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "manifest.xml" ) ) ) in LookForUnexpectedODF12Streams()
131 … || !rShortName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "mimetype" ) ) ) ) in LookForUnexpectedODF12Streams()
733 if ( !bMimeTypeStreamStored || !rShortName.equals( aMimeTypeStreamName ) ) in saveContents()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DMSOfficePrint.java125 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()
194 if (sOfficeType.equals("excel")) in printToFileWithMSOffice()
198 else if (sOfficeType.equals("word")) in printToFileWithMSOffice()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextView.java192 if (!implName1.equals(implName2)) { in createTestEnvironment()
213 return text1.getString().equals(text2.getString()) ? 0 : 1; in createTestEnvironment()
218 public boolean equals(Object obj) { in createTestEnvironment()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DScriptBrowseNode.java183 if (aFunctionName.equals("Editable")) in invoke()
215 else if (aFunctionName.equals("Deletable")) in invoke()
244 else if (aFunctionName.equals("Renamable")) in invoke()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java156 if ( key.equals( location ) ) in getChildContainer()
183 if ( containerUrl.equals( c.containerUrl ) ) in getChildContainerForURL()
339 if ( parcelToCheck.getName().equals( aName ) ) in getByName()
520 if ( !pd.getLanguage().equals( language ) ) in loadParcel()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx326 && !Version.equals(ODFVER_010_TEXT) in _Write()
327 && !Version.equals(ODFVER_011_TEXT)) in _Write()
352 …&& ( aModuleID.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.FormDesign"… in _Write()
353 …|| aModuleID.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.TextReportDes… in _Write()
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java141 if (inputType.equals("com.sun.star.chart.StockDiagram")) { in testCreateMainTitle()
198 if (inputType.equals("com.sun.star.chart.StockDiagram")) { in testCreateSubTitle()
259 if (inputType.equals("com.sun.star.chart.StockDiagram")) { in testInputTitles()
/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java82 if (sPortionType.equals("TextField")) in getNextField()
93 if (sPortionType.equals("TextField")) in getNextField()
181 if (xParaTextRange.getString().equals("J")) { in checkCrossReferences()
/trunk/main/package/source/xstor/
H A Dxfactory.cxx216 if ( aFormatName.equals( PACKAGE_STORAGE_FORMAT_STRING ) ) in createInstanceWithArguments()
218 else if ( aFormatName.equals( ZIP_STORAGE_FORMAT_STRING ) ) in createInstanceWithArguments()
220 else if ( aFormatName.equals( OFOPXML_STORAGE_FORMAT_STRING ) ) in createInstanceWithArguments()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java202 if (sFindSection.equals("[]")) in findSection()
267 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
300 if (sKey.equals(_sKey)) in findLastKnownKeyIndex()
/trunk/main/i18npool/source/collator/
H A DcollatorImpl.cxx98 if (! cachedItem || ! cachedItem->equals(rLocale, impl)) in loadCollatorAlgorithm()
159 if (cachedItem->service.equals(serviceName)) {// cross locale sharing in createCollator()
187 if (cachedItem->equals(rLocale, rSortAlgorithm)) { in loadCachedCollator()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCharacterClassification.java118 res &= get.equals(exp); in _toUpper()
147 res &= get.equals(exp); in _toLower()
175 res &= get.equals(exp); in _toTitle()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java99 …if ((qualifier.isEmpty() || row.getString(5).equals(qualifier)) && row.getString(6).equals(subname… in createObject()
130 return row.getString(6).equals(name); in isPrimaryKeyIndex()
/trunk/main/cppu/source/uno/
H A DEnvStack.cxx151 if (token1.equals(token2)) in s_getPrefix()
154 while(nIndex1 == nIndex2 && nIndex1 >= 0 && token1.equals(token2)); in s_getPrefix()
359 if (typeName.equals(s_uno_envDcp)) in uno_Environment_isValid()
/trunk/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx1056 ( sTypeName.equals( sWriterHTMLType ) || sTypeName.equals( sGraphicHTMLType ) ) ) in appendExportFilters()
1061 else if ( nXHTMLIndex == -1 && sTypeName.equals( sXHTMLType ) ) in appendExportFilters()
1070 else if ( nPDFIndex == -1 && sTypeName.equals( sPDFType ) ) in appendExportFilters()
1080 else if ( nFlashIndex == -1 && sTypeName.equals( sFlashType ) ) in appendExportFilters()
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java132 if ( prop.equals("Title")) in setDocumentProperty()
134 else if ( prop.equals("Author")) in setDocumentProperty()
136 else if ( prop.equals("Subject")) in setDocumentProperty()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java166 if (_TypeName.equals("String")) in getTextFieldsByProperty()
169 if (sValue.equals(_aPropertyValue)) in getTextFieldsByProperty()
177 if (_TypeName.equals("Short")) in getTextFieldsByProperty()
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java223 if (sFindSection.equals("[]")) in findSection()
288 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
321 if (sKey.equals(_sKey)) in findLastKnownKeyIndex()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx262 if ( _rExpectedType.equals(s_aDateType) ) in convertString()
264 else if ( _rExpectedType.equals(s_aTimeType) ) in convertString()
266 else if ( _rExpectedType.equals(s_aDateTimeType) ) in convertString()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java71 if (unoUrl == null || unoUrl.equals("")) { in init()
99 if (aName.equals("oledata.mso")) { in insertByName()
109 if (aName.equals("oledata.mso")) { in getByName()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx100 if(rEntry.Name.equals(rName)) in setOrCreatePropertyValue()
184 if ( aGeoPropSeq[ i ].Name.equals( sAdjustmentValues ) ) in pushToPropSet()
217 else if ( aGeoPropSeq[ i ].Name.equals( sType ) ) in pushToPropSet()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java416 ( line.equals( VERSIONS ) ) != true ) { in getPathFromSVersionFile()
473 || !oooUrl.substring(0, prefix.length()).toLowerCase().equals( in getCanonicalPathFromFileURL()
484 if (host.length() != 0 && !host.toLowerCase().equals("localhost")) { in getCanonicalPathFromFileURL()
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx633 if (sCenterPaneViewName.equals(framework::FrameworkHelper::msNotesViewURL)) in Fill()
637 else if (sCenterPaneViewName.equals(framework::FrameworkHelper::msHandoutViewURL)) in Fill()
641 else if (sCenterPaneViewName.equals(framework::FrameworkHelper::msImpressViewURL) in Fill()
642 || sCenterPaneViewName.equals(framework::FrameworkHelper::msSlideSorterURL)) in Fill()

Completed in 153 milliseconds

1...<<21222324252627282930>>...75