Home
last modified time | relevance | path

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

/aoo42x/main/pyuno/source/module/
H A Duno.py48 def getConstantByName( constant ): function
50 return pyuno.getConstantByName( constant )
279 d[x] = getConstantByName( name + "." + x )
H A Dpyuno_module.cxx364 static PyObject *getConstantByName( PyObject *, PyObject *args ) in getConstantByName() function
721 {const_cast< char * >("getConstantByName"), getConstantByName, METH_VARARGS, NULL},
/aoo42x/main/testtools/source/bridgetest/pyuno/
H A Dcore.py204 … 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 26 milliseconds