User: hr Date: 05/04/06 04:40:23 Modified: /dba/dbaccess/source/ui/inc/ linkeddocuments.hxx
Log: INTEGRATION: CWS dba31 (1.9.18); FILE MERGED 2005/04/05 08:10:48 oj 1.9.18.1: #i46465# return document defintion to controller File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: linkeddocuments.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/linkeddocuments.hxx?r1=1.9&r2=1.10 Delta lines: +8 -5 ------------------- --- linkeddocuments.hxx 10 Mar 2005 16:51:50 -0000 1.9 +++ linkeddocuments.hxx 6 Apr 2005 11:40:21 -0000 1.10 @@ -138,18 +138,21 @@ ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newForm(sal_Int32 _nNewFormId ,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition); - void newWithPilot( + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newWithPilot( const char* _pWizardService + ,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition ,const sal_Int32 _nCommandType = -1 ,const ::rtl::OUString& _rObjectName = ::rtl::OUString() ); - void newFormWithPilot( - const sal_Int32 _nCommandType = -1 + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newFormWithPilot( + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition + ,const sal_Int32 _nCommandType = -1 ,const ::rtl::OUString& _rObjectName = ::rtl::OUString() ); - void newReportWithPilot( - const sal_Int32 _nCommandType = -1 + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newReportWithPilot( + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition + ,const sal_Int32 _nCommandType = -1 ,const ::rtl::OUString& _rObjectName = ::rtl::OUString() ); void newQueryWithPilot( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
