| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OTools.cxx | 50 … 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 D | OResultSetMetaData.cxx | 88 … ,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 D | OTools.hxx | 108 … 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 D | OResultSetMetaData.hxx | 79 … ,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 D | cli_testobj_performance.cs | 53 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 D | TestComponent.java | 86 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 D | cli_cs_testobj.cs | 65 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 D | SDriver.cxx | 153 ::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 D | OSubComponent.hxx | 58 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
|
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_driver.cxx | 248 Reference< XInterface >& _xInterface, in release() 259 xParent = _xInterface; in release() 260 _xInterface = NULL; in release() 272 _xInterface = xParent; in release()
|
| H A D | mysqlc_subcomponent.hxx | 68 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | ADriver.cxx | 253 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 D | OSubComponent.hxx | 48 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | adoimp.hxx | 80 …_pAdoCon,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface);
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | dbtools.cxx | 2091 Reference< XInterface >& _xInterface, in release() 2104 xParent = _xInterface; in release() 2105 _xInterface = NULL; in release() 2118 _xInterface = xParent; in release()
|