Home
last modified time | relevance | path

Searched refs:lastIndexOf (Results 126 – 150 of 349) sorted by relevance

12345678910>>...14

/aoo42x/main/desktop/source/app/
H A Dapp.cxx369 ::sal_uInt32 nLastIndex = sProductKey.lastIndexOf('/'); in FatalError()
612 ::sal_Int32 nLastIndex = aURL.lastIndexOf('/'); in getLastSyncFileURLFromBrandInstallation()
626 ::sal_Int32 nLastIndex = aUserBundledPathURL.lastIndexOf('/'); in getLastSyncFileURLFromUserInstallation()
742 if( newDstUnqPath.lastIndexOf( sal_Unicode('/') ) != newDstUnqPath.getLength()-1 ) in copy_prereg_bundled_recursive()
1165 sal_uInt32 lastIndex = aProductKey.lastIndexOf('/'); in HandleBootstrapPathErrors()
3004 sal_uInt32 lastIndex = aIniName.lastIndexOf('/'); in OpenClients()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx43 index = filename.lastIndexOf('/'); in printLicenseHeader()
45 index = filename.lastIndexOf('\\'); in printLicenseHeader()
/aoo42x/main/unoxml/source/rdf/
H A DCURI.cxx786 || ((idx = arg0.lastIndexOf('/')) >= 0) in initialize()
787 || ((idx = arg0.lastIndexOf(':')) >= 0)) in initialize()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx359 tempEntry = tempEntry.copy( tempEntry.lastIndexOf( '/' ) + 1 ); in downloadExtensions()
613 tempEntry = tempEntry.copy( tempEntry.lastIndexOf( '/' ) + 1 ); in download()
/aoo42x/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx653 encodeForXml( url.copy( 0, url.lastIndexOf( '/' ) ) ), in replaceOrigin()
676 sal_Int32 i = url.lastIndexOf('/'); in replaceOrigin()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilglob.cxx211 sal_Int32 lastIndex = aPath.lastIndexOf( slash ); in getTitle()
218 sal_Int32 lastIndex = aFileName.lastIndexOf( sal_Unicode('/') ); in getParentName()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx491 iReplace = oldOUString.lastIndexOf(replacedChar); in ReplaceOneChar()
497 iReplace=oldOUString.lastIndexOf(replacedChar,iReplace); in ReplaceOneChar()
/aoo42x/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx254 sal_Int32 nPos = aLocation.lastIndexOf( '.' ); in getLocales()
537 sal_Int32 pos = rTerm.lastIndexOf(' '); in queryMeanings()
/aoo42x/main/xmloff/source/draw/
H A Dximpstyl.cxx1390 sal_Int32 nStylePrefLen = aStyleName.lastIndexOf( sal_Unicode('-') ) + 1; in ImpSetGraphicStyles()
1483 sal_Int32 nStylePrefLen = aStyleName.lastIndexOf( sal_Unicode('-') ) + 1; in ImpSetGraphicStyles()
1497 sal_Int32 nStylePrefLen = sParentStyleDisplayName.lastIndexOf( sal_Unicode('-') ) + 1; in ImpSetGraphicStyles()
/aoo42x/main/registry/source/
H A Dregimpl.cxx725 sal_Int32 n = path.lastIndexOf('/') + 1; in openKey()
813 sal_Int32 lastIndex = keyName.lastIndexOf('/'); in eraseKey()
824 sFullPath = sFullKeyName.copy(0, keyName.lastIndexOf('/') + 1); in eraseKey()
/aoo42x/main/xmlsecurity/tools/uno/
H A DXMLFileFilter.java39 int i = s.lastIndexOf('.'); in getExtension()
/aoo42x/main/codemaker/source/cppumaker/
H A Ddumputils.cxx84 out << registryType.copy(registryType.lastIndexOf('/') + 1); in dumpTypeIdentifier()
/aoo42x/main/tools/source/misc/
H A Dextendapplicationenvironment.cxx74 sal_Int32 i = uri.lastIndexOf('/'); in extendApplicationEnvironment()
/aoo42x/main/javaunohelper/com/sun/star/comp/helper/
H A DUnoInfo.java57 int index = url.lastIndexOf( JUHJAR ); in getBase()
/aoo42x/main/qadevOOo/runner/lib/
H A DTestCase.java175 return clName.substring( clName.lastIndexOf('.') + 1 ); in getObjectName()
/aoo42x/main/sdext/source/pdfimport/
H A Dfilterdet.cxx134 rtl::OUString aFilename( rFilename.copy(rFilename.lastIndexOf('/')+1) ); in initControls()
737 … rtl::OUString aDocName( rInPDFFileURL.copy( rInPDFFileURL.lastIndexOf( sal_Unicode('/') )+1 ) ); in getAdditionalStream()
/aoo42x/main/odk/examples/java/Inspector/
H A DIntrospector.java477 int nlastindex = _sTypeClass.lastIndexOf("."); in getModuleName()
489 int nindex = _sClassName.lastIndexOf("."); in getShortClassName()
/aoo42x/main/eventattacher/source/
H A Deventattacher.cxx608 sal_Int32 nIndex = aListenerName.lastIndexOf( '.' ); in attachListener()
759 sal_Int32 nIndex = aListenerName.lastIndexOf( '.' ); in removeListener()
/aoo42x/main/cppuhelper/test/testlib/
H A Ddefbootstrap_lib.cxx50 …OUString iniName = libraryFileUrl.copy(0, libraryFileUrl.lastIndexOf((sal_Unicode)'.')); // cut th… in tryService()
/aoo42x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx147 sal_Int32 aInd = aURL.lastIndexOf( sal_Unicode( '/' ) ); in shorterUrl()
1071 sal_Int32 aInd = aUrl.lastIndexOf( sal_Unicode( '/' ) ); in remove()
1113 sal_Int32 aInd = aUrl.lastIndexOf( sal_Unicode( '/' ) ); in removePersistent()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java54 int idx = name.lastIndexOf( '.' ); in ScriptDescriptor()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DBuildID.java68 int nIdx = sOfficePath.lastIndexOf(fs); in getBuildID()
/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_uri.hxx122 return ( m_aPath.lastIndexOf( '/' ) == m_aPath.getLength() - 1 ); in isFolder()
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DOfficeDocument.java78 int end = tmp.lastIndexOf("/"); in getParcels()
/aoo42x/main/fpicker/source/win32/folderpicker/
H A DWinFOPImpl.cxx106 if ( sysDir.lastIndexOf( BACKSLASH ) != (sysDir.getLength( ) - 1) ) in setDisplayDirectory()

Completed in 256 milliseconds

12345678910>>...14