Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/i18npool/source/textconversion/
H A Dgenconv_dict.cxx370 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()
/trunk/main/configmgr/source/
H A Dvalueparser.cxx191 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()
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c291 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()
/trunk/main/cppuhelper/source/
H A Dfindsofficepath.c158 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()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java334 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()
/trunk/main/i18npool/source/indexentry/
H A Dgenindex_data.cxx57 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()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx238 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()
/trunk/main/solenv/bin/modules/installer/
H A Dsystemactions.pm1691 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;
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1471 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DFatDataBaseOutProducer.java42 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 DComplexDataBaseOutProducer.java60 int sep = testBase.indexOf('_'); in ComplexDataBaseOutProducer() local
61 String testLanguage = testBase.substring(0,sep); in ComplexDataBaseOutProducer()
62 testBase = testBase.substring(sep+1); in ComplexDataBaseOutProducer()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx102 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()
/trunk/main/testgraphical/prechecks/
H A Dsoftwaretests.pl121 my $sep = ':';
124 $sep = ';';
126 my @path = split($sep, $sPathList);
/trunk/main/formula/source/ui/dlg/
H A DFormulaHelper.cxx67 ,sep(_pFunctionManager->getSingleToken(IFunctionManager::eSep)) in FormulaHelper()
332 else if ( c == sep ) in GetFunctionEnd()
387 else if ( c == sep ) in GetArgStart()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1118 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()
/trunk/main/icu/
H A Dcreatemak.pl67 $sep = "\\\\";
435 …next if ( (-d "$path$sep$file") || ($file =~ /.+(_|\~|dep|h|in|mak|pl|txt|vcproj|rc)$/) || ($file …
454 my $fullpath = $path . $sep . $cfile;
/trunk/main/python/
H A Dpython-solver-before-std.patch53 p = p.rstrip(os.sep)
72 p = p.rstrip(os.sep)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java126 final String sep = System.getProperty("file.separator"); in checkModule() local
129 final String sMakeFile = sUnoapi + sep + "makefile.mk"; in checkModule()
/trunk/main/
H A Dset_soenv.in2539 # Description: Reformat a $sep separated path using DOS paths.
2546 my ( $variable, $d1, $sep, @split_var );
2550 $sep = $_[ 1 ];
2556 @split_var = split(/$sep/,$variable);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java688 final String sep = System.getProperty("file.separator"); in getDirSys() local
690 if (sep.equalsIgnoreCase("\\")) in getDirSys()
/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java517 JSeparator sep = new JSeparator( SwingConstants.HORIZONTAL ); in constructButtonPanel() local
535 buttonPanel.add( sep, constraints ); in constructButtonPanel()
/trunk/main/formula/inc/formula/
H A Dformulahelper.hxx45 const sal_Unicode sep; member in formula::FormulaHelper
H A Dcompiler.hrc53 #define SC_OPCODE_ARRAY_COL_SEP 23 /* some convs use sep != col_sep */
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java783 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()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx985 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()

Completed in 167 milliseconds

12