Home
last modified time | relevance | path

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

/aoo42x/main/pyuno/source/module/
H A Dpyuno.cxx655 … com::sun::star::uno::TypeClass tcMe = me->members->wrappedObject.getValueTypeClass(); in PyUNO_richcompare() local
658 if( tcMe == tcOther ) in PyUNO_richcompare()
660 if( tcMe == com::sun::star::uno::TypeClass_STRUCT || in PyUNO_richcompare()
661 tcMe == com::sun::star::uno::TypeClass_EXCEPTION ) in PyUNO_richcompare()
673 else if( tcMe == com::sun::star::uno::TypeClass_INTERFACE ) in PyUNO_richcompare()
724 com::sun::star::uno::TypeClass tcMe = me->members->wrappedObject.getValueTypeClass(); in PyUNO_cmp() local
727 if( tcMe == tcOther ) in PyUNO_cmp()
729 if( tcMe == com::sun::star::uno::TypeClass_STRUCT || in PyUNO_cmp()
730 tcMe == com::sun::star::uno::TypeClass_EXCEPTION ) in PyUNO_cmp()
737 else if( tcMe == com::sun::star::uno::TypeClass_INTERFACE ) in PyUNO_cmp()

Completed in 26 milliseconds