/aoo4110/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 220 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 221 if (xUT.is()) in getImplementation() 222 …pRet = reinterpret_cast<ScHeaderFooterContentObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSometh… in getImplementation() 720 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 721 if (xUT.is()) in getImplementation() 722 …pRet = reinterpret_cast<ScCellTextCursor*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getU… in getImplementation() 825 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 826 if (xUT.is()) in getImplementation() 928 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 929 if (xUT.is()) in getImplementation() [all …]
|
H A D | fmtuno.cxx | 502 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 503 if (xUT.is()) in getImplementation() 504 …pRet = reinterpret_cast<ScTableConditionalFormat*>(sal::static_int_cast<sal_IntPtr>(xUT->getSometh… in getImplementation() 1017 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 1018 if (xUT.is()) in getImplementation() 1019 …pRet = reinterpret_cast<ScTableValidationObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(… in getImplementation()
|
H A D | srchuno.cxx | 260 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 261 if (xUT.is()) in getImplementation() 262 …pRet = reinterpret_cast<ScCellSearchObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUn… in getImplementation()
|
H A D | fielduno.cxx | 836 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 837 if (xUT.is()) in getImplementation() 838 …pRet = reinterpret_cast<ScCellFieldObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUno… in getImplementation() 1510 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 1511 if (xUT.is()) in getImplementation() 1512 …pRet = reinterpret_cast<ScHeaderFieldObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getU… in getImplementation()
|
H A D | afmtuno.cxx | 488 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 489 if (xUT.is()) in getImplementation() 490 …pRet = reinterpret_cast<ScAutoFormatObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUn… in getImplementation()
|
H A D | nameuno.cxx | 527 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 528 if (xUT.is()) in getImplementation() 529 …pRet = reinterpret_cast<ScNamedRangeObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUn… in getImplementation()
|
/aoo4110/main/toolkit/inc/toolkit/helper/ |
H A D | macros.hxx | 55 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( rxIFace, ::com::sun::s… 56 …return xUT.is() ? reinterpret_cast<ClassName*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(… 85 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( rxIFace, ::com::sun::s… 86 …return xUT.is() ? reinterpret_cast<ClassName*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(…
|
/aoo4110/main/xmloff/source/style/ |
H A D | StyleMap.cxx | 68 Reference< XUnoTunnel > xUT( xInt, UNO_QUERY ); in getImplementation() local 69 if( xUT.is() ) in getImplementation() 71 xUT->getSomething( StyleMap::getUnoTunnelId() ) ); in getImplementation()
|
/aoo4110/main/svl/source/numbers/ |
H A D | numuno.cxx | 153 uno::Reference<lang::XUnoTunnel> xUT( xObj, uno::UNO_QUERY ); in getImplementation() local 154 if (xUT.is()) in getImplementation() 155 …pRet = reinterpret_cast<SvNumberFormatsSupplierObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSome… in getImplementation()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | servicehelper.hxx | 65 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( xInt, ::com::sun::star… 66 if( xUT.is() ) \ 67 …return reinterpret_cast<classname*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething( classname:…
|
/aoo4110/main/xmlsecurity/source/xmlsec/nss/ |
H A D | xmlsecuritycontext_nssimpl.cxx | 309 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ; 310 if( xUT.is() ) { 311 return ( XMLSecurityContext_NssImpl* )xUT->getSomething( getUnoTunnelId() ) ;
|
H A D | x509certificate_nssimpl.cxx | 348 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ; in getImplementation() local 349 if( xUT.is() ) { in getImplementation() 351 sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( getUnoTunnelId() ))); in getImplementation()
|
H A D | securityenvironment_nssimpl.cxx | 260 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ; in getImplementation() local 261 if( xUT.is() ) { in getImplementation() 263 sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( getUnoTunnelId() ))) ; in getImplementation()
|
/aoo4110/main/framework/source/fwi/uielement/ |
H A D | itemcontainer.cxx | 175 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( rxIFace, ::com::sun::s… in GetImplementation() 176 return xUT.is() ? reinterpret_cast< ItemContainer* >(sal::static_int_cast< sal_IntPtr >( in GetImplementation() 177 xUT->getSomething( ItemContainer::GetUnoTunnelId() ))) : NULL; in GetImplementation()
|
H A D | rootitemcontainer.cxx | 242 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( rxIFace, ::com::sun::s… in GetImplementation() 243 return xUT.is() ? reinterpret_cast< RootItemContainer* >(sal::static_int_cast< sal_IntPtr >( in GetImplementation() 244 xUT->getSomething( RootItemContainer::GetUnoTunnelId() ))) : NULL; in GetImplementation()
|
H A D | constitemcontainer.cxx | 315 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( rxIFace, ::com::sun::s… in GetImplementation() 316 return xUT.is() ? reinterpret_cast< ConstItemContainer* >(sal::static_int_cast< sal_IntPtr >( in GetImplementation() 317 xUT->getSomething( ConstItemContainer::GetUnoTunnelId() ))) : NULL; in GetImplementation()
|
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | xmlsecuritycontext_mscryptimpl.cxx | 329 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ; 330 if( xUT.is() ) { 331 return ( XMLSecurityContext_MSCryptImpl* )xUT->getSomething( getUnoTunnelId() ) ;
|
H A D | x509certificate_mscryptimpl.cxx | 508 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ; in getImplementation() local 509 if( xUT.is() ) { in getImplementation() 510 return ( X509Certificate_MSCryptImpl* )xUT->getSomething( getUnoTunnelId() ) ; in getImplementation()
|
H A D | securityenvironment_mscryptimpl.cxx | 268 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ; in getImplementation() local 269 if( xUT.is() ) { in getImplementation() 270 return ( SecurityEnvironment_MSCryptImpl* )xUT->getSomething( getUnoTunnelId() ) ; in getImplementation()
|
/aoo4110/main/xmloff/source/core/ |
H A D | attrlist.cxx | 273 uno::Reference< lang::XUnoTunnel > xUT( xInt, uno::UNO_QUERY ); in getImplementation() local 274 if( xUT.is() ) in getImplementation() 279 xUT->getSomething( SvXMLAttributeList::getUnoTunnelId()))); in getImplementation()
|
H A D | unoatrcn.cxx | 125 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( xInt, ::com::sun::star… in getImplementation() 126 if( xUT.is() ) in getImplementation() 131 xUT->getSomething( SvUnoAttributeContainer::getUnoTunnelId()))); in getImplementation()
|
H A D | xmlimp.cxx | 559 uno::Reference< lang::XUnoTunnel > xUT( xInt, uno::UNO_QUERY ); in getImplementation() local 560 if( xUT.is() ) in getImplementation() 565 xUT->getSomething( SvXMLImport::getUnoTunnelId()))); in getImplementation()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unotext.cxx | 2296 uno::Reference< lang::XUnoTunnel > xUT( xSource, uno::UNO_QUERY ); in copyText() local 2301 if( xUT.is() ) in copyText() 2304 … xUT->getSomething( SvxUnoTextBase::getUnoTunnelId()))); in copyText() 2362 uno::Reference< lang::XUnoTunnel > xUT( xInt, uno::UNO_QUERY ); in getImplementation() local 2363 if( xUT.is() ) in getImplementation() 2364 …return reinterpret_cast<SvxUnoTextBase*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( SvxU… in getImplementation() 2457 uno::Reference< lang::XUnoTunnel > xUT( xInt, uno::UNO_QUERY ); in getImplementation() local 2458 if( xUT.is() ) in getImplementation() 2459 …return reinterpret_cast<SvxUnoText*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( SvxUnoTe… in getImplementation()
|
/aoo4110/main/svl/source/items/ |
H A D | style.cxx | 1354 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUT( xStyle, ::com::sun::st… in getUnoStyleSheet() 1355 if( xUT.is() ) in getUnoStyleSheet() 1356 …pRet = reinterpret_cast<SfxUnoStyleSheet*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( Sf… in getUnoStyleSheet()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unobkm.cxx | 180 const uno::Reference< lang::XUnoTunnel> & xUT) in GetBookmarkInDoc() 183 ::sw::UnoTunnelGetImplementation<SwXBookmark>(xUT)); in GetBookmarkInDoc()
|