User: rt Date: 2008-06-16 13:46:25+0000 Modified: dba/reportdesign/source/ui/report/ReportWindow.cxx
Log: 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 File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportWindow.cxx?r1=1.6&r2=1.7 Delta lines: +6 -4 ------------------- --- ReportWindow.cxx 2008-04-10 19:15:09+0000 1.6 +++ ReportWindow.cxx 2008-06-16 13:46:22+0000 1.7 @@ -277,10 +277,6 @@ return nRet; } //------------------------------------------------------------------------------ -void OReportWindow::setTotalSize() -{ -} -//------------------------------------------------------------------------------ sal_Int32 OReportWindow::GetTotalHeight() const { sal_Int32 nHeight = m_aHRuler.GetSizePixel().Height(); @@ -497,6 +493,12 @@ { 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
