Home
last modified time | relevance | path

Searched refs:replace (Results 101 – 125 of 323) sorted by relevance

12345678910>>...13

/trunk/main/linguistic/source/
H A Dspelldsp.cxx344 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in isValid_Impl()
512 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in spell_Impl()
/trunk/main/basctl/source/basicide/
H A Dbasidesh.src303 Text [ en-US ] = "Do you want to replace the text in all active modules?" ;
626 …log with the name:\n\n$(ARG1)\n\nRename dialog to keep current dialog or replace existing dialog.\…
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DStringParser.java47 maPattern = Pattern.compile(aLine[6].replace("\\p{Is", "\\p{In")); in StringParser()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx82 buffer->append(nucleus.replace('/', '.')); in appendUnoName()
1591 code->loadStringConstant(nucleus.replace('/', '.')); in addLoadLocal()
2839 unoName = unoName.replace('/', '.'); in handleService()
2851 rtl::OString realJavaBaseName(base.replace('/', '.')); in handleService()
3056 rtl::OString realJavaBaseName(base.replace('/', '.')); in handleSingleton()
3074 unoName = unoName.replace('/', '.'); in handleSingleton()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DNativeLibraryLoader.java57 syslibname = syslibname.replace("dylib", "jnilib"); in loadLibrary()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentLoader.java63 sbTmp.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
H A DDocumentPrinter.java59 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
/trunk/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx71 ::rtl::OString("Unknown type '" + n.replace('/', '.') in add()
/trunk/main/sd/source/ui/inc/
H A Dsdstring.hrc26 // Texts for search and replace info and question boxes.
/trunk/main/stoc/source/registry_tdprovider/
H A Dfunctiondescription.cxx77 reader.getMethodExceptionTypeName(m_index, i).replace('/', '.')); in getExceptions()
H A Dtdcomp.cxx126 aReader.getFieldTypeName(nFields).replace('/', '.')) in getMemberTypes()
/trunk/main/oox/source/vml/
H A Dvmltextboxcontext.cxx93 mrTextBox.appendPortion( maFont, rChars.replace( 0xA0, ' ' ) ); in onCharacters()
/trunk/main/scripting/workben/mod/_scripting/
H A DScriptStorage.java49 rootDocPath = rootDocPath.replace( '\\','/' ); in initialize()
H A DScriptInfo.java52 rootDocPath = rootDocPath.replace( '\\','/' ); in initialize()
/trunk/main/soltools/testSHL/util/
H A Dtutil.cxx47 sysPth = sysPth.replace( '\\','/' ); in cnvrtPth()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DObjectArrayIterator.java119 public void replace(Object object) { in replace() method in ObjectArrayIterator
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DShowTargets.java49 String completePotentialClassName = args[i].replace( '/', '.' ); in main()
/trunk/main/fpicker/source/unx/gnome/
H A Dresourceprovider.cxx221 return m_pImpl->getResString( aId ).replace('~', '_'); in getResString()
/trunk/main/offapi/com/sun/star/util/
H A DReplaceDescriptor.idl41 /** describes what and how to replace strings.
H A DXReplaceDescriptor.idl37 /** specifies a string replace operation.
/trunk/main/connectivity/qa/connectivity/tools/
H A DFlatFileDatabase.java80 … File(documentFile.getParent() + File.separator + documentFile.getName().replace(".odb", "") + Fil… in createDBDocument()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java505 public static void replace(String file, String expr, String substitute) { in replace() method in FileUtil
1012 return url.replace("file:/", "file:///"); in getUrl()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx157 aText = aText.replace( (sal_Unicode)'\n', (sal_Unicode)' ' ); in getShapeDescription()
158 aText = aText.replace( (sal_Unicode)'\r', (sal_Unicode)' ' ); in getShapeDescription()
/trunk/main/solenv/inc/
H A Dlldb4aoo.py28 f = 'getinfo_for_' + t.replace( '::', '_')
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawViewDemo.java76 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()

Completed in 107 milliseconds

12345678910>>...13