User: rt      
Date: 2008-06-16 13:41:00+0000
Modified:
   dba/reportdesign/source/ui/inc/ReportController.hxx

Log:
 INTEGRATION: CWS rptchart02 (1.7.2); FILE MERGED
 2008/05/23 05:41:26 oj 1.7.2.2: unsigned inserted
 2008/05/15 12:29:38 oj 1.7.2.1: #i87135# allow to enable e.g. bold for 
controls as other checks

File Changes:

Directory: /dba/reportdesign/source/ui/inc/
===========================================

File [changed]: ReportController.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportController.hxx?r1=1.7&r2=1.8
Delta lines:  +23 -6
--------------------
--- ReportController.hxx        2008-04-10 19:03:27+0000        1.7
+++ ReportController.hxx        2008-06-16 13:40:58+0000        1.8
@@ -34,21 +34,23 @@
 #include <dbaccess/singledoccontroller.hxx>
 #endif
 #include <cppuhelper/implbase2.hxx>
-#include <com/sun/star/beans/PropertyValue.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
 #include <com/sun/star/uno/Sequence.hxx>
 #include <com/sun/star/sdbc/XConnection.hpp>
-#include <com/sun/star/report/XSection.hpp>
+#include <com/sun/star/sdbc/XRowSet.hpp>
+#include <com/sun/star/beans/PropertyValue.hpp>
 #include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/beans/XPropertyChangeListener.hpp>
 #include <com/sun/star/util/XNumberFormatter.hpp>
-#include <com/sun/star/uno/XComponentContext.hpp>
 #include <com/sun/star/io/XObjectOutputStream.hpp>
 #include <com/sun/star/io/XObjectInputStream.hpp>
 #include <com/sun/star/frame/XComponentLoader.hpp>
+#include <com/sun/star/frame/XFrame.hpp>
 #include <com/sun/star/report/XReportDefinition.hpp>
 #include <com/sun/star/report/XReportControlModel.hpp>
-#include <com/sun/star/beans/XPropertyChangeListener.hpp>
 #include <com/sun/star/report/XReportEngine.hpp>
-#include <com/sun/star/sdbc/XRowSet.hpp>
+#include <com/sun/star/report/XSection.hpp>
+
 #include <comphelper/uno3.hxx>
 #include <svtools/transfer.hxx>
 #include <svtools/lstner.hxx>
@@ -58,7 +60,7 @@
 #include "RptDef.hxx"
 #include <functional>
 #include <boost/shared_ptr.hpp>
-#include <com/sun/star/frame/XFrame.hpp>
+
 
 
 class TransferableHelper;
@@ -257,6 +259,21 @@
         */
         void createDefaultControl(const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue>& _aArgs);
 
+        /** fills the state for the feture request.
+            @param  _sProperty  the property which should be filled in the 
value 
+            @param  _rState     the state to fill
+        */
+        void impl_fillState_nothrow(const ::rtl::OUString& 
_sProperty,dbaui::FeatureState& _rState) const;
+        void impl_fillCustomShapeState_nothrow(const char* 
_pCustomShapeType,dbaui::FeatureState& _rState) const;
+
+        /** set the property at all selected controls.
+            @return <TRUE/> when the selection is not empty
+        */
+        bool impl_setPropertyAtControls_throw(const sal_uInt16 _nUndoResId
+            ,const ::rtl::OUString& _sProperty
+            ,const ::com::sun::star::uno::Any& _aValue
+            ,const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue >& _aArgs);
+
                DECL_LINK( OnInvalidateClipboard, void* );
                DECL_LINK( OnClipboardChanged, void* );
         DECL_LINK( OnExecuteReport, void* );




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

Reply via email to