User: rt Date: 2008-06-16 13:42:21+0000 Modified: dba/reportdesign/source/ui/inc/ViewsWindow.hxx
Log: INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED 2008/05/15 12:29:38 oj 1.5.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:47 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:20 oj 1.5.22.1: #i86343# remove unused code File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: ViewsWindow.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ViewsWindow.hxx?r1=1.6&r2=1.7 Delta lines: +4 -3 ------------------- --- ViewsWindow.hxx 2008-04-10 19:06:27+0000 1.6 +++ ViewsWindow.hxx 2008-06-16 13:42:18+0000 1.7 @@ -116,7 +116,6 @@ svtools::ColorConfig m_aColorConfig; OReportWindow* m_pParent; ::rtl::OUString m_sShapeType; - Point m_aPoint; sal_Bool m_bInSplitHandler; sal_Bool m_bInUnmark; @@ -322,10 +321,12 @@ void MovAction(const Point& rPnt,const OSectionView* _pSection,bool _bMove /*= true */, bool _bControlKeySet); // void MovAction2(const Point& rPnt,const OSectionView* _pSection); - void setPoint(const Point& _aPnt); - inline Point getPoint() const { return m_aPoint; } 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]
