summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 14:10:34 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 14:10:34 +0000
commit7f17594af905563674e5ae6c190fa62aadedff83 (patch)
treefc79cc197bc26b715fda8e76e25b636bf6232b6b /reportdesign
parente425d4e7734ad51872fb42b6b8f8a31aacc06aad (diff)
INTEGRATION: CWS titles02 (1.3.58); FILE MERGED
2008/02/12 13:26:50 as 1.3.58.3: RESYNC: (1.3-1.4); FILE MERGED 2007/12/17 15:25:04 oj 1.3.58.2: #i45617# return correct report titles as well 2007/12/10 11:36:17 oj 1.3.58.1: #i45909# #i45617# #i71469# change title handling
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/inc/ReportController.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx
index 071d27c9b2d9..1a18140347a3 100644
--- a/reportdesign/source/ui/inc/ReportController.hxx
+++ b/reportdesign/source/ui/inc/ReportController.hxx
@@ -6,9 +6,9 @@
*
* $RCSfile: ReportController.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2008-03-05 18:09:06 $
+ * last change: $Author: kz $ $Date: 2008-04-04 15:10:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -306,7 +306,6 @@ namespace rptui
*/
void createDefaultControl(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& _aArgs);
- protected:
DECL_LINK( OnInvalidateClipboard, void* );
DECL_LINK( OnClipboardChanged, void* );
DECL_LINK( OnExecuteReport, void* );
@@ -321,8 +320,6 @@ namespace rptui
virtual void losingConnection( );
- virtual void updateTitle();
-
virtual ~OReportController();
public:
OReportController(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context);
@@ -393,6 +390,9 @@ namespace rptui
virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& xSelection ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any SAL_CALL getSelection( ) throw (::com::sun::star::uno::RuntimeException);
+ // XTitle
+ virtual ::rtl::OUString SAL_CALL getTitle( ) throw (::com::sun::star::uno::RuntimeException);
+
/** returns the current position of the splitter
*
* \return
@@ -431,9 +431,10 @@ namespace rptui
inline ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > getContext() const { return m_xContext; }
- protected:
+ private:
virtual void onLoadedMenu( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager >& _xLayoutManager );
virtual void impl_initialize( );
};
}
#endif // RPTUI_REPORTCONTROLLER_HXX
+