Home
last modified time | relevance | path

Searched refs:getUnoTunnelImplementationId (Results 1 – 25 of 111) sorted by relevance

12345

/trunk/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx55 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
65 …return reinterpret_cast< ODescriptor* >( xTunnel->getSomething( getUnoTunnelImplementationId() ) ); in getImplementation()
110 Sequence< sal_Int8 > ODescriptor::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in connectivity::sdbcx::ODescriptor
/trunk/main/comphelper/source/misc/
H A Daccimplaccess.cxx120 const Sequence< sal_Int8 >& OAccessibleImplementationAccess::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in comphelper::OAccessibleImplementationAccess
142 …&& ( 0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rIdentifier.getConst… in getSomething()
159 xTunnel->getSomething( getUnoTunnelImplementationId() ) ); in getImplementation()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx107 …mentation = reinterpret_cast<OJoinExchObj*>(xTunnel->getSomething(getUnoTunnelImplementationId())); in GetSourceDescription()
115 Sequence< sal_Int8 > OJoinExchObj::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in dbaui::OJoinExchObj
133 …if (_rIdentifier.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getCon… in getSomething()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlencryption_nssimpl.cxx129 … xTplTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in encrypt()
148 … xTgtTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in encrypt()
285 … xTplTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in decrypt()
H A Dxmlsignature_nssimpl.cxx111 … xNodTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in generate()
219 … xNodTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in validate()
/trunk/main/connectivity/source/drivers/ado/
H A DAView.cxx50 Sequence< sal_Int8 > OAdoView::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdoView
69 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAIndex.cxx82 Sequence< sal_Int8 > OAdoIndex::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdoIndex
101 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAKey.cxx76 Sequence< sal_Int8 > OAdoKey::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdoKey
95 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAGroup.cxx96 Sequence< sal_Int8 > OAdoGroup::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdoGroup
115 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DATable.cxx134 Sequence< sal_Int8 > OAdoTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdoTable
153 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAUser.cxx77 Sequence< sal_Int8 > OAdoUser::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdoUser
96 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAColumn.cxx86 Sequence< sal_Int8 > OAdoColumn::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdoColumn
105 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
/trunk/main/connectivity/source/commontools/
H A DTConnection.cxx66 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
71 Sequence< sal_Int8 > OMetaConnection::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OMetaConnection
H A DConnectionWrapper.cxx166 …if (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray()… in getSomething()
175 Sequence< sal_Int8 > OConnectionWrapper::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OConnectionWrapper
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmlelementwrapper_xmlsecimpl.cxx45 cssu::Sequence< sal_Int8 > XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId( void ) in getUnoTunnelImplementationId() function in XMLElementWrapper_XmlSecImpl
66 getUnoTunnelImplementationId().getConstArray(), in getSomething()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx128 static Sequence< sal_Int8 > getUnoTunnelImplementationId();
149 …reinterpret_cast< OToolBoxWindowItem* >( xTunnel->getSomething( getUnoTunnelImplementationId() ) ); in isWindowItem()
158 Sequence< sal_Int8 > OToolBoxWindowItem::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in __anon275061f80111::OToolBoxWindowItem
177 …&& ( 0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rId.getConstArray(),… in getSomething()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndexes.cxx111 …terpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoTunnelImplementationId()) ); in appendObject()
125 …terpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoTunnelImplementationId()) ); in dropObject()
H A DDTables.cxx81 …terpret_cast< ODbaseTable* >( xTunnel->getSomething(ODbaseTable::getUnoTunnelImplementationId()) ); in appendObject()
119 …terpret_cast< ODbaseTable* >( xTunnel->getSomething(ODbaseTable::getUnoTunnelImplementationId()) ); in dropObject()
H A DDIndex.cxx111 Sequence< sal_Int8 > ODbaseIndex::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in ODbaseIndex
130 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
621 …cast< ODbaseResultSet* >( xTunnel->getSomething(ODbaseResultSet::getUnoTunnelImplementationId()) ); in CreateImpl()
/trunk/main/connectivity/source/drivers/file/
H A DFTable.cxx149 Sequence< sal_Int8 > OFileTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OFileTable
170 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dencrypter.cxx161 …mpl* )xTplEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
185 …mpl* )xTarEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dencrypter.cxx167 …mpl* )xTplEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
191 …mpl* )xTarEleTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in main()
/trunk/main/dbaccess/source/inc/
H A Dapitools.hxx243 static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId() \
256 ::com::sun::star::uno::Sequence< sal_Int8 > classname::getUnoTunnelImplementationId() \
272 return classname::getUnoTunnelImplementationId(); \
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsignature_mscryptimpl.cxx111 …ecImpl* )xNodTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in generate()
210 …ecImpl* )xNodTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ) ; in validate()
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx226 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
231 Sequence< sal_Int8 > OAdabasConnection::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() function in OAdabasConnection

Completed in 102 milliseconds

12345