Home
last modified time | relevance | path

Searched refs:pTypeName (Results 1 – 25 of 97) sorted by relevance

1234

/AOO41X/main/cppu/source/typelib/
H A Dtypelib.cxx314 … OString aTypeName( OUStringToOString( pTDR->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in ~TypeDescriptor_Init_Impl()
417 … OString aStr( OUStringToOString( pITD->ppAllMembers[i]->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in typelib_typedescription_initTables()
498 rInit.callChain( &pTD, (*ppTypeDescr)->pTypeName ); in complete()
555 OUStringToOString( (*ppTypeDescr)->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in complete()
569 typelib_TypeClass eTypeClass, rtl_uString * pTypeName ) in typelib_typedescription_newEmpty() argument
754 pRet->pTypeName = 0; in typelib_typedescription_newEmpty()
757 rtl_uString_acquire( pRet->pTypeName = pTypeName ); in typelib_typedescription_newEmpty()
772 rtl_uString * pTypeName, typelib_TypeDescriptionReference * pType, in newTypeDescription() argument
786 typelib_typedescription_newEmpty( ppRet, eTypeClass, pTypeName ); in newTypeDescription()
819 && rtl::OUString::unacquired(&pTypeName).indexOf('<') >= 0; in newTypeDescription()
[all …]
H A Dstatic_types.cxx56 rtl_uString * pTypeName )
118 static inline typelib_TypeDescriptionReference * igetTypeByName( rtl_uString * pTypeName ) in igetTypeByName() argument
122 ::typelib_typedescriptionreference_getByName( &pRef, pTypeName ); in igetTypeByName()
230 aMembers[0].pTypeName = sMemberType0.pData; in typelib_static_type_getByTypeClass()
235 aMembers[1].pTypeName = sMemberType1.pData; in typelib_static_type_getByTypeClass()
259 aParameters[0].pTypeName = sParamType0.pData; in typelib_static_type_getByTypeClass()
303 typelib_TypeClass eTypeClass, const sal_Char * pTypeName ) in typelib_static_type_init() argument
311 OUString aTypeName( OUString::createFromAscii( pTypeName ) ); in typelib_static_type_init()
333 aBuf.append( pElementType->pTypeName ); in typelib_static_sequence_type_init()
360 typelib_TypeClass eTypeClass, const sal_Char * pTypeName, in init() argument
[all …]
/AOO41X/main/cppu/inc/typelib/
H A Dtypedescription.h61 rtl_uString * pTypeName; member
92 rtl_uString * pTypeName; member
497 rtl_uString * pTypeName; member
531 rtl_uString * pTypeName; member
576 rtl_uString * pTypeName,
595 rtl_uString * pTypeName,
634 rtl_uString * pTypeName,
652 rtl_uString * pTypeName,
676 rtl_uString * pTypeName,
701 rtl_uString * pTypeName,
[all …]
/AOO41X/main/binaryurp/source/
H A Dlessoperators.cxx46 rA.pTypeName->buffer, rA.pTypeName->length, in operator <()
47 rB.pTypeName->buffer, rB.pTypeName->length); in operator <()
59 rA.pTypeName->buffer, rA.pTypeName->length, in operator ()()
60 rB.pTypeName->buffer, rB.pTypeName->length); in operator ()()
68 sal_Int32 h = rtl_ustr_hashCode_WithLength( rA.pTypeName->buffer, rA.pTypeName->length); in operator ()()
/AOO41X/main/cppu/source/uno/
H A DEnvStack.cxx102 …tern "C" void SAL_CALL uno_getCurrentEnvironment(uno_Environment ** ppEnv, rtl_uString * pTypeName) in uno_getCurrentEnvironment() argument
115 currPurpose = cppu::EnvDcp::getPurpose(pCurrEnv->pTypeName); in uno_getCurrentEnvironment()
117 if (pTypeName && rtl_uString_getLength(pTypeName)) in uno_getCurrentEnvironment()
119 rtl::OUString envDcp(pTypeName); in uno_getCurrentEnvironment()
172 currPurpose = cppu::EnvDcp::getPurpose(pCurrEnv->pTypeName); in s_getNextEnv()
176 targetPurpose = cppu::EnvDcp::getPurpose(pTargetEnv->pTypeName); in s_getNextEnv()
358 rtl::OUString typeName(cppu::EnvDcp::getTypeName(pEnv->pTypeName)); in uno_Environment_isValid()
368 envDcp += cppu::EnvDcp::getPurpose(pEnv->pTypeName); in uno_Environment_isValid()
H A Dlbenv.cxx64 (((typelib_TypeDescription *)pTD1)->pTypeName->length == in td_equals()
65 ((typelib_TypeDescription *)pTD2)->pTypeName->length && in td_equals()
67 ((typelib_TypeDescription *) pTD1)->pTypeName->buffer, in td_equals()
68 ((typelib_TypeDescription *) pTD2)->pTypeName->buffer ) == 0)); in td_equals()
216 &((typelib_TypeDescription *) pTypeDescr_)->pTypeName ); in find()
639 that->pTypeName = rEnvDcp_.pData; in uno_DefaultEnvironment()
658 ::rtl_uString_release( ((uno_Environment *) this)->pTypeName ); in ~uno_DefaultEnvironment()
728 buf.append( pEnv->pTypeName ); in uno_dumpEnvironment()
737 buf.append( pEnv->pTypeName ); in uno_dumpEnvironment()
767 ((typelib_TypeDescription *) rIEntry.pTypeDescr)->pTypeName ); in uno_dumpEnvironment()
[all …]
H A Dcascade_mapping.cxx238 rtl::OUString from_envType = cppu::EnvDcp::getTypeName(pFrom->pTypeName); in getCascadeMapping()
239 rtl::OUString to_envType = cppu::EnvDcp::getTypeName(pTo->pTypeName); in getCascadeMapping()
240 rtl::OUString from_envPurpose = cppu::EnvDcp::getPurpose(pFrom->pTypeName); in getCascadeMapping()
241 rtl::OUString to_envPurpose = cppu::EnvDcp::getPurpose(pTo->pTypeName); in getCascadeMapping()
244 rtl::OString s_from_name = rtl::OUStringToOString(pFrom->pTypeName, RTL_TEXTENCODING_ASCII_US); in getCascadeMapping()
245 rtl::OString s_to_name = rtl::OUStringToOString(pTo->pTypeName, RTL_TEXTENCODING_ASCII_US); in getCascadeMapping()
H A Dprim.hxx196 pType1->pTypeName->length == pType2->pTypeName->length && in _type_equals()
197 ::rtl_ustr_compare( pType1->pTypeName->buffer, pType2->pTypeName->buffer ) == 0)); in _type_equals()
/AOO41X/main/cppuhelper/source/
H A Dimplbase_ex.cxx86 …((OUString const *)&pTDR1->pTypeName)->equals( *(OUString const *)&pTDR2->pTypeName ) != sal_False… in __td_equals()
104 …OSL_ENSURE( ! isXInterface( rType.getTypeLibType()->pTypeName ), "### want to implement XInterface… in __getTypeEntries()
222 buf.append( pEntries[ n ].m_type.typeRef->pTypeName ); in __queryDeepNoXInterface()
246 if (isXInterface( pTDR->pTypeName )) in ImplHelper_query()
339 if (! isXInterface( pTDR->pTypeName )) in WeakImplHelper_query()
372 if (! isXInterface( pTDR->pTypeName )) in WeakAggImplHelper_queryAgg()
406 if (! isXInterface( pTDR->pTypeName )) in WeakComponentImplHelper_query()
440 if (! isXInterface( pTDR->pTypeName )) in WeakAggComponentImplHelper_queryAgg()
H A Dtdmgr.cxx205 rtl_uString_acquire( rInit.pTypeName = aMemberTypeName.pData ); in createCTD()
221 rtl_uString_release( pMemberInits[nPos].pTypeName ); in createCTD()
278 rInit.aBase.pTypeName = aMemberTypeName.pData ); in createCTD()
297 rtl_uString_release( pMemberInits[nPos].aBase.pTypeName ); in createCTD()
368 rtl_uString_acquire( rInit.pTypeName = aParamTypeName.pData ); in createCTD()
403 rtl_uString_release( pParamInit[nPos].pTypeName ); in createCTD()
679 void * pContext, typelib_TypeDescription ** ppRet, rtl_uString * pTypeName ) in typelib_callback() argument
681 OSL_ENSURE( pContext && ppRet && pTypeName, "### null ptr!" ); in typelib_callback()
689 if (pContext && pTypeName) in typelib_callback()
696 OUString const & rTypeName = OUString::unacquired( &pTypeName ); in typelib_callback()
/AOO41X/main/stoc/source/corereflection/
H A Dcrefl.cxx246 return new IdlClassImpl( this, pTypeDescr->pTypeName, pTypeDescr->eTypeClass, pTypeDescr ); in constructClass()
249 … return new EnumIdlClassImpl( this, pTypeDescr->pTypeName, pTypeDescr->eTypeClass, pTypeDescr ); in constructClass()
254 …return new CompoundIdlClassImpl( this, pTypeDescr->pTypeName, pTypeDescr->eTypeClass, pTypeDescr ); in constructClass()
258 … return new ArrayIdlClassImpl( this, pTypeDescr->pTypeName, pTypeDescr->eTypeClass, pTypeDescr ); in constructClass()
261 …return new InterfaceIdlClassImpl( this, pTypeDescr->pTypeName, pTypeDescr->eTypeClass, pTypeDescr … in constructClass()
264 return new IdlClassImpl( this, pTypeDescr->pTypeName, pTypeDescr->eTypeClass, pTypeDescr ); in constructClass()
269 OString aName( OUStringToOString( pTypeDescr->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in constructClass()
371 OUString aName( pTypeDescr->pTypeName ); in forType()
/AOO41X/main/bridges/source/jni_uno/
H A Djni_info.h54 ::rtl::OUString::unacquired( &type1->pTypeName ); in type_equals()
56 ::rtl::OUString::unacquired( &type2->pTypeName ); in type_equals()
64 ::rtl::OUString::unacquired( &type->pTypeName ).equalsAsciiL( in is_XInterface()
313 ::rtl::OUString::unacquired( &type->pTypeName ); in append_sig()
353 ::rtl::OUString::unacquired( &type->pTypeName ); in append_sig()
365 ::rtl::OUString::unacquired( &type->pTypeName ) ); in append_sig()
H A Djni_data.cxx392 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
417 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
431 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
445 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
495 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
538 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
718 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
743 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
1015 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
1151 buf.append( OUString::unacquired( &type->pTypeName ) ); in map_to_uno()
[all …]
/AOO41X/main/cppu/source/cppu/
H A Dcppu_opt.cxx41 buf.append( OUString::unacquired( &pType->pTypeName ) ); in cppu_unsatisfied_iquery_msg()
55 buf.append( OUString::unacquired( &pType->pTypeName ) ); in cppu_unsatisfied_iset_msg()
70 buf.append( OUString::unacquired(&pAny->pType->pTypeName) ); in cppu_Any_extraction_failure_msg()
72 buf.append( OUString::unacquired(&pType->pTypeName) ); in cppu_Any_extraction_failure_msg()
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx243 retVal= loadCliType(pTD->pTypeName); break; in mapUnoType()
248 if (usXInterface.equals(pTD->pTypeName)) in mapUnoType()
251 retVal= loadCliType(pTD->pTypeName); in mapUnoType()
307 retVal= loadCliType(pTD->pTypeName); in mapUnoType()
1100 if ( ! aField && usUnoException.equals(td.get()->pTypeName)) in map_to_uno()
1399 buf.append( *reinterpret_cast< OUString const * >( &type->pTypeName ) ); in map_to_uno()
1401 … buf.append( *reinterpret_cast< OUString const * >( &element_type->pTypeName ) ); in map_to_uno()
1410 buf.append( *reinterpret_cast< OUString const * >( &type->pTypeName )); in map_to_uno()
1420 buf.append( *reinterpret_cast< OUString const * >( &type->pTypeName) ); in map_to_uno()
1422 buf.append( *reinterpret_cast< OUString const * >( &element_type->pTypeName ) ); in map_to_uno()
[all …]
/AOO41X/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx356 … if (0 == rtl_ustr_ascii_compare( pFrom->pTypeName->buffer, CPPU_CURRENT_LANGUAGE_BINDING_NAME ) && in cppu_ext_getMapping()
357 0 == rtl_ustr_ascii_compare( pTo->pTypeName->buffer, UNO_LB_UNO )) in cppu_ext_getMapping()
366 …else if (0 == rtl_ustr_ascii_compare( pTo->pTypeName->buffer, CPPU_CURRENT_LANGUAGE_BINDING_NAME )… in cppu_ext_getMapping()
367 0 == rtl_ustr_ascii_compare( pFrom->pTypeName->buffer, UNO_LB_UNO )) in cppu_ext_getMapping()
455 &((uno_Environment *) pEnv)->pTypeName ) ); in cppu_cppenv_computeObjectIdentifier()
489 …OSL_ENSURE( ::rtl_ustr_ascii_compare( pCppEnv->pTypeName->buffer, CPPU_CURRENT_LANGUAGE_BINDING_NA… in cppu_cppenv_initEnvironment()
/AOO41X/main/cppu/source/LogBridge/
H A DLogBridge.cxx193 …const ::rtl::OString sValue( ::rtl::OUStringToOString(_pTypeRef->pTypeName,osl_getThreadTextEncodi… in traceValue()
221 if ( pMemberType && pMemberType->pTypeName ) in LogProbe()
222 sTemp = ::rtl::OUStringToOString(pMemberType->pTypeName,RTL_TEXTENCODING_ASCII_US); in LogProbe()
248 …const ::rtl::OString sValue( ::rtl::OUStringToOString(pElementTypeDescr->pTypeName,osl_getThreadTe… in LogProbe()
/AOO41X/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx126 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
210 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
226 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
257 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx126 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
221 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
237 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
268 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
/AOO41X/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dexcept.cxx130 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
225 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
241 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
272 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dexcept.cxx129 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
224 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
240 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
271 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
/AOO41X/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dexcept.cxx128 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
223 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
239 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
270 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
/AOO41X/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Dexcept.cxx130 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
225 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
241 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
272 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dexcept.cxx129 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
224 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
240 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
271 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx131 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI()
226 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
242 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
273 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()

1234