Home
last modified time | relevance | path

Searched refs:pTD (Results 101 – 107 of 107) sorted by relevance

12345

/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx400 typelib_TypeDescription * pTD = 0; in TYPEINIT1() local
401 rType.getDescription( &pTD ); in TYPEINIT1()
403 if( pTD ) in TYPEINIT1()
405 ::rtl::OUString sOWName( pTD->pTypeName ); in TYPEINIT1()
628 typelib_TypeDescription * pTD = 0; in implSequenceToMultiDimArray() local
629 aType.getDescription( &pTD ); in implSequenceToMultiDimArray()
631 ::typelib_typedescription_release( pTD ); in implSequenceToMultiDimArray()
860 typelib_TypeDescription * pTD = 0; in unoToSbxValue() local
861 aType.getDescription( &pTD ); in unoToSbxValue()
862 OSL_ASSERT( pTD && pTD->eTypeClass == typelib_TypeClass_SEQUENCE ); in unoToSbxValue()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.h92 System::Object* map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription* pTD) const;
109 System::Object* cliI, typelib_TypeDescription* pTD) const;
H A Dcli_proxy.h143 typelib_InterfaceTypeDescription* pTD,
239 typelib_TypeDescription const* pTD,
H A Dcli_base.h47 System::Type* mapUnoType(typelib_TypeDescription const * pTD);
48 System::Type* mapUnoType(typelib_TypeDescriptionReference const * pTD);
/trunk/main/stoc/test/
H A Dtestintrosp.cxx97 typelib_TypeDescription * pTD = 0; in TypeToIdlClass() local
98 rType.getDescription( &pTD ); in TypeToIdlClass()
99 if( pTD ) in TypeToIdlClass()
101 OUString sOWName( pTD->pTypeName ); in TypeToIdlClass()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1999 typelib_TypeDescription * pTD = 0; in TypeToIdlClass() local
2000 rType.getDescription( &pTD ); in TypeToIdlClass()
2001 if( pTD ) in TypeToIdlClass()
2003 ::rtl::OUString sOWName( pTD->pTypeName ); in TypeToIdlClass()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase.hxx54 typelib_InterfaceTypeDescription * pTD; member

Completed in 70 milliseconds

12345