Home
last modified time | relevance | path

Searched refs:xUnoTunnel (Results 1 – 19 of 19) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx2710 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUnoTunnel( xPage, ::com::s… in getImplementation()
2711 if( xUnoTunnel.is() ) in getImplementation()
2713 …age = reinterpret_cast<SvxDrawPage*>(sal::static_int_cast<sal_uIntPtr>(xUnoTunnel->getSomething( S… in getImplementation()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx523 uno::Reference< lang::XUnoTunnel > xUnoTunnel( mxModel, uno::UNO_QUERY_THROW ); in initialize() local
524 …mpObjShell = reinterpret_cast< SfxObjectShell* >( xUnoTunnel->getSomething( SfxObjectShell::getUno… in initialize()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2216 … uno::Reference< lang::XUnoTunnel> xUnoTunnel(m_pImpl->m_xNumberFormatsSupplier,uno::UNO_QUERY); in getSomething() local
2217 if ( xUnoTunnel.is() ) in getSomething()
2218 nRet = xUnoTunnel->getSomething(rId); in getSomething()
H A DSection.cxx678 uno::Reference< lang::XUnoTunnel > xUnoTunnel( _rxComponent, uno::UNO_QUERY ); in getImplementation() local
679 if ( xUnoTunnel.is() ) in getImplementation()
680 …pContent = reinterpret_cast< OSection* >( xUnoTunnel->getSomething( getUnoTunnelImplementationId()… in getImplementation()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx882 Reference< ::com::sun::star::lang::XUnoTunnel > xUnoTunnel( rxData, UNO_QUERY_THROW ); in getImplementation() local
883 …return reinterpret_cast<SdTransferable*>(sal::static_int_cast<sal_uIntPtr>(xUnoTunnel->getSomethin… in getImplementation()
/trunk/main/unoxml/source/dom/
H A Dnode.cxx185 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()
/trunk/main/sw/inc/
H A Dunobaseclass.hxx137 ::com::sun::star::lang::XUnoTunnel > const & xUnoTunnel) in UnoTunnelGetImplementation()
139 if (!xUnoTunnel.is()) { return 0; } in UnoTunnelGetImplementation()
142 xUnoTunnel->getSomething(C::getUnoTunnelId())))); in UnoTunnelGetImplementation()
/trunk/main/svtools/source/control/
H A Dvalueacc.cxx162 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()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx1015 uno::Reference<lang::XUnoTunnel> xUnoTunnel (mxModel, uno::UNO_QUERY); in GetModel() local
1016 if (xUnoTunnel.is()) in GetModel()
1019 xUnoTunnel->getSomething( in GetModel()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx216 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUnoTunnel( rxData, ::com::… in getImplementation()
220 xUnoTunnel->getSomething( SdPageObjsTLB::SdPageObjsTransferable::getUnoTunnelId()) ) ); in getImplementation()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx293 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()
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx168 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()
/trunk/main/forms/source/component/
H A DGrid.cxx790 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()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx719 …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()
H A DContentHelper.cxx664 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()
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx237 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()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1746 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()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx430 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()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx1410 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()

Completed in 210 milliseconds