Home
last modified time | relevance | path

Searched refs:replace (Results 51 – 75 of 324) sorted by relevance

12345678910>>...13

/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentSaver.java69 sLoadUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
73 sSaveUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
H A DDocumentConverter.java66 String sOutUrl = "file:///" + outdir.getAbsolutePath().replace( '\\', '/' ); in traverse()
89 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
/trunk/main/offapi/com/sun/star/util/
H A DXReplaceable.idl45 /** makes it possible to replace strings in a text described by a
50 'replace all bold words "search for" by "look for"
H A DXOfficeInstallationDirectories.idl74 replace the absolute reference by an opaque placeholder string.
75 <code>makeRelocatableURL</code> must be used in order to re-replace the
H A DXStringSubstitution.idl83 /** Tries to replace parts of aText with variables that represents
88 parts of the given string Tries to replace parts of <var>aText</var> with
/trunk/main/linguistic/source/
H A Dhyphdta.cxx68 aTmpWord = aTmpWord .replace( aSingleQuote.GetChar(0), '\'' ); in HyphenatedWord()
69 aTmpHyphWord = aTmpHyphWord.replace( aSingleQuote.GetChar(0), '\'' ); in HyphenatedWord()
H A Dhyphdsp.cxx290 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in hyphenate()
434 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in queryAlternativeSpelling()
569 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in createPossibleHyphens()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java611 return sValue.replace("<", "&lt;").replace(">", "&gt;").replace("\"", "&quot;"); in QuoteString()
/trunk/main/odk/examples/java/Spreadsheet/
H A DXCalcAddins.idl38 Furthermore, you could replace the name of the service and
39 the interface, but only if you want to replace this name in all
/trunk/main/soltools/support/
H A Dsimstr.cxx660 Simstr::replace(int pos, char c) in replace() function in Simstr
669 Simstr::replace(int startPos, int anzahl, const Simstr & S) in replace() function in Simstr
705 replace(i,oldS.len,newS); in replace_all()
/trunk/main/forms/source/xforms/
H A DNameContainer.hxx73 void replace( const rtl::OUString& rName, in replace() function in NameContainer
173 replace( rName, aItem ); in replaceByName()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DProductDescription.java137 String replace = pair.replacement; in replaceMacros() local
138 result = matcher.replaceAll(replace); in replaceMacros()
/trunk/main/cui/source/options/
H A Dcfgchart.cxx89 void SvxChartColorTable::replace( size_t _nIndex, const XColorEntry & _rEntry ) in replace() function in SvxChartColorTable
319 m_aColorTable.replace( _nIndex, _rEntry ); in ReplaceColorByIndex()
/trunk/main/udkapi/com/sun/star/beans/
H A DMethodConcept.idl94 <code>replace...ByName()</code>,
109 <code>replace...ByIndex()</code>, or
/trunk/main/scripting/source/provider/
H A DURIHelper.cxx220 result = result.replace('/', '|'); in getLanguagePart()
229 result = rLanguagePart.replace('|', '/'); in getLanguagePath()
/trunk/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME55 file in every release. Otherwise IPS would not replace the installed version of
58 The update procedure of OOo will replace 'installed'. 'installed' is associated
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrationcontextinformation.cxx257 str.replace(idx, 1, TEXT("&")); in ShellNewCommandDisplayName()
276 str.replace(idx, 1, TEXT("&")); in ShellEditCommandDisplayName()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroups.idl84 insert, remove, and replace item groups.</p>
87 XNameReplace::replaceByName</member> can be used to replace the item
/trunk/main/crashrep/source/unx/
H A Dmain.cxx151 temp.replace( pos, 1, "&amp;" ); in xml_encode()
154 temp.replace( pos, 1, "&lt;" ); in xml_encode()
157 temp.replace( pos, 1, "&gt;" ); in xml_encode()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java340 formula = formula.replace(',', ';'); in parseFormula()
341 formula = formula.replace('!', '.'); in parseFormula()
/trunk/main/offapi/com/sun/star/text/
H A DXFlatParagraph.idl144 /** replace the specific text with new text.
166 /** replace the attributes of the specific text with the given set of attributes.
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx88 ::std::replace( aBuffer.begin(), aBuffer.end(), '\0', '?' ); in readCharArray()
110 ::std::replace( aBuffer.begin(), aBuffer.begin() + nCharsRead, '\0', '?' ); in readUnicodeArray()
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx282 sClassName = sClassName.replace('.','/'); in existsJavaClassByName()
346 aNewName = aNewName.replace(*pStr,'_'); in convertName2SQLName()
/trunk/main/toolkit/doc/layout/
H A DTODO119 *** find-and-replace
120replace.xml", $3, "layout", $6 "_label", "", "", $8, "0", $10, $11, $12, "", $14, $15}' | sed -e '…
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java425 formula = formula.replace(',', ';'); in parseFormula()
426 formula = formula.replace('!', '.'); in parseFormula()

Completed in 74 milliseconds

12345678910>>...13