Searched refs:getConstantByName (Results 1 – 3 of 3) sorted by relevance
/trunk/main/pyuno/source/module/ |
H A D | uno.py | 48 def getConstantByName( constant ): function 50 return pyuno.getConstantByName( constant ) 279 d[x] = getConstantByName( name + "." + x )
|
H A D | pyuno_module.cxx | 364 static PyObject *getConstantByName( PyObject *, PyObject *args ) in getConstantByName() function 721 {const_cast< char * >("getConstantByName"), getConstantByName, METH_VARARGS, NULL},
|
/trunk/main/testtools/source/bridgetest/pyuno/ |
H A D | core.py | 204 … self.failUnless( uno.getConstantByName( "com.sun.star.beans.PropertyConcept.ATTRIBUTES" ) == 4,\ 338 self.failUnlessRaises( (RuntimeException), uno.getConstantByName, "a" ) 339 … self.failUnlessRaises( (RuntimeException), uno.getConstantByName, "com.sun.star.uno.XInterface" )
|
Completed in 27 milliseconds