Searched refs:tcMe (Results 1 – 1 of 1) sorted by relevance
655 … com::sun::star::uno::TypeClass tcMe = me->members->wrappedObject.getValueTypeClass(); in PyUNO_richcompare() local658 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() local727 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 18 milliseconds