/aoo4110/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 196 OUString m_name; member in stoc_defreg::NestedKeyImpl 217 m_name = m_localKey->getKeyName(); in NestedKeyImpl() 221 m_name = m_defaultKey->getKeyName(); in NestedKeyImpl() 245 m_name = m_localKey->getKeyName(); in NestedKeyImpl() 249 m_name = m_defaultKey->getKeyName(); in NestedKeyImpl() 274 m_localKey = rootKey->openKey(m_name); in computeChanges() 332 return m_name; in getKeyName() 428 m_localKey = rootKey->createKey(m_name); in setLongValue() 1002 resolvedName = m_name + aLinkName; in createLink() 1056 resolvedName = m_name + rLinkName; in deleteLink() [all …]
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 51 , m_name(typeName.replace('/', '_')) in CunoType() 266 length += m_name.getLength() + 1; in dumpHeaderDefine() 275 tmpBuf.append(m_name); in dumpHeaderDefine() 316 length += m_name.getLength() + 1; in dumpInclude() 325 tmpBuf.append(m_name); in dumpInclude() 335 length += m_name.getLength() + 1; in dumpInclude() 342 tmpBuf.append(m_name); in dumpInclude() 1534 << "typedef struct _" << m_name << "_ftab * " << m_name << ";\n"; in dumpHFile() 2540 tmpName += "/" + m_name; in dump() 2906 o << "} " << m_name << ";\n\n"; in dumpDeclaration() [all …]
|
/aoo4110/main/registry/source/ |
H A D | keyimpl.cxx | 45 , m_name(keyName) in ORegKey() 394 … if (rValue.create(getStoreFile(), m_name + m_pRegistry->ROOT, sImplValueName, VALUE_MODE_CREATE) ) in setLongListValue() 592 if (rValue.create(getStoreFile(), m_name + m_pRegistry->ROOT, sImplValueName, accessMode) ) in getValue() 685 if (rValue.create(getStoreFile(), m_name + m_pRegistry->ROOT, sImplValueName, accessMode) ) in getLongListValue() 782 if ( rValue.create(getStoreFile(), m_name + m_pRegistry->ROOT, sImplValueName, accessMode) ) in getStringListValue() 888 if ( rValue.create(getStoreFile(), m_name + m_pRegistry->ROOT, sImplValueName, accessMode) ) in getUnicodeListValue() 1038 if ( m_name.equals(m_pRegistry->ROOT) ) in getStoreDir() 1044 fullPath = m_name.copy(0, m_name.lastIndexOf('/') + 1); in getStoreDir() 1045 relativName = m_name.copy(m_name.lastIndexOf('/') + 1); in getStoreDir() 1059 OSL_ASSERT(m_name.getLength() != 0 && path.getLength() != 0); in getFullPath() [all …]
|
H A D | reflwrit.cxx | 364 OString m_name; member in FieldEntry 418 m_name = name; in setData() 461 OString m_name; member in ParamEntry 485 m_name = name; in setData() 500 OString m_name; member in ReferenceEntry 529 m_name = name; in setData() 545 OString m_name; member in MethodEntry 597 m_name = name; in setData() 888 if (m_fields[i].m_name.getLength()) in createBlop() 974 if (m_methods[i].m_name.getLength()) in createBlop() [all …]
|
/aoo4110/main/desktop/source/deployment/registry/script/ |
H A D | dp_script.cxx | 143 m_name = LibraryContainer::get_libname( in PackageImpl() 147 m_name = m_dialogName; in PackageImpl() 148 m_displayName = m_name; in PackageImpl() 389 if (bScript && xScriptLibs.is() && xScriptLibs->hasByName(m_name)) in processPackage_() 391 const OUString sScriptUrl = xScriptLibs->getOriginalLibraryLinkURL(m_name); in processPackage_() 393 xScriptLibs->removeLibrary(m_name); in processPackage_() 423 if (xScriptLibs->hasByName(m_name)) in processPackage_() 425 const OUString sOriginalUrl = xScriptLibs->getOriginalLibraryLinkURL(m_name); in processPackage_() 433 xScriptLibs->removeLibrary(m_name); in processPackage_() 444 xScriptLibs->createLibraryLink( m_name, m_scriptURL, bReadOnly ); in processPackage_() [all …]
|
/aoo4110/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 332 tmpBuf.append(m_name); in dumpHeaderDefine() 2261 suffix = m_name; in dumpHxxFile() 2372 o << "struct " << m_name; in dumpDeclaration() 2466 o << "inline " << m_name; in dumpHxxFile() 2516 o << "inline " << m_name; in dumpHxxFile() 3173 o << indent() << "inline CPPU_GCC_DLLPRIVATE " << m_name << "(" << m_name in dumpDeclaration() 3225 o << "inline " << m_name << "::" << m_name << "() SAL_THROW( () )\n"; in dumpHxxFile() 3280 o << indent() << "inline " << m_name << "::" << m_name << "("; in dumpHxxFile() 3351 o << indent() << m_name << "::" << m_name << "(" << m_name in dumpHxxFile() 3366 << indent() << m_name << "::~" << m_name << "() {}\n\n" in dumpHxxFile() [all …]
|
/aoo4110/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ResourceCreator.java | 43 private String m_name = ""; field in ResourceCreator 193 return m_name; in getName() 228 m_name = args[i].substring( 6 ); in parseArguments() 244 if ( m_name == null || m_name.equals( "" )) { in parseArguments() 245 m_name = "created-resource-" + System.currentTimeMillis(); in parseArguments()
|
/aoo4110/main/sal/rtl/source/ |
H A D | tres.c | 47 rtl_String* m_name; member 205 pStat->m_name = 0; /* init name */ in rtl_tres_create_funcstate() 210 rtl_string_newFromStr( &pStat->m_name, meth );/* copy meth to name */ in rtl_tres_create_funcstate() 391 if ( plink->m_name ) in rtl_tres_destroy_funcstate() 393 rtl_string_release( plink->m_name ); in rtl_tres_destroy_funcstate() 394 plink->m_name = 0; in rtl_tres_destroy_funcstate() 611 return( fs->m_name ); in rtl_tres_getname()
|
H A D | alloc_arena.c | 336 arena->m_name, in rtl_arena_hash_rescale() 753 (void) snprintf (arena->m_name, sizeof(arena->m_name), "%s", name); in rtl_arena_activate() 785 (void) snprintf (name, sizeof(name), "%s_%lu", arena->m_name, size); in rtl_arena_activate() 836 arena->m_name, in rtl_arena_deactivate() 847 arena->m_name, in rtl_arena_deactivate() 1392 arena->m_name, in rtl_arena_fini()
|
H A D | alloc_cache.c | 152 cache->m_name, in rtl_cache_hash_rescale() 889 snprintf (cache->m_name, sizeof(cache->m_name), "%s", name); in rtl_cache_activate() 1036 cache->m_name, in rtl_cache_deactivate() 1050 cache->m_name, in rtl_cache_deactivate() 1589 cache->m_name, in rtl_cache_wsupdate() 1821 cache->m_name, in rtl_cache_fini()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/java/ |
H A D | ScriptDescriptor.java | 38 private String m_name; field in ScriptDescriptor 61 this.m_name = name; in ScriptDescriptor() 74 return m_name; in getName() 188 StringBuffer description = new StringBuffer( m_name ); in toString()
|
/aoo4110/main/idlc/source/ |
H A D | fehelper.cxx | 35 , m_name(name) in FeDeclarator() 46 OString tmp(m_name); in checkType() 47 sal_Int32 count = m_name.lastIndexOf( ':' ); in checkType() 49 tmp = m_name.copy( count+1 ); in checkType()
|
/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | methoddescription.cxx | 57 m_manager(manager), m_name(name), in Parameter() 64 { return m_name; } in getName() 87 rtl::OUString m_name; member in __anon097ad1770111::Parameter 118 FunctionDescription(manager, bytes, index), m_name(name), in MethodDescription()
|
H A D | tdcomp.cxx | 88 explicit TypeParameter(OUString const & name): m_name(name) {} in TypeParameter() 94 { return m_name; } in getName() 97 OUString m_name; member in stoc_rdbtdp::__anon898441190111::TypeParameter
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typeinfo/ |
H A D | TypeInfo.java | 50 protected String m_name; field in TypeInfo 54 m_name = name; in TypeInfo() 60 return m_name; in getName()
|
/aoo4110/main/rdbmaker/source/codemaker/ |
H A D | global.cxx | 132 m_name = name; in open() 133 m_pFile = fopen( m_name.getStr(), checkAccessMode(mode)); in open() 144 m_name = OString(); in close()
|
/aoo4110/main/connectivity/qa/connectivity/tools/ |
H A D | HsqlTableDescriptor.java | 39 private String m_name; field in HsqlTableDescriptor 45 m_name = _name; in HsqlTableDescriptor() 53 return m_name; in getName()
|
/aoo4110/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_misc.cxx | 65 buf.appendAscii(info->m_name); in toString() 82 for ( ; list->m_name != 0; ++list ) in getOptionInfo() 88 option_info.m_name, option_info.m_name_length ) && in getOptionInfo() 130 arg.pData->buffer + 2, option_info->m_name ) == 0) in isOption() 134 + OUString::createFromAscii(option_info->m_name) + OUSTR("\'\n")); in isOption()
|
/aoo4110/main/unoxml/source/events/ |
H A D | testlistener.cxx | 108 if(! (args[3] >>= m_name)) m_name = OUString::createFromAscii("<unnamed listener>"); in initialize() 131 fprintf(f, "CTestListener::handleEvent in %s\n", U2S(m_name)); in handleEvent()
|
/aoo4110/main/stoc/source/security/ |
H A D | permissions.cxx | 447 OUString m_name; member in stoc_sec::RuntimePermission 455 , m_name( perm.Name ) in RuntimePermission() 469 return (sal_False != m_name.equals( demanded.m_name )); in implies() 477 buf.append( m_name ); in toString()
|
/aoo4110/main/codemaker/source/codemaker/ |
H A D | global.cxx | 312 m_name = name; in FileStream() 357 m_name = OUStringToOString(sSysTmpName, osl_getThreadTextEncoding()); in createTempFile() 368 m_name = name; in open() 380 m_name = OString(); in close()
|
/aoo4110/main/stoc/source/implementationregistration/ |
H A D | mergekeys.cxx | 46 OUString m_name; member 50 : m_name( name ) in Link() 178 OSL_VERIFY( xDest->createLink( r.m_name, r.m_target ) ); in mergeKeys()
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 52 m_name = typeName.copy( i != -1 ? i+1 : 0 ); in IdlType() 781 o << "\ninterface " << m_name; in dumpHFile() 1053 tmpName += "/" + m_name; in dump() 1264 o << "\nstruct " << m_name; in dumpHFile() 1380 o << "\nexception " << m_name; in dumpHFile() 1498 o << "\nenum " << m_name << "\n{\n"; in dumpHFile() 1574 o << " " << m_name << ";\n\n"; in dumpHFile()
|
/aoo4110/main/desktop/source/deployment/registry/ |
H A D | dp_backend.cxx | 332 m_name( rName ), in Package() 341 OSL_ASSERT(m_name.getLength() == 0); in Package() 346 m_name = name.copy(index + 1); in Package() 483 return m_name; in getName()
|
/aoo4110/main/cli_ure/source/climaker/ |
H A D | climaker_app.cxx | 94 char const * m_name; member 133 option_info.m_name, option_info.m_name_length ) && in get_option_info() 178 arg.pData->buffer + 2, option_info->m_name ) == 0) in is_option() 182 OSL_TRACE( __FILE__": identified option \'%s\'", option_info->m_name ); in is_option()
|