summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/report/ReportWindow.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:46:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:46:22 +0000
commit57a9ad236fa747784edf38ec9c073f7cda66f2cb (patch)
tree1928315c660a85aa8bf2e977c5e4b16290aaf072 /reportdesign/source/ui/report/ReportWindow.cxx
parentINTEGRATION: CWS rptchart02 (1.8.4); FILE MERGED (diff)
downloadcore-57a9ad236fa747784edf38ec9c073f7cda66f2cb.tar.gz
core-57a9ad236fa747784edf38ec9c073f7cda66f2cb.zip
INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED
2008/05/15 12:29:39 oj 1.5.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:30:40 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:21 oj 1.5.22.1: #i86343# remove unused code
Diffstat (limited to 'reportdesign/source/ui/report/ReportWindow.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportWindow.cxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/reportdesign/source/ui/report/ReportWindow.cxx b/reportdesign/source/ui/report/ReportWindow.cxx
index 6ddfc3ab5253..4bf279552108 100644
--- a/reportdesign/source/ui/report/ReportWindow.cxx
+++ b/reportdesign/source/ui/report/ReportWindow.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ReportWindow.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -277,10 +277,6 @@ sal_Int32 OReportWindow::getSplitterHeight() const
return nRet;
}
//------------------------------------------------------------------------------
-void OReportWindow::setTotalSize()
-{
-}
-//------------------------------------------------------------------------------
sal_Int32 OReportWindow::GetTotalHeight() const
{
sal_Int32 nHeight = m_aHRuler.GetSizePixel().Height();
@@ -497,6 +493,12 @@ sal_uInt32 OReportWindow::getMarkedObjectCount() const
{
return m_pViews ? m_pViews->getMarkedObjectCount() : 0;
}
+// -----------------------------------------------------------------------------
+void OReportWindow::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const
+{
+ if ( m_pViews )
+ m_pViews->fillControlModelSelection(_rSelection);
+}
//==================================================================
} //rptui