Home
last modified time | relevance | path

Searched refs:xUnoTunnel (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunobaseclass.hxx101 UnoTunnelGetImplementation( css::uno::Reference< css::lang::XUnoTunnel > const & xUnoTunnel) in UnoTunnelGetImplementation() argument
103 if (!xUnoTunnel.is()) { return 0; } in UnoTunnelGetImplementation()
106 xUnoTunnel->getSomething(C::getUnoTunnelId())))); in UnoTunnelGetImplementation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunobaseclass.hxx101 UnoTunnelGetImplementation( css::uno::Reference< css::lang::XUnoTunnel > const & xUnoTunnel) in UnoTunnelGetImplementation() argument
103 if (!xUnoTunnel.is()) { return 0; } in UnoTunnelGetImplementation()
106 xUnoTunnel->getSomething(C::getUnoTunnelId())))); in UnoTunnelGetImplementation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx154 Reference< XUnoTunnel > xUnoTunnel( xBitmap, UNO_QUERY ); in InsertSubMenuItems() local
155 if ( xUnoTunnel.is() ) in InsertSubMenuItems()
158 … sal_Int64 nPointer = xUnoTunnel->getSomething( ImageWrapper::GetUnoTunnelId() ); in InsertSubMenuItems()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx153 Reference< XUnoTunnel > xUnoTunnel( xBitmap, UNO_QUERY ); in InsertSubMenuItems() local
154 if ( xUnoTunnel.is() ) in InsertSubMenuItems()
157 … sal_Int64 nPointer = xUnoTunnel->getSomething( ImageWrapper::GetUnoTunnelId() ); in InsertSubMenuItems()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx809 uno::Reference<lang::XUnoTunnel> xUnoTunnel (mxModel, uno::UNO_QUERY); in GetModel() local
810 if (xUnoTunnel.is()) in GetModel()
813 xUnoTunnel->getSomething( in GetModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx812 uno::Reference<lang::XUnoTunnel> xUnoTunnel (mxModel, uno::UNO_QUERY); in GetModel() local
813 if (xUnoTunnel.is()) in GetModel()
816 xUnoTunnel->getSomething( in GetModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Dmsvbahelper.cxx541 uno::Reference< lang::XUnoTunnel > xUnoTunnel( mxModel, uno::UNO_QUERY_THROW ); in initialize() local
542 …mpObjShell = reinterpret_cast< SfxObjectShell* >( xUnoTunnel->getSomething( SfxObjectShell::getUno… in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Dmsvbahelper.cxx560 uno::Reference< lang::XUnoTunnel > xUnoTunnel( mxModel, uno::UNO_QUERY_THROW ); in initialize() local
561 …mpObjShell = reinterpret_cast< SfxObjectShell* >( xUnoTunnel->getSomething( SfxObjectShell::getUno… in initialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/app/
H A Dsdxfer.cxx756 Reference< css::lang::XUnoTunnel > xUnoTunnel( rxData, UNO_QUERY_THROW ); in getImplementation() local
757 …return reinterpret_cast<SdTransferable*>(sal::static_int_cast<sal_uIntPtr>(xUnoTunnel->getSomethin… in getImplementation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/app/
H A Dsdxfer.cxx754 Reference< css::lang::XUnoTunnel > xUnoTunnel( rxData, UNO_QUERY_THROW ); in getImplementation() local
755 …return reinterpret_cast<SdTransferable*>(sal::static_int_cast<sal_uIntPtr>(xUnoTunnel->getSomethin… in getImplementation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zippackage/
H A DZipPackage.cxx251 uno::Reference < XUnoTunnel > xUnoTunnel; in parseManifest() local
252 aAny >>= xUnoTunnel; in parseManifest()
254 … if ( (nTest = xUnoTunnel->getSomething( ZipPackageFolder::getUnoTunnelId() )) != 0 ) in parseManifest()
262 …pStream = reinterpret_cast < ZipPackageStream* > ( xUnoTunnel->getSomething( ZipPackageStream::get… in parseManifest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zippackage/
H A DZipPackage.cxx246 uno::Reference < XUnoTunnel > xUnoTunnel; in parseManifest() local
247 aAny >>= xUnoTunnel; in parseManifest()
249 … if ( (nTest = xUnoTunnel->getSomething( ZipPackageFolder::getUnoTunnelId() )) != 0 ) in parseManifest()
257 …pStream = reinterpret_cast < ZipPackageStream* > ( xUnoTunnel->getSomething( ZipPackageStream::get… in parseManifest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dsdtreelb.cxx140 … css::uno::Reference< css::lang::XUnoTunnel > xUnoTunnel( rxData, css::uno::UNO_QUERY_THROW ); in getImplementation() local
144xUnoTunnel->getSomething( SdPageObjsTLV::SdPageObjsTransferable::getUnoTunnelId()) ) ); in getImplementation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dsdtreelb.cxx169 … css::uno::Reference< css::lang::XUnoTunnel > xUnoTunnel( rxData, css::uno::UNO_QUERY_THROW ); in getImplementation() local
173xUnoTunnel->getSomething( SdPageObjsTLB::SdPageObjsTransferable::getUnoTunnelId()) ) ); in getImplementation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/core/api/
H A DReportDefinition.cxx1944 … uno::Reference< lang::XUnoTunnel> xUnoTunnel(m_pImpl->m_xNumberFormatsSupplier,uno::UNO_QUERY); in getSomething() local
1945 if ( xUnoTunnel.is() ) in getSomething()
1946 nRet = xUnoTunnel->getSomething(rId); in getSomething()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/core/api/
H A DReportDefinition.cxx1945 … uno::Reference< lang::XUnoTunnel> xUnoTunnel(m_pImpl->m_xNumberFormatsSupplier,uno::UNO_QUERY); in getSomething() local
1946 if ( xUnoTunnel.is() ) in getSomething()
1947 nRet = xUnoTunnel->getSomething(rId); in getSomething()