/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 413 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 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() 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()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 108 … 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 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
|
/aoo41x/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()
|
/aoo41x/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() 316 get { return _xInterface; } 317 set { _xInterface = value; } 413 dothrow( new RuntimeException(_string, _xInterface) ); 421 set { throw new RuntimeException(_string, _xInterface); }
|
/aoo41x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 81 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 …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDriver.cxx | 154 ::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 D | OSubComponent.hxx | 58 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_driver.cxx | 259 Reference< XInterface >& _xInterface, in release() 270 xParent = _xInterface; in release() 271 _xInterface = NULL; in release() 283 _xInterface = xParent; in release()
|
H A D | mysqlc_subcomponent.hxx | 68 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 254 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()
|
/aoo41x/main/connectivity/source/inc/ |
H A D | OSubComponent.hxx | 48 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface,
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | adoimp.hxx | 80 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface) throw(::com::s…
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 2093 Reference< XInterface >& _xInterface, in release() 2106 xParent = _xInterface; in release() 2107 _xInterface = NULL; in release() 2120 _xInterface = xParent; in release()
|