| /trunk/main/stoc/source/corereflection/ |
| H A D | criface.cxx | 154 _xDeclClass = getReflection()->forName(aName.copy(0, i)); in getDeclaringClass() 169 return getReflection()->forType( in getType() 181 uno_Interface * pUnoI = getReflection()->mapToUno( in get() 202 uno_any_constructAndConvert( &aRet, pReturn, pTD, getReflection()->getUno2Cpp().get() ); in get() 220 uno_Interface * pUnoI = getReflection()->mapToUno( in set() 236 pTD, getReflection()->getCpp2Uno().get() ); in set() 242 pTD, getReflection()->getCpp2Uno().get() ); in set() 250 getReflection() ); in set() 253 *(void **)pArg = getReflection()->getCpp2Uno().mapInterface( in set() 264 pTemp, (void *)rValue.getValue(), pValueTD, getReflection()->getCpp2Uno().get() ); in set() [all …]
|
| H A D | crcomp.cxx | 148 _xDeclClass = getReflection()->forType( (typelib_TypeDescription *)pTD ); in getDeclaringClass() 168 return getReflection()->forType( getTypeDescr() ); in getType() 225 … if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set() 261 … if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set() 323 … _xSuperClass = getReflection()->forType( (typelib_TypeDescription *)pCompTypeDescr ); in getSuperclasses() 374 … getReflection(), aName, pTD, IdlClassImpl::getTypeDescr(), pMemberOffsets[nPos] ); in getFields()
|
| H A D | base.hxx | 172 IdlReflectionServiceImpl * getReflection() const in getReflection() function in stoc_corefl::IdlClassImpl 177 { return getReflection()->getTDMgr(); } in getTDMgr() 359 IdlReflectionServiceImpl * getReflection() const in getReflection() function in stoc_corefl::IdlMemberImpl
|
| H A D | crarray.cxx | 186 pElemTypeDescr, rNewValue, getReflection() )) in set() 208 return getReflection()->forType( getTypeDescr()->pType ); in getComponentType()
|
| H A D | crenum.cxx | 212 … getReflection(), aName, IdlClassImpl::getTypeDescr(), getTypeDescr()->pEnumValues[nFields] ); in getFields()
|
| H A D | crbase.cxx | 255 Reference< XIdlClass > xDeclClass( getReflection()->forType( getDeclTypeDescr() ) ); in getDeclaringClass()
|
| /trunk/main/extensions/workben/ |
| H A D | pythonautotest.cxx | 317 OSL_ASSERT( anyList.getReflection() == XInvokation_getReflection() ); in checkInvokation() 443 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 450 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 559 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 572 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_DOUBLE ); in main() 584 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 588 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 595 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_INTERFACE ); in main()
|
| H A D | pythontest.cxx | 360 TypeClass type = aValue.getReflection()->getTypeClass(); in dumpVarToStream() 403 if( aValue.getReflection() == XPropertySet_getReflection() ) { in dumpVarToStream() 418 else if( aValue.getReflection() == XInvokation_getReflection() ) { in dumpVarToStream() 429 SequenceReflection *pSeqRefl = ( SequenceReflection * ) aValue.getReflection(); in dumpVarToStream()
|
| /trunk/main/extensions/test/stm/ |
| H A D | datatest.cxx | 482 if( aValue.getReflection() == XPersistObject_getReflection() ) { in setPropertyValue() 818 if( r1->getPropertyValue( L"long" ).getReflection() == Void_getReflection() || in compareMyPropertySet() 819 r2->getPropertyValue( L"long" ).getReflection() == Void_getReflection() ) { in compareMyPropertySet() 849 if( o1.getReflection() == XPersistObject_getReflection() ) { in compareMyPropertySet() 851 if( o2.getReflection() == XPersistObject_getReflection() ) { in compareMyPropertySet() 867 if( o2.getReflection() == XPersistObject_getReflection() ) { in compareMyPropertySet()
|
| /trunk/main/eventattacher/source/ |
| H A D | eventattacher.cxx | 245 Reference< XIdlReflection > getReflection(); 370 Reference< XIdlReflection > EventAttacherImpl::getReflection() in getReflection() function in comp_EventAttacher::EventAttacherImpl 514 Reference< XIdlClass > xListenerType = m_pEA->getReflection()-> in approveFiring() 560 Reference< XIdlReflection > xReflection = getReflection(); in attachListener() 710 Reference< XIdlReflection > xReflection = getReflection(); in removeListener()
|
| /trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | PropertySetMixin.java | 136 idlClass = getReflection(type.getTypeName()); in PropertySetMixin() 578 private XIdlClass getReflection(String typeName) { in getReflection() method in PropertySetMixin 838 XIdlClass ambiguous = getReflection(typeName); in getProperty() 857 XIdlClass defaulted = getReflection(typeName); in getProperty() 876 XIdlClass optional = getReflection(typeName); in getProperty()
|
| /trunk/main/cppuhelper/source/ |
| H A D | propertysetmixin.cxx | 462 css::uno::Reference< css::reflection::XIdlClass > getReflection( 492 m_idlClass = getReflection(m_type.getTypeName()); in Impl() 691 getReflection(value.getValueTypeName())); in getProperty() 728 getReflection(value.getValueTypeName())); in getProperty() 766 getReflection(value.getValueTypeName())); in getProperty() 823 PropertySetMixinImpl::Impl::getReflection(rtl::OUString const & typeName) const in getReflection() function in PropertySetMixinImpl::Impl
|
| /trunk/main/comphelper/source/eventattachermgr/ |
| H A D | eventattachermgr.cxx | 161 Reference< XIdlReflection > getReflection(); 300 Reference< XIdlClass > xListenerType = mpManager->getReflection()-> in approveFiring() 351 Reference< XIdlClass > xListenerType = mpManager->getReflection()-> in approveFiring() 436 Reference< XIdlReflection > ImplEventAttacherManager::getReflection() in getReflection() function in comphelper::ImplEventAttacherManager
|
| /trunk/main/sc/workben/ |
| H A D | test.cxx | 544 if ( aAny.getReflection()->getName() == in lcl_Cursor() 553 aAny.set( &aNew, aAny.getReflection() ); in lcl_Cursor() 574 if ( aAny.getReflection()->getName() == in lcl_Cursor() 583 aAny.set( &aNew, aAny.getReflection() ); in lcl_Cursor() 705 if ( aAny.getReflection()->getName() == in lcl_Sheet() 714 aAny.set( &aNew, aAny.getReflection() ); in lcl_Sheet()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testsax.cxx | 763 if( any.getReflection() == SAXParseException_getReflection() ) { in testFile() 824 if( any.getReflection() == SAXParseException_getReflection() ) { in testPerformance()
|