summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r--sw/inc/unochart.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 17c22f435e35..73b01130d2dd 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -53,7 +53,6 @@
#include <calbck.hxx>
-
class SfxItemPropertySet;
class SwDoc;
class SwTable;
@@ -63,20 +62,14 @@ struct SwRangeDescriptor;
class SwSelBoxes;
class SwFrmFmt;
-//////////////////////////////////////////////////////////////////////
-
bool FillRangeDescriptor( SwRangeDescriptor &rDesc, const OUString &rCellRangeName );
-//////////////////////////////////////////////////////////////////////
-
class SwChartHelper
{
public:
static void DoUpdateAllCharts( SwDoc* pDoc );
};
-//////////////////////////////////////////////////////////////////////
-
class SwChartLockController_Helper
{
SwDoc *pDoc;
@@ -85,7 +78,6 @@ class SwChartLockController_Helper
Timer aUnlockTimer; // timer to unlock chart controllers
bool bIsLocked;
-
// disallow use of d-tor, copy c-tor and assignment operator
SwChartLockController_Helper( const SwChartLockController_Helper & );
SwChartLockController_Helper & operator = ( const SwChartLockController_Helper & );
@@ -102,8 +94,6 @@ public:
void Disconnect();
};
-//////////////////////////////////////////////////////////////////////
-
typedef cppu::WeakImplHelper4
<
::com::sun::star::chart2::data::XDataProvider,
@@ -141,7 +131,6 @@ class SwChartDataProvider :
};
typedef std::map< const SwTable *, Set_DataSequenceRef_t, lt_SwTable_Ptr > Map_Set_DataSequenceRef_t;
-
// map of all data-sequences provided directly or indirectly (e.g. via
// data-source) by this object. Since there is only one object of this type
// for each document it should hold references to all used data-sequences for
@@ -152,7 +141,6 @@ class SwChartDataProvider :
const SwDoc * pDoc;
sal_Bool bDisposed;
-
// disallow use of c-tor and assignment operator
SwChartDataProvider( const SwChartDataProvider & );
SwChartDataProvider & operator = ( const SwChartDataProvider & );
@@ -215,8 +203,6 @@ public:
void AddRowCols( const SwTable &rTable, const SwSelBoxes& rBoxes, sal_uInt16 nLines, sal_Bool bBehind );
};
-//////////////////////////////////////////////////////////////////////
-
typedef cppu::WeakImplHelper2
<
::com::sun::star::chart2::data::XDataSource,
@@ -248,8 +234,6 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException, std::exception);
};
-//////////////////////////////////////////////////////////////////////
-
typedef cppu::WeakImplHelper10
<
::com::sun::star::chart2::data::XDataSequence,
@@ -369,8 +353,6 @@ public:
bool ExtendTo( bool bExtendCol, sal_Int32 nFirstNew, sal_Int32 nCount );
};
-//////////////////////////////////////////////////////////////////////
-
typedef cppu::WeakImplHelper4
<
::com::sun::star::chart2::data::XLabeledDataSequence2,
@@ -399,7 +381,6 @@ class SwChartLabeledDataSequence :
void SetDataSequence( ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence >& rxDest, const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence >& rxSource );
-
public:
SwChartLabeledDataSequence();
virtual ~SwChartLabeledDataSequence();
@@ -434,8 +415,6 @@ public:
virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException, std::exception);
};
-//////////////////////////////////////////////////////////////////////
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */