Home
last modified time | relevance | path

Searched refs:substr (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/solenv/gbuild/
H A Dprocessdeps.awk45 path = tolower(substr(path,0,1)) substr(path,2);
51 path = "/cygdrive/" tolower(substr(path,0,1)) substr(path,3);
56 WORKDIR = tolower(substr(WORKDIR,0,1)) substr(WORKDIR,2);
57 OUTDIR = tolower(substr(OUTDIR,0,1)) substr(OUTDIR,2);
58 SRCDIR = tolower(substr(SRCDIR,0,1)) substr(SRCDIR,2);
59 REPODIR = tolower(substr(REPODIR,0,1)) substr(REPODIR,2);
/trunk/main/shell/source/win32/shlxthandler/util/
H A Diso8601_converter.cxx47 DateTime.wYear = ( unsigned short )strtol( asDateTime.substr( 0, 4 ).c_str(), NULL, 10 ); in iso8601_date_to_local_date()
48 DateTime.wMonth = ( unsigned short )strtol( asDateTime.substr( 5, 2 ).c_str(), NULL, 10 ); in iso8601_date_to_local_date()
50 DateTime.wDay = ( unsigned short )strtol( asDateTime.substr( 8, 2 ).c_str(), NULL, 10 ); in iso8601_date_to_local_date()
51 DateTime.wHour = ( unsigned short )strtol( asDateTime.substr( 11,2 ).c_str(), NULL, 10 ); in iso8601_date_to_local_date()
52 DateTime.wMinute = ( unsigned short )strtol( asDateTime.substr( 14,2 ).c_str(), NULL, 10 ); in iso8601_date_to_local_date()
53 DateTime.wSecond = ( unsigned short )strtol( asDateTime.substr( 17,2 ).c_str(), NULL, 10 ); in iso8601_date_to_local_date()
/trunk/main/solenv/bin/
H A Dgetcompver.awk30 btwn = substr( $0, RSTART, RLENGTH)
33 CCversion = substr( btwn, RSTART, RLENGTH)
40 CCversion = substr( $0, RSTART, RLENGTH)
47 CCversion = substr( $0, RSTART, RLENGTH)
62 CCversion = substr($0, 0, index($0, "-") - 1)
H A Dsubsequenttests37 my $n = substr($arg, 0, 1) eq '-' ? 1 : 0;
39 my $c = substr($arg, $n++, 1);
H A Dlinkoo326 substr ($OOO_INSTALL, 0, 1) eq '/' || die "linkoo requires absolute paths ($OOO_INSTALL does not qu…
327 substr ($OOO_BUILD, 0, 1) eq '/' || die "linkoo requires absolute paths ($OOO_BUILD does not qual…
H A Drelocate209 substr ($OOO_BUILD, 0, 1) eq '/' || die "relocate requires absolute paths";
/trunk/main/crashrep/source/unx/
H A Dmain.cxx592 g_strProgramDir = aDir.substr( 0, pos + 1 ); in setup_program_dir()
717 string keyname = line.substr( 0, iEqualSign ); in get_script_string()
720 string value = line.substr( iEqualSign + 1, string::npos ); in get_script_string()
767 section = trim_string( line.substr( 0, end ) ); in get_profile_string()
776 string keyname = line.substr( 0, iEqualSign ); in get_profile_string()
779 string value = line.substr( iEqualSign + 1, string::npos ); in get_profile_string()
1003 productname = productkey.substr( 0, iSpace ); in setup_version()
1004 productversion = productkey.substr( iSpace + 1, string::npos ); in setup_version()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx324 hid = branch.substr(1 + index); in traverse()
364 keyword.substr(0,keywordSem); in traverse()
367 keyword.substr(1+keywordSem); in traverse()
437 modulename = modulename.substr(1); in compile()
492 actMod = fileName.substr(len); in compile()
493 actMod = actMod.substr(0, actMod.find('/')); in compile()
H A DHelpLinker.cxx374 appl = appl.substr(1); in link()
485 documentPath = documentPath.substr(1); in link()
516 anchorB = thishid.substr(1 + index); in link()
517 thishid = thishid.substr(0, index); in link()
643 std::ifstream fileReader(args[0].substr(1).c_str()); in main()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx415 section = trim( line.substr( 0, end ) ); in getProfileString()
424 std::_tstring keyname = line.substr( 0, iEqualSign ); in getProfileString()
427 std::_tstring value = line.substr( iEqualSign + 1 /*, std::_tstring::npos */ ); in getProfileString()
470 section = trim( line.substr( 0, end ) ); in getProfileSections()
509 section = trim( line.substr( 0, end ) ); in getProfileKeys()
518 std::_tstring keyname = line.substr( 0, iEqualSign ); in getProfileKeys()
/trunk/main/odk/
H A DcfgWin.js107 sSuggestedHome = scriptname.substr(0,scriptname.length-10);
210 sSuggestedHome = sSuggestedHome.substr(0, index);
267 tmp = tmp.substr(0, index);
283 officebase = officebase.substr(0, index);
/trunk/main/svx/source/dialog/
H A Dsendreportunx.cxx114 section = trim_string( line.substr( 0, end ) ); in get_profile_string()
123 string keyname = line.substr( 0, iEqualSign ); in get_profile_string()
126 string value = line.substr( iEqualSign + 1, string::npos ); in get_profile_string()
/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx177 ::std::wstring wsBuffer = wsTemp.substr( 0,pos); in formatSizeOfFile()
184 wsBuffer.append( wsTemp.substr( pos, 3) ); in formatSizeOfFile()
190 wsBuffer.append(wsTemp.substr( decimal, wsTemp.size()-decimal )); in formatSizeOfFile()
/trunk/main/soltools/mkdepend/
H A Dcollectdircontent.cxx10 string dirName = filePath.substr(0, pos); in split_path()
11 return PathFilePair(dirName, filePath.substr(pos + 1, filePath.length())); in split_path()
/trunk/main/i18npool/source/isolang/
H A Dlcid.awk82 lang[toupper(substr($3,3))] = toupper($2)
135 ($hex ~ /^0x/) { $hex = substr( $hex, 3) }
/trunk/main/l10ntools/source/
H A Dinireader.cxx150 string str1 = str.substr( 0 , str.find_last_not_of(' ') + 1 ); in trim()
151 str = str1.empty() ? str1 : str1.substr( str1.find_first_not_of(' ') ); in trim()
H A Dtreeconfig.cxx80 partial = pwd.substr( pos + source_root.length() +1 , pwd.length()); in getActiveRepositories()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx206 sExcludedLibName = sLibsExcluded.substr( nPos, nDelPos - nPos ); in InitExcludeFromRebaseList()
211 sExcludedLibName = sLibsExcluded.substr( nPos ); in InitExcludeFromRebaseList()
/trunk/main/shell/source/all/ooofilereader/
H A Dmetainforeader.cxx197 …return isValidLocale(locale) ? ::std::make_pair(locale.substr( 0,2), locale.substr( 3,2)) : EN_US_… in getDefaultLocale()
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx185 sResult += sIndent.substr(0, nSize - 2) + "+-\\" + mTag; in toTree()
445 sPrefix = sPrefix.substr(nCutPos + 1); in dump()
H A DWW8Analyzer.cxx50 aStr = aAttrName.substr(4, 2); in attribute()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx103 return path.substr(0, idx); in FindProductInstallationPath()
/trunk/main/i18npool/source/localedata/data/
H A Dcurrency-check.awk124 locale = substr( $j, 6, length($j)-l )
/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx237 String::substr( position_type i_nStartPosition, in substr() function in csv::String
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrationcontextinformation.cxx369 m_OOExecName = m_OOExecPath.substr(idx + 1); in ExtractOpenOfficeExecNameFromPath()

Completed in 99 milliseconds

12