Lines Matching refs:Bool
52 rData.Bool = bBool;
87 self.tobj.Bool = 1
120 self.failUnless( self.tobj.Bool , "Bool attribute2" )
157 self.failUnless( uno.Bool(1) , "uno.Bool true test" )
158 self.failUnless( not uno.Bool(0) , "uno.Bool false test" )
159 self.failUnless( uno.Bool( "true") , "uno.Bool true1 test" )
160 self.failUnless( not uno.Bool( "false") , "uno.Bool true1 test" )
162 self.tobj.Bool = uno.Bool(1)
163 self.failUnless( self.tobj.Bool , "bool true attribute test" )
164 self.tobj.Bool = uno.Bool(0)
165 self.failUnless( not self.tobj.Bool , "bool true attribute test" )
264 self.failUnless(self.tobj.Bool, "outparam 2 test")