Home
last modified time | relevance | path

Searched refs:compareTo (Results 176 – 200 of 250) sorted by relevance

12345678910

/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx66 return ((::rtl::OUString *)arg1)->compareTo( ((Property *)arg2)->Name ); in compare_OUString_Property_Impl()
/trunk/main/embeddedobj/source/general/
H A Dxcreator.cxx475 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx201 if( (*((OUString *)&pEnumDesc->ppEnumNames[i])).compareTo( strValue ) == 0 ) in PyEnum2Enum()
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx111 …return (!_sUrl.compareTo(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("sdbc:mysql:mysqlc:")), sizeo… in isNativeUrl()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx781 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
H A DVistaFilePicker.cxx701 if (lSupportedServicesNames[n].compareTo(sServiceName) == 0) in supportsService()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx382 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx753 ( rAttrName.compareTo( GetXMLToken(XML_XMLNS), 5 ) == 0 ) && in startElement()
1705 if ( aODFVersion.getLength() && aODFVersion.compareTo( ODFVER_012_TEXT ) >= 0 ) in IsODFVersionConsistent()
/trunk/main/ucb/source/core/
H A Ducb.cxx564 return aURI1.compareTo( aURI2 ); in compareContentIds()
/trunk/main/forms/source/component/
H A DEdit.cxx592 && (getString(aDefaultControl).compareTo(STARDIV_ONE_FORM_CONTROL_TEXTFIELD) == COMPARE_EQUAL) in read()
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx727 if ( SupportedServicesNames[n].compareTo( ServiceName ) == 0 ) in supportsService()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx130 if (!url.compareTo(OUString::createFromAscii(MYSQLC_URI_PREFIX), sizeof(MYSQLC_URI_PREFIX)-1)) { in construct()
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx538 if ( !bResult && !aPath.compareTo( aSegment, nSegLen ) ) in PathHasSegment()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx168 …if ( bStreamFromDescr && sURL.compareTo( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:st… in detect()
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx189 if( ServiceSpecifier.compareTo( aDrawingPrefix, aDrawingPrefix.getLength() ) == 0 ) in createInstance()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx707 if ( 0 == _rURL.Complete.compareTo( sUnoProtocolPrefix, sUnoProtocolPrefix.getLength() ) ) in queryDispatch()
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx188 ( srcUnqPath.compareTo( dstUnqPath, srcL ) == 0 ) in isChild()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx855 ( aChildURL.compareTo( aURL, nLen ) == 0 ) ) in queryChildren()
/trunk/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx249 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx620 if (!xIdColumn->wasNull() && (rName.compareTo(sCurrentId) == COMPARE_EQUAL)) in hasByName()
/trunk/main/fpicker/source/aqua/
H A DSalAquaFilePicker.cxx644 if( supportedServicesNames[n].compareTo( sServiceName ) == 0) { in supportsService()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx794 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/xmloff/source/style/
H A Dxmlstyle.cxx258 nRet = (int)r1.GetName().compareTo( r2.GetName() ); in SvXMLStyleIndexCmp_Impl()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx587 if (rQAttributeName.compareTo( m_sXMLNS, 5 ) == 0) in startElement()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java972 return ((CGStyle) o1).cp_Name.compareTo( in compare()

Completed in 133 milliseconds

12345678910