Home
last modified time | relevance | path

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

1234

/trunk/main/package/source/xstor/
H A Dxstorage.cxx1046 uno::Reference< lang::XUnoTunnel > xTunnel( m_xPackageFolder, uno::UNO_QUERY ); in InsertIntoPackageFolder() local
1047 if ( !xTunnel.is() ) in InsertIntoPackageFolder()
1050 xParentPackageFolder->insertByName( aName, uno::makeAny( xTunnel ) ); in InsertIntoPackageFolder()
1582 uno::Reference< lang::XUnoTunnel > xTunnel; in OpenSubStorage() local
1583 m_xPackageFolder->getByName( pElement->m_aOriginalName ) >>= xTunnel; in OpenSubStorage()
1584 if ( !xTunnel.is() ) in OpenSubStorage()
1587 uno::Reference< container::XNameContainer > xPackageSubFolder( xTunnel, uno::UNO_QUERY ); in OpenSubStorage()
1610 uno::Reference< lang::XUnoTunnel > xTunnel; in OpenSubStream() local
1611 m_xPackageFolder->getByName( pElement->m_aOriginalName ) >>= xTunnel; in OpenSubStream()
1612 if ( !xTunnel.is() ) in OpenSubStream()
[all …]
H A Dowriteablestream.cxx392 uno::Reference< lang::XUnoTunnel > xTunnel( m_xPackageStream, uno::UNO_QUERY ); in InsertIntoPackageFolder() local
393 if ( !xTunnel.is() ) in InsertIntoPackageFolder()
396 xParentPackageFolder->insertByName( aName, uno::makeAny( xTunnel ) ); in InsertIntoPackageFolder()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1052 const uno::Reference<lang::XUnoTunnel> xTunnel(xOwnCursor, uno::UNO_QUERY); in CheckForOwnMember() local
1054 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xTunnel); in CheckForOwnMember()
1803 const uno::Reference<XUnoTunnel> xTunnel(xFrameTextCursor, in convertToTextFrame() local
1806 ::sw::UnoTunnelGetImplementation<SwXTextCursor>(xTunnel); in convertToTextFrame()
H A Dunoobj.cxx3186 const uno::Reference<lang::XUnoTunnel> xTunnel( in createEnumeration() local
3189 if (xTunnel.is()) in createEnumeration()
3191 pParentText = ::sw::UnoTunnelGetImplementation<SwXText>(xTunnel); in createEnumeration()
H A Dunochart.cxx1807 uno::Reference< lang::XUnoTunnel > xTunnel( xRef, uno::UNO_QUERY ); in AddRowCols() local
1808 if(xTunnel.is()) in AddRowCols()
1811 …sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething( SwChartDataSequence::getUnoTunnelId() )… in AddRowCols()
H A Dunoframe.cxx1704 uno::Reference<lang::XUnoTunnel> xTunnel(xFrame, uno::UNO_QUERY); in setPropertyValue() local
1705 SwXFrame* pFrame = xTunnel.is() ? in setPropertyValue()
1706 …reinterpret_cast< SwXFrame * >( sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething(SwXFrame… in setPropertyValue()
H A Dunostyle.cxx975 uno::Reference<lang::XUnoTunnel> xTunnel( xStyle, uno::UNO_QUERY); in replaceByName() local
976 if(xTunnel.is()) in replaceByName()
979 sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in replaceByName()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx829 Reference< XUnoTunnel > xTunnel(xSupplier,UNO_QUERY); in ensureFormatter() local
830 …erImpl = (SvNumberFormatsSupplierObj*)sal::static_int_cast< sal_IntPtr >(xTunnel->getSomething(SvN… in ensureFormatter()
H A DUITools.cxx1525 Reference< XUnoTunnel > xTunnel(xSupplier,UNO_QUERY); in setEvalDateFormatForFormatter() local
1526 …SvNumberFormatsSupplierObj* pSupplierImpl = reinterpret_cast<SvNumberFormatsSupplierObj*>(xTunnel-… in setEvalDateFormatForFormatter()
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx542 Reference< ::com::sun::star::lang::XUnoTunnel> xTunnel(connection,UNO_QUERY); in getDataDefinitionByConnection() local
543 if ( xTunnel.is() ) in getDataDefinitionByConnection()
547 …OAdabasConnection* pSearchConnection = reinterpret_cast< OAdabasConnection* >( xTunnel->getSomethi… in getDataDefinitionByConnection()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx2114 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xTunnel( xDisp, ::com::sun:… in QueryState()
2116 if ( xTunnel.is() ) in QueryState()
2118 … sal_Int64 nImplementation = xTunnel->getSomething(SfxOfficeDispatch::impl_getStaticIdentifier()); in QueryState()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1200 Reference< XUnoTunnel > xTunnel(_rxIFace, UNO_QUERY); in getImplementation() local
1201 if (xTunnel.is()) in getImplementation()
1202 pReturn = reinterpret_cast<FmXGridPeer*>(xTunnel->getSomething(getUnoTunnelImplementationId())); in getImplementation()
H A Dgridcell.cxx4710 Reference< ::com::sun::star::lang::XUnoTunnel > xTunnel( in getImplementation() local
4712 if (xTunnel.is()) in getImplementation()
4713 return reinterpret_cast<FmXFilterCell*>(xTunnel->getSomething(getUnoTunnelId())); in getImplementation()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2222 uno::Reference< lang::XUnoTunnel> xTunnel; in getSomething() local
2223 ::comphelper::query_aggregation(m_aProps->m_xProxy,xTunnel); in getSomething()
2224 if ( xTunnel.is() ) in getSomething()
2225 nRet = xTunnel->getSomething(rId); in getSomething()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3686 uno::Reference<XUnoTunnel> xTunnel( rData.GetTransferable(), UNO_QUERY ); in GetSwTransferable() local
3687 if ( xTunnel.is() ) in GetSwTransferable()
3689 sal_Int64 nHandle = xTunnel->getSomething( getUnoTunnelId() ); in GetSwTransferable()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx140 Reference< lang::XUnoTunnel > xTunnel( xChartView, uno::UNO_QUERY ); in getExplicitValueProvider() local
141 if( xTunnel.is() ) in getExplicitValueProvider()
143 pExplicitValueProvider = reinterpret_cast<ExplicitValueProvider*>(xTunnel->getSomething( in getExplicitValueProvider()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx262 return uno::makeAny ( doGetByName ( aName ).xTunnel ); in getByName()

Completed in 2532 milliseconds

1234