Home
last modified time | relevance | path

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

12345678910

/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx90 if (getName(a).compareTo(getName(b)) < 0) in operator ()()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx1099 nCompare = aOne.compareTo( aTwo ); in CompareImpl()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx562 …( !aInfo.userdata.getLength() || !aProfileName.toAsciiLowerCase().compareTo( aProductName, aProduc… in findInstallation()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx906 ( aChildURL.compareTo( aURL, nLen ) == 0 ) ) { in queryChildren()
/trunk/main/sal/workben/
H A Dtestfile.cxx1756 if ( str1[0].compareTo(str1[1]) == 0 ) in DirectoryItemTest()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1824 if( SupportedServicesNames[n].compareTo( ServiceName ) == 0) in supportsService()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1291 if ( aVersion.compareTo( ODFVER_012_TEXT ) >= 0 ) in CheckEncryption_Impl()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx433 sal_Bool bODF12AndNewer = ( m_pRootFolder->GetVersion().compareTo( ODFVER_012_TEXT ) >= 0 ); in parseManifest()
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx390 return (!url.compareTo(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("sdbc:adabas:")),12)); in acceptsURL()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1260 if((nLen = pBegin->lastIndexOf('.')) != -1 && !pBegin->compareTo(_sName,nLen)) in appendToFilter()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1240 if ( sOldValue.getLength() > nMaxTextLen && sOldValue.compareTo(aText,nMaxTextLen) == 0 ) in commitControl()
1495 if (_rEvent.PropertyName.compareTo(FM_PROP_FORMATKEY) == COMPARE_EQUAL) in _propertyChanged()
H A Dgridctrl.cxx2824 if (!IsUpdating() && evt.PropertyName.compareTo(FM_PROP_ISMODIFIED) == COMPARE_EQUAL) in DataSourcePropertyChanged()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1970 pLevelSettings->sBulletFont.compareTo(rActBulletFont.GetName())) in ApplyNumRule()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx2743 while (it != m_pImpl->m_BookmarkVector.end() && it->compareTo(sName)!=0) in FindAndRemoveBookmarkStartRange()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx2563 …if ( m_aAsyncDrop.aUrl.Len() >= sName.getLength() && 0 == sName.compareTo(m_aAsyncDrop.aUrl,sName.… in executeDrop()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx2444 ( aChildURL.compareTo( aURL, nLen ) == 0 ) ) in queryChildren()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1001 if(!rFormula.compareTo(sSource, sSource.getLength())) in LocalizeFormula()
H A Dunoframe.cxx1609 if( aGrfUrl.compareTo( aGraphicProtocol, aGraphicProtocol.getLength() ) == 0 ) in setPropertyValue()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4658 if(!aStr.compareTo("SQL_TOKEN_",10))
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx2819 if ( aPersistName.compareTo( sURL, sURL.getLength() ) == 0 ) in StartElement()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx437 if ((*pMethodsNames).compareTo(pCurrent->EventMethod) != COMPARE_EQUAL) in TransferEventScripts()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx865 pLevelSettings->sBulletFont.compareTo( in IMPL_LINK()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx4176 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
/trunk/main/cui/source/customize/
H A Dcfg.cxx3969 return a->GetName().compareTo( b->GetName() ) < 0; in EntrySort()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx1187 else if ( (*pElementIter)->m_aName.compareTo( (*pElementIter)->m_aOriginalName ) ) in Commit()

Completed in 358 milliseconds

12345678910