/aoo41x/main/extensions/workben/ |
H A D | testcomponent.cxx | 146 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()
|
/aoo41x/main/io/test/ |
H A D | testcomponent.cxx | 132 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()
|
/aoo41x/main/sax/test/ |
H A D | testcomponent.cxx | 146 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()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltertestdialog.cxx | 735 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()
|
/aoo41x/main/stoc/test/ |
H A D | testiadapter.cxx | 127 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 …]
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 84 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 D | bridgetest.cxx | 198 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()
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 91 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 D | cli_cpp_bridgetest.cxx | 231 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 D | cli_cs_bridgetest.cs | 211 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()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JConnection.cxx | 282 ::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()
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 581 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()
|
/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | samplecomponent.py | 37 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument 51 rData.Interface = xTest;
|
H A D | core.py | 51 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument 65 rData.Interface = xTest;
|