Home
last modified time | relevance | path

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

/trunk/main/framework/test/
H A Dtest.cxx1086 Reference< XFrame > xT1 ( m_xFactory->createInstance( SERVICENAME_TASK ), UNO_QUERY ); in impl_testTreeSearch() local
1112 xT1->setName ( DECLARE_ASCII("T1" ) ); in impl_testTreeSearch()
1138 Reference< XFramesSupplier > xST1 ( xT1 , UNO_QUERY ); in impl_testTreeSearch()
1163 xSD->getFrames()->append ( xT1 ); in impl_testTreeSearch()
1193 ( xD->findFrame( DECLARE_ASCII("T1" ), nFlags ) != xT1 ) || in impl_testTreeSearch()
1226 ( xD->findFrame( DECLARE_ASCII("T1" ), nFlags ) != xT1 ) || in impl_testTreeSearch()
1260 ( xF11->findFrame ( DECLARE_ASCII("T1"), nFlags ) != xT1 ) || // search for valid targets in impl_testTreeSearch()
1261 ( xF12->findFrame ( DECLARE_ASCII("T1"), nFlags ) != xT1 ) || in impl_testTreeSearch()
1323 …LOG_ASSERT2( (xT1->findFrame ( DECLARE_ASCII(""), FrameSearchFlag::SELF ) != xT1 ), "TestApplicati… in impl_testTreeSearch()
1330 …LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("T1"), FrameSearchFlag::TASKS ) != xT1 ), "… in impl_testTreeSearch()

Completed in 16 milliseconds