/aoo41x/main/sal/rtl/source/ |
H A D | alloc_arena.c | 163 span->m_type = RTL_ARENA_SEGMENT_TYPE_SPAN; in rtl_arena_segment_populate() 173 first->m_type = 0; in rtl_arena_segment_populate() 228 (*ppSegment)->m_type = 0; in rtl_arena_segment_put() 574 span->m_type = RTL_ARENA_SEGMENT_TYPE_SPAN; in rtl_arena_segment_create() 611 segment->m_type = RTL_ARENA_SEGMENT_TYPE_FREE; in rtl_arena_segment_coalesce() 615 if (next->m_type == RTL_ARENA_SEGMENT_TYPE_FREE) in rtl_arena_segment_coalesce() 632 if (prev->m_type == RTL_ARENA_SEGMENT_TYPE_FREE) in rtl_arena_segment_coalesce() 668 head->m_type = RTL_ARENA_SEGMENT_TYPE_HEAD; in rtl_arena_constructor() 672 head->m_type = RTL_ARENA_SEGMENT_TYPE_HEAD; in rtl_arena_constructor() 676 head->m_type = RTL_ARENA_SEGMENT_TYPE_HEAD; in rtl_arena_constructor() [all …]
|
/aoo41x/main/idlc/source/ |
H A D | astconstant.cxx | 69 aConst.m_type = RT_TYPE_INT16; in dumpBlob() 73 aConst.m_type = RT_TYPE_UINT16; in dumpBlob() 77 aConst.m_type = RT_TYPE_INT32; in dumpBlob() 81 aConst.m_type = RT_TYPE_UINT32; in dumpBlob() 85 aConst.m_type = RT_TYPE_INT64; in dumpBlob() 89 aConst.m_type = RT_TYPE_UINT64; in dumpBlob() 93 aConst.m_type = RT_TYPE_FLOAT; in dumpBlob() 97 aConst.m_type = RT_TYPE_DOUBLE; in dumpBlob() 101 aConst.m_type = RT_TYPE_BYTE; in dumpBlob() 105 aConst.m_type = RT_TYPE_BOOL; in dumpBlob()
|
H A D | astunion.cxx | 324 aConst.m_type = RT_TYPE_INT64; in dump() 344 aConst.m_type = RT_TYPE_INT64; in dump()
|
/aoo41x/main/registry/test/ |
H A D | testregcpp.cxx | 69 aConst.m_type = RT_TYPE_BOOL; in test_coreReflection() 75 aConst.m_type = RT_TYPE_BYTE; in test_coreReflection() 81 aConst.m_type = RT_TYPE_INT16; in test_coreReflection() 87 aConst.m_type = RT_TYPE_UINT16; in test_coreReflection() 93 aConst.m_type = RT_TYPE_INT32; in test_coreReflection() 99 aConst.m_type = RT_TYPE_UINT32; in test_coreReflection() 105 aConst.m_type = RT_TYPE_INT64; in test_coreReflection() 111 aConst.m_type = RT_TYPE_UINT64; in test_coreReflection() 117 aConst.m_type = RT_TYPE_FLOAT; in test_coreReflection() 349 aConst.m_type = RT_TYPE_BOOL; in test_coreReflection() [all …]
|
/aoo41x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 69 constValue.m_type = RT_TYPE_BOOL; in writeConstantData() 76 constValue.m_type = RT_TYPE_BYTE; in writeConstantData() 83 constValue.m_type = RT_TYPE_INT16; in writeConstantData() 90 constValue.m_type = RT_TYPE_UINT16; in writeConstantData() 97 constValue.m_type = RT_TYPE_INT32; in writeConstantData() 104 constValue.m_type = RT_TYPE_UINT32; in writeConstantData() 111 constValue.m_type = RT_TYPE_FLOAT; in writeConstantData() 118 constValue.m_type = RT_TYPE_DOUBLE; in writeConstantData() 125 constValue.m_type = RT_TYPE_STRING; in writeConstantData() 488 constValue.m_type = RT_TYPE_INT32; in getTypeBlop()
|
/aoo41x/main/rdbmaker/inc/codemaker/ |
H A D | dependency.hxx | 55 : m_type(type) in TypeUsing() 59 ::rtl::OString m_type; 65 return m_type == typeUsing.m_type && m_use == typeUsing.m_use; in operator ==() 73 return (tuse1.m_type < tuse2.m_type); in operator ()()
|
/aoo41x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 69 constValue.m_type = RT_TYPE_BOOL; in writeConstantData() 76 constValue.m_type = RT_TYPE_BYTE; in writeConstantData() 83 constValue.m_type = RT_TYPE_INT16; in writeConstantData() 90 constValue.m_type = RT_TYPE_UINT16; in writeConstantData() 97 constValue.m_type = RT_TYPE_INT32; in writeConstantData() 104 constValue.m_type = RT_TYPE_UINT32; in writeConstantData() 111 constValue.m_type = RT_TYPE_FLOAT; in writeConstantData() 118 constValue.m_type = RT_TYPE_DOUBLE; in writeConstantData() 125 constValue.m_type = RT_TYPE_STRING; in writeConstantData() 596 constValue.m_type = RT_TYPE_INT32; in getTypeBlob()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 83 m_type = mapUnoType(reinterpret_cast<typelib_TypeDescription*>(td)); in UnoInterfaceInfo() 402 if (type->IsAssignableFrom(tmpInfo->m_type)) in findInfo() 676 m_type= mapUnoType(m_unoType.get()); in CliProxy() 682 S"id:\n\t{0}\n\t{1}"), m_oid, m_type)); in CliProxy() 693 type = m_type; in makeMethodInfos() 696 if (m_type->get_IsInterface() == false) in makeMethodInfos() 698 sr::MethodInfo* arThisMethods[] = m_type->GetMethods(); in makeMethodInfos() 700 System::Type* arInheritedIfaces[] = m_type->GetInterfaces(); in makeMethodInfos() 762 sr::InterfaceMapping map = objType->GetInterfaceMap(m_type); in makeMethodInfos() 779 buf.append(mapCliString(m_type->ToString() )); in makeMethodInfos() [all …]
|
H A D | cli_proxy.h | 55 System::Type * m_type; member in cli_uno::UnoInterfaceInfo 180 gcroot<System::Type*> m_type;
|
/aoo41x/main/cppuhelper/source/ |
H A D | implbase_ex.cxx | 102 Type const & rType = (*pEntry->m_type.getCppuType)( 0 ); in __getTypeEntries() 119 pEntry->m_type.typeRef = rType.getTypeLibType(); in __getTypeEntries() 133 types[ n ] = pEntries[ n ].m_type.typeRef; in __fillTypes() 190 if (__td_equals( pEntries[ n ].m_type.typeRef, pDemandedTDR )) in __queryDeepNoXInterface() 199 TYPELIB_DANGER_GET( &pTD, pEntries[ n ].m_type.typeRef ); in __queryDeepNoXInterface() 222 buf.append( pEntries[ n ].m_type.typeRef->pTypeName ); in __queryDeepNoXInterface()
|
H A D | propertysetmixin.cxx | 481 css::uno::Type m_type; member in PropertySetMixinImpl::Impl 491 m_absentOptional(absentOptional), m_type(type) in Impl() 499 m_idlClass = getReflection(m_type.getTypeName()); in Impl() 510 m_type.getTypeName()), in Impl() 570 css::uno::Any o(object->queryInterface(m_type)); in setProperty() 652 value = field->get(object->queryInterface(m_type)); in getProperty()
|
/aoo41x/main/desktop/source/deployment/misc/ |
H A D | dp_interact.cxx | 45 const Type m_type; member in dp_misc::__anon2e9b26180111::InteractionContinuationImpl 50 : m_type( type ), in InteractionContinuationImpl() 55 const *>(0) ).isAssignableFrom(m_type) ); } in InteractionContinuationImpl() 84 if (type.isAssignableFrom( m_type )) { in queryInterface()
|
/aoo41x/main/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/ |
H A D | JNI_proxy.java | 50 protected Type m_type; field in JNI_proxy 105 m_type = type; in JNI_proxy() 107 m_class = m_type.getZClass(); in JNI_proxy() 164 ", type=" + m_type.getTypeName() + "]"; in invoke()
|
/aoo41x/main/unoxml/source/events/ |
H A D | testlistener.cxx | 111 m_type = aType; in initialize() 114 m_target->addEventListener(m_type, Reference< XEventListener >(this), m_capture); in initialize() 123 m_target->removeEventListener(m_type, Reference< XEventListener >(this), m_capture); in ~CTestListener()
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_bridgetest_inprocess.cs | 38 private Type m_type; field in Factory 44 m_type = type; in Factory() 72 return m_type.ToString(); in getImplementationName()
|
/aoo41x/main/registry/inc/registry/ |
H A D | refltype.hxx | 50 RTValueType m_type; member in RTConstValue 56 : m_type(RT_TYPE_NONE) in RTConstValue()
|
/aoo41x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 875 if (fieldValue.m_type != RT_TYPE_INT32 in handleEnumType() 2419 if (fieldValue.m_type != RT_TYPE_BOOL) { in addConstant() 2428 if (fieldValue.m_type != RT_TYPE_BYTE) { in addConstant() 2437 if (fieldValue.m_type != RT_TYPE_INT16) { in addConstant() 2447 if (fieldValue.m_type != RT_TYPE_UINT16) { in addConstant() 2456 if (fieldValue.m_type != RT_TYPE_INT32) { in addConstant() 2465 if (fieldValue.m_type != RT_TYPE_UINT32) { in addConstant() 2475 if (fieldValue.m_type != RT_TYPE_INT64) { in addConstant() 2484 if (fieldValue.m_type != RT_TYPE_UINT64) { in addConstant() 2494 if (fieldValue.m_type != RT_TYPE_FLOAT) { in addConstant() [all …]
|
/aoo41x/main/xmlsecurity/source/framework/ |
H A D | elementmark.cxx | 36 m_type(cssxc::sax::ElementMarkType_ELEMENTMARK) in ElementMark() 92 return m_type; in getType()
|
/aoo41x/main/stoc/source/security/ |
H A D | permissions.h | 45 enum t_type { ALL, RUNTIME, SOCKET, FILE } m_type; member in stoc_sec::Permission 52 , m_type( type ) in Permission()
|
H A D | permissions.cxx | 213 if (SOCKET != perm.m_type) in implies() 373 if (FILE != perm.m_type) in implies() 464 if (RUNTIME != perm.m_type) in implies()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 126 typeName = (*iter).m_type; in dumpDependedTypes() 227 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes() 230 relType = (*iter).m_type; in dumpDepIncludes() 650 switch (constValue.m_type) in dumpConstantValue() 1516 if (constValue.m_type == RT_TYPE_INT32) in dumpHFile()
|
/aoo41x/main/registry/tools/ |
H A D | regcompare.cxx | 378 switch (constValue.m_type) in getConstValueType() 409 switch (constValue.m_type) in printConstValue() 474 switch (constValue1.m_type) in checkConstValue() 662 if ( constValue1.m_type != constValue2.m_type ) in checkField()
|
/aoo41x/main/registry/source/ |
H A D | reflwrit.cxx | 502 RTReferenceType m_type; member in ReferenceEntry 515 : m_type(RT_REF_INVALID) in ReferenceEntry() 531 m_type = refType; in setData() 1069 sal::static_int_cast< sal_uInt16 >(m_references[i].m_type)); in createBlop()
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 232 typeName = (*iter).m_type; in dumpDependedTypes() 372 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes() 375 relType = (*iter).m_type; in dumpDepIncludes() 1404 switch (constValue.m_type) in dumpConstantValue() 3106 if (constValue.m_type == RT_TYPE_INT32) in dumpDeclaration() 3231 if (constValue.m_type == RT_TYPE_INT32) in dumpCGetCunoType()
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_java2uno.cxx | 57 args[ 1 ].l = info->m_type; in map_to_java() 79 args2[ 4 ].l = info->m_type; in map_to_java()
|