Home
last modified time | relevance | path

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

/aoo4110/main/extensions/workben/
H A Dtestcomponent.cxx146 XSimpleTestRef xTest( xIntTest , USR_QUERY ); in main() local
148 if( ! xTest.is() ) { in main()
171 nNewHandle = xTest->test( OStringToOWString( argv[1] , CHARSET_SYSTEM ) , x , nHandle ); in main()
185 Sequence<UString> seqErrors = xTest->getErrors(); in main()
186 Sequence<UString> seqWarnings = xTest->getWarnings(); in main()
208 if( xTest->testPassed() ) { in main()
/aoo4110/main/io/test/
H A Dtestcomponent.cxx132 Reference< XSimpleTest > xTest( xIntTest , UNO_QUERY ); in main() local
134 if( ! xTest.is() ) { in main()
160 nNewHandle = xTest->test( in main()
176 Sequence<OUString> seqErrors = xTest->getErrors(); in main()
177 Sequence<OUString> seqWarnings = xTest->getWarnings(); in main()
203 if( xTest->testPassed() ) { in main()
/aoo4110/main/sax/test/
H A Dtestcomponent.cxx146 Reference< XSimpleTest > xTest( xIntTest , UNO_QUERY ); in main() local
148 if( ! xTest.is() ) { in main()
174 nNewHandle = xTest->test( in main()
190 Sequence<OUString> seqErrors = xTest->getErrors(); in main()
191 Sequence<OUString> seqWarnings = xTest->getWarnings(); in main()
216 if( xTest->testPassed() ) { in main()
/aoo4110/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx735 Reference< XComponent > xTest( mxLastFocusModel ); in getFrontMostDocument() local
736 if( checkComponent( xTest, rServiceName ) ) in getFrontMostDocument()
738 xRet = xTest; in getFrontMostDocument()
742 xTest = (Reference< XComponent >)xDesktop->getCurrentComponent(); in getFrontMostDocument()
744 if( checkComponent( xTest, rServiceName ) ) in getFrontMostDocument()
746 xRet = xTest; in getFrontMostDocument()
758 if( (xEnum->nextElement() >>= xTest) && xTest.is() ) in getFrontMostDocument()
760 if( checkComponent( xTest, rServiceName ) ) in getFrontMostDocument()
762 xRet = xTest; in getFrontMostDocument()
/aoo4110/main/testtools/source/bridgetest/
H A Dcppobj.cxx84 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in assign()
100 rData.Interface = xTest; in assign()
111 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in assign()
117 eEnum, rStr, xTest, rAny ); in assign()
194 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest,
206 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest,
569 eEnum, rStr, xTest, rAny, rSequence ); in setValues()
579 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in setValues2()
587 eEnum, rStr, xTest, rAny, rSequence ); in setValues2()
603 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in getValues()
[all …]
H A Dbridgetest.cxx198 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in assign()
214 rData.Interface = xTest; in assign()
1203 Reference< XBridgeTest > xTest( xOriginal, UNO_QUERY ); in run() local
1204 if (! xTest.is()) in run()
1212 bRet = check( makeSurrogate( xLBT, xTest ), "makeSurrogate" ); in run()
/aoo4110/main/stoc/test/
H A Dtestiadapter.cxx127 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in assign()
143 rData.Interface = xTest; in assign()
154 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in assign()
160 eEnum, rStr, xTest, rAny ); in assign()
192 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest,
204 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest,
692 eEnum, rStr, xTest, rAny, rSequence ); in setValues()
702 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in setValues2()
710 eEnum, rStr, xTest, rAny, rSequence ); in setValues2()
721 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xTest, in getValues()
[all …]
/aoo4110/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb91 eEnum As TestEnum, rStr As String, xTest As Object, _
107 rData.Interface = xTest
115 eEnum As TestEnum, rStr As String, xTest As Object, _
120 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny )
841 Dim xTest As XBridgeTest = DirectCast(test_obj, XBridgeTest)
842 perform_test( xTest )
H A Dcli_cpp_bridgetest.cxx231 Object* xTest,
247 rData->Interface = xTest;
258 Object* xTest,
264 eEnum, rStr, xTest, rAny );
956 XBridgeTest* xTest = __try_cast<XBridgeTest*>(test_obj) ;
957 perform_test( xTest );
H A Dcli_cs_bridgetest.cs211 Object xTest, in assign() argument
227 rData.Interface = xTest; in assign()
238 Object xTest, in assign() argument
244 eEnum, rStr, xTest, rAny ); in assign()
1011 XBridgeTest xTest = (XBridgeTest) test_obj ; in run()
1012 perform_test( xTest ); in run()
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx282 ::rtl::Reference< jvmaccess::VirtualMachine > xTest = java_lang_Object::getVM(); in ~java_sql_Connection()
283 if ( xTest.is() ) in ~java_sql_Connection()
782 ::rtl::Reference< jvmaccess::VirtualMachine > xTest = java_lang_Object::getVM(getORB()); in construct()
783 if ( !xTest.is() ) in construct()
/aoo4110/main/cli_ure/qa/climaker/
H A Dclimaker.cs581 XTest xTest = S1.create1(c); in testS1()
582 Component cobj = (Component) xTest; in testS1()
588 xTest = S1.create2(c, a1, a2, a3); in testS1()
589 cobj = (Component) xTest; in testS1()
689 xTest = S1.create5( in testS1()
707 cobj = (Component) xTest; in testS1()
880 XTest xTest = S1.create6(c, in testS1()
888 Component cobj = (Component) xTest; in testS1()
/aoo4110/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py37 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument
51 rData.Interface = xTest;
H A Dcore.py51 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument
65 rData.Interface = xTest;

Completed in 98 milliseconds