Home
last modified time | relevance | path

Searched refs:replace (Results 176 – 200 of 323) sorted by relevance

12345678910>>...13

/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptMetaData.java267 parcelPath = parcelPath.replace( '\\', '/' ); in getClassPath()
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java239 longValues[i] = ((String)longValues[i]).replace(' ', '_'); in initColumnSizes()
H A DVersion.java185 longValues[i] = ((String)longValues[i]).replace(' ', '_'); in initColumnSizes()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DStateMachine.java265 Log.Dbg.printf("text [%s]\n", sText.replace("\n", "\\n")); in ProcessCharacters()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DGraphicalDifferenceCheck.java381 sb.replace(0, sb.length(), suffix); in resetBuffer()
H A DConvWatch.java347 String sErrorFile = _sAbsoluteInputFile.replace('\\', '/'); in check()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java358 String rep = properties.getProperty(matcher.group(1), matcher.group()).replace("$", "\\$"); in parse()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java119 StringHelper.replace( in expand_url()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx59 rtl::OUString sCaption = _caption.replace('&','~'); in setCaption()
/trunk/main/solenv/bin/
H A Drelocate65 rename $tmp_fname, $old_fname || die "Failed to replace $old_fname: $!";
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testowstring.cxx199 s8 = s8.replace((sal_Unicode)'l', (sal_Unicode)'r'); in test_OUString()
/trunk/main/idlc/source/
H A Didlccompile.cxx269 …lCppArgs.push_back(OStringToOUString(cppArgs.makeStringAndClear().replace('\\', '/'), RTL_TEXTENCO… in compileFile()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java203 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in testDataRowProperties()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java542 aBuffer.replace( nPos, nPos+nOfs, aReplace ); in replaceAll()
/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx73 String.replace(idx, len, Replacement); in SubstitutePlaceholder()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java197 sTemplateFileUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in templateExample()
409 sLoadFileUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in storePrintExample()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp572 temp.replace( pos, 1, "&" ); in xml_encode()
575 temp.replace( pos, 1, "<" ); in xml_encode()
578 temp.replace( pos, 1, ">" ); in xml_encode()
/trunk/main/shell/source/backends/macbe/
H A Dmacbackend.cxx441 uno::makeAny( aProxyBypassList.replace( SPACE, SEMI_COLON ) ) ) ); in getPropertyValue()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx277 OSQLParseNode* replace(OSQLParseNode* pOldSubTree, OSQLParseNode* pNewSubTree);
/trunk/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx70 _rOut.push_back(WildCard(pTableFilters->replace('%', '*'))); in createWildCardVector()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java613 rBuffer.replace(nStart,nEnd,aOptions.m_sNew); in implts_replace()
/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java1468 …return "#include \"" + _sClassName.replace('.', '/') + ".hpp\"\n"; // #include <com/sun/star/u… in getHeaderOfClass()
1569 sReturn = _sClassName.replace('.', '/'); in getObjectTypeDescription()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx629 static const sal_Unicode * replace( sal_Unicode const * const formatCode, sal_Unicode const * const… in replace() function
701 replace( formatArray[nOff], section[s].from, section[s].to), in getAllFormats()
/trunk/main/oox/source/core/
H A Dfilterbase.cxx315 OUString aUrl = rUrl.replace( '\\', '/' ); in getAbsoluteUrl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DFileHelper.java341 sSystemFile = sSystemFile.replace ('/', fs.toCharArray ()[0]); in getSystemPathFromFileURL()

Completed in 190 milliseconds

12345678910>>...13