Home
last modified time | relevance | path

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

/aoo4110/main/cppu/qa/
H A Dtest_reference.cxx107 Reference< Interface1 > xNull; in testUnoSetThrow() local
112 …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()
/aoo4110/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 24 milliseconds