/aoo4110/main/idlc/source/ |
H A D | astoperation.cxx | 39 if (isOneway()) { in setExceptions() 58 if ( isOneway() ) in dumpBlob() 141 if ( isOneway() && in addDeclaration()
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | MethodDescription.java | 47 other.getName(), index, other.isOneway(), other.getInSignature(), in MethodDescription() 72 public boolean isOneway() { in isOneway() method in MethodDescription
|
H A D | TypeDescription.java | 500 info.isOneway(), in, out, in initMethodDescriptions()
|
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 428 boolean sync = forcedSynchronous || !desc.isOneway(); in readRequest() 508 boolean moreFlags = forceSync && desc.isOneway(); in writeRequest() 588 boolean sync = forceSync || !desc.isOneway(); in writeRequest()
|
/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | tdiface.cxx | 93 virtual sal_Bool SAL_CALL isOneway() throw(::com::sun::star::uno::RuntimeException); 152 sal_Bool InterfaceMethodImpl::isOneway() in isOneway() function in stoc_rdbtdp::InterfaceMethodImpl
|
/aoo4110/main/ridljar/com/sun/star/uno/ |
H A D | IMethodDescription.java | 45 boolean isOneway(); in isOneway() method
|
/aoo4110/main/stoc/source/tdmanager/ |
H A D | tdmgr_check.cxx | 263 if (xNewTD->isOneway() != xExistingTD->isOneway()) in checkMethod()
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typeinfo/ |
H A D | MethodTypeInfo.java | 69 public boolean isOneway() in isOneway() method in MethodTypeInfo
|
/aoo4110/main/idlc/inc/idlc/ |
H A D | astoperation.hxx | 48 sal_Bool isOneway() in isOneway() function in AstOperation
|
/aoo4110/main/udkapi/com/sun/star/reflection/ |
H A D | XInterfaceMethodTypeDescription.idl | 62 boolean isOneway();
|
/aoo4110/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 439 assertEqual< bool >(false, method->isOneway()); in run() 468 assertEqual< bool >(true, method->isOneway()); in run()
|
/aoo4110/main/svx/source/form/ |
H A D | fmscriptingenv.cxx | 212 bAllowAsynchronousCall = xMethod->isOneway(); in impl_allowAsynchronousCall_nothrow()
|
/aoo4110/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription_Test.java | 184 assure(prefix + "; isOneway", description.isOneway() == oneWay); in test()
|
/aoo4110/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 252 assertEqual< bool >(false, method->isOneway()); in run()
|
/aoo4110/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 179 if ( xMethod->isOneway() ) in writeMethodData()
|
/aoo4110/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 394 xMethod->isOneway(), in createCTD()
|
/aoo4110/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 171 if ( xMethod->isOneway() ) in writeMethodData()
|
/aoo4110/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 1009 if (xMethod->isOneway()) in complete_iface_type()
|