Home
last modified time | relevance | path

Searched refs:replace (Results 26 – 50 of 323) sorted by relevance

12345678910>>...13

/trunk/main/codemaker/source/cunomaker/
H A Dcunomaker.cxx138 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
142 tmpName.replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
148 ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/codemaker/source/idlmaker/
H A Didlmaker.cxx138 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
142 tmpName.replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
148 ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Didltype.cxx166 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpHeaderDefine()
189 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpInclude()
272 aST = aST.replace( '/', '_' ); in dumpDepIncludes()
273 aST = aST.replace( ' ', '_' ); in dumpDepIncludes()
423 tmp = tmp.replace( ' ', '_' ); in dumpType()
436 OString aST = relType.replace( '/', '_' ); in dumpType()
437 aST = aST.replace( ' ', '_' ); in dumpType()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx259 aReader.getFieldTypeName( nFields ).replace( '/', '.' ) ) in getProperties()
385 OUString aBaseName( aReader.getSuperTypeName(0).replace( '/', '.' ) ); in getReferences()
450 aReader.getReferenceTypeName( nPos ).replace( in getReferences()
495 aReader.getReferenceTypeName( nPos ).replace( in getReferences()
H A Drdbtdp_tdenumeration.cxx104 rtl::OUString aKey( rModuleName.replace( '.', '/' ) ); in createInstance()
138 aReader.getTypeName().replace( '/', '.' ) ); in createInstance()
509 aReader.getTypeName().replace( '/', '.' ) ); in queryMore()
/trunk/main/offapi/com/sun/star/util/
H A DXPropertyReplace.idl49 /** makes it possible to search and replace properties.
80 the attribute values which are used to replace the found occurrences.
85 /** sets the properties to replace the found occurrences.
/trunk/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx200 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
204 tmpName.replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
214 typeName.replace('.', '/'), typeMgr, generated, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/codemaker/source/javamaker/
H A Djavamaker.cxx193 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
197 tmpName.replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
207 typeName.replace('.', '/'), typeMgr, generated, in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java142 myRootArg = myRootArg.replace( "\\","/"); in prepareSdfObj()
144 path = path.replace("\\","/"); in prepareSdfObj()
145 path = path.replace( myRootArg, "" ); in prepareSdfObj()
146 path = path.replace("/","\\"); in prepareSdfObj()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx1172 aRet = xNamed->getName().replace( ' ', '_' ). in implGetValidIDFromInterface()
1173 replace( ':', '_' ). in implGetValidIDFromInterface()
1174 replace( ',', '_' ). in implGetValidIDFromInterface()
1175 replace( ';', '_' ). in implGetValidIDFromInterface()
1176 replace( '&', '_' ). in implGetValidIDFromInterface()
1177 replace( '!', '_' ). in implGetValidIDFromInterface()
1178 replace( '|', '_' ); in implGetValidIDFromInterface()
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java136 String pathSource = sourceFile.getCanonicalPath().replace("\\", "/"); in before()
137 String pathRepos = new File(repos).getCanonicalPath().replace("\\", "/") + "/"; in before()
138 sourceFileId = pathSource.replace(pathRepos, ""); in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java143 fullDocPath = fullDocPath.replace('\\', '/'); in getFullTestURL()
170 fullDocPath = fullDocPath.replace('\\', '/'); in getFullURL()
435 sysDir = sysDir.replace('/', '\\'); in getOfficeTempDirSys()
460 sysDir = sysDir.replace('/', '\\'); in getSystemURL()
886 … changeStringBuffer = changeStringBuffer.replace(index, index + searchLength, replaceString); in replaceAll13()
/trunk/main/l10ntools/scripts/tool/
H A Dl10ntool.py68 return self.get_outputfile_format_str().replace('[', '%(').replace(']',')s') % \
213 return absfile[len(absroot)+1:].replace('/','\\')
H A Dxtxex.py43 line = sdfdata[sdfline.get_id()].text.replace("\\n", '\n')
72 lines = [line.replace('\n', "\\n") for line in lines]
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx110 _pResetNode->getParent()->replace(_pResetNode, _pNewNode); in replaceAndReset()
781 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace('.', sal_Unicode()); in killThousandSeparator()
783 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace(',', '.'); in killThousandSeparator()
786 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace(',', sal_Unicode()); in killThousandSeparator()
1480 delete pChildNode->replace(pChildNode->getChild(0),pNewNode); in substituteParameterNames()
1878 pSearchCondition->replace(pLeft, pLeft->removeAt(1)); in disjunctiveNormalForm()
1880 pSearchCondition->replace(pRight, pRight->removeAt(1)); in disjunctiveNormalForm()
1977 pSearchCondition->replace(pComparison, pNewComparison); in negateSearchCondition()
1999 pPart2->replace(pNot, pNotNot); in negateSearchCondition()
2010 pSearchCondition->getChild( 1 )->replace(pNot, pNotNot); in negateSearchCondition()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_info.h320 use_slashes ? uno_name.replace( '.', '/' ) : uno_name, in append_sig()
326 use_slashes ? s.replace( '.', '/' ) : s, in append_sig()
357 use_slashes ? uno_name.replace( '.', '/' ) : uno_name, in append_sig()
/trunk/main/offapi/com/sun/star/ui/
H A DXImageManager.idl66 replace and remove images assocations to command URLs.
136 a sequence of graphic objects which should replace the old images
140 If a command URL cannot be found the replace call will be omitted. If
201 set has been changed, due to insert, remove or replace operations. To
/trunk/main/formula/source/core/inc/
H A Dcore_resource.hxx38 #define FORMULA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace ) argument
/trunk/main/dbaccess/source/core/inc/
H A Dcore_resource.hxx38 #define DBA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace ) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDB.java364 String sErrorFile = _sErrorFile.replace('\\', '/'); in updateerrorfile_status()
374 String sHtmlFile = _sHtmlFile.replace('\\', '/'); in updatehtmlfile_status()
480 String sDocumentPoolDir = _sDocumentPoolDir.replace('\\', '/'); in insertinto_documentcompare_impl()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseTableReader.java68 …aLineParts[nIndex] = sPart.substring(1, sPart.length()-1).replace("%20", " ").replace(""", "\… in ParseTableReader()
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx236 sTranslated = sTranslated.replace( nCtxDecSep, nIntermediate ); in implPredicateTree()
237 sTranslated = sTranslated.replace( nCtxThdSep, nFmtThdSep ); in implPredicateTree()
238 sTranslated = sTranslated.replace( nIntermediate, nFmtDecSep ); in implPredicateTree()
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx89 sort, typeClass, name, referenceType && rank==0).replace('/', '.')); in printType()
606 reader.getReferenceTypeName(i)).replace('/', '.')); in printServiceMembers()
660 OString binType(type.replace('.', '/')); in generateDocumentation()
834 reader.getSuperTypeName(0)).replace('/', '.')); in generateDocumentation()
/trunk/main/soltools/inc/
H A Dsimstr.hxx160 void replace(
163 void replace(
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DResourceActivationMode.idl32 whether a requested resource is to replace an existing resource of the
42 /** A resource is requested to replace an already existing one of the

Completed in 184 milliseconds

12345678910>>...13