Kaydet (Commit) 8a9211a0 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sw: prefix members of SwChartDataSequence.

Change-Id: Ie0c91e739ee7a3bda55fd6dd45aa79c6b75675d1
üst b31b17e5
......@@ -251,23 +251,23 @@ class SwChartDataSequence :
public SwChartDataSequenceBaseClass,
public SwClient
{
::cppu::OInterfaceContainerHelper aEvtListeners;
::cppu::OInterfaceContainerHelper aModifyListeners;
css::chart2::data::DataSequenceRole aRole;
::cppu::OInterfaceContainerHelper m_aEvtListeners;
::cppu::OInterfaceContainerHelper m_aModifyListeners;
css::chart2::data::DataSequenceRole m_aRole;
OUString aRowLabelText;
OUString aColLabelText;
OUString m_aRowLabelText;
OUString m_aColLabelText;
// holds a reference to the data-provider to guarantee its lifetime last as
// long as the pointer may be used.
css::uno::Reference< css::chart2::data::XDataProvider > xDataProvider;
SwChartDataProvider * pDataProvider;
css::uno::Reference< css::chart2::data::XDataProvider > m_xDataProvider;
SwChartDataProvider * m_pDataProvider;
sw::UnoCursorPointer pTableCrsr; // cursor spanned over cells to use
sw::UnoCursorPointer m_pTableCrsr; // cursor spanned over cells to use
const SfxItemPropertySet* _pPropSet;
const SfxItemPropertySet* m_pPropSet;
bool bDisposed;
bool m_bDisposed;
SwChartDataSequence( const SwChartDataSequence &rObj );
SwChartDataSequence & operator = ( const SwChartDataSequence & ) = delete;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment