User: ihi Date: 2007-11-20 19:23:37+0000 Modified: dba/dbaccess/source/ui/inc/linkeddocuments.hxx
Log: INTEGRATION: CWS reportdesign01 (1.14.68); FILE MERGED 2007/09/21 10:51:39 oj 1.14.68.1: #i77690# add new context menu entry to create a report with prefilled table or query 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.14&r2=1.15 Delta lines: +5 -3 ------------------- --- linkeddocuments.hxx 2007-05-10 10:33:02+0000 1.14 +++ linkeddocuments.hxx 2007-11-20 19:23:35+0000 1.15 @@ -104,14 +104,16 @@ OPEN_FORMAIL }; - sal_Bool isConnected() const { return m_xConnection.is(); } + inline sal_Bool isConnected() const { return m_xConnection.is(); } ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> open(const ::rtl::OUString& _rLinkName ,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition , EOpenMode _eOpenMode = OPEN_NORMAL); - ::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); + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newDocument(sal_Int32 _nNewFormId + ,::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _xDefinition + ,const sal_Int32 _nCommandType + ,const ::rtl::OUString& _sObjectName); ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> newWithPilot( const char* _pWizardService --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
