Home
last modified time | relevance | path

Searched refs:_xInterface (Results 1 – 15 of 15) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx413 const Reference< XInterface >& _xInterface, in ThrowException()
462 _xInterface, in ThrowException()
490 _aStatementHandle,SQL_HANDLE_STMT,_xInterface); in getBytesValue()
524 _aStatementHandle,SQL_HANDLE_STMT,_xInterface); in getBytesValue()
537 const Reference< XInterface >& _xInterface, in getStringValue()
666 const Reference< XInterface >& _xInterface, in GetInfo()
673 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo()
688 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo()
701 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo()
714 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo()
[all …]
H A DOResultSetMetaData.cxx88 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface in getNumColAttrib()
99 &nValue),_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in getNumColAttrib()
119 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface in getColumnODBCType()
126 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column,SQL_DESC_CO… in getColumnODBCType()
128 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column, SQL_DESC_T… in getColumnODBCType()
132 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column,SQL_DESC_CO… in getColumnODBCType()
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx108 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
117 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
125 …const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface) throw(::…
131 …const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface) throw(::…
137 …const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface) throw(::…
195 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
209 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
239 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
251 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
261 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface, in getValue()
[all …]
H A DOResultSetMetaData.hxx79 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface
85 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs53 private Object _xInterface; field in testobj.PerformanceTestObject
69 public Object getInterface_attr() { return _xInterface; } in getInterface_attr()
70 public void setInterface_attr( Object _interface_attr ) { _xInterface = _interface_attr; } in setInterface_attr()
96 public Object getInterface( ) { return _xInterface; } in getInterface()
97 public void setInterface( /*IN*/Object x ) { _xInterface = x; } in setInterface()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java81 private Object _xInterface; field in TestComponent._PerformancTestObject
128 return _xInterface; in getInterface_attr()
132 _xInterface = _interface_attr; in setInterface_attr()
226 return _xInterface; in getInterface()
230 _xInterface = x; in setInterface()
313 private Object _xInterface; field in TestComponent._TestObject
382 _xInterface = xInterface; in setValues()
423 _xInterface = io_xInterface[0]; in setValues2()
467 o_xInterface[0] = _xInterface; in getValues()
601 return _xInterface; in getInterface()
[all …]
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs65 private Object _xInterface; field in cs_testobj.BridgeTestObject
129 _xInterface = xInterface; in setValues()
169 _xInterface = io_xInterface; in setValues2()
215 o_xInterface = _xInterface; in getValues()
316 get { return _xInterface; }
317 set { _xInterface = value; }
413 dothrow( new RuntimeException(_string, _xInterface) );
421 set { throw new RuntimeException(_string, _xInterface); }
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDriver.cxx154 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface, in release()
167 xParent = _xInterface; in release()
168 _xInterface = NULL; in release()
181 _xInterface = xParent; in release()
H A DOSubComponent.hxx58 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
/trunk/main/mysqlc/source/
H A Dmysqlc_driver.cxx259 Reference< XInterface >& _xInterface, in release()
270 xParent = _xInterface; in release()
271 _xInterface = NULL; in release()
283 _xInterface = xParent; in release()
H A Dmysqlc_subcomponent.hxx68 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx254 void ADOS::ThrowException(ADOConnection* _pAdoCon,const Reference< XInterface >& _xInterface) throw… in ThrowException() argument
281 …aException = SQLException(aErr.GetDescription(),_xInterface,aErr.GetSQLState(),aErr.GetNumber(),An… in ThrowException()
285 _xInterface,aErr.GetSQLState(),aErr.GetNumber(),makeAny(aException)); in ThrowException()
/trunk/main/connectivity/source/inc/
H A DOSubComponent.hxx48 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
/trunk/main/connectivity/source/inc/ado/
H A Dadoimp.hxx80 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface) throw(::com::s…
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx2093 Reference< XInterface >& _xInterface, in release()
2106 xParent = _xInterface; in release()
2107 _xInterface = NULL; in release()
2120 _xInterface = xParent; in release()

Completed in 82 milliseconds