Home
last modified time | relevance | path

Searched refs:lastIndexOf (Results 76 – 100 of 349) sorted by relevance

12345678910>>...14

/aoo42x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx65 suDirPath = suDirPath.copy( 0, suDirPath.lastIndexOf('/') ); in getModulePath()
66 suDirPath = suDirPath.copy( 0, suDirPath.lastIndexOf('/') + 1); in getModulePath()
/aoo42x/main/filter/source/flash/
H A Dswffilter.cxx369 int lastslash = sOriginalPath.lastIndexOf('/'); in ExportAsMultipleFiles()
374 lastslash = sPresentation.lastIndexOf('/') + 1; in ExportAsMultipleFiles()
375 int lastdot = sPresentation.lastIndexOf('.'); in ExportAsMultipleFiles()
/aoo42x/main/sw/source/ui/vba/
H A Dvbaoptions.cxx107 sal_Int32 nIndex = sOldPathUrl.lastIndexOf( sal_Unicode(';') ); in setValueEvent()
122 sal_Int32 nIndex = sPathUrl.lastIndexOf( sal_Unicode(';') ); in getValueEvent()
/aoo42x/main/desktop/source/deployment/misc/
H A Ddp_ucb.cxx107 sal_Int32 slash = url.lastIndexOf( '/' ); in create_folder()
111 slash = url.lastIndexOf( '/' ); in create_folder()
/aoo42x/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java120 stringConvertedFile.lastIndexOf('/') + 1); in doPost()
288 int index = stringUrl.lastIndexOf('.'); in convertDocument()
/aoo42x/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx170 if (sPath.lastIndexOf(aSystemSuffix) == sPath.getLength()-aSystemSuffix.getLength()) in GetOldStyleDics()
172 sal_Int32 nStartIndex = sPath.lastIndexOf(sal_Unicode('/')) + 1; in GetOldStyleDics()
/aoo42x/main/svl/source/passwordcontainer/
H A Dsyscreds.cxx116 sal_Int32 aInd = aURL.lastIndexOf( sal_Unicode( '/' ) ); in removeLastSegment()
120 sal_Int32 aPrevInd = aURL.lastIndexOf( sal_Unicode( '/' ), aInd ); in removeLastSegment()
/aoo42x/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx448 sal_Int32 indexStartSegment = aLangURL.lastIndexOf('/'); in implProcessHelp()
522 sal_Int32 nLastSlash = aLangURL.lastIndexOf( '/' ); in implProcessHelp()
630 sal_Int32 nLastDot = aURL.lastIndexOf( '.' ); in implCollectXhpFiles()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java625 String tmp = Name.substring( 0, Name.lastIndexOf( "/" ) ); in removeByName()
626 libName = tmp.substring( tmp.lastIndexOf( "/" ) + 1 ); in removeByName()
630 libName = Name.substring( Name.lastIndexOf( "/" ) + 1 ); in removeByName()
/aoo42x/main/scripting/source/storage/
H A DScriptStorage.cxx418 sal_Int32 lastFileSep = xStringUri.lastIndexOf( '/' ); in createForFilesystem()
421 sal_Int32 lastFileExt = xStringUri.lastIndexOf( fileExtension ); in createForFilesystem()
467 sal_Int32 lastDot = stringUri.lastIndexOf( '.' ); in getFileExtension()
/aoo42x/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java189 int hostNameStart = filename.lastIndexOf("\\") + 1; in findNewsgroups()
196 int hostNameStart = filename.lastIndexOf("newsrc-") + 7; in findNewsgroups()
/aoo42x/main/oox/source/xls/
H A Dworksheetbuffer.cxx70 sal_Int32 nFileNamePos = ::std::max< sal_Int32 >( rUrl.lastIndexOf( '/' ) + 1, 0 ); in getBaseFileName()
71 sal_Int32 nExtPos = rUrl.lastIndexOf( '.' ); in getBaseFileName()
/aoo42x/main/qadevOOo/runner/lib/
H A DMultiMethodTest.java277 int lastDot = clsName.lastIndexOf("."); in getTestedClassName()
472 return clName.substring(clName.lastIndexOf('.') + 1); in getInterfaceName()
/aoo42x/main/shell/source/win32/
H A DSysShExec.cxx208 system_path.lastIndexOf(JUMP_MARK_HTM), in has_jump_mark()
209 system_path.lastIndexOf(JUMP_MARK_HTML)); in has_jump_mark()
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java271 .lastIndexOf(Convert.extensionSeperator) + 1); in extractExtension()
356 … fileName = source.getName().substring(0,source.getName().lastIndexOf(extensionSeperator)); in checkClParameters()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx79 sal_Int32 index = implname.lastIndexOf('.'); in generateNamespace()
1055 if ((index = classname.lastIndexOf('.')) > 0) in generateSkeleton()
1214 if ((index = classname.lastIndexOf('.')) > 0) { in generateCalcAddin()
H A Djavatypemaker.cxx192 o << "public " << type.copy(type.lastIndexOf('/') + 1) << '('; in printConstructor()
275 sal_Int32 index = fieldtype.lastIndexOf('<'); in printSetPropertyMixinBody()
286 buffer.append(s.copy(s.lastIndexOf('/')+1)); in printSetPropertyMixinBody()
/aoo42x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx96 suDirPath = suDirPath.copy( 0, suDirPath.lastIndexOf('/') ); in getModulePath()
97 suDirPath = suDirPath.copy( 0, suDirPath.lastIndexOf('/') + 1); in getModulePath()
111 sal_Int32 nDirEnd = fileName.lastIndexOf('/'); in getExecutableDirectory()
/aoo42x/main/codemaker/source/codemaker/
H A Dtypemanager.cxx297 if (base.lastIndexOf('/') == (base.getLength() - 1)) in setBase()
298 m_pImpl->m_base += base.copy(0, base.lastIndexOf('/') - 1); in setBase()
/aoo42x/main/svtools/source/config/
H A Dextcolorcfg.cxx309 sName = sName.copy(0,sName.lastIndexOf(sDisplayName)); in Load()
366 ::rtl::OUString sComponentName = pIter->copy(pIter->lastIndexOf('/')+1); in FillComponentColors()
399 ::rtl::OUString sTemp = sName.copy(0,sName.lastIndexOf(sColor)); in FillComponentColors()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx190 sal_Int32 nIndex = sName.lastIndexOf('/') + 1; in IMPL_LINK()
332 sal_Int32 nIndex = sSubFolder.lastIndexOf('/') + 1; in IMPL_LINK()
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx474 sal_Int32 nPackageUrlEnd = aURL.lastIndexOf( '/' ); in assembleChildURL()
485 sal_Int32 nPackageUrlEnd = aURL.lastIndexOf( '/' ); in assembleChildURL()
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java141 secureURLs = uri.substring(0, uri.lastIndexOf('/')); in runCheckPermissionTest()
191 expectedPath = uri.substring(0, uri.lastIndexOf('/')); in runCheckPermissionTest()
/aoo42x/main/idlc/source/
H A Didlccompile.cxx259 sal_Int32 index = fileName.lastIndexOf(SEPARATOR); in compileFile()
317 sal_Int32 idx= cpp.lastIndexOf(OUString( RTL_CONSTASCII_USTRINGPARAM("idlc")) ); in compileFile()
/aoo42x/main/l10ntools/source/
H A Dmerge.cxx40 rFilename.lastIndexOf( "\\" ), in lcl_NormalizeFilename()
41 rFilename.lastIndexOf( "/" ))+1); in lcl_NormalizeFilename()

Completed in 160 milliseconds

12345678910>>...14