From 47fb5627db8ffc35ab17526ab634fdea360a922c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 29 Jan 2008 13:06:27 +0000 Subject: [PATCH] INTEGRATION: CWS reportdesign02 (1.23.24); FILE MERGED 2007/12/20 11:49:14 oj 1.23.24.3: merge conflicts resolved 2007/12/20 07:51:07 oj 1.23.24.2: RESYNC: (1.23-1.24); FILE MERGED 2007/11/07 12:14:20 oj 1.23.24.1: #i78387# new menu entry for saveas for reports --- dbaccess/source/core/dataaccess/documentdefinition.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dbaccess/source/core/dataaccess/documentdefinition.hxx b/dbaccess/source/core/dataaccess/documentdefinition.hxx index 899009f5e266..3b16ae218eba 100644 --- a/dbaccess/source/core/dataaccess/documentdefinition.hxx +++ b/dbaccess/source/core/dataaccess/documentdefinition.hxx @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: ihi $ $Date: 2007-11-21 15:39:47 $ + * last change: $Author: rt $ $Date: 2008-01-29 14:06:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -146,9 +146,11 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage> getStorage() const; sal_Bool save(sal_Bool _bApprove); + sal_Bool saveAs(); void closeObject(); sal_Bool isModified(); void fillReportData(); + inline sal_Bool isNewReport() const { return !m_bForm && !m_pImpl->m_aProps.bAsTemplate; } /** prepares closing the document component