Home
last modified time | relevance | path

Searched refs:getReflection (Results 1 – 15 of 15) sorted by relevance

/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx175 return getReflection()->forType( in getType()
189 uno_Interface * pUnoI = getReflection()->mapToUno( in get()
229 uno_Interface * pUnoI = getReflection()->mapToUno( in set()
245 pTD, getReflection()->getCpp2Uno().get() ); in set()
251 pTD, getReflection()->getCpp2Uno().get() ); in set()
259 getReflection() ); in set()
323 getReflection()->getUno2Cpp().get()); in checkException()
624 uno_Interface * pUnoI = getReflection()->mapToUno( in invoke()
679 xDest, getReflection() ); in invoke()
941 getReflection(), rName, in getMethod()
[all …]
H A Dcrcomp.cxx152 _xDeclClass = getReflection()->forType( (typelib_TypeDescription *)pTD ); in getDeclaringClass()
174 return getReflection()->forType( getTypeDescr() ); in getType()
234 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
271 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
335 _xSuperClass = getReflection()->forType( (typelib_TypeDescription *)pCompTypeDescr ); in getSuperclasses()
388 getReflection(), aName, pTD, IdlClassImpl::getTypeDescr(), pMemberOffsets[nPos] ); in getFields()
H A Dbase.hxx172 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 Dcrarray.cxx193 pElemTypeDescr, rNewValue, getReflection() )) in set()
217 return getReflection()->forType( getTypeDescr()->pType ); in getComponentType()
H A Dcrbase.cxx271 Reference< XIdlClass > xDeclClass( getReflection()->forType( getDeclTypeDescr() ) ); in getDeclaringClass()
H A Dcrenum.cxx224 getReflection(), aName, IdlClassImpl::getTypeDescr(), getTypeDescr()->pEnumValues[nFields] ); in getFields()
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx317 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 Dpythontest.cxx360 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 Ddatatest.cxx482 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 Deventattacher.cxx259 Reference< XIdlReflection > getReflection() throw( Exception );
387 Reference< XIdlReflection > EventAttacherImpl::getReflection() throw( Exception ) in getReflection() function in comp_EventAttacher::EventAttacherImpl
535 Reference< XIdlClass > xListenerType = m_pEA->getReflection()-> in approveFiring()
583 Reference< XIdlReflection > xReflection = getReflection(); in attachListener()
735 Reference< XIdlReflection > xReflection = getReflection(); in removeListener()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java136 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 Dpropertysetmixin.cxx469 css::uno::Reference< css::reflection::XIdlClass > getReflection(
499 m_idlClass = getReflection(m_type.getTypeName()); in Impl()
698 getReflection(value.getValueTypeName())); in getProperty()
735 getReflection(value.getValueTypeName())); in getProperty()
773 getReflection(value.getValueTypeName())); in getProperty()
830 PropertySetMixinImpl::Impl::getReflection(rtl::OUString const & typeName) const in getReflection() function in PropertySetMixinImpl::Impl
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx172 Reference< XIdlReflection > getReflection() throw( Exception );
315 Reference< XIdlClass > xListenerType = mpManager->getReflection()-> in approveFiring()
366 Reference< XIdlClass > xListenerType = mpManager->getReflection()-> in approveFiring()
454 Reference< XIdlReflection > ImplEventAttacherManager::getReflection() throw( Exception ) in getReflection() function in comphelper::ImplEventAttacherManager
/trunk/main/sc/workben/
H A Dtest.cxx544 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 Dtestsax.cxx763 if( any.getReflection() == SAXParseException_getReflection() ) { in testFile()
824 if( any.getReflection() == SAXParseException_getReflection() ) { in testPerformance()

Completed in 108 milliseconds