/aoo41x/main/unotools/inc/unotools/ |
H A D | unotunnelhelper.hxx | 44 …_Bool getImplementation(Classname*& pImpl, staruno::Reference<starlang::XUnoTunnel> const& xTunnel) in getImplementation() argument 47 if (xTunnel.is()) in getImplementation() 48 return getTunneledImplementation(pImpl, xTunnel); in getImplementation() 58 staruno::Reference<starlang::XUnoTunnel> xTunnel(xObj,staruno::UNO_QUERY); in getImplementation() local 59 if (xTunnel.is()) in getImplementation() 60 return getTunneledImplementation(pImpl, xTunnel); in getImplementation() 70 staruno::Reference<starlang::XUnoTunnel> xTunnel; in getImplementation() local 71 if (cppu::extractInterface(xTunnel, aObj)) in getImplementation() 72 getTunneledImplementation(pImpl, xTunnel); in getImplementation() 84 staruno::Reference<starlang::XUnoTunnel> xTunnel(pObj); in getImplementation() local [all …]
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTables.cxx | 78 Reference<XUnoTunnel> xTunnel(descriptor,UNO_QUERY); in appendObject() local 79 if(xTunnel.is()) in appendObject() 81 …ODbaseTable* pTable = reinterpret_cast< ODbaseTable* >( xTunnel->getSomething(ODbaseTable::getUnoT… in appendObject() 106 Reference< XUnoTunnel> xTunnel; in dropObject() local 109 xTunnel.set(getObject(_nPos),UNO_QUERY); in dropObject() 117 if ( xTunnel.is() ) in dropObject() 119 …ODbaseTable* pTable = reinterpret_cast< ODbaseTable* >( xTunnel->getSomething(ODbaseTable::getUnoT… in dropObject()
|
H A D | DIndexes.cxx | 108 Reference<XUnoTunnel> xTunnel(descriptor,UNO_QUERY); in appendObject() local 109 if(xTunnel.is()) in appendObject() 111 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in appendObject() 122 Reference< XUnoTunnel> xTunnel(getObject(_nPos),UNO_QUERY); in dropObject() local 123 if ( xTunnel.is() ) in dropObject() 125 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in dropObject()
|
H A D | DCode.cxx | 102 Reference<XUnoTunnel> xTunnel(m_xIndex,UNO_QUERY); in preProcess() local 103 if(xTunnel.is()) in preProcess() 105 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in preProcess()
|
/aoo41x/main/sd/source/ui/framework/module/ |
H A D | CenterViewFocusModule.cxx | 68 Reference<lang::XUnoTunnel> xTunnel (rxController, UNO_QUERY); in CenterViewFocusModule() local 69 if (xTunnel.is()) in CenterViewFocusModule() 72 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in CenterViewFocusModule() 158 Reference<lang::XUnoTunnel> xTunnel (xView, UNO_QUERY); in HandleNewView() local 159 if (xTunnel.is() && mpBase!=NULL) in HandleNewView() 162 xTunnel->getSomething(ViewShellWrapper::getUnoTunnelId())); in HandleNewView()
|
H A D | ShellStackGuard.cxx | 62 Reference<lang::XUnoTunnel> xTunnel (rxController, UNO_QUERY); in ShellStackGuard() local 63 if (xTunnel.is()) in ShellStackGuard() 66 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in ShellStackGuard()
|
H A D | ToolBarModule.cxx | 60 Reference<lang::XUnoTunnel> xTunnel (rxController, UNO_QUERY); in ToolBarModule() local 61 if (xTunnel.is()) in ToolBarModule() 64 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in ToolBarModule()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlexport.cxx | 109 uno::Reference <lang::XUnoTunnel> xTunnel; in Export() local 110 xTunnel = uno::Reference <lang::XUnoTunnel> (xModel,uno::UNO_QUERY); in Export() 112 (xTunnel->getSomething(SmModel::getUnoTunnelId())); in Export() 608 uno::Reference <lang::XUnoTunnel> xTunnel; in exportDoc() local 609 xTunnel = uno::Reference <lang::XUnoTunnel> (xModel,uno::UNO_QUERY); in exportDoc() 611 (xTunnel->getSomething(SmModel::getUnoTunnelId())); in exportDoc() 659 uno::Reference <lang::XUnoTunnel> xTunnel; in _ExportContent() local 662 (xTunnel->getSomething(SmModel::getUnoTunnelId())); in _ExportContent() 692 uno::Reference <lang::XUnoTunnel> xTunnel; in GetViewSettings() local 693 xTunnel = uno::Reference <lang::XUnoTunnel> (xModel,uno::UNO_QUERY); in GetViewSettings() [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | ViewTabBar.cxx | 128 Reference<lang::XUnoTunnel> xTunnel (mxController, UNO_QUERY_THROW); in ViewTabBar() local 130 xTunnel->getSomething(DrawController::getUnoTunnelId())); in ViewTabBar() 228 Reference<lang::XUnoTunnel> xTunnel (rxController, UNO_QUERY_THROW); in GetAnchorWindow() local 230 xTunnel->getSomething(DrawController::getUnoTunnelId())); in GetAnchorWindow() 263 Reference<lang::XUnoTunnel> xTunnel (xPane, UNO_QUERY_THROW); in GetAnchorWindow() local 265 xTunnel->getSomething(framework::Pane::getUnoTunnelId())); in GetAnchorWindow()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YDriver.cxx | 294 Reference< XUnoTunnel> xTunnel(xConnection,UNO_QUERY); in connect() local 295 if ( xTunnel.is() ) in connect() 297 …pMetaConnection = reinterpret_cast<OMetaConnection*>(xTunnel->getSomething( OMetaConnection::getUn… in connect() 400 Reference< XUnoTunnel> xTunnel(connection,UNO_QUERY); in getDataDefinitionByConnection() local 401 if ( xTunnel.is() ) in getDataDefinitionByConnection() 403 …OMetaConnection* pConnection = reinterpret_cast<OMetaConnection*>(xTunnel->getSomething( OMetaConn… in getDataDefinitionByConnection()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 68 Reference<XUnoTunnel> xTunnel( rCursor, UNO_QUERY); in lcl_GetDocViaTunnel() local 69 OSL_ENSURE(xTunnel.is(), "missing XUnoTunnel for XTextCursor"); in lcl_GetDocViaTunnel() 71 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xTunnel); in lcl_GetDocViaTunnel() 78 Reference<XUnoTunnel> xTunnel(rRange, UNO_QUERY); in lcl_GetDocViaTunnel() local 79 OSL_ENSURE(xTunnel.is(), "missing XUnoTunnel for XTextRange"); in lcl_GetDocViaTunnel() 81 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xTunnel); in lcl_GetDocViaTunnel()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | unotools.cxx | 341 uno::Reference< lang::XUnoTunnel> xTunnel( _xCursor, uno::UNO_QUERY); in IMPL_LINK() local 342 if( xTunnel.is() ) in IMPL_LINK() 344 OTextCursorHelper* pCrsr = reinterpret_cast<OTextCursorHelper*>( xTunnel->getSomething( in IMPL_LINK() 368 uno::Reference< lang::XUnoTunnel> xTunnel( _xCursor, uno::UNO_QUERY); in ClearDocument() local 369 if( xTunnel.is() ) in ClearDocument() 371 OTextCursorHelper* pCrsr = reinterpret_cast<OTextCursorHelper*>(xTunnel->getSomething( in ClearDocument()
|
/aoo41x/main/forms/source/xforms/ |
H A D | model.cxx | 143 Model* lcl_getModel( const Reference<XUnoTunnel>& xTunnel ) in lcl_getModel() argument 146 if( xTunnel.is() ) in lcl_getModel() 148 xTunnel->getSomething( Model::getUnoTunnelID() ) ); in lcl_getModel() 795 Reference<XUnoTunnel> xTunnel( rAny, UNO_QUERY ); in operator >>=() local 796 if( xTunnel.is() ) in operator >>=() 799 xTunnel->getSomething( xforms::Model::getUnoTunnelID() ) ); in operator >>=()
|
/aoo41x/main/package/source/zippackage/ |
H A D | ContentInfo.hxx | 37 com::sun::star::uno::Reference < com::sun::star::lang::XUnoTunnel > xTunnel; member in com::sun::star::packages::ContentInfo 45 : xTunnel ( pNewStream ) in ContentInfo() 51 : xTunnel ( pNewFolder ) in ContentInfo()
|
H A D | ZipPackage.cxx | 223 uno::Reference< XUnoTunnel > xTunnel; in parseManifest() local 225 aAny >>= xTunnel; in parseManifest() 226 uno::Reference< XNameContainer > xMetaInfFolder( xTunnel, UNO_QUERY ); in parseManifest() 230 aAny >>= xTunnel; in parseManifest() 231 uno::Reference < XActiveDataSink > xSink ( xTunnel, UNO_QUERY ); in parseManifest() 473 uno::Reference< lang::XUnoTunnel > xTunnel; in parseContentType() local 475 aAny >>= xTunnel; in parseContentType() 476 uno::Reference < io::XActiveDataSink > xSink( xTunnel, UNO_QUERY ); in parseContentType() 1211 uno::Reference< XUnoTunnel > xTunnel; in writeTempFile() local 1213 aAny >>= xTunnel; in writeTempFile() [all …]
|
/aoo41x/main/writerfilter/source/ooxml/ |
H A D | RefAndPointer.hxx | 65 uno::Reference<lang::XUnoTunnel> xTunnel( xRef, uno::UNO_QUERY); in RefAndPointer() 67 if (xTunnel.is()) in RefAndPointer() 68 … mpHandler = reinterpret_cast<ChildClass *>(xTunnel->getSomething(ChildClass::getUnoTunnelId())); in RefAndPointer()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objitem.cxx | 90 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xTunnel( in PutValue() 92 if ( xTunnel.is() ) in PutValue() 95 sal_Int64 nHandle = xTunnel->getSomething( aSeq ); in PutValue()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 1093 uno::Reference<lang::XUnoTunnel> xTunnel( xTextRange, uno::UNO_QUERY); in applyTo() local 1098 if(xTunnel.is()) in applyTo() 1101 ( xTunnel->getSomething( SwXTextRange::getUnoTunnelId() ) ); in applyTo() 1103 ( xTunnel->getSomething( OTextCursorHelper::getUnoTunnelId() ) ); in applyTo() 1105 ( xTunnel->getSomething( SwXText::getUnoTunnelId() ) ); in applyTo() 1115 xTunnel = uno::Reference < lang::XUnoTunnel > (pText->getStart(), uno::UNO_QUERY); in applyTo() 1116 if (xTunnel.is()) in applyTo() 1119 ( xTunnel->getSomething( OTextCursorHelper::getUnoTunnelId() ) ); in applyTo()
|
H A D | SwXFilterOptions.cxx | 130 uno::Reference< XUnoTunnel > xTunnel(xModel, uno::UNO_QUERY); in execute() local 132 if(xTunnel.is()) in execute() 135 sal::static_int_cast< sal_IntPtr >(xTunnel->getSomething(SwXTextDocument::getUnoTunnelId()))); in execute()
|
/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VDescriptor.cxx | 63 Reference< XUnoTunnel > xTunnel( _rxSomeComp, UNO_QUERY ); in getImplementation() local 64 if ( xTunnel.is() ) in getImplementation() 65 …return reinterpret_cast< ODescriptor* >( xTunnel->getSomething( getUnoTunnelImplementationId() ) ); in getImplementation()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | accimplaccess.cxx | 155 Reference< XUnoTunnel > xTunnel( _rxComponent, UNO_QUERY ); in getImplementation() local 156 if ( xTunnel.is() ) in getImplementation() 159 xTunnel->getSomething( getUnoTunnelImplementationId() ) ); in getImplementation()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinExchange.cxx | 104 Reference< XUnoTunnel > xTunnel(_rxObject, UNO_QUERY); in GetSourceDescription() local 105 if (xTunnel.is()) in GetSourceDescription() 107 …OJoinExchObj* pImplementation = reinterpret_cast<OJoinExchObj*>(xTunnel->getSomething(getUnoTunnel… in GetSourceDescription()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | types.hxx | 127 staruno::Reference< starlang::XUnoTunnel > xTunnel(_rxIFace, staruno::UNO_QUERY); in getImplementation() local 128 if (xTunnel.is()) in getImplementation() 129 … _pObject = reinterpret_cast< TYPE* >(xTunnel->getSomething(TYPE::getUnoTunnelImplementationId())); in getImplementation()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | PanelFactory.cxx | 159 Reference<lang::XUnoTunnel> xTunnel (xFrame->getController(), UNO_QUERY); in createUIElement() local 160 if (xTunnel.is()) in createUIElement() 163 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in createUIElement()
|
H A D | SidebarFactory.cxx | 164 Reference<lang::XUnoTunnel> xTunnel (xFrame->getController(), UNO_QUERY); in createUIElement() local 165 if (xTunnel.is()) in createUIElement() 168 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in createUIElement()
|