/aoo41x/main/i18npool/source/textconversion/ |
H A D | genconv_dict.cxx | 370 sal_Int32 sep=-1, eq=-1, gt=-1, lt=-1; in make_stc_word() local 371 if (((sep = eq = Ostr.indexOf(sal_Unicode('='))) > 0) || in make_stc_word() 372 ((sep = gt = Ostr.indexOf(sal_Unicode('>'))) > 0) || in make_stc_word() 373 ((sep = lt = Ostr.indexOf(sal_Unicode('<'))) > 0)) { in make_stc_word() 377 STC_WordEntry_S2T[count_S2T].len = sep; in make_stc_word() 381 … STC_WordEntry_T2S[count_T2S].address = sal::static_int_cast<sal_uInt16>( char_total + sep + 1 ); in make_stc_word() 382 STC_WordEntry_T2S[count_T2S].len = len - sep - 1; in make_stc_word() 383 STC_WordEntry_T2S[count_T2S++].data = &STC_WordData[char_total + sep + 1]; in make_stc_word() 386 STC_WordData[char_total++] = (i == sep) ? 0 : Ostr[i]; in make_stc_word()
|
/aoo41x/main/configmgr/source/ |
H A D | valueparser.cxx | 191 xmlreader::Span sep; in parseListValue() local 193 sep = xmlreader::Span(RTL_CONSTASCII_STRINGPARAM(" ")); in parseListValue() 195 sep = xmlreader::Span(separator.getStr(), separator.getLength()); in parseListValue() 200 t.begin, t.length, sep.begin, sep.length); in parseListValue() 213 t.begin += i + sep.length; in parseListValue() 214 t.length -= i + sep.length; in parseListValue()
|
/aoo41x/main/odk/source/unoapploader/unx/ |
H A D | unoapploader.c | 291 char* sep = NULL; in createCommandName() local 314 sep = strrchr( prgname, SEPARATOR ); in createCommandName() 315 if ( sep != NULL ) in createCommandName() 317 pos = ++sep - prgname; in createCommandName() 321 strcat( cmdname, sep ); in createCommandName()
|
/aoo41x/main/cppuhelper/source/ |
H A D | findsofficepath.c | 158 char* sep = NULL; in platformSpecific() local 187 sep = strrchr( resolved, SEPARATOR ); in platformSpecific() 189 if ( sep != NULL ) in platformSpecific() 191 pos = sep - resolved; in platformSpecific()
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | genindex_data.cxx | 57 OUString sep=OUString(sal_Unicode('|')); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 58 OUString result=sep; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 81 OUString key=Ostr.copy(nPos)+sep; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 152 fprintf(fp, "0x%04x, ", (sep.toChar() == ustr[i]) ? 0 : ustr[i]); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/ |
H A D | VclHookException.java | 334 int start = -1, sep = -1, end =-1, pos = 0; in parse() local 338 && (sep = message.indexOf('=', start + 1)) != -1 in parse() 339 && (end = message.indexOf('%', sep + 1)) != -1) { in parse() 340 key = message.substring(start + 1, sep); in parse() 341 value = message.substring(sep + 1, end); in parse()
|
/aoo41x/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 238 const sal_Unicode sep = ScCompiler::GetNativeSymbol(ocSep).GetChar(0); in AddRefEntry() local 240 aVal += sep; in AddRefEntry() 311 const sal_Unicode sep = ScCompiler::GetNativeSymbol(ocSep).GetChar(0); in Impl_Reset() local 319 aStrRange += sep; in Impl_Reset() 386 const sal_Unicode sep = ScCompiler::GetNativeSymbol(ocSep).GetChar(0); in Impl_CheckRefStrings() local 391 xub_StrLen nSepCount = aStrPrintArea.GetTokenCount(sep); in Impl_CheckRefStrings() 394 String aOne = aStrPrintArea.GetToken(i, sep); in Impl_CheckRefStrings()
|
/aoo41x/main/solenv/bin/modules/installer/ |
H A D | systemactions.pm | 1691 my $sep = ""; 1692 if ( $pathstring ne "" ) { $sep = $installer::globals::separator; } 1696 my $content = $pathstring . $sep . $onefile; 1701 my $newpathstring = $pathstring . $sep . $onefile; 1735 my $sep = ""; 1738 $sep = $installer::globals::separator; 1743 push @directory_queue, [$fullname, $relative_path . $sep . $item]; 1747 my $content = $relative_path . $sep . $item;
|
/aoo41x/main/qadevOOo/runner/stats/ |
H A D | FatDataBaseOutProducer.java | 42 int sep = testBase.indexOf('_'); in FatDataBaseOutProducer() local 43 String testLanguage = testBase.substring(0,sep); in FatDataBaseOutProducer() 44 testBase = testBase.substring(sep+1); in FatDataBaseOutProducer()
|
H A D | ComplexDataBaseOutProducer.java | 60 int sep = testBase.indexOf('_'); in ComplexDataBaseOutProducer() local 61 String testLanguage = testBase.substring(0,sep); in ComplexDataBaseOutProducer() 62 testBase = testBase.substring(sep+1); in ComplexDataBaseOutProducer()
|
/aoo41x/main/sc/source/core/data/ |
H A D | global.cxx | 1471 const String& sep = ScCompiler::GetNativeSymbol(ocSep); in GetParamList() local 1491 aSig.Append(sep); in GetParamList() 1510 aSig.Append(sep); in GetParamList() 1520 aSig.Append(sep); in GetParamList() 1524 aSig.Append(sep); in GetParamList() 1535 aSig.Append(sep); in GetParamList() 1545 aSig.Append(sep); in GetParamList() 1552 aSig.Append(sep); in GetParamList() 1588 const String& sep = ScCompiler::GetNativeSymbol(ocSep); in getFormula() local 1611 aFormula.append( sep ); in getFormula()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | sunjavaplugin.cxx | 102 char sep[] = {SAL_PATHSEPARATOR, 0}; in getPluginJarPath() local 113 sPath = sPath1 + OUString::createFromAscii(sep) + sPath2; in getPluginJarPath() 534 char sep[] = {SAL_PATHSEPARATOR, 0}; in jfw_plugin_startJavaVirtualMachine() local 545 sClassPathOption += rtl::OString(sep); in jfw_plugin_startJavaVirtualMachine() 556 sClassPathOption += rtl::OString(sep); in jfw_plugin_startJavaVirtualMachine()
|
/aoo41x/main/testgraphical/prechecks/ |
H A D | softwaretests.pl | 121 my $sep = ':'; 124 $sep = ';'; 126 my @path = split($sep, $sPathList);
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | FormulaHelper.cxx | 67 ,sep(_pFunctionManager->getSingleToken(IFunctionManager::eSep)) in FormulaHelper() 332 else if ( c == sep ) in GetFunctionEnd() 387 else if ( c == sep ) in GetArgStart()
|
/aoo41x/main/basic/source/runtime/ |
H A D | step0.cxx | 1118 char sep = ( ch == '"' ) ? ch : 0; in StepINPUT() local 1119 if( sep ) ch = pIosys->Read(); in StepINPUT() 1122 if( ch == sep ) in StepINPUT() 1125 if( ch != sep ) in StepINPUT() 1128 else if( !sep && (ch == ',' || ch == '\n') ) in StepINPUT()
|
/aoo41x/main/icu/ |
H A D | createmak.pl | 67 $sep = "\\\\"; 435 …next if ( (-d "$path$sep$file") || ($file =~ /.+(_|\~|dep|h|in|mak|pl|txt|vcproj|rc)$/) || ($file … 454 my $fullpath = $path . $sep . $cfile;
|
/aoo41x/main/python/ |
H A D | python-solver-before-std.patch | 53 p = p.rstrip(os.sep) 72 p = p.rstrip(os.sep)
|
/aoo41x/main/qadevOOo/tests/java/complex/unoapi/ |
H A D | CheckModuleAPI.java | 125 final String sep = System.getProperty("file.separator"); in checkModule() local 128 final String sMakeFile = sUnoapi + sep + "makefile.mk"; in checkModule()
|
/aoo41x/main/ |
H A D | set_soenv.in | 2558 # Description: Reformat a $sep seperated path using DOS paths. 2565 my ( $variable, $d1, $sep, @split_var ); 2569 $sep = $_[ 1 ]; 2575 @split_var = split(/$sep/,$variable);
|
/aoo41x/main/scripting/examples/java/Newsgroup/ |
H A D | PostNewsgroup.java | 517 JSeparator sep = new JSeparator( SwingConstants.HORIZONTAL ); in constructButtonPanel() local 535 buttonPanel.add( sep, constraints ); in constructButtonPanel()
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | OfficeProvider.java | 688 final String sep = System.getProperty("file.separator"); in getDirSys() local 690 if (sep.equalsIgnoreCase("\\")) in getDirSys()
|
/aoo41x/main/formula/inc/formula/ |
H A D | formulahelper.hxx | 45 const sal_Unicode sep; member in formula::FormulaHelper
|
H A D | compiler.hrc | 53 #define SC_OPCODE_ARRAY_COL_SEP 23 /* some convs use sep != col_sep */
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | ValueChanger.java | 783 com.sun.star.style.TabStop sep = new com.sun.star.style.TabStop(); in changePValue() local 784 sep.Position += 1; in changePValue() 785 _newValue[0] = sep; in changePValue()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 985 const sal_Unicode sep = ScCompiler::GetNativeSymbol(ocSep).GetChar(0); in SetPrintRanges() local 986 sal_uInt16 nTCount = pPrint->GetTokenCount(sep); in SetPrintRanges() 989 String aToken = pPrint->GetToken(i, sep); in SetPrintRanges()
|