Searched refs:isIn (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/cppuhelper/test/ |
H A D | testimplhelper.cxx | 317 static bool isIn( Sequence< Type > const & rTypes, char const * name ) in isIn() function 372 OSL_ASSERT( isIn( aTypes, "test.CA" ) ); in dotest() 373 OSL_ASSERT( isIn( aTypes, "test.DBA" ) ); in dotest() 374 OSL_ASSERT( isIn( aTypes, "test.FE") ); in dotest() 375 OSL_ASSERT( isIn( aTypes, "test.G") ); in dotest() 376 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XTypeProvider") ); in dotest() 381 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XWeak") ); in dotest() 386 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XComponent") ); in dotest() 392 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XAggregation") ); in dotest() 397 OSL_ASSERT( isIn( aTypes, "test.H") ); in dotest() [all …]
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 200 if ( xParam->isIn() && xParam->isOut()) in writeMethodData() 204 if ( xParam->isIn() ) in writeMethodData()
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr_check.cxx | 248 if (xNewParam->isIn() != xExistingParam->isIn()) in checkParameters()
|
/aoo42x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 193 if ( xParam->isIn() && xParam->isOut()) in writeMethodData() 195 else if ( xParam->isIn() ) in writeMethodData()
|
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | methoddescription.cxx | 69 virtual sal_Bool SAL_CALL isIn() throw (css::uno::RuntimeException) in isIn() function in __anon0b07112f0111::Parameter
|
/aoo42x/main/udkapi/com/sun/star/reflection/ |
H A D | XMethodParameter.idl | 70 boolean isIn();
|
/aoo42x/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 447 assertEqual< bool >(false, method->getParameters()[0]->isIn()); in run() 535 true, service->getConstructors()[1]->getParameters()[0]->isIn()); in run()
|
/aoo42x/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 260 assertEqual< bool >(true, method->getParameters()[0]->isIn()); in run()
|
/aoo42x/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 371 rInit.bIn = xParam->isIn(); in createCTD()
|
/aoo42x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 960 if (xParam->isIn()) in complete_iface_type()
|
Completed in 85 milliseconds