/aoo4110/main/binaryurp/qa/ |
H A D | test-unmarshal.cxx | 60 binaryurp::ReaderState state; in testTypeOfBooleanSequence() 63 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in testTypeOfBooleanSequence() 64 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in testTypeOfBooleanSequence() 75 binaryurp::Unmarshal m(rtl::Reference< binaryurp::Bridge >(), state, buf); in testTypeOfBooleanSequence() 85 binaryurp::ReaderState state; in testTypeOfVoidSequence() 88 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in testTypeOfVoidSequence() 89 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in testTypeOfVoidSequence() 97 binaryurp::Unmarshal m(rtl::Reference< binaryurp::Bridge >(), state, buf); in testTypeOfVoidSequence()
|
H A D | test-cache.cxx | 52 binaryurp::Cache< int > c(4); in testNothingLostFromLruList()
|
/aoo4110/main/binaryurp/source/ |
H A D | makefile.mk | 25 PRJNAME = binaryurp 26 TARGET = binaryurp 53 SHL1TARGET = binaryurp.uno 59 ALLTAR : $(MISC)/binaryurp.component 61 $(MISC)/binaryurp.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 62 binaryurp.component 65 $(SOLARENV)/bin/createcomponent.xslt binaryurp.component
|
H A D | bridgefactory.cxx | 44 namespace binaryurp { namespace 207 { &binaryurp::BridgeFactory::static_create, 208 &binaryurp::BridgeFactory::static_getImplementationName, 209 &binaryurp::BridgeFactory::static_getSupportedServiceNames,
|
H A D | outgoingrequests.hxx | 35 namespace binaryurp { struct OutgoingRequest; } namespace 38 namespace binaryurp { namespace
|
H A D | reader.hxx | 42 namespace binaryurp { namespace 48 namespace binaryurp { namespace
|
H A D | proxy.hxx | 38 namespace binaryurp { class Bridge; } namespace 43 namespace binaryurp { namespace
|
H A D | marshal.hxx | 38 namespace binaryurp { namespace 44 namespace binaryurp { namespace
|
H A D | incomingrequest.hxx | 39 namespace binaryurp { namespace 44 namespace binaryurp { namespace
|
H A D | unmarshal.hxx | 37 namespace binaryurp { namespace 50 namespace binaryurp { namespace
|
H A D | writer.hxx | 49 namespace binaryurp { class Bridge; } namespace 51 namespace binaryurp { namespace
|
H A D | bridge.hxx | 53 namespace binaryurp { namespace 72 namespace binaryurp { namespace
|
H A D | specialfunctionids.hxx | 29 namespace binaryurp { namespace
|
H A D | currentcontext.hxx | 33 namespace binaryurp { namespace
|
H A D | readerstate.hxx | 36 namespace binaryurp { namespace
|
H A D | incomingreply.hxx | 35 namespace binaryurp { namespace
|
H A D | writerstate.hxx | 36 namespace binaryurp { namespace
|
H A D | outgoingrequest.hxx | 31 namespace binaryurp { namespace
|
H A D | binaryany.hxx | 35 namespace binaryurp { namespace
|
H A D | currentcontext.cxx | 37 namespace binaryurp { namespace
|
H A D | outgoingrequests.cxx | 34 namespace binaryurp { namespace
|
/aoo4110/main/binaryurp/prj/ |
H A D | d.lst | 2 ..\%__SRC%\lib\binaryurp.uno.dylib %_DEST%\lib%_EXT%\binaryurp.uno.dylib 3 ..\%__SRC%\lib\binaryurp.uno.so %_DEST%\lib%_EXT%\binaryurp.uno.so 4 ..\%__SRC%\misc\binaryurp.component %_DEST%\xml%_EXT%\binaryurp.component
|
H A D | build.lst | 1 bu binaryurp : BOOST:boost LIBXSLT:libxslt cppu cppuhelper offuh sal salhelper stlport NULL 2 bu binaryurp\source nmake - all bu_source NULL 3 bu binaryurp\qa nmake - all bu_qa bu_source NULL
|
/aoo4110/main/ure/prj/ |
H A D | build.lst | 1 ur ure : LIBXSLT:libxslt binaryurp cli_ure io javaunohelper remotebridges solenv stoc NULL
|
/aoo4110/main/ure/source/ |
H A D | makefile.mk | 34 binaryurp \
|