User: rt Date: 2008-01-30 08:47:53+0000 Modified: dba/dbaccess/source/ui/inc/UITools.hxx
Log: INTEGRATION: CWS dba24d (1.32.88); FILE MERGED 2007/11/15 10:02:10 fs 1.32.88.1: #i81658# added createView taking a command (instead of the object) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: UITools.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/UITools.hxx?r1=1.32&r2=1.33 Delta lines: +8 -0 ------------------- --- UITools.hxx 2007-05-10 10:29:40+0000 1.32 +++ UITools.hxx 2008-01-30 08:47:50+0000 1.33 @@ -428,6 +428,14 @@ ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xSourceObject); + /** creates a view with the given command + */ + ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> createView( + const ::rtl::OUString& _rName, + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection, + const ::rtl::OUString& _rCommand + ); + /** returns the stripped database name. @param _xDataSource The data source --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
