| /AOO42X/main/bridges/test/java_uno/equals/ |
| H A D | TestEquals.java | 24 package test.java_uno.equals; 191 XTestInterface test = in getInstance() local 198 test.connect( in getInstance() 202 Object test1Ba = test.get(INSTANCE1); in getInstance() 208 Object test2Ba = test.get(INSTANCE2); in getInstance() 217 success &= test( in getInstance() 220 success &= test( in getInstance() 223 success &= test( in getInstance() 226 success &= test( in getInstance() 229 success &= test( in getInstance() [all …]
|
| /AOO42X/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | Bug107753_Test.java | 52 public void test() throws Exception { in test() method in Bug107753_Test 69 success &= test("obj1a == obj1b", obj1a == obj1b); in run() 73 success &= test("obj2a == obj2b", obj2a == obj2b); in run() 77 success &= test( in run() 85 success &= test( in run() 91 success &= test("UnoRuntime.areSame(null, null)", in run() 93 success &= test("!UnoRuntime.areSame(null, obj1a)", in run() 95 success &= test("!UnoRuntime.areSame(null, obj1b)", in run() 97 success &= test("!UnoRuntime.areSame(null, obj2a)", in run() 99 success &= test("!UnoRuntime.areSame(null, obj2b)", in run() [all …]
|
| /AOO42X/test/testassistant/lib/ |
| HD | testcommon.jar | ... org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
org ... |
| /AOO42X/main/vcl/test/ |
| H A D | canvasbitmaptest.cxx | 135 void test( bool bResult, const char* msg ) in test() function 176 test( aContainedBmp.GetSizePixel() == Size(200,200), in checkCanvasBitmap() 179 test( xBmp->getSize().Width == 200 && xBmp->getSize().Height == 200, in checkCanvasBitmap() 182 test( xBmp->hasAlpha() == aContainedBmpEx.IsTransparent(), in checkCanvasBitmap() 185 test( xBmp->getScaledBitmap( geometry::RealSize2D(500,500), sal_False ).is(), in checkCanvasBitmap() 193 test( aLayout.ScanLines == 1, in checkCanvasBitmap() 195 test( aLayout.ScanLineBytes == (nExpectedBitsPerPixel+7)/8, in checkCanvasBitmap() 197 test( aLayout.ScanLineStride == (nExpectedBitsPerPixel+7)/8 || in checkCanvasBitmap() 200 test( aLayout.PlaneStride == 0, in checkCanvasBitmap() 203 test( aLayout.ColorSpace.is(), in checkCanvasBitmap() [all …]
|
| /AOO42X/main/bridges/test/java_uno/acquire/ |
| H A D | testacquire.cxx | 132 class Base: public Interface, public test::javauno::acquire::XBase { 155 css::uno::Reference< test::javauno::acquire::XBase >(this)) in queryInterface() 161 class Derived: public Base, public test::javauno::acquire::XDerived { 184 css::uno::Reference< test::javauno::acquire::XDerived >(this)) in queryInterface() 191 css::lang::XServiceInfo, css::lang::XMain, test::javauno::acquire::XTest > 215 css::uno::Reference< test::javauno::acquire::XBase > const & obj) in setBaseToInterface() 220 css::uno::Reference< test::javauno::acquire::XDerived > const & obj) in setDerivedToInterface() 232 css::uno::Reference< test::javauno::acquire::XBase > const & obj) in setBaseToBase() 237 css::uno::Reference< test::javauno::acquire::XDerived > const & obj) in setDerivedToBase() 245 virtual css::uno::Reference< test::javauno::acquire::XBase > [all …]
|
| H A D | TestAcquire.java | 24 package test.javauno.acquire; 67 XTest test = UnoRuntime.queryInterface( in execClient() local 73 test.setInterfaceToInterface((XInterface) u.get()); in execClient() 74 receive(test.getInterfaceFromInterface()); in execClient() 75 test.clearInterface(); in execClient() 78 test.setInterfaceToInterface((XBase) u.get()); in execClient() 79 receive(test.getInterfaceFromInterface()); in execClient() 80 test.clearInterface(); in execClient() 83 test.setInterfaceToInterface((XDerived) u.get()); in execClient() 84 receive(test.getInterfaceFromInterface()); in execClient() [all …]
|
| /AOO42X/main/ |
| H A D | configure.ac | 62 [ --disable-unit-tests Disables default unit tests (eg. unit tests using Google test, ...). 653 ], if test "$withval" = "yes"; then WITH_JAVA=java; else WITH_JAVA=$withval; fi, WITH_JAVA=java) 948 if test "configure" -ot "configure.ac"; then 985 if test -z "$GREP"; then 990 if test -z "$AWK"; then 995 if test -z "$SED"; then 1000 if test -z "$with_local_solenv"; then 1009 if test "$LOCAL_SOLENV" = "DEFAULT"; then 1016 if test -e $_solenv/inc/minor.mk; then 1033 if test -n "$with_packager_list" ; then [all …]
|
| /AOO42X/main/xsltml/ |
| H A D | xsltml_2.1.2.patch | 19 - <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ </xsl:text></xsl:if> 20 + <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ </xsl:text><… 50 <xsl:when test="m:degree"> 55 <xsl:when test="m:bvar/m:degree[string(number(.))='NaN']"> 59 <xsl:if test="position()<last()"><xsl:text>+</xsl:text></xsl:if> 66 + <xsl:when test="sum(m:bvar/m:degree)+count(m:bvar[not(m:degree)]) > 1"> 84 - <xsl:if test="position()!=last()"><xsl:text>\\ </xsl:text></xsl:if> 85 + <xsl:if test="position()!=last()"><xsl:text>\\ </xsl:text></xsl:if> 91 <xsl:if test="position()!=last()"><xsl:text> & </xsl:text></xsl:if> 93 - <xsl:if test="position()!=last()"><xsl:text>\\ </xsl:text></xsl:if> [all …]
|
| /AOO42X/main/codemaker/test/cppumaker/ |
| H A D | test_codemaker_cppumaker.cxx | 379 p(new(buffer) test::codemaker::cppumaker::BigStruct) {} in Guard() 381 ~Guard() { p->test::codemaker::cppumaker::BigStruct::~BigStruct(); } in ~Guard() 383 test::codemaker::cppumaker::BigStruct * const p; 390 new char[sizeof (test::codemaker::cppumaker::BigStruct)]); in TEST() 391 for (std::size_t i = 0; i < sizeof (test::codemaker::cppumaker::BigStruct); in TEST() 414 guard.p->m16, test::codemaker::cppumaker::HelperEnum_ZERO); in TEST() 420 guard.p->m20, test::codemaker::cppumaker::HelperEnum_ZERO); in TEST() 432 sizeof (test::codemaker::cppumaker::AlignmentDerivedStruct)); in TEST() 436 cppu::UnoType< test::codemaker::cppumaker::BigStruct >::get()); in TEST() 455 test::codemaker::cppumaker::Struct< sal_Unicode, sal_Int16 >()). in TEST() [all …]
|
| /AOO42X/main/udkapi/com/sun/star/test/ |
| H A D | XTest.idl | 35 #include <com/sun/star/test/XTestListener.idl> 41 module com { module sun { module star { module test { 45 A simple interface to test a service or interface implementation. 51 Test the object TestObject against the test specified with TestName. This test 53 component that will used further on. Note: This can be a strong test limitation. 54 There are some components, that cannot perform their full test scenario. 56 the name of the test. Must be an interface, service, or implementation name. 57 Note: The name is only used by the test component to distinguish between test 62 if the test does not support TestName or TestObject is null. 70 Test the object TestObject against the test specified with TestName. [all …]
|
| H A D | XSimpleTest.idl | 37 module com { module sun { module star { module test { 41 A simple interface to test a service or interface implementation. 47 Test the object TestObject against the test specified with TestName. This test 50 Note : This can be a strong test limitation. There are some components, that cannot 51 perform their full test scenario. 52 … @param TestName the name of the test. Must be an interface, service or implementation name. 53 Note : The name is only used by the test component to distinguish 54 between test scenarios. 58 if the test does not support TestName or TestObject is null. 66 Test the object TestObject against the test specified with TestName. This test [all …]
|
| /AOO42X/main/testtools/source/bridgetest/ |
| H A D | multi.cxx | 65 com::sun::star::uno::Reference< test::testtools::bridgetest::XMulti > in testMulti() 71 css::uno::Reference< test::testtools::bridgetest::XMultiBase1 >( in testMulti() 75 static_cast< test::testtools::bridgetest::XMultiBase2 * >( in testMulti() 79 css::uno::Reference< test::testtools::bridgetest::XMultiBase2 >( in testMulti() 83 static_cast< test::testtools::bridgetest::XMultiBase5 * >( in testMulti() 87 css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( in testMulti() 89 css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( in testMulti() 93 css::uno::Reference< test::testtools::bridgetest::XMultiBase1 >( in testMulti() 97 static_cast< test::testtools::bridgetest::XMultiBase2 * >( in testMulti() 101 css::uno::Reference< test::testtools::bridgetest::XMultiBase2 >( in testMulti() [all …]
|
| /AOO42X/main/package/qa/storages/ |
| H A D | StorageUnitTest.java | 133 assure( "Test01 failed!", aTest.test() ); in ExecuteTest01() 139 assure( "Test02 failed!", aTest.test() ); in ExecuteTest02() 145 assure( "Test03 failed!", aTest.test() ); in ExecuteTest03() 151 assure( "Test04 failed!", aTest.test() ); in ExecuteTest04() 157 assure( "Test05 failed!", aTest.test() ); in ExecuteTest05() 163 assure( "Test06 failed!", aTest.test() ); in ExecuteTest06() 169 assure( "Test07 failed!", aTest.test() ); in ExecuteTest07() 175 assure( "Test08 failed!", aTest.test() ); in ExecuteTest08() 181 assure( "Test09 failed!", aTest.test() ); in ExecuteTest09() 187 assure( "Test10 failed!", aTest.test() ); in ExecuteTest10() [all …]
|
| /AOO42X/main/qadevOOo/tests/java/ifc/beans/ |
| H A D | _XPropertyContainer.java | 79 boolean test = true; in _addProperty() 91 test = false; in _addProperty() 97 test = false; in _addProperty() 103 test = false; in _addProperty() 106 if ( test){ in _addProperty() 110 ok &= test; in _addProperty() 111 test = false; in _addProperty() 127 test = true; in _addProperty() 141 if (test) log.println("... OK"); in _addProperty() 144 ok &= test; in _addProperty() [all …]
|
| H A D | _XPropertyAccess.java | 113 boolean test = true; in _setPropertyValues() 126 test = false; in _setPropertyValues() 130 test = false; in _setPropertyValues() 134 test = false; in _setPropertyValues() 138 test = false; in _setPropertyValues() 141 if ( test){ in _setPropertyValues() 145 ok &= test; in _setPropertyValues() 146 test = false; in _setPropertyValues() 168 test = true; in _setPropertyValues() 179 if (test) log.println("... OK"); in _setPropertyValues() [all …]
|
| /AOO42X/main/stoc/test/ |
| H A D | language_binding.idl | 30 module test 60 test::TestEnum Enum; 65 struct TestElement : test::TestSimple 71 struct TestDataElements : test::TestElement 73 sequence<test::TestElement > Sequence; 79 * Monster test interface to test language binding calls. 86 * in parameter test, tests by calls reference also (complex types) 93 [in] test::TestEnum eEnum, [in] string aString, 95 [in] sequence<test::TestElement > aSequence, 96 [in] test::TestData aStruct ); [all …]
|
| H A D | testiadapter.cxx | 47 using namespace test; 61 sal_Bool equals( const test::TestElement & rData1, const test::TestElement & rData2 ) in equals() 96 sal_Bool equals( const test::TestData & rData1, const test::TestData & rData2 ) in equals() 101 equals( (const test::TestElement &)rData1, (const test::TestElement &)rData2 ) && in equals() 105 const test::TestElement * pElements1 = rData1.Sequence.getConstArray(); in equals() 106 const test::TestElement * pElements2 = rData2.Sequence.getConstArray(); in equals() 120 void assign( test::TestElement & rData, in assign() 126 test::TestEnum eEnum, const ::rtl::OUString& rStr, in assign() 147 void assign( test::TestData & rData, in assign() 153 test::TestEnum eEnum, const ::rtl::OUString& rStr, in assign() [all …]
|
| /AOO42X/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/ |
| H A D | Javamaker_Test.java | 24 package test.codemaker.javamaker; 36 import test.codemaker.javamaker.Enum1; 37 import test.codemaker.javamaker.Enum2; 38 import test.codemaker.javamaker.PolyStruct; 39 import test.codemaker.javamaker.S2; 40 import test.codemaker.javamaker.Struct2; 41 import test.codemaker.javamaker.services.service_abstract; 42 import test.codemaker.javamaker.services.service_assert; 43 import test.codemaker.javamaker.services.service_break; 44 import test.codemaker.javamaker.services.service_catch; [all …]
|
| /AOO42X/main/libxmlsec/ |
| H A D | xmlsec1-configure.patch | 40 +test -n "$DJDIR" || exec 7<&0 </dev/null 66 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 75 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 84 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 93 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 120 test "x$ac_site_file" = xNONE && continue 121 - if test -r "$ac_site_file"; then 122 + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 129 if test -r "$cache_file"; then [all …]
|
| H A D | xmlsec1-mingw32.patch | 7 - if test -f $dir/libnspr4.so -o -f $dir/libnspr4.dylib ; then 10 + if test -f $dir/libnspr4.$libext ; then 11 if test "z$dir" = "z/usr/lib" ; then 22 + if test -f $dir/libnspr4.so -o -f $dir/libnspr4.dylib ; then 23 + if test "z$dir" = "z/usr/lib" ; then 26 + if test "z$with_gnu_ld" = "zyes" ; then 46 + if test -f $dir/libnss3.$libext ; then 47 + if test "z$dir" = "z/usr/lib" ; then 50 + if test "z$with_gnu_ld" = "zyes" ; then 62 if test -f $dir/libnss3.so -o -f $dir/libnss3.dylib ; then [all …]
|
| /AOO42X/main/test/prj/ |
| H A D | d.lst | 1 mkdir: %_DEST%\inc%_EXT%\test 2 mkdir: %_DEST%\inc%_EXT%\test\detail 3 ..\%__SRC%\bin\test.dll %_DEST%\bin%_EXT%\test.dll 10 ..\inc\test\detail\testdllapi.hxx %_DEST%\inc%_EXT%\test\detail\testdllapi.hxx 11 ..\inc\test\gettestargument.hxx %_DEST%\inc%_EXT%\test\gettestargument.hxx 12 ..\inc\test\officeconnection.hxx %_DEST%\inc%_EXT%\test\officeconnection.hxx 13 ..\inc\test\oustringostreaminserter.hxx %_DEST%\inc%_EXT%\test\oustringostreaminserter.hxx 14 ..\inc\test\toabsolutefileurl.hxx %_DEST%\inc%_EXT%\test\toabsolutefileurl.hxx 15 ..\inc\test\uniquepipename.hxx %_DEST%\inc%_EXT%\test\uniquepipename.hxx 16 ..\%__SRC%\class\test.jar %_DEST%\bin%_EXT%\test.jar [all …]
|
| /AOO42X/main/filter/source/xslt/import/wordml/ |
| H A D | wordml2ooo_props.xsl | 36 <xsl:when test="w:pgMar/@w:header"> 44 <xsl:when test="w:hdr"> 46 <xsl:when test="w:pgMar/@w:top >= $header-margin"> 64 <xsl:when test="w:pgMar/@w:footer"> 72 <xsl:when test="w:ftr"> 100 <xsl:when test="w:pgSz/@w:orient"> 120 <xsl:when test="w:cols/@w:num"> 127 <xsl:if test="not(w:cols/w:col)"> 144 <xsl:when test="@w:space"> 162 <xsl:when test="w:b/@val"> [all …]
|
| /AOO42X/ext_libraries/coinmp/ |
| H A D | coinmp-1.7.6.patch | 3 @@ -9151,7 +9151,7 @@ if test -z "$aix_libpath"; then aix_libp 12 @@ -9167,7 +9167,7 @@ if test -z "$aix_libpath"; then aix_libp 48 @@ -12238,7 +12238,7 @@ if test -z "$aix_libpath"; then aix_libp 84 @@ -15698,7 +15698,7 @@ if test -z "$aix_libpath"; then aix_libp 93 @@ -15714,7 +15714,7 @@ if test -z "$aix_libpath"; then aix_libp 129 @@ -18297,7 +18297,7 @@ if test -z "$aix_libpath"; then aix_libp 138 @@ -18313,7 +18313,7 @@ if test -z "$aix_libpath"; then aix_libp 217 @@ -9121,7 +9121,7 @@ if test -z "$aix_libpath"; then aix_libp 226 @@ -9137,7 +9137,7 @@ if test -z "$aix_libpath"; then aix_libp 262 @@ -12208,7 +12208,7 @@ if test -z "$aix_libpath"; then aix_libp [all …]
|
| /AOO42X/main/sw/source/filter/ww8/dump/ |
| H A D | msvbasic.cxx | 92 sal_uInt8 test[8]; in ConfirmFixedOctect() local 93 xVBAProject->Read(test,8); in ConfirmFixedOctect() 94 if (memcmp(stest,test,8) != 0) in ConfirmFixedOctect() 101 sal_uInt8 test[12]; in Confirm12Zeros() local 102 xVBAProject->Read(test,12); in Confirm12Zeros() 103 if (memcmp(stest,test,12) != 0) in Confirm12Zeros() 110 sal_uInt8 test[12]; in ConfirmHalfWayMarker() local 111 xVBAProject->Read(test,12); in ConfirmHalfWayMarker() 112 if (memcmp(stest,test,12) != 0) in ConfirmHalfWayMarker() 125 sal_uInt8 test[20]; in ConfirmFixedMiddle() local [all …]
|
| /AOO42X/test/testcommon/source/org/openoffice/test/ |
| H A D | Run.help | 2 run [options] <test definition> [test definition] ... 7 -l Set a test listeners. 10 …-tp [suite name:]<package name>[,package_name]... Define a test suite with test packages separat… 11 …-tc [suite name:]<class name>[,class_name]... Define a test suite with test classes separated by… 12 …-tm [suite name:]<method name>[,method_name]... Define a test suite with test methods separated by… 16 singleton True to allow only one test process to run at a time. 17 …only.new True to allow test to run only when openoffice.pack is newer than the local cached pac… 18 report.to Specify a URL to upload test result.
|