/aoo41x/main/solenv/gbuild/ |
H A D | processdeps.awk | 44 path = tolower(substr(path,0,1)) substr(path,2); 50 path = "/cygdrive/" tolower(substr(path,0,1)) substr(path,3); 55 WORKDIR = tolower(substr(WORKDIR,0,1)) substr(WORKDIR,2); 56 OUTDIR = tolower(substr(OUTDIR,0,1)) substr(OUTDIR,2); 57 SRCDIR = tolower(substr(SRCDIR,0,1)) substr(SRCDIR,2); 58 REPODIR = tolower(substr(REPODIR,0,1)) substr(REPODIR,2);
|
/aoo41x/main/shell/source/win32/shlxthandler/util/ |
H A D | iso8601_converter.cxx | 47 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()
|
/aoo41x/main/solenv/bin/ |
H A D | getcompver.awk | 30 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 D | subsequenttests | 37 my $n = substr($arg, 0, 1) eq '-' ? 1 : 0; 39 my $c = substr($arg, $n++, 1);
|
H A D | linkoo | 326 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 D | relocate | 209 substr ($OOO_BUILD, 0, 1) eq '/' || die "relocate requires absolute paths";
|
/aoo41x/main/crashrep/source/unx/ |
H A D | main.cxx | 592 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()
|
/aoo41x/main/l10ntools/source/help/ |
H A D | HelpCompiler.cxx | 325 hid = branch.substr(1 + index); in traverse() 365 keyword.substr(0,keywordSem); in traverse() 368 keyword.substr(1+keywordSem); in traverse() 438 modulename = modulename.substr(1); in compile() 493 actMod = fileName.substr(len); in compile() 494 actMod = actMod.substr(0, actMod.find('/')); in compile()
|
H A D | HelpLinker.cxx | 374 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()
|
/aoo41x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 415 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()
|
/aoo41x/main/svx/source/dialog/ |
H A D | sendreportunx.cxx | 114 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()
|
/aoo41x/main/odk/ |
H A D | cfgWin.js | 107 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);
|
/aoo41x/main/shell/source/win32/shlxthandler/infotips/ |
H A D | infotips.cxx | 177 ::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()
|
/aoo41x/main/i18npool/source/isolang/ |
H A D | lcid.awk | 82 lang[toupper(substr($3,3))] = toupper($2) 135 ($hex ~ /^0x/) { $hex = substr( $hex, 3) }
|
/aoo41x/main/soltools/mkdepend/ |
H A D | collectdircontent.cxx | 10 string dirName = filePath.substr(0, pos); in split_path() 11 return PathFilePair(dirName, filePath.substr(pos + 1, filePath.length())); in split_path()
|
/aoo41x/main/l10ntools/source/ |
H A D | inireader.cxx | 150 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 D | treeconfig.cxx | 80 partial = pwd.substr( pos + source_root.length() +1 , pwd.length()); in getActiveRepositories()
|
/aoo41x/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 206 sExcludedLibName = sLibsExcluded.substr( nPos, nDelPos - nPos ); in InitExcludeFromRebaseList() 211 sExcludedLibName = sLibsExcluded.substr( nPos ); in InitExcludeFromRebaseList()
|
/aoo41x/main/shell/source/all/ooofilereader/ |
H A D | metainforeader.cxx | 197 …return isValidLocale(locale) ? ::std::make_pair(locale.substr( 0,2), locale.substr( 3,2)) : EN_US_… in getDefaultLocale()
|
/aoo41x/main/writerfilter/source/resourcemodel/ |
H A D | WW8Analyzer.cxx | 50 aStr = aAttrName.substr(4, 2); in attribute()
|
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 103 … return path.substr(0, idx); in FindProductInstallationPath()
|
/aoo41x/main/i18npool/source/localedata/data/ |
H A D | currency-check.awk | 124 locale = substr( $j, 6, length($j)-l )
|
/aoo41x/main/cosv/source/strings/ |
H A D | string.cxx | 237 String::substr( position_type i_nStartPosition, in substr() function in csv::String
|
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registrationcontextinformation.cxx | 369 m_OOExecName = m_OOExecPath.substr(idx + 1); in ExtractOpenOfficeExecNameFromPath()
|
/aoo41x/main/cosv/inc/cosv/ |
H A D | string.hxx | 168 self substr(
|