User: rt Date: 2008-06-16 13:40:14+0000 Modified: dba/reportdesign/source/ui/inc/DesignView.hxx
Log: INTEGRATION: CWS rptchart02 (1.4.22); FILE MERGED 2008/05/15 12:29:38 oj 1.4.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:26 oj 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:19 oj 1.4.22.1: #i86343# remove unused code File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: DesignView.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/DesignView.hxx?r1=1.5&r2=1.6 Delta lines: +5 -7 ------------------- --- DesignView.hxx 2008-04-10 19:01:08+0000 1.5 +++ DesignView.hxx 2008-06-16 13:40:11+0000 1.6 @@ -251,13 +251,6 @@ ::rtl::OUString getCurrentPage() const; void setCurrentPage(const ::rtl::OUString& _sLastActivePage); - /** calculate the max width of the markers - * - * @param _bWithEnd if <TRUE/> the end marker will be used for calculation as well otherwise not. - * \return the max width - */ - sal_Int32 getMaxMarkerWidth(sal_Bool _bWithEnd) const; - /** checks if the keycode is known by the child windows @param _rCode the keycode @return <TRUE/> if the keycode is handled otherwise <FALSE/> @@ -281,6 +274,11 @@ sal_Bool isHandleEvent(sal_uInt16 _nId) const; 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]
