Home
last modified time | relevance | path

Searched refs:getUnoTunnelImplementationId (Results 76 – 100 of 111) sorted by relevance

12345

/trunk/main/forms/source/component/
H A DColumns.hxx85 static const ::com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelImplementationId();
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dsigner.cxx241 …ecImpl* )xEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx89 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx153 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx217 …terpret_cast< OConnection* >( xTunnel->getSomething(OConnection::getUnoTunnelImplementationId()) ); in getDataDefinitionByConnection()
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx126 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/drivers/file/
H A DFDriver.cxx217 …terpret_cast< OConnection* >( xTunnel->getSomething(OConnection::getUnoTunnelImplementationId()) ); in getDataDefinitionByConnection()
H A DFStatement.cxx503 …= reinterpret_cast<OFileTable*>(xTunnel->getSomething(OFileTable::getUnoTunnelImplementationId())); in construct()
/trunk/main/dbaccess/source/core/inc/
H A DTableDeco.hxx196 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
H A DContentHelper.hxx190 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/dbaccess/source/core/api/
H A DRowSet.hxx490 return getUnoTunnelImplementationId(); in getImplementationId()
505 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/package/inc/
H A DZipPackage.hxx166 com::sun::star::uno::Sequence < sal_Int8 > getUnoTunnelImplementationId( void )
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx77 Sequence<sal_Int8> Adapter::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in pyuno::Adapter
H A Dpyuno_impl.hxx252 static com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.hxx186 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx524 … reinterpret_cast<SdrModel*>(xTunnel->getSomething(SdrModel::getUnoTunnelImplementationId()))); in DBG_NAME()
/trunk/main/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx307 …terpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoTunnelImplementationId()) ); in getIndexInfo()
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx384 … static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelImplementationId() throw();
H A Dsvdmodel.hxx727 static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelImplementationId();
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1180 const Sequence< sal_Int8 >& FmXGridPeer::getUnoTunnelImplementationId() throw() in getUnoTunnelImplementationId() function in FmXGridPeer
1202 pReturn = reinterpret_cast<FmXGridPeer*>(xTunnel->getSomething(getUnoTunnelImplementationId())); in getImplementation()
1213 …&& (0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rIdentifier.getConstA… in getSomething()
/trunk/main/reportdesign/source/core/inc/
H A DSection.hxx195 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2212 …if (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray()… in getSomething()
2233 return OReportDefinition::getUnoTunnelImplementationId(); in getImplementationId()
2236 uno::Sequence< sal_Int8 > OReportDefinition::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in reportdesign::OReportDefinition
2268 …c_int_cast<sal_uIntPtr>(xUT->getSomething( OReportDefinition::getUnoTunnelImplementationId())))->g… in getSdrModel()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1693 Sequence< sal_Int8 > ZipPackage::getUnoTunnelImplementationId( void ) in getUnoTunnelImplementationId() function in ZipPackage
1704 …if ( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelImplementationId().getCo… in getSomething()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx496 XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))) ; in checkElement()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx363 …t_cast<OMetaConnection*>(xTunnel->getSomething( OMetaConnection::getUnoTunnelImplementationId() )); in connect()

Completed in 169 milliseconds

12345