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.cxx50 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface, in getValue()
63 _aStatementHandle,SQL_HANDLE_STMT,_xInterface,sal_False); in getValue()
76 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface, in bindParameter()
112 OTools::ThrowException(_pConnection,nRetcode,_hStmt,SQL_HANDLE_STMT,_xInterface); in bindParameter()
256 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface, in bindValue()
405 OTools::ThrowException(_pConnection,nRetcode,_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in bindValue()
412 const Reference< XInterface >& _xInterface, in ThrowException()
461 _xInterface, in ThrowException()
474 const Reference< XInterface >& _xInterface) in getBytesValue()
489 _aStatementHandle,SQL_HANDLE_STMT,_xInterface); in getBytesValue()
[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()
125 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column,SQL_DESC_CO… in getColumnODBCType()
127 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column, SQL_DESC_T… in getColumnODBCType()
131 …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,
116 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
123 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface);
129 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface);
135 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface);
141 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface);
193 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
201 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface);
207 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
237 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
[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.java86 private Object _xInterface; field in TestComponent._PerformancTestObject
133 return _xInterface; in getInterface_attr()
137 _xInterface = _interface_attr; in setInterface_attr()
231 return _xInterface; in getInterface()
235 _xInterface = x; in setInterface()
318 private Object _xInterface; field in TestComponent._TestObject
387 _xInterface = xInterface; in setValues()
428 _xInterface = io_xInterface[0]; in setValues2()
472 o_xInterface[0] = _xInterface; in getValues()
644 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()
359 get { return _xInterface; }
360 set { _xInterface = value; }
456 dothrow( new RuntimeException(_string, _xInterface) );
464 set { throw new RuntimeException(_string, _xInterface); }
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDriver.cxx153 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface, in release()
166 xParent = _xInterface; in release()
167 _xInterface = NULL; in release()
180 _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.cxx248 Reference< XInterface >& _xInterface, in release()
259 xParent = _xInterface; in release()
260 _xInterface = NULL; in release()
272 _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.cxx253 void ADOS::ThrowException(ADOConnection* _pAdoCon,const Reference< XInterface >& _xInterface) in ThrowException() argument
280 …aException = SQLException(aErr.GetDescription(),_xInterface,aErr.GetSQLState(),aErr.GetNumber(),An… in ThrowException()
284 _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 …_pAdoCon,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface);
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx2091 Reference< XInterface >& _xInterface, in release()
2104 xParent = _xInterface; in release()
2105 _xInterface = NULL; in release()
2118 _xInterface = xParent; in release()