UNO Remote Protocol (URP). A binary protocol. UNO provides a protocol called the UNO Remote Protocol (URP) that provides a bridge between UNO environments. This bridge allows processes and objects to send method calls and to receive return values. UNO objects in different environments are connected by way of this interprocess bridge. The underlying connection is made through a socket or pipe. Remote UNO objects are connected by means of TCP/IP using the high-level protocol of the URP. title='lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/propshlp.hxx
AgeCommit message (Expand)Author
2024-03-28convert OXSDDataType to comphelper::WeakImplHelperBaseNoel Grandin
2024-03-27convert OCellListSource to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-26loplugin:finalmethodsNoel Grandin
2024-02-12use more UNLESS_MERGELIBSNoel Grandin
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen
2023-07-02loplugin:singlevalfieldsNoel Grandin
2023-04-02remove IEventNotificationHook from comphelper::OPropertySetNoel Grandin
2023-03-31simplify subclasses of comphelper::OPropertySetHelperNoel Grandin
2023-03-31make some method in comphelper::OPropertySetHelper finalNoel Grandin
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin