Home
last modified time | relevance | path

Searched refs:xNull (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/cppu/qa/
H A Dtest_reference.cxx102 Reference< Interface1 > xNull; in TEST_F() local
107 …try { Reference< Interface1 > x( xNull, UNO_SET_THROW ); (void)x; } catch( const RuntimeException&… in TEST_F()
116 …try { Reference< Interface1 > x( xNull.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExce… in TEST_F()
126 …try { x.set( xNull, UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = true;… in TEST_F()
135 …try { x.set( xNull.get(), UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException =… in TEST_F()
/aoo42x/main/animations/source/animcore/
H A Danimcore.cxx1906 Reference< XInterface > xNull( 0 ); in replaceChild() local
1907 oldChild->setParent( xNull ); in replaceChild()
1932 Reference< XInterface > xNull( 0 ); in removeChild() local
1933 oldChild->setParent( xNull ); in removeChild()

Completed in 18 milliseconds