User: rt      
Date: 2008-06-16 13:41:46+0000
Modified:
   dba/reportdesign/source/ui/inc/ScrollHelper.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:40 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]: ScrollHelper.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ScrollHelper.hxx?r1=1.5&r2=1.6
Delta lines:  +5 -2
-------------------
--- ScrollHelper.hxx    2008-04-10 19:04:47+0000        1.5
+++ ScrollHelper.hxx    2008-06-16 13:41:43+0000        1.6
@@ -95,8 +95,6 @@
                */
                void                                    initialize();
 
-        void                                   EndScroll( long nDeltaX, long 
nDeltaY );
-
                inline Point                    getScrollOffset() const { 
return 
Point(m_aHScroll.GetThumbPos(),m_aVScroll.GetThumbPos())/*m_aScrollOffset*/; }
                inline OReportWindow*   getReportWindow() const { return 
m_pChild; }
                void                                    setTotalSize(sal_Int32 
_nWidth ,sal_Int32 _nHeight);
@@ -217,6 +215,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;
        };
 }
 #endif // RPTUI_SCROLLHELPER_HXX




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to