Home
last modified time | relevance | path

Searched refs:getUnoTunnelImplementationId (Results 51 – 75 of 111) sorted by relevance

12345

/trunk/main/connectivity/source/inc/ado/
H A DAGroup.hxx59 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
H A DATable.hxx65 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
H A DAUser.hxx61 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/drivers/dbase/
H A DDCode.cxx105 …terpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoTunnelImplementationId()) ); in preProcess()
H A DDResultSet.cxx179 …dbase::ODbaseIndex* >( xTunnel->getSomething(dbase::ODbaseIndex::getUnoTunnelImplementationId()) ); in fillIndexValues()
/trunk/main/connectivity/source/inc/adabas/
H A DBTable.hxx79 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/inc/calc/
H A DCTable.hxx95 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/inc/connectivity/
H A DConnectionWrapper.hxx73 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/inc/mysql/
H A DYTable.hxx106 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/inc/dbase/
H A DDIndex.hxx106 static com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/inc/file/
H A DFTable.hxx101 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/comphelper/inc/comphelper/
H A Dtypes.hxx129 … _pObject = reinterpret_cast< TYPE* >(xTunnel->getSomething(TYPE::getUnoTunnelImplementationId())); in getImplementation()
/trunk/main/connectivity/source/inc/flat/
H A DETable.hxx97 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx717 Sequence< sal_Int8 > OCalcTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OCalcTable
738 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTable.hxx99 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/dbaccess/source/core/inc/
H A Dtable.hxx135 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx576 Sequence< sal_Int8 > OFlatTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OFlatTable
596 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1656 Sequence< sal_Int8 > OResultSet::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OResultSet
1677 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
1823 …interpret_cast< OFileTable* >( xTunnel->getSomething(OFileTable::getUnoTunnelImplementationId()) ); in doTableSpecials()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Ddecrypter.cxx152 …mpl* )xTplEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
H A Dverifier.cxx223 …ecImpl* )xEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
H A Dsigner.cxx223 …ecImpl* )xEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Ddecrypter.cxx153 …mpl* )xTplEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
H A Dverifier.cxx225 …ecImpl* )xEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx609 … sal_Int64 that = tunnel->getSomething( ::pyuno::Adapter::getUnoTunnelImplementationId() ); in any2PyObject()
885 ::pyuno::Adapter::getUnoTunnelImplementationId() ) ); in pyObject2Any()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx2161 …interpret_cast<ORowSetClone*>(xTunnel->getSomething(ORowSetClone::getUnoTunnelImplementationId())); in notifyRowSetAndClonesRowDelete()
2179 …interpret_cast<ORowSetClone*>(xTunnel->getSomething(ORowSetClone::getUnoTunnelImplementationId())); in notifyRowSetAndClonesRowDeleted()
2987 Sequence< sal_Int8 > ORowSetClone::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in dbaccess::ORowSetClone
3005 …if (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray()… in getSomething()

Completed in 286 milliseconds

12345