Searched refs:xNull (Results 1 – 2 of 2) sorted by relevance
101 Reference< Interface1 > xNull; in TEST_F() local106 …try { Reference< Interface1 > x( xNull, UNO_SET_THROW ); (void)x; } catch( const RuntimeException&… in TEST_F()115 …try { Reference< Interface1 > x( xNull.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExce… in TEST_F()125 …try { x.set( xNull, UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = true;… in TEST_F()134 …try { x.set( xNull.get(), UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException =… in TEST_F()
1882 Reference< XInterface > xNull( 0 ); in replaceChild() local1883 oldChild->setParent( xNull ); in replaceChild()1907 Reference< XInterface > xNull( 0 ); in removeChild() local1908 oldChild->setParent( xNull ); in removeChild()