Lines Matching refs:Reference

126 		void impl_testDesktop	( const Reference< XDesktop >& xDesktop );
127 void impl_buildTree ( const Reference< XDesktop >& xDesktop );
128 void impl_logTree ( const Reference< XDesktop >& xDesktop );
133 …void impl_testPlugIn ( const Reference< XDesktop >& xDesktop, const Reference< XMultiServiceFactor…
162 Reference< XMultiServiceFactory > m_xFactory;
218Reference< XDesktop > xDesktop( xGlobalServiceManager->createInstance( SERVICENAME_DESKTOP ), UNO_… in Main()
261Reference< XTypeDetection > xTypeDetection( getProcessServiceFactory()->createInstance( SERVICENAM… in impl_testTypeDetection()
267 Reference< XInterface > xInterface ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
268 Reference< XTypeProvider > xTypeProvider ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
269 Reference< XServiceInfo > xServiceInfo ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
270 Reference< XNameAccess > xNameAccess ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
271 Reference< XElementAccess > xElementAccess ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
280Reference< XTypeDetection > xTypeDetection2( getProcessServiceFactory()->createInstance( SERVICENA… in impl_testTypeDetection()
282 xTypeDetection2 = Reference< XTypeDetection >(); in impl_testTypeDetection()
296Reference< XMultiServiceFactory > xFilterFactory( getProcessServiceFactory()->createInstance( SERV… in impl_testTypeDetection()
297Reference< XMultiServiceFactory > xLoaderFactory( getProcessServiceFactory()->createInstance( SERV… in impl_testTypeDetection()
314 Reference< XInterface > xFilter = xFilterFactory->createInstance( sTypeName ); in impl_testTypeDetection()
315 Reference< XInterface > xLoader = xLoaderFactory->createInstance( sTypeName ); in impl_testTypeDetection()
322 Reference< XPropertySet > xFilterProperties( xFilter, UNO_QUERY ); in impl_testTypeDetection()
333 Reference< XPropertySet > xLoaderProperties( xLoader, UNO_QUERY ); in impl_testTypeDetection()
438 Reference< XMultiServiceFactory > xFactory = getProcessServiceFactory(); in impl_testLoginDialog()
441Reference< XDialog > xDialog( xFactory->createInstance( DECLARE_ASCII("com.sun.star.framework.Logi… in impl_testLoginDialog()
476 Reference< XPropertySet > xPropertySet( xDialog, UNO_QUERY ); in impl_testLoginDialog()
542 void TestApplication::impl_testPlugIn( const Reference< XDesktop >& xDesktop, const Reference< XMul… in impl_testPlugIn()
545Reference< XInstanceProvider > xInstanceProvider( (OWeakObject*)(new OInstanceProvider( xFactory )… in impl_testPlugIn()
549Reference< XSingleServiceFactory > xPlugInFactory( xInstanceProvider->getInstance( INSTANCENAME_PL… in impl_testPlugIn()
553 Reference< XPluginInstancePeer > xPlugInDLL =Reference< XPluginInstancePeer >(); in impl_testPlugIn()
558Reference< XFrame > xPlugIn( xPlugInFactory->createInstanceWithArguments( seqArguments ), UNO_QUER… in impl_testPlugIn()
562 Reference< XFramesSupplier > xSupplier( xDesktop, UNO_QUERY ); in impl_testPlugIn()
572 void TestApplication::impl_testDesktop( const Reference< XDesktop >& xDesktop ) in impl_testDesktop()
577 Reference< XInterface > xDesktopInterface ( xDesktop, UNO_QUERY ); in impl_testDesktop()
578 Reference< XTypeProvider > xDesktopTypeProvider ( xDesktop, UNO_QUERY ); in impl_testDesktop()
579 Reference< XServiceInfo > xDesktopServiceInfo ( xDesktop, UNO_QUERY ); in impl_testDesktop()
580 Reference< XComponentLoader > xDesktopComponentLoader ( xDesktop, UNO_QUERY ); in impl_testDesktop()
581 Reference< XTasksSupplier > xDesktopTasksSupplier ( xDesktop, UNO_QUERY ); in impl_testDesktop()
582 Reference< XDispatchProvider > xDesktopDispatchProvider ( xDesktop, UNO_QUERY ); in impl_testDesktop()
583 Reference< XFramesSupplier > xDesktopFramesSupplier ( xDesktop, UNO_QUERY ); in impl_testDesktop()
584 Reference< XFrame > xDesktopFrame ( xDesktop, UNO_QUERY ); in impl_testDesktop()
585 Reference< XComponent > xDesktopComponent ( xDesktop, UNO_QUERY ); in impl_testDesktop()
586 Reference< XStatusIndicatorFactory > xDesktopStatusIndicatorFactory ( xDesktop, UNO_QUERY ); in impl_testDesktop()
587 Reference< XPropertySet > xDesktopPropertySet ( xDesktop, UNO_QUERY ); in impl_testDesktop()
588 Reference< XFastPropertySet > xDesktopFastPropertySet ( xDesktop, UNO_QUERY ); in impl_testDesktop()
589 Reference< XMultiPropertySet > xDesktopMultiPropertySet ( xDesktop, UNO_QUERY ); in impl_testDesktop()
632 Reference< XFrame > xSearchFrame ; in impl_testDesktop()
633 Reference< XFrame > xTask_4 ; in impl_testDesktop()
634 Reference< XFrame > xFrame_41 ; in impl_testDesktop()
635 Reference< XFrame > xFrame_411 ; in impl_testDesktop()
636 Reference< XFrame > xFrame_112 ; in impl_testDesktop()
637 Reference< XFrame > xFrame_1123 ; in impl_testDesktop()
638 Reference< XFrame > xFrame_11231 ; in impl_testDesktop()
639 Reference< XFrame > xFrame_11221 ; in impl_testDesktop()
780 void TestApplication::impl_buildTree( const Reference< XDesktop >& xDesktop ) in impl_buildTree()
784 Reference< XFramesSupplier > xDesktopSupplier( xDesktop, UNO_QUERY ); in impl_buildTree()
785 Reference< XFrames > xFrames = xDesktopSupplier->getFrames(); in impl_buildTree()
789 Reference< XMultiServiceFactory > xServiceManager( getProcessServiceFactory() ); in impl_buildTree()
791 Reference< XTask > xTask_1( xServiceManager->createInstance(SERVICENAME_TASK), UNO_QUERY ); in impl_buildTree()
792 Reference< XTask > xTask_2( xServiceManager->createInstance(SERVICENAME_TASK), UNO_QUERY ); in impl_buildTree()
793 Reference< XTask > xTask_3( xServiceManager->createInstance(SERVICENAME_TASK), UNO_QUERY ); in impl_buildTree()
794 Reference< XTask > xTask_4( xServiceManager->createInstance(SERVICENAME_TASK), UNO_QUERY ); in impl_buildTree()
795 Reference< XTask > xTask_5( xServiceManager->createInstance(SERVICENAME_TASK), UNO_QUERY ); in impl_buildTree()
796 Reference< XFrame > xFrame_11( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
797 Reference< XFrame > xFrame_12( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
798 Reference< XFrame > xFrame_21( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
799 Reference< XFrame > xFrame_22( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
800 Reference< XFrame > xFrame_31( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
801 Reference< XFrame > xFrame_32( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
802 Reference< XFrame > xFrame_41( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
803 Reference< XFrame > xFrame_42( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
804 Reference< XFrame > xFrame_51( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
805 Reference< XFrame > xFrame_52( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
806 Reference< XFrame > xFrame_111( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
807 Reference< XFrame > xFrame_112( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
808 Reference< XFrame > xFrame_121( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
809 Reference< XFrame > xFrame_411( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
810 Reference< XFrame > xFrame_1121( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
811 Reference< XFrame > xFrame_1122( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
812 Reference< XFrame > xFrame_1123( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
813 Reference< XFrame > xFrame_4111( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
814 Reference< XFrame > xFrame_4112( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
815 Reference< XFrame > xFrame_4113( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
816 Reference< XFrame > xFrame_11221( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
817 Reference< XFrame > xFrame_11231( xServiceManager->createInstance(SERVICENAME_FRAME), UNO_QUERY ); in impl_buildTree()
820 Reference< XFrame > xTaskFrame_1( xTask_1, UNO_QUERY ); in impl_buildTree()
821 Reference< XFrame > xTaskFrame_2( xTask_2, UNO_QUERY ); in impl_buildTree()
822 Reference< XFrame > xTaskFrame_3( xTask_3, UNO_QUERY ); in impl_buildTree()
823 Reference< XFrame > xTaskFrame_4( xTask_4, UNO_QUERY ); in impl_buildTree()
824 Reference< XFrame > xTaskFrame_5( xTask_5, UNO_QUERY ); in impl_buildTree()
863 Reference< XFramesSupplier > xTaskFramesSupplier_1( xTask_1, UNO_QUERY ); in impl_buildTree()
864 Reference< XFramesSupplier > xTaskFramesSupplier_2( xTask_2, UNO_QUERY ); in impl_buildTree()
865 Reference< XFramesSupplier > xTaskFramesSupplier_3( xTask_3, UNO_QUERY ); in impl_buildTree()
866 Reference< XFramesSupplier > xTaskFramesSupplier_4( xTask_4, UNO_QUERY ); in impl_buildTree()
867 Reference< XFramesSupplier > xTaskFramesSupplier_5( xTask_5, UNO_QUERY ); in impl_buildTree()
868 Reference< XFramesSupplier > xFramesSupplier_11( xFrame_11, UNO_QUERY ); in impl_buildTree()
869 Reference< XFramesSupplier > xFramesSupplier_12( xFrame_12, UNO_QUERY ); in impl_buildTree()
870 Reference< XFramesSupplier > xFramesSupplier_112( xFrame_112, UNO_QUERY ); in impl_buildTree()
871 Reference< XFramesSupplier > xFramesSupplier_1122( xFrame_1122, UNO_QUERY ); in impl_buildTree()
872 Reference< XFramesSupplier > xFramesSupplier_1123( xFrame_1123, UNO_QUERY ); in impl_buildTree()
873 Reference< XFramesSupplier > xFramesSupplier_41( xFrame_41, UNO_QUERY ); in impl_buildTree()
874 Reference< XFramesSupplier > xFramesSupplier_411( xFrame_411, UNO_QUERY ); in impl_buildTree()
985 void TestApplication::impl_logTree( const Reference< XDesktop >& xDesktop ) in impl_logTree()
990 Reference< XSPECIALDEBUGINTERFACE > xDebug( xDesktop, UNO_QUERY ); in impl_logTree()
1009Reference< XNameContainer > xContainer( m_xFactory->createInstance( SERVICENAME_FILTERFACTORY ), U… in impl_testFilterRegistration()
1085 Reference< XFrame > xD ( m_xFactory->createInstance( SERVICENAME_DESKTOP ), UNO_QUERY ); in impl_testTreeSearch()
1086 Reference< XFrame > xT1 ( m_xFactory->createInstance( SERVICENAME_TASK ), UNO_QUERY ); in impl_testTreeSearch()
1087 Reference< XFrame > xT2 ( m_xFactory->createInstance( SERVICENAME_TASK ), UNO_QUERY ); in impl_testTreeSearch()
1088 Reference< XFrame > xT3 ( m_xFactory->createInstance( SERVICENAME_TASK ), UNO_QUERY ); in impl_testTreeSearch()
1089 Reference< XFrame > xF11 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1090 Reference< XFrame > xF12 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1091 Reference< XFrame > xF21 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1092 Reference< XFrame > xF22 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1093 Reference< XFrame > xF211 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1094 Reference< XFrame > xF212 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1095 Reference< XFrame > xF221 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1096 Reference< XFrame > xF2111 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1097 Reference< XFrame > xF2112 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1098 Reference< XFrame > xF2121 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1099 Reference< XFrame > xF2122 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1100 Reference< XFrame > xF2211 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1101 Reference< XFrame > xF21111 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1102 Reference< XFrame > xF21112 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1103 Reference< XFrame > xF21121 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1104 Reference< XFrame > xF21122 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1105 Reference< XFrame > xF21211 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1106 Reference< XFrame > xF21212 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1107 Reference< XFrame > xF21221 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1108 Reference< XFrame > xF21222 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1109 Reference< XFrame > xF22111 ( m_xFactory->createInstance( SERVICENAME_FRAME ), UNO_QUERY ); in impl_testTreeSearch()
1137 Reference< XFramesSupplier > xSD ( xD , UNO_QUERY ); in impl_testTreeSearch()
1138 Reference< XFramesSupplier > xST1 ( xT1 , UNO_QUERY ); in impl_testTreeSearch()
1139 Reference< XFramesSupplier > xST2 ( xT2 , UNO_QUERY ); in impl_testTreeSearch()
1140 Reference< XFramesSupplier > xST3 ( xT3 , UNO_QUERY ); in impl_testTreeSearch()
1141 Reference< XFramesSupplier > xSF11 ( xF11 , UNO_QUERY ); in impl_testTreeSearch()
1142 Reference< XFramesSupplier > xSF12 ( xF12 , UNO_QUERY ); in impl_testTreeSearch()
1143 Reference< XFramesSupplier > xSF21 ( xF21 , UNO_QUERY ); in impl_testTreeSearch()
1144 Reference< XFramesSupplier > xSF22 ( xF22 , UNO_QUERY ); in impl_testTreeSearch()
1145 Reference< XFramesSupplier > xSF211 ( xF211 , UNO_QUERY ); in impl_testTreeSearch()
1146 Reference< XFramesSupplier > xSF212 ( xF212 , UNO_QUERY ); in impl_testTreeSearch()
1147 Reference< XFramesSupplier > xSF221 ( xF221 , UNO_QUERY ); in impl_testTreeSearch()
1148 Reference< XFramesSupplier > xSF2111 ( xF2111 , UNO_QUERY ); in impl_testTreeSearch()
1149 Reference< XFramesSupplier > xSF2112 ( xF2112 , UNO_QUERY ); in impl_testTreeSearch()
1150 Reference< XFramesSupplier > xSF2121 ( xF2121 , UNO_QUERY ); in impl_testTreeSearch()
1151 Reference< XFramesSupplier > xSF2122 ( xF2122 , UNO_QUERY ); in impl_testTreeSearch()
1152 Reference< XFramesSupplier > xSF2211 ( xF2211 , UNO_QUERY ); in impl_testTreeSearch()
1153 Reference< XFramesSupplier > xSF21111 ( xF21111 , UNO_QUERY ); in impl_testTreeSearch()
1154 Reference< XFramesSupplier > xSF21112 ( xF21112 , UNO_QUERY ); in impl_testTreeSearch()
1155 Reference< XFramesSupplier > xSF21121 ( xF21121 , UNO_QUERY ); in impl_testTreeSearch()
1156 Reference< XFramesSupplier > xSF21122 ( xF21122 , UNO_QUERY ); in impl_testTreeSearch()
1157 Reference< XFramesSupplier > xSF21211 ( xF21211 , UNO_QUERY ); in impl_testTreeSearch()
1158 Reference< XFramesSupplier > xSF21212 ( xF21212 , UNO_QUERY ); in impl_testTreeSearch()
1159 Reference< XFramesSupplier > xSF21221 ( xF21221 , UNO_QUERY ); in impl_testTreeSearch()
1160 Reference< XFramesSupplier > xSF21222 ( xF21222 , UNO_QUERY ); in impl_testTreeSearch()
1161 Reference< XFramesSupplier > xSF22111 ( xF22111 , UNO_QUERY ); in impl_testTreeSearch()