Tag: cws_src680_rptchart01 User: oj Date: 2008-01-25 13:57:30+0000 Modified: dba/reportdesign/inc/ReportDefinition.hxx dba/reportdesign/inc/RptResId.hrc dba/reportdesign/inc/helpids.hrc
Log: #i85225# two new aatributes for master detail File Changes: Directory: /dba/reportdesign/inc/ ================================= File [changed]: ReportDefinition.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/ReportDefinition.hxx?r1=1.3.62.1&r2=1.3.62.2 Delta lines: +6 -2 ------------------- --- ReportDefinition.hxx 2008-01-24 13:03:32+0000 1.3.62.1 +++ ReportDefinition.hxx 2008-01-25 13:57:27+0000 1.3.62.2 @@ -6,9 +6,9 @@ * * $RCSfile: ReportDefinition.hxx,v $ * - * $Revision: 1.3.62.1 $ + * $Revision: 1.3.62.2 $ * - * last change: $Author: oj $ $Date: 2008/01/24 13:03:32 $ + * last change: $Author: oj $ $Date: 2008/01/25 13:57:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -210,6 +210,10 @@ virtual void SAL_CALL setFilter( const ::rtl::OUString& _filter ) throw (::com::sun::star::uno::RuntimeException); virtual ::sal_Bool SAL_CALL getEscapeProcessing() throw (::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setEscapeProcessing( ::sal_Bool _escapeprocessing ) throw (::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getActiveConnection() throw (::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL setActiveConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _activeconnection ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); + virtual ::rtl::OUString SAL_CALL getDataSourceName() throw (::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL setDataSourceName( const ::rtl::OUString& _datasourcename ) throw (::com::sun::star::uno::RuntimeException); virtual ::sal_Bool SAL_CALL getReportHeaderOn() throw (::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setReportHeaderOn( ::sal_Bool _reportheaderon ) throw (::com::sun::star::uno::RuntimeException); virtual ::sal_Bool SAL_CALL getReportFooterOn() throw (::com::sun::star::uno::RuntimeException); File [changed]: RptResId.hrc Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/RptResId.hrc?r1=1.3.20.1&r2=1.3.20.2 Delta lines: +4 -2 ------------------- --- RptResId.hrc 2008-01-24 13:03:32+0000 1.3.20.1 +++ RptResId.hrc 2008-01-25 13:57:27+0000 1.3.20.2 @@ -4,9 +4,9 @@ * * $RCSfile: RptResId.hrc,v $ * - * $Revision: 1.3.20.1 $ + * $Revision: 1.3.20.2 $ * - * last change: $Author: oj $ $Date: 2008/01/24 13:03:32 $ + * last change: $Author: oj $ $Date: 2008/01/25 13:57:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -223,6 +223,8 @@ #define RID_STR_TYPE (RID_STRING_START + 142) #define RID_STR_TYPE_CONST (RID_STRING_START + 143) #define RID_STR_CHARTTYPE (RID_STRING_START + 144) +#define RID_STR_MASTERFIELDS (RID_STRING_START + 145) +#define RID_STR_DETAILFIELDS (RID_STRING_START + 146) // #define RID_STR_ (RID_STRING_START + 130) // ----------------------------------------------------------------------- File [changed]: helpids.hrc Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/helpids.hrc?r1=1.3.20.1&r2=1.3.20.2 Delta lines: +6 -5 ------------------- --- helpids.hrc 2008-01-24 13:03:32+0000 1.3.20.1 +++ helpids.hrc 2008-01-25 13:57:27+0000 1.3.20.2 @@ -4,9 +4,9 @@ * * $RCSfile: helpids.hrc,v $ * - * $Revision: 1.3.20.1 $ + * $Revision: 1.3.20.2 $ * - * last change: $Author: oj $ $Date: 2008/01/24 13:03:32 $ + * last change: $Author: oj $ $Date: 2008/01/25 13:57:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,8 +77,8 @@ #define HID_PROP_FORMULALIST (HID_RPT_START + 34) #define HID_PROP_SCOPE (HID_RPT_START + 35) #define HID_PROP_TYPE (HID_RPT_START + 36) -// free -// free +#define HID_PROP_MASTERFIELDS (HID_RPT_START + 37) +#define HID_PROP_DETAILFIELDS (HID_RPT_START + 38) // free // free // free @@ -121,9 +121,10 @@ #define HID_PROP_BACKTRANSPARENT (HID_RPT_START + 78) #define HID_PROP_CONTROLBACKGROUNDTRANSPARENT (HID_RPT_START + 79) #define UID_RPT_PROP_CHARTTYPE_DLG (HID_RPT_START + 80) +#define UID_RPT_PROP_DLG_LINKFIELDS (HID_RPT_START + 81) -#if UID_RPT_PROP_CHARTTYPE_DLG > HID_RPT_END +#if UID_RPT_PROP_DLG_LINKFIELDS > HID_RPT_END #error Help-Id Ueberlauf in #file, #line #endif // don't forget to update the file util/hidother.src --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
