Home
last modified time | relevance | path

Searched refs:lastIndexOf (Results 251 – 275 of 349) sorted by relevance

1...<<11121314

/aoo42x/main/cui/source/customize/
H A Dcfg.cxx4004 systemname = url.copy( url.lastIndexOf( '/' ) + 1 ); in GetEntries()
4081 systemname = url.copy( url.lastIndexOf( '/' ) + 1 ); in GetEntries()
5494 aIndex = rPaths[0].lastIndexOf( '/' ); in ImportGraphics()
5514 if ( rPaths[0].lastIndexOf( '/' ) != rPaths[0].getLength() -1 ) in ImportGraphics()
5522 aIndex = rPaths[i].lastIndexOf( '/' ); in ImportGraphics()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java508 int end = fileName.lastIndexOf("."); in getName()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx337 if(sSQL.lastIndexOf(',') == (sSQL.getLength()-1)) in executeStatement()
/aoo42x/main/framework/source/layoutmanager/
H A Dhelpers.cxx108 sal_Int32 i = aToolbarName.lastIndexOf( ':' ); in retrieveToolbarNameFromHelpURL()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx223 sal_Int32 nIndex = rString.lastIndexOf(' '); in trimTrailingSpaces()
/aoo42x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2341 aPath = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2342 String aFontDirUrl = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2360 String aBaseURL = aPath.copy( 0, aPath.lastIndexOf('/')+1 ); in GetDevFontList()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1071 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in CreateImpl()
2373 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in renameFile()
2555 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in createTempFile()
/aoo42x/main/unotools/source/config/
H A Deventcfg.cxx248 sal_Int32 endIndex = lEventNames[i].lastIndexOf('\''); in initBindingInfo()
/aoo42x/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx127 const sal_Int32 separatorPos = sURL.lastIndexOf( '/' ); in lcl_ensureImage_throw()
/aoo42x/main/qadevOOo/runner/graphical/
H A DJPEGComparator.java60 int nDPIStart = sNameNoSuffix.lastIndexOf("_", sNameNoSuffix.length() - 8); in interpret()
/aoo42x/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx363 sFile = sFile.copy(sFile.lastIndexOf('/') + 1); in office_is_running()
/aoo42x/main/cppuhelper/source/
H A Dbootstrap.cxx89 path = path.copy( 0, path.lastIndexOf( '/' ) ); in get_this_libpath()
/aoo42x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx186 return path.copy( 0, path.lastIndexOf( '/' ) ); in operator ()()
/aoo42x/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java242 String result = zipname.substring(0, zipname.lastIndexOf(".")); in getParcelDirFromParcelZip()
/aoo42x/main/package/source/package/zippackage/
H A Dzipfileaccess.cxx154 sal_Int32 nLastInd = aString.lastIndexOf( aPattern[nCurInd], nEndInd - 1 ); in StringGoodForPattern_Impl()
/aoo42x/main/framework/source/accelerators/
H A Dstorageholder.cxx611 if (sNormedPath.lastIndexOf(PATH_SEPERATOR) != (sNormedPath.getLength()-1)) in impl_st_normPath()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DPRNCompare.java105 int nJpgIdx = sDirEntry.lastIndexOf(".jpg"); in getMaxNumOfFileEntry()
/aoo42x/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx248 sal_Int32 nPos = aLocation.lastIndexOf( '.' ); in getLocales()
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java699 while ( ( nPos = aString.lastIndexOf( aSearch, nPos - 1 ) ) > -1 ) in replaceAll()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx72 const sal_Int32 nPos = sCellAddress.lastIndexOf('$'); in lcl_correctCellAddress()
/aoo42x/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1492 OUString thisFileName(thisUrl.copy(thisUrl.lastIndexOf('/'))); in isRegistered_()
1494 OUString locationFileName(location.copy(location.lastIndexOf('/'))); in isRegistered_()
/aoo42x/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx154 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
268 sal_Int32 nIndex = aUIElementNames[n].lastIndexOf( '.' ); in impl_preloadUIElementTypeList()
H A Duiconfigurationmanagerimpl.cxx122 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
238 sal_Int32 nIndex = aUIElementNames[n].lastIndexOf( '.' ); in impl_preloadUIElementTypeList()
/aoo42x/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx373 sal_Int32 nIndex = aKey.lastIndexOf( '/' ); in getByHierarchicalNameImpl()
/aoo42x/main/xmloff/source/forms/
H A Dlayerimport.cxx575 sal_Int32 nIndicator = sBoundCellAddress.lastIndexOf( s_sIndex ); in documentDone()

Completed in 182 milliseconds

1...<<11121314