Home
last modified time | relevance | path

Searched refs:xUT (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx220 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 Dfmtuno.cxx502 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 Dsrchuno.cxx260 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 Dfielduno.cxx836 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 Dafmtuno.cxx488 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 Dnameuno.cxx527 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()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx55 …::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(…
/trunk/main/xmloff/source/style/
H A DStyleMap.cxx68 Reference< XUnoTunnel > xUT( xInt, UNO_QUERY ); in getImplementation() local
69 if( xUT.is() ) in getImplementation()
71 xUT->getSomething( StyleMap::getUnoTunnelId() ) ); in getImplementation()
/trunk/main/svl/source/numbers/
H A Dnumuno.cxx153 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()
/trunk/main/comphelper/inc/comphelper/
H A Dservicehelper.hxx65 …::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:…
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.cxx309 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ;
310 if( xUT.is() ) {
311 return ( XMLSecurityContext_NssImpl* )xUT->getSomething( getUnoTunnelId() ) ;
H A Dx509certificate_nssimpl.cxx348 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 Dsecurityenvironment_nssimpl.cxx260 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()
/trunk/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx175 …::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 Drootitemcontainer.cxx242 …::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 Dconstitemcontainer.cxx315 …::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()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.cxx329 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ;
330 if( xUT.is() ) {
331 return ( XMLSecurityContext_MSCryptImpl* )xUT->getSomething( getUnoTunnelId() ) ;
H A Dx509certificate_mscryptimpl.cxx508 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 Dsecurityenvironment_mscryptimpl.cxx268 Reference< XUnoTunnel > xUT( xObj , UNO_QUERY ) ; in getImplementation() local
269 if( xUT.is() ) { in getImplementation()
270 return ( SecurityEnvironment_MSCryptImpl* )xUT->getSomething( getUnoTunnelId() ) ; in getImplementation()
/trunk/main/xmloff/source/core/
H A Dattrlist.cxx283 uno::Reference< lang::XUnoTunnel > xUT( xInt, uno::UNO_QUERY ); in getImplementation() local
284 if( xUT.is() ) in getImplementation()
289 xUT->getSomething( SvXMLAttributeList::getUnoTunnelId()))); in getImplementation()
H A Dunoatrcn.cxx125 …::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 Dxmlimp.cxx559 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()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx2296 uno::Reference< lang::XUnoTunnel > xUT( xSource, uno::UNO_QUERY ); in copyText() local
2301 if( xUT.is() ) in copyText()
2304xUT->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()
/trunk/main/svl/source/items/
H A Dstyle.cxx1354 …::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()
/trunk/main/sw/source/core/unocore/
H A Dunobkm.cxx180 const uno::Reference< lang::XUnoTunnel> & xUT) in GetBookmarkInDoc()
183 ::sw::UnoTunnelGetImplementation<SwXBookmark>(xUT)); in GetBookmarkInDoc()

Completed in 188 milliseconds

12