| /trunk/main/unodevtools/source/unodevtools/ |
| H A D | typeblob.cxx | 185 xMethod->getReturnType()->getName().replace('.', '/'), in writeMethodData() 204 getName().replace('.', '/')); in writeMethodData() 209 methodIndex, i, exceptions[i]->getName().replace('.', '/')); in writeMethodData() 232 seqExcp[i]->getName().replace('.', '/')); in writeAttributeMethodData() 281 .replace('/', '.')); in getTypeBlob() 311 uTypeName.replace('.', '/'), in getTypeBlob() 343 uTypeName.replace('.', '/'), in getTypeBlob() 410 uTypeName.replace('.', '/'), in getTypeBlob() 417 getName().replace('.', '/')); in getTypeBlob() 426 getName().replace('.', '/')); in getTypeBlob() [all …]
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 51 , m_name(typeName.replace('/', '_')) in CunoType() 279 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpHeaderDefine() 329 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpInclude() 421 OString type(relType.replace('/', '_')); in dumpDepIncludes() 507 OString typeName(m_typeName.replace('/', '_')); in dumpLGetCunoType() 531 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\" );\n"; in dumpLGetCunoType() 544 OString typeName(m_typeName.replace('/', '_')); in dumpGetCunoType() 603 << superType.replace('/', '.') << "\" );\n"; in dumpGetCunoType() 611 OString scope = m_typeName.replace('/', '.'); in dumpGetCunoType() 635 o << " , \"" << fieldType.replace('/', '.') << "\" );\n"; in dumpGetCunoType() [all …]
|
| H A D | cunomaker.cxx | 137 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 141 tmpName.replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 147 … ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
| /trunk/main/rdbmaker/source/rdbmaker/ |
| H A D | typeblop.cxx | 191 xMethod->getReturnType()->getName().replace('.', '/'), in writeMethodData() 213 …ata(methodIndex, (sal_uInt16)xParam->getPosition(), xParam->getType()->getName().replace('.', '/'), in writeMethodData() 219 rWriter.setExcData(methodIndex, i, exceptions[i]->getName().replace('.', '/')); in writeMethodData() 277 OUString uTypeName( OUString::createFromAscii(pTypeName).replace('/', '.') ); in getTypeBlop() 303 RegistryTypeWriter writer(RT_TYPE_MODULE, uTypeName.replace('.', '/'), in getTypeBlop() 333 RegistryTypeWriter writer(RT_TYPE_MODULE, uTypeName.replace('.', '/'), in getTypeBlop() 384 uSuperType = xSuperType->getName().replace('.','/'); in getTypeBlop() 388 RegistryTypeWriter writer(RT_TYPE_INTERFACE, uTypeName.replace('.', '/'), in getTypeBlop() 414 xAttr->getType()->getName().replace('.', '/'), in getTypeBlop() 454 uSuperType = xSuperType->getName().replace('.','/'); in getTypeBlop() [all …]
|
| H A D | rdbmaker.cxx | 94 filterTypes.insert( fOption.getToken( 0, ';', nIndex ).replace('.', '/') ); in initFilterTypes() 121 filterTypes.insert( OString(s).replace('.', '/') ); in initFilterTypes() 200 fileName = fileName.replace('\\', '/'); in createFileName() 203 fileName = fileName.replace('/', '\\'); in createFileName() 436 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in main() 440 tmpName.replace('.', '/'); in main() 447 ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, in main()
|
| /trunk/main/configmgr/source/ |
| H A D | README | 134 ... group(modify,fuse) - *prop(modify,fuse,replace) - value(fuse) 138 ... group(modify,fuse) - *locprop(replace) ... 139 ... set(modify,fuse,replace) - group(modify/fuse) - ... 140 ... set(modify,fuse,replace) - *group(replace/fuse) - ... 141 ... set(modify,fuse,replace) - *group(remove) 142 ... set(modify,fuse,replace) - set(modify/fuse) - ... 143 ... set(modify,fuse,replace) - *set(replace/fuse) - ... 144 ... set(modify,fuse,replace) - *set(remove) 149 "replace/fuse": a replace or a fuse on a non-existing member
|
| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | skeletoncommon.cxx | 88 options.outputpath, options.implname.replace('.','/'), extension); in getOutputStream() 173 replace('/', '.')); in checkAttributes() 178 replace('/', '.')); in checkAttributes() 193 OString binType(type.replace('.', '/')); in checkType() 220 reader.getSuperTypeName(0).replace('/', '.'))); in checkType() 249 reader.getReferenceTypeName(i)).replace('/', '.')); in checkType() 263 replace('/', '.')); in checkType() 266 replace('/', '.')); in checkType() 350 typereg::Reader reader(manager.getTypeReader((*iter).replace('.', '/'))); in checkPropertyHelper() 370 supertype.getTypeName().replace('/', '.'), in checkPropertyHelper() [all …]
|
| H A D | cppcompskeleton.cxx | 67 << ((*iter).replace('.', '/').getStr()) in generateIncludes() 165 << (*iter).replace('/','.') << "\"));\n"; in generateCompHelperDefinition() 586 OString type(i->second.first.replace('.','/')); in generateMemberInitialization() 612 printType(o, options, manager, i->second.first.replace('.','/'), in generateMemberDeclaration() 707 typereg::Reader reader(manager.getTypeReader((*it).replace('.','/'))); in generateClassDefinition() 897 typereg::Reader reader(manager.getTypeReader((*iter).replace('.','/'))); in generateMethodBodies() 947 printType(o, options, manager, propertyhelper.replace('.', '/'), in generateQueryInterface() 1124 sAddinService = (*iter2).replace('/', '.'); in generateCalcAddin() 1126 sAddinService = (*(++iter2)).replace('/', '.'); in generateCalcAddin()
|
| H A D | javacompskeleton.cxx | 577 typereg::Reader reader(manager.getTypeReader(type.replace('.','/'))); in generateMethodBodies() 610 OString sAddinService = (*iter).replace('/', '.'); in generateAddinConstructorAndHelper() 612 sAddinService = (*(++iter)).replace('/', '.'); in generateAddinConstructorAndHelper() 788 o << " \"" << (*iter).replace('/','.') << "\""; in generateClassDefinition() 804 printType(o, options, manager, iter->second.first.replace('.','/'), in generateClassDefinition() 815 printType(o, options, manager, iter->second.first.replace('.','/'), in generateClassDefinition() 818 printType(o, options, manager, iter->second.first.replace('.','/'), in generateClassDefinition()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbamaker.cxx | 165 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 169 tmpName.replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 175 …ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options, cppFile, NULL, … in SAL_IMPLEMENT_MAIN_WITH_ARGS() 205 << ", &TC_" << (*iter).replace('/','_').getStr() << "_struct" in SAL_IMPLEMENT_MAIN_WITH_ARGS() 206 << ", sizeof(" << (*iter).replace('/','_').getStr() << ")" in SAL_IMPLEMENT_MAIN_WITH_ARGS() 207 << ", convert_b2u_" << (*iter).replace('/','_').getStr() in SAL_IMPLEMENT_MAIN_WITH_ARGS() 208 << ", convert_u2b_" << (*iter).replace('/','_').getStr() in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
| H A D | corbatype.cxx | 217 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpInclude() 663 ret.append(relType.replace('/', '_')); in printCorbaType() 678 ret.append(relType.replace('/', '_')); in printCorbaType() 827 ret.append(relType.replace('/', '_')); in printCorbaParameter() 843 ret.append(relType.replace('/', '_')); in printCorbaParameter() 1038 sIdentifier += relType.replace(' ', '_'); in typeToIdentifier() 1041 sIdentifier += relType.replace('/', '_'); in typeToIdentifier() 1769 o << "static sal_Bool convert_b2u_" << m_typeName.replace('/', '_') in dumpFunctions() 1883 o << "static sal_Bool convert_u2b_" << m_typeName.replace('/', '_') in dumpFunctions() 2123 o << "static sal_Bool convert_b2u_" << m_typeName.replace('/', '_') in dumpFunctions() [all …]
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 335 OString tmp(tmpBuf.makeStringAndClear().replace('/', '_').toAsciiUpperCase()); in dumpHeaderDefine() 468 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\" );\n"; in dumpLightGetCppuType() 514 OString scope = m_typeName.replace('/', '.'); in dumpNormalGetCppuType() 552 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\", "; in dumpNormalGetCppuType() 597 << m_typeName.replace('/', '.') << "\") );\n\n"; in dumpComprehensiveGetCppuType() 625 OString scope = m_typeName.replace('/', '.'); in dumpComprehensiveGetCppuType() 643 << fieldType.replace('/', '.') << "\") );\n"; in dumpComprehensiveGetCppuType() 1005 sIdentifier += relType.replace( in typeToIdentifier() 1012 sIdentifier = sIdentifier.replace('<', '_'); in typeToIdentifier() 1013 sIdentifier = sIdentifier.replace('>', '_'); in typeToIdentifier() [all …]
|
| /trunk/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_versionboxes.src | 31 "Click \'OK\' to replace the installed extension.\n" 38 "Click \'OK\' to replace the installed extension.\n" 47 "Click \'OK\' to replace the installed extension.\n" 54 "Click \'OK\' to replace the installed extension.\n" 63 "Click \'OK\' to replace the installed extension.\n" 70 "Click \'OK\' to replace the installed extension.\n"
|
| /trunk/main/toolkit/src2xml/source/ |
| H A D | src2xml.py | 203 s = s.replace ('<modaldialog', '<modaldialog sizeable="true"') 204 s = s.replace (' rid=', ' id=') 205 s = s.replace (' border="true"', ' has_border="true"') 206 s = s.replace (' def-button="true"', ' defbutton="true"') 207 s = s.replace (' drop-down="', ' dropdown="') 208 s = s.replace (' tab-stop="', ' tabstop="')
|
| /trunk/main/libxslt/ |
| H A D | libxslt-win_manifest.patch | 14 of.WriteLine(s.replace(/\@WITH_DEBUGGER\@/, withDebugger? "1" : "0")); 16 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0")); 18 + of.WriteLine(s.replace(/\@WITH_PROFILER\@/, "0")); 20 of.WriteLine(s.replace(/\@LIBXSLT_DEFAULT_PLUGINS_PATH\@/, "NULL"));
|
| /trunk/main/stoc/source/registry_tdprovider/ |
| H A D | tdprovider.cxx | 327 OUString aKey( rName.replace( '.', '/' ) ); in getByHierarchicalNameImpl() 472 OUString aName( aReader.getTypeName().replace( '/', '.' ) ); in createTypeDescription() 481 aBaseTypeNames[i] = aReader.getSuperTypeName(i).replace( in createTypeDescription() 519 superTypeName = aReader.getSuperTypeName(0).replace( in createTypeDescription() 540 superTypeName = aReader.getSuperTypeName(0).replace( in createTypeDescription() 554 .replace( '/', '.' ), in createTypeDescription() 571 .replace( '/', '.' ), in createTypeDescription()
|
| H A D | tdservice.cxx | 243 aReader.getFieldTypeName( nFields ).replace( '/', '.' ) ) in getProperties() 366 OUString aBaseName( aReader.getSuperTypeName(0).replace( '/', '.' ) ); in getReferences() 431 aReader.getReferenceTypeName( nPos ).replace( in getReferences() 476 aReader.getReferenceTypeName( nPos ).replace( in getReferences()
|
| /trunk/main/unotools/source/config/ |
| H A D | docinfohelper.cxx | 53 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString() 60 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString() 67 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString() 73 TOOLS_INETDEF_OS ).replace( ' ', '_' ) ); in GetGeneratorString()
|
| /trunk/main/fpicker/source/unx/kde4/ |
| H A D | KDE4FilePicker.cxx | 232 extension.replace("*",""); in getFiles() 296 t.replace("/", "\\/"); in appendFilter() 299 f.replace(";", " "); in appendFilter() 307 t.replace("/", "\\/"); in setCurrentFilter() 333 toQString(aPair.Second).replace(";", " ")).arg( in appendFilterGroup() 334 toQString(aPair.First).replace("/","\\/"))); in appendFilterGroup() 552 label.replace("~", "&"); in addCustomControl()
|
| /trunk/test/testcommon/source/org/openoffice/test/ |
| H A D | OpenOffice.java | 87 private String id = UUID.randomUUID().toString().replace("-", ""); 138 …tionPath = props.getProperty("UserInstallation").replace("$ORIGIN", binParent.getAbsolutePath()).r… in OpenOffice() 316 url = url.replace("file:/", "file:///"); in start() 335 content = content.replace("</oor:items>", ""); in start()
|
| /trunk/main/xmerge/java/XMergeBridge/src/main/java/ |
| H A D | XMergeBridge.java | 337 public String replace(String origString, String origChar, String replaceChar){ in replace() method in XMergeBridge._XMergeBridge 359 origString=replace(origString,"&","&"); in needsMask() 362 origString=replace(origString,"\"","""); in needsMask() 365 origString=replace(origString,"<","<"); in needsMask() 368 origString=replace(origString,">",">"); in needsMask() 623 path= path.replace('/','\\'); in getPath()
|
| /trunk/main/offapi/com/sun/star/configuration/backend/ |
| H A D | UpdatableLayer.idl | 83 <dd>the provided layer's contents replace the current one's.</dd> 87 provided layer are used to replace the corresponding current 96 are merged into one whose contents replace the current layer. 101 are then used to replace the current layer as described above.
|
| /trunk/main/scripting/java/org/openoffice/idesupport/ |
| H A D | OfficeInstallation.java | 52 path = path.replace('/', File.separatorChar); in OfficeInstallation() 60 path = path.replace(File.separatorChar, '/'); in OfficeInstallation() 87 name = name.replace(File.separatorChar, '/'); in getURL()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
| H A D | _XAutoTextContainer.java | 58 Name = Name.replace('-','x'); in _insertNewByName() 59 Name = Name.replace(':','x'); in _insertNewByName() 60 Name = Name.replace('.','x'); in _insertNewByName()
|
| /trunk/main/psprint_config/configuration/ |
| H A D | psprint.conf | 69 ; PerformFontSubstitution: whether to replace downloadable fonts 73 ; SubstFont_<downloadable font>: the resident font to replace 121 ; PerformFontSubstitution: whether to replace downloadable fonts 125 ; SubstFont_<downloadable font>: the resident font to replace
|