Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sal/rtl/source/
H A Dalloc_arena.c163 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 …]
/trunk/main/idlc/source/
H A Dastconstant.cxx69 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 Dastunion.cxx324 aConst.m_type = RT_TYPE_INT64; in dump()
344 aConst.m_type = RT_TYPE_INT64; in dump()
/trunk/main/registry/test/
H A Dtestregcpp.cxx69 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 …]
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx69 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()
/trunk/main/rdbmaker/inc/codemaker/
H A Ddependency.hxx55 : 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 ()()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx69 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()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx83 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 Dcli_proxy.h55 System::Type * m_type; member in cli_uno::UnoInterfaceInfo
180 gcroot<System::Type*> m_type;
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx102 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 Dpropertysetmixin.cxx481 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()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_interact.cxx45 const Type m_type; member in dp_misc::__anon13631e300111::InteractionContinuationImpl
50 : m_type( type ), in InteractionContinuationImpl()
55 const *>(0) ).isAssignableFrom(m_type) ); } in InteractionContinuationImpl()
84 if (type.isAssignableFrom( m_type )) { in queryInterface()
/trunk/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java50 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()
/trunk/main/unoxml/source/events/
H A Dtestlistener.cxx111 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()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_bridgetest_inprocess.cs38 private Type m_type; field in Factory
44 m_type = type; in Factory()
72 return m_type.ToString(); in getImplementationName()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx875 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 …]
/trunk/main/registry/inc/registry/
H A Drefltype.hxx50 RTValueType m_type; member in RTConstValue
56 : m_type(RT_TYPE_NONE) in RTConstValue()
/trunk/main/xmlsecurity/source/framework/
H A Delementmark.cxx36 m_type(cssxc::sax::ElementMarkType_ELEMENTMARK) in ElementMark()
92 return m_type; in getType()
/trunk/main/stoc/source/security/
H A Dpermissions.h45 enum t_type { ALL, RUNTIME, SOCKET, FILE } m_type; member in stoc_sec::Permission
52 , m_type( type ) in Permission()
H A Dpermissions.cxx213 if (SOCKET != perm.m_type) in implies()
373 if (FILE != perm.m_type) in implies()
464 if (RUNTIME != perm.m_type) in implies()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx126 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()
/trunk/main/registry/tools/
H A Dregcompare.cxx378 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()
/trunk/main/registry/source/
H A Dreflwrit.cxx502 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()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx232 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()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx98 Type m_type; member in OComponent
949 rOut = m_type; in testout_methodType()
1068 m_type = rIn; in in_methodType()
1201 rOut = m_type; in testinout_methodType()
1202 m_type = tmp; in testinout_methodType()

Completed in 184 milliseconds

12