Home
last modified time | relevance | path

Searched refs:pRTTI (Results 1 – 4 of 4) sorted by relevance

/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx70 const sal_Char* pRTTI = rRTTIname.getStr(); in toUNOname() local
71 const sal_Char* pOrg = pRTTI; in toUNOname()
72 const sal_Char* pLast = pRTTI; in toUNOname()
76 if( *pRTTI == ':' || ! *pRTTI ) in toUNOname()
80 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
81 while( *pRTTI == ':' ) in toUNOname()
82 pRTTI++; in toUNOname()
83 pLast = pRTTI; in toUNOname()
84 if( ! *pRTTI ) in toUNOname()
88 pRTTI++; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx72 const sal_Char* pRTTI = rRTTIname.getStr(); in toUNOname() local
73 const sal_Char* pOrg = pRTTI; in toUNOname()
74 const sal_Char* pLast = pRTTI; in toUNOname()
78 if( *pRTTI == ':' || ! *pRTTI ) in toUNOname()
82 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
83 while( *pRTTI == ':' ) in toUNOname()
84 pRTTI++; in toUNOname()
85 pLast = pRTTI; in toUNOname()
86 if( ! *pRTTI ) in toUNOname()
90 pRTTI++; in toUNOname()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx146 … __type_info * pRTTI = new( ::rtl_allocateMemory( sizeof(__type_info) + aRawName.getLength() ) ) in getRTTI() local
151 _allRTTI.insert( t_string2PtrMap::value_type( rUNOname, pRTTI ) ) ); in getRTTI()
154 return (type_info *)pRTTI; in getRTTI()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx153 … __type_info * pRTTI = new( ::rtl_allocateMemory( sizeof(__type_info) + aRawName.getLength() ) ) in getRTTI() local
158 _allRTTI.insert( t_string2PtrMap::value_type( rUNOname, pRTTI ) ) ); in getRTTI()
161 return (type_info *)pRTTI; in getRTTI()