Lines Matching refs:xT2

1087 	Reference< XFrame > xT2		( m_xFactory->createInstance( SERVICENAME_TASK		), UNO_QUERY );  in impl_testTreeSearch()  local
1113 xT2->setName ( DECLARE_ASCII("T2" ) ); in impl_testTreeSearch()
1139 Reference< XFramesSupplier > xST2 ( xT2 , UNO_QUERY ); in impl_testTreeSearch()
1164 xSD->getFrames()->append ( xT2 ); in impl_testTreeSearch()
1194 ( xD->findFrame( DECLARE_ASCII("T2" ), nFlags ) != xT2 ) || in impl_testTreeSearch()
1227 ( xD->findFrame( DECLARE_ASCII("T2" ), nFlags ) != xT2 ) || in impl_testTreeSearch()
1262 ( xF21->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1263 ( xF22->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1264 ( xF211->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1265 ( xF212->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1266 ( xF221->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1267 ( xF2111->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1268 ( xF2121->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1269 ( xF2122->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1270 ( xF2211->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1271 ( xF21111->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1272 ( xF21112->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1273 ( xF21121->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1274 ( xF21122->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1275 ( xF21211->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1276 ( xF21212->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1277 ( xF21221->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1278 ( xF21222->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1279 ( xF22111->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1331 …LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("T2"), FrameSearchFlag::TASKS ) != xT2 ), "… in impl_testTreeSearch()