User: hr      
Date: 2007-08-02 14:29:27+0000
Modified:
   dba/reportdesign/source/core/api/FixedLine.cxx

Log:
 INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED
 2007/07/11 09:43:18 oj 1.2.2.2: #i78608# remove props PRINTREPEATEDVALUES,... 
for fixedline
 2007/07/11 09:26:56 oj 1.2.2.1: #i78608# remove props PRINTREPEATEDVALUES,... 
for fixedline

File Changes:

Directory: /dba/reportdesign/source/core/api/
=============================================

File [changed]: FixedLine.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/FixedLine.cxx?r1=1.2&r2=1.3
Delta lines:  +23 -14
---------------------
--- FixedLine.cxx       2007-07-09 11:56:13+0000        1.2
+++ FixedLine.cxx       2007-08-02 14:29:24+0000        1.3
@@ -118,6 +118,9 @@
             ,PROPERTY_VISITEDCHARSTYLENAME
             ,PROPERTY_UNVISITEDCHARSTYLENAME
             ,PROPERTY_CHARKERNING
+            ,PROPERTY_PRINTREPEATEDVALUES
+            ,PROPERTY_CONDITIONALPRINTEXPRESSION
+            ,PROPERTY_PRINTWHENGROUPCHANGE
        };
        return uno::Sequence< ::rtl::OUString 
>(pProps,sizeof(pProps)/sizeof(pProps[0]));
 }
@@ -219,7 +222,7 @@
 }
 // 
-----------------------------------------------------------------------------
 // XReportComponent
-REPORTCOMPONENT_IMPL(OFixedLine)
+REPORTCOMPONENT_IMPL3(OFixedLine)
 // 
-----------------------------------------------------------------------------
 ::sal_Int16  SAL_CALL OFixedLine::getControlBorder( ) throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
@@ -320,28 +323,24 @@
 // 
-----------------------------------------------------------------------------
 ::sal_Bool SAL_CALL OFixedLine::getPrintWhenGroupChange() throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
-       ::osl::MutexGuard aGuard(m_aMutex);
-       return m_aProps.bPrintWhenGroupChange;
+       throw beans::UnknownPropertyException();
 }
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OFixedLine::setPrintWhenGroupChange( ::sal_Bool 
_printwhengroupchange ) throw (beans::UnknownPropertyException, 
uno::RuntimeException)
+void SAL_CALL OFixedLine::setPrintWhenGroupChange( ::sal_Bool 
/*_printwhengroupchange*/ ) throw (beans::UnknownPropertyException, 
uno::RuntimeException)
 {
-       
set(PROPERTY_PRINTWHENGROUPCHANGE,_printwhengroupchange,m_aProps.bPrintWhenGroupChange);
+       throw beans::UnknownPropertyException();
 }
 // 
-----------------------------------------------------------------------------
 ::rtl::OUString SAL_CALL OFixedLine::getConditionalPrintExpression() throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
-       ::osl::MutexGuard aGuard(m_aMutex);
-       return m_aProps.aConditionalPrintExpression;
+       throw beans::UnknownPropertyException();
 }
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OFixedLine::setConditionalPrintExpression( const 
::rtl::OUString& _conditionalprintexpression ) throw 
(beans::UnknownPropertyException, uno::RuntimeException)
+void SAL_CALL OFixedLine::setConditionalPrintExpression( const 
::rtl::OUString& /*_conditionalprintexpression*/ ) throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
-       
set(PROPERTY_CONDITIONALPRINTEXPRESSION,_conditionalprintexpression,m_aProps.aConditionalPrintExpression);
+       throw beans::UnknownPropertyException();
 }
-
 // 
-----------------------------------------------------------------------------
-
 // XCloneable
 uno::Reference< util::XCloneable > SAL_CALL OFixedLine::createClone(  ) throw 
(uno::RuntimeException)
 {
@@ -544,6 +543,16 @@
 }
 
 NO_REPORTCONTROLFORMAT_IMPL(OFixedLine)
+
+::sal_Bool SAL_CALL OFixedLine::getPrintRepeatedValues() throw 
(beans::UnknownPropertyException, uno::RuntimeException)
+{
+       throw beans::UnknownPropertyException();
+}
+void SAL_CALL OFixedLine::setPrintRepeatedValues( ::sal_Bool 
/*_printrepeatedvalues*/ ) throw (beans::UnknownPropertyException, 
uno::RuntimeException)
+{
+       throw beans::UnknownPropertyException();
+}
+
 // 
-----------------------------------------------------------------------------
 // 
=============================================================================
 } // namespace reportdesign




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

Reply via email to