Home
last modified time | relevance | path

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

/trunk/main/chart2/source/inc/
H A DCloneHelper.hxx41 Interface operator() ( const Interface & xOther ) in operator ()()
45 xCloneable( xOther, ::com::sun::star::uno::UNO_QUERY ); in operator ()()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx621 … Reference< XMaterialHolder > xOther( other->members->xInvocation,UNO_QUERY ); in PyUNO_richcompare() local
622 if( xMe->getMaterial() == xOther->getMaterial() ) in PyUNO_richcompare()