User: rt Date: 2008-06-16 13:41:30+0000 Modified: dba/reportdesign/source/ui/inc/ReportWindow.hxx
Log: INTEGRATION: CWS rptchart02 (1.3.92); FILE MERGED 2008/05/15 12:29:38 oj 1.3.92.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:37 oj 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:19 oj 1.3.92.1: #i86343# remove unused code File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: ReportWindow.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportWindow.hxx?r1=1.4&r2=1.5 Delta lines: +5 -4 ------------------- --- ReportWindow.hxx 2008-04-10 19:04:31+0000 1.4 +++ ReportWindow.hxx 2008-06-16 13:41:28+0000 1.5 @@ -170,10 +170,6 @@ */ sal_Int32 getSplitterHeight() const; - /** sets the total size of the scroll window - */ - void setTotalSize(); - /** returns the minimum height of the section * * \param _nPos @@ -236,6 +232,11 @@ void alignMarkedObjects(sal_Int32 _nControlModification, bool _bAlignAtSection, bool bBoundRects = false); sal_uInt32 getMarkedObjectCount() const; + + /** fills the vector with all selected control models + /param _rSelection The vector will be filled and will not be cleared before. + */ + void fillControlModelSelection(::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const; }; //================================================================== } //rptui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
