/aoo41x/main/sw/inc/ |
H A D | unobaseclass.hxx | 137 ::com::sun::star::lang::XUnoTunnel > const & xUnoTunnel) in UnoTunnelGetImplementation() 139 if (!xUnoTunnel.is()) { return 0; } in UnoTunnelGetImplementation() 142 xUnoTunnel->getSomething(C::getUnoTunnelId())))); in UnoTunnelGetImplementation()
|
/aoo41x/main/svtools/source/control/ |
H A D | valueacc.cxx | 162 uno::Reference< lang::XUnoTunnel > xUnoTunnel( rxData, uno::UNO_QUERY ); in getImplementation() local 163 …return( xUnoTunnel.is() ? reinterpret_cast<ValueSetAcc*>(sal::static_int_cast<sal_IntPtr>(xUnoTunn… in getImplementation() 906 uno::Reference< lang::XUnoTunnel > xUnoTunnel( rxData, uno::UNO_QUERY ); in getImplementation() local 907 …return( xUnoTunnel.is() ? reinterpret_cast<ValueItemAcc*>(sal::static_int_cast<sal_IntPtr>(xUnoTun… in getImplementation()
|
/aoo41x/main/chart2/source/controller/drawinglayer/ |
H A D | DrawViewWrapper.cxx | 430 uno::Reference< lang::XUnoTunnel > xUnoTunnel( xShape, uno::UNO_QUERY ); in getSdrObject() local 432 if(xUnoTunnel.is()&&xTypeProvider.is()) in getSdrObject() 434 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in getSdrObject()
|
/aoo41x/main/framework/source/fwe/helper/ |
H A D | actiontriggerhelper.cxx | 168 Reference< XUnoTunnel > xUnoTunnel( xBitmap, UNO_QUERY ); in InsertSubMenuItems() local 169 if ( xUnoTunnel.is() ) in InsertSubMenuItems() 172 sal_Int64 nPointer = xUnoTunnel->getSomething( ImageWrapper::GetUnoTunnelId() ); in InsertSubMenuItems()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 664 Reference< XUnoTunnel > xUnoTunnel( _rxComponent, UNO_QUERY ); in getImplementation() local 665 if ( xUnoTunnel.is() ) in getImplementation() 666 …pContent = reinterpret_cast< OContentHelper* >( xUnoTunnel->getSomething( getUnoTunnelImplementati… in getImplementation()
|
H A D | documentcontainer.cxx | 719 …Reference<XUnoTunnel> xUnoTunnel(const_cast<ODocumentContainer*>(this)->implGetByName( _sName, sal… in getContent() local 720 if ( xUnoTunnel.is() ) in getContent() 721 …pContent = reinterpret_cast<OContentHelper*>(xUnoTunnel->getSomething(OContentHelper::getUnoTunnel… in getContent()
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | Section.cxx | 677 uno::Reference< lang::XUnoTunnel > xUnoTunnel( _rxComponent, uno::UNO_QUERY ); in getImplementation() local 678 if ( xUnoTunnel.is() ) in getImplementation() 679 …pContent = reinterpret_cast< OSection* >( xUnoTunnel->getSomething( getUnoTunnelImplementationId()… in getImplementation()
|
H A D | ReportDefinition.cxx | 2215 … uno::Reference< lang::XUnoTunnel> xUnoTunnel(m_pImpl->m_xNumberFormatsSupplier,uno::UNO_QUERY); in getSomething() local 2216 if ( xUnoTunnel.is() ) in getSomething() 2217 nRet = xUnoTunnel->getSomething(rId); in getSomething()
|
/aoo41x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 237 uno::Reference< lang::XUnoTunnel > xUnoTunnel( xShape, uno::UNO_QUERY ); in lcl_getE3dScene() local 239 if(xUnoTunnel.is()&&xTypeProvider.is()) in lcl_getE3dScene() 241 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in lcl_getE3dScene()
|
/aoo41x/main/unoxml/source/dom/ |
H A D | node.cxx | 185 uno::Reference<lang::XUnoTunnel> const xUnoTunnel(xNode, UNO_QUERY); in GetImplementation() local 186 if (!xUnoTunnel.is()) { return 0; } in GetImplementation() 189 xUnoTunnel->getSomething(UnoTunnelId::get())))); in GetImplementation()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | MasterPageContainer.cxx | 1015 uno::Reference<lang::XUnoTunnel> xUnoTunnel (mxModel, uno::UNO_QUERY); in GetModel() local 1016 if (xUnoTunnel.is()) in GetModel() 1019 xUnoTunnel->getSomething( in GetModel()
|
/aoo41x/main/forms/source/component/ |
H A D | Grid.cxx | 790 Reference< XUnoTunnel > xUnoTunnel( _rxIFace, UNO_QUERY ); in getColumnImplementation() local 791 if ( xUnoTunnel.is() ) in getColumnImplementation() 792 …pImplementation = reinterpret_cast<OGridColumn*>(xUnoTunnel->getSomething(OGridColumn::getUnoTunne… in getColumnImplementation()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msvbahelper.cxx | 523 uno::Reference< lang::XUnoTunnel > xUnoTunnel( mxModel, uno::UNO_QUERY_THROW ); in initialize() local 524 …mpObjShell = reinterpret_cast< SfxObjectShell* >( xUnoTunnel->getSomething( SfxObjectShell::getUno… in initialize()
|
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackage.cxx | 293 uno::Reference < XUnoTunnel > xUnoTunnel; in parseManifest() local 294 aAny >>= xUnoTunnel; in parseManifest() 296 … if ( (nTest = xUnoTunnel->getSomething( ZipPackageFolder::static_getImplementationId() )) != 0 ) in parseManifest() 304 …pStream = reinterpret_cast < ZipPackageStream* > ( xUnoTunnel->getSomething( ZipPackageStream::sta… in parseManifest()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 873 Reference< ::com::sun::star::lang::XUnoTunnel > xUnoTunnel( rxData, UNO_QUERY_THROW ); in getImplementation() local 874 …return reinterpret_cast<SdTransferable*>(sal::static_int_cast<sal_uIntPtr>(xUnoTunnel->getSomethin… in getImplementation()
|
/aoo41x/main/chart2/source/controller/chartapiwrapper/ |
H A D | ChartDocumentWrapper.cxx | 1410 Reference< lang::XUnoTunnel> xUnoTunnel(m_xChartView,uno::UNO_QUERY); in createInstance() local 1411 if(xUnoTunnel.is()) in createInstance() 1413 …plicitValueProvider* pProvider = reinterpret_cast<ExplicitValueProvider*>(xUnoTunnel->getSomething( in createInstance()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 216 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUnoTunnel( rxData, ::com::… in getImplementation() 220 xUnoTunnel->getSomething( SdPageObjsTLB::SdPageObjsTransferable::getUnoTunnelId()) ) ); in getImplementation()
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 2764 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUnoTunnel( xPage, ::com::s… in getImplementation() 2765 if( xUnoTunnel.is() ) in getImplementation() 2767 …age = reinterpret_cast<SvxDrawPage*>(sal::static_int_cast<sal_uIntPtr>(xUnoTunnel->getSomething( S… in getImplementation()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1746 Reference< lang::XUnoTunnel> xUnoTunnel(m_xDrawPage,uno::UNO_QUERY); in getSdrPage() local 1747 if(xUnoTunnel.is()) in getSdrPage() 1749 SvxDrawPage* pSvxDrawPage = reinterpret_cast<SvxDrawPage*>(xUnoTunnel->getSomething( in getSdrPage()
|