Home
last modified time | relevance | path

Searched refs:replace (Results 76 – 100 of 324) sorted by relevance

12345678910>>...13

/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx128 fileName = fileName.replace('\\', '/'); in createFileNameFromType()
131 fileName = fileName.replace('/', '\\'); in createFileNameFromType()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseStringFunctions.java156 replace(xRowRes); in testFunctions()
280 …private void replace(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in replace() method in DBaseStringFunctions
/trunk/main/autodoc/inc/cosv/tpl/
H A Dvvector.hxx159 void replace(
450 VirtualVector<XX,PTRDEL>::replace( iterator i_pos, in replace() function in csv::VirtualVector
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java752 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()
757 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()
763 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()
/trunk/main/solenv/bin/
H A Ddeliver.pl652 my $replace = 0;
663 $replace = 1;
674 my $copy = ($replace) ? $to_dir . $fname : $to . '/' . $fname;
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx1497 bool replace = false, abort = false; in checkUpdate() local
1500 xCmdEnv, &replace, &abort )) { in checkUpdate()
1501 OSL_ASSERT( !replace && !abort ); in checkUpdate()
1507 if (abort || !replace) in checkUpdate()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx686 reader.getReferenceTypeName(i)).replace('/', '.')); in printServiceMembers()
742 OString binType(type.replace('.', '/')); in generateDocumentation()
929 reader.getSuperTypeName(0)).replace('/', '.')); in generateDocumentation()
/trunk/main/oox/source/xls/
H A Dquerytablebuffer.cxx326 OUString aDefName = maModel.maDefName.replace( ' ', '_' ).replace( '-', '_' ); in finalizeImport()
/trunk/main/setup_native/source/packinfo/
H A Dpackinfo_brand.txt27 # We must replace packages no longer provided by Apache OpenOffice
139 # replace ooobasis3.*-%LANGUAGESTRING-binfilter
/trunk/main/filter/source/placeware/
H A Dexporter.cxx187 aRet = aRet.replace( '\r', ' ' ); in convertString()
188 aRet = aRet.replace( '\n', ' ' ); in convertString()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java542 return "\"" + sText.replace("\"", "&quot;").replace(" ", "%20") + "\""; in QuoteString()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java550 String path = packageName.replace('.', '/'); in getClassesInPackage()
601 name = name.replace('/', '.').substring(0, name.length() - 6); in findClasses()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx502 reader.getFieldTypeName(i).replace('/', '.'), in getMembers()
519 reader.getMethodReturnTypeName(i).replace('/', '.'), in getMembers()
/trunk/main/forms/source/xforms/submission/
H A Dmakefile.mk48 $(SLO)$/replace.obj
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java654 retVal = dir.replace(':', '|').replace('\\', '/'); in dirToUrl()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx293 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
294 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java520 zname = zname.replace(':', '/'); // ':' by '/' in zipName()
523 zname = zname.replace((char)0x5c, '/'); // '\' by '/' in zipName()
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java209 sData = sData.replace('\t', ' '); in convertNodeToPropSet()
210 sData = sData.replace('\n', ' '); in convertNodeToPropSet()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx624 StreamStr::replace( position_type i_nStart, in replace() function in csv::StreamStr
685 replace( p, nSearch, i_aReplacement ); in replace_all()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DStringHelper.java32 public static String replace(String str, char from, String to) { in replace() method in StringHelper
/trunk/main/connectivity/source/drivers/jdbc/
H A DClass.cxx55 sClassName = sClassName.replace('.','/'); in forName()
H A DJBigDecimal.cxx59 jstring str = convertwchar_tToJavaString(t.pEnv,_par0.replace(',','.')); in java_math_BigDecimal()
/trunk/main/comphelper/inc/comphelper/
H A Dstring.hxx102 ::rtl::OUString const & replace, sal_Int32 beginAt = 0,
/trunk/main/more_fonts/prj/
H A Dd.lst3 # TODO: replace explicit versions by wildcard when the build system learns to handle them
/trunk/main/cui/source/options/
H A Dcfgchart.hxx55 void replace( size_t _nIndex, const XColorEntry & _rEntry );

Completed in 160 milliseconds

12345678910>>...13