Searched refs:xNull (Results 1 – 2 of 2) sorted by relevance
107 Reference< Interface1 > xNull; in testUnoSetThrow() local112 …try { Reference< Interface1 > x( xNull, UNO_SET_THROW ); (void)x; } catch( const RuntimeException&… in testUnoSetThrow()121 …try { Reference< Interface1 > x( xNull.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExce… in testUnoSetThrow()131 …try { x.set( xNull, UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = true;… in testUnoSetThrow()140 …try { x.set( xNull.get(), UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException =… in testUnoSetThrow()
1906 Reference< XInterface > xNull( 0 ); in replaceChild() local1907 oldChild->setParent( xNull ); in replaceChild()1932 Reference< XInterface > xNull( 0 ); in removeChild() local1933 oldChild->setParent( xNull ); in removeChild()
Completed in 20 milliseconds