Home
last modified time | relevance | path

Searched refs:xTunnel (Results 51 – 75 of 92) sorted by relevance

1234

/trunk/main/package/source/package/zippackage/
H A DZipPackageStream.cxx333 uno::Reference< XUnoTunnel > xTunnel; in TryToGetRawFromDataStream() local
335 aRoot >>= xTunnel; in TryToGetRawFromDataStream()
336 uno::Reference< container::XNameContainer > xRootNameContainer( xTunnel, UNO_QUERY ); in TryToGetRawFromDataStream()
372 xTunnel = uno::Reference< XUnoTunnel >(); in TryToGetRawFromDataStream()
H A DZipPackageFolderEnumeration.cxx53 aAny <<= (*aIterator).second->xTunnel; in nextElement()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx268 uno::Reference< lang::XUnoTunnel > xTunnel( rxGraphic, uno::UNO_QUERY ); in Graphic() local
270 const ::Graphic* pGraphic = ( ( xTunnel.is() && xProv.is() ) ? in Graphic()
271 … reinterpret_cast< ::Graphic* >( xTunnel->getSomething( xProv->getImplementationId() ) ) : in Graphic()
/trunk/main/forms/source/xforms/
H A Dsubmission.cxx359 Reference<XUnoTunnel> xTunnel( xPropertySet, UNO_QUERY ); in getSubmission() local
360 return xTunnel.is() in getSubmission()
362 xTunnel->getSomething( getUnoTunnelID() ) ) in getSubmission()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx618 Reference< XUnoTunnel> xTunnel(xSet,UNO_QUERY); in CreateImpl() local
620 if(xTunnel.is()) in CreateImpl()
621 …pDbaseRes = reinterpret_cast< ODbaseResultSet* >( xTunnel->getSomething(ODbaseResultSet::getUnoTun… in CreateImpl()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx567 Reference<XUnoTunnel> xTunnel(m_xTable,UNO_QUERY); in getSomething() local
568 if(xTunnel.is()) in getSomething()
569 nRet = xTunnel->getSomething(rId); in getSomething()
H A DRowSet.cxx2158 Reference< XUnoTunnel > xTunnel(i->get(),UNO_QUERY); in notifyRowSetAndClonesRowDelete() local
2159 if(xTunnel.is()) in notifyRowSetAndClonesRowDelete()
2161 …ORowSetClone* pClone = reinterpret_cast<ORowSetClone*>(xTunnel->getSomething(ORowSetClone::getUnoT… in notifyRowSetAndClonesRowDelete()
2176 Reference< XUnoTunnel > xTunnel(i->get(),UNO_QUERY); in notifyRowSetAndClonesRowDeleted() local
2177 if(xTunnel.is()) in notifyRowSetAndClonesRowDeleted()
2179 …ORowSetClone* pClone = reinterpret_cast<ORowSetClone*>(xTunnel->getSomething(ORowSetClone::getUnoT… in notifyRowSetAndClonesRowDeleted()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx374 Reference<lang::XUnoTunnel> xTunnel (rxController, UNO_QUERY); in Instance() local
375 if (xTunnel.is()) in Instance()
378 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in Instance()
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx668 uno::Reference< lang::XUnoTunnel> xTunnel; in getSomething() local
669 ::comphelper::query_aggregation(m_xProxy,xTunnel); in getSomething()
670 return xTunnel->getSomething(rId); in getSomething()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx360 Reference< XUnoTunnel> xTunnel(xOrig,UNO_QUERY); in connect() local
361 if ( xTunnel.is() ) in connect()
363 …pMetaConnection = reinterpret_cast<OMetaConnection*>(xTunnel->getSomething( OMetaConnection::getUn… in connect()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx147 Reference< XUnoTunnel > xTunnel( _rxAcc, UNO_QUERY ); in isWindowItem() local
148 if ( xTunnel.is() ) in isWindowItem()
149 …pImplementation = reinterpret_cast< OToolBoxWindowItem* >( xTunnel->getSomething( getUnoTunnelImpl… in isWindowItem()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx191 Reference<lang::XUnoTunnel> xTunnel (xController, UNO_QUERY_THROW); in initialize() local
195 xTunnel->getSomething(DrawController::getUnoTunnelId())))); in initialize()
H A DBasicViewFactory.cxx312 Reference<lang::XUnoTunnel> xTunnel (xController, UNO_QUERY_THROW); in initialize() local
314 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in initialize()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx527 uno::Reference< XUnoTunnel> xTunnel( xPropSet, UNO_QUERY ); in init() local
528 SwXShape *pSwShape = xTunnel.is() ? in init()
530 xTunnel->getSomething(SwXShape::getUnoTunnelId()) )) in init()
734 uno::Reference< XUnoTunnel> xTunnel( xPropSet, UNO_QUERY ); in SetControlSize() local
735 SwXShape *pSwShape = xTunnel.is() ? in SetControlSize()
737 xTunnel->getSomething(SwXShape::getUnoTunnelId()) )) in SetControlSize()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx146 Reference<lang::XUnoTunnel> xTunnel (xController, UNO_QUERY_THROW); in initialize() local
148 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in initialize()
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx437 Reference<XUnoTunnel> xTunnel(xTable,UNO_QUERY); in getTablePrivileges() local
438 if(xTunnel.is()) in getTablePrivileges()
440 …OFileTable* pTable = reinterpret_cast< OFileTable* >( xTunnel->getSomething(OFileTable::getUnoTunn… in getTablePrivileges()
H A DFResultSet.cxx1820 Reference< ::com::sun::star::lang::XUnoTunnel> xTunnel(_xTable,UNO_QUERY); in doTableSpecials() local
1821 if(xTunnel.is()) in doTableSpecials()
1823 …m_pTable = reinterpret_cast< OFileTable* >( xTunnel->getSomething(OFileTable::getUnoTunnelImplemen… in doTableSpecials()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1158 uno::Reference<lang::XUnoTunnel> xTunnel(xFrame, uno::UNO_QUERY); in setPropertyValue() local
1159 SwXFrame* pFrame = xTunnel.is() ? in setPropertyValue()
1161 sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething(SwXFrame::getUnoTunnelId()) )) in setPropertyValue()
2836 uno::Reference<lang::XUnoTunnel> xTunnel(xShape, uno::UNO_QUERY); in add() local
2840 sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething(SwXShape::getUnoTunnelId()) )); in add()
2844 sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething(SvxShape::getUnoTunnelId()) )); in add()
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx688 uno::Reference<lang::XUnoTunnel> xTunnel( rxTransferable, uno::UNO_QUERY ); in PasteFromTransferable() local
689 if ( xTunnel.is() ) in PasteFromTransferable()
691 sal_Int64 nHandle = xTunnel->getSomething( ScTransferObj::getUnoTunnelId() ); in PasteFromTransferable()
696 nHandle = xTunnel->getSomething( ScDrawTransferObj::getUnoTunnelId() ); in PasteFromTransferable()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx180 Reference < XUnoTunnel > xTunnel( xTmpModel, UNO_QUERY ); in LoadFromURL_impl() local
181 if (xTunnel.is()) in LoadFromURL_impl()
184 xTunnel->getSomething( SwXTextDocument::getUnoTunnelId() )); in LoadFromURL_impl()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx1325 Reference< lang::XUnoTunnel > xTunnel( impl_getNumberFormatsSupplier(), uno::UNO_QUERY ); in getSomething() local
1326 if( xTunnel.is() ) in getSomething()
1327 return xTunnel->getSomething( aIdentifier ); in getSomething()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx858 Reference< XUnoTunnel > xTunnel( m_xContext->getServiceManager(), UNO_QUERY ); in OServiceManagerWrapper() local
859 OSL_ASSERT( xTunnel.is() ); in OServiceManagerWrapper()
860 if (xTunnel.is()) in OServiceManagerWrapper()
863 xTunnel->getSomething( smgr_getImplementationId() ) ); in OServiceManagerWrapper()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1226 uno::Reference< lang::XUnoTunnel > xTunnel( rxIFace, uno::UNO_QUERY ); in getImplementation() local
1229 if( xTunnel.is() ) in getImplementation()
1230 …pReturn = reinterpret_cast< AccessibleShape* >( xTunnel->getSomething( getUnoTunnelImplementationI… in getImplementation()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx750 Reference< XUnoTunnel > xTunnel( in getImplementation() local
752 if (xTunnel.is()) in getImplementation()
753 return reinterpret_cast<SbaXGridPeer*>(xTunnel->getSomething(getUnoTunnelId())); in getImplementation()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx1160 Reference< XUnoTunnel > xTunnel( mxParent.get(), UNO_QUERY ); in setParent() local
1161 if( xTunnel.is() ) in setParent()
1162 …mpParent = reinterpret_cast< AnimationNode* >( sal::static_int_cast< sal_IntPtr >(xTunnel->getSome… in setParent()

Completed in 370 milliseconds

1234