summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:05:00 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:05:00 +0000
commitfe57147109e3620dee9b1266f6e43694db62d420 (patch)
tree90c31895516c5b2ead047f7db2720f1fea07ea7a /reportdesign
parent8c022551c3e108da23958e93416eca9590df96b1 (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED
2008/02/13 07:11:53 oj 1.3.62.2: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.3.62.1: #i85225# export master detail different now
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlReport.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/reportdesign/source/filter/xml/xmlReport.hxx b/reportdesign/source/filter/xml/xmlReport.hxx
index 67859193adbf..ac00412a9e29 100644
--- a/reportdesign/source/filter/xml/xmlReport.hxx
+++ b/reportdesign/source/filter/xml/xmlReport.hxx
@@ -6,9 +6,9 @@
*
* $RCSfile: xmlReport.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2007-08-02 14:34:08 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:05:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,13 +38,16 @@
#ifndef RPT_XMLREPORTELEMENTBASE_HXX
#include "xmlReportElementBase.hxx"
#endif
+#include <vector>
namespace rptxml
{
class ORptFilter;
- class OXMLReport : public OXMLReportElementBase
+ class OXMLReport : public OXMLReportElementBase, public IMasterDetailFieds
{
::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xComponent;
+ ::std::vector< ::rtl::OUString> m_aMasterFields;
+ ::std::vector< ::rtl::OUString> m_aDetailFields;
OXMLReport(const OXMLReport&);
void operator =(const OXMLReport&);
public:
@@ -62,6 +65,8 @@ namespace rptxml
virtual void EndElement();
+ virtual void addMasterDetailPair(const ::std::pair< ::rtl::OUString,::rtl::OUString >& _aPair);
+
private:
/** initializes our object's properties whose runtime (API) default is different from the file
format default.