LibreOffice Module chart2 (master) 1
Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
chart::DataBrowser Class Reference

#include <DataBrowser.hxx>

Inheritance diagram for chart::DataBrowser:
[legend]
Collaboration diagram for chart::DataBrowser:
[legend]

Public Member Functions

 DataBrowser (const css::uno::Reference< css::awt::XWindow > &rParent, weld::Container *pColumns, weld::Container *pColors)
 
virtual ~DataBrowser () override
 
virtual void dispose () override
 
virtual OUString GetCellText (sal_Int32 nRow, sal_uInt16 nColId) const override
 GetCellText returns the text at the given position. More...
 
double GetCellNumber (sal_Int32 nRow, sal_uInt16 nColumnId) const
 returns the number in the given cell. More...
 
bool isDateTimeString (const OUString &aInputString, double &fOutDateTimeValue)
 
virtual void Resize () override
 
void SetReadOnly (bool bNewState)
 
bool IsReadOnly () const
 
void SetDataFromModel (const rtl::Reference<::chart::ChartModel > &xChartDoc)
 
bool MayInsertRow () const
 
bool MayInsertColumn () const
 
bool MayDeleteRow () const
 
bool MayDeleteColumn () const
 
bool MayMoveUpRows () const
 
bool MayMoveDownRows () const
 
bool MayMoveRightColumns () const
 
bool MayMoveLeftColumns () const
 
void InsertRow ()
 
void InsertColumn ()
 
void InsertTextColumn ()
 
void RemoveRow ()
 
void RemoveColumn ()
 
void MoveUpRow ()
 
void MoveDownRow ()
 
void MoveLeftColumn ()
 
void MoveRightColumn ()
 
void SetCursorMovedHdl (const Link< DataBrowser *, void > &rLink)
 
bool EndEditing ()
 confirms all pending changes to be ready to be closed More...
 
bool CellContainsNumbers (sal_uInt16 nCol) const
 
sal_uInt32 GetNumberFormatKey (sal_uInt16 nCol) const
 
bool IsEnableItem () const
 
bool IsDataValid () const
 
void ShowWarningBox ()
 
bool ShowQueryBox ()
 
void RenewSeriesHeaders ()
 
void RemoveColumn (sal_uInt16 nColumnId)
 
virtual void MouseButtonDown (const MouseEvent &rEvt) override
 
virtual void MouseButtonDown (const BrowserMouseEvent &rEvt)
 
- Public Member Functions inherited from svt::EditBrowseBox
 EditBrowseBox (vcl::Window *pParent, EditBrowseBoxFlags nBrowserFlags, WinBits nBits, BrowserMode nMode=BrowserMode::NONE)
 
virtual ~EditBrowseBox () override
 
virtual void dispose () override
 
bool IsEditing () const
 
void InvalidateStatusCell (sal_Int32 nRow)
 
void InvalidateHandleColumn ()
 
virtual void Init ()
 
virtual void RemoveRows ()
 
virtual void Dispatch (sal_uInt16 nId)
 
const CellControllerRefController () const
 
EditBrowseBoxFlags GetBrowserFlags () const
 
void SetBrowserFlags (EditBrowseBoxFlags nFlags)
 
virtual void ActivateCell (sal_Int32 nRow, sal_uInt16 nCol, bool bSetCellFocus=true)
 
virtual void DeactivateCell (bool bUpdate=true)
 
virtual sal_Int32 GetAccessibleControlCount () const override
 
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessibleControl (sal_Int32 nIndex) override
 
virtual void GrabTableFocus () override
 
virtual tools::Rectangle GetFieldCharacterBounds (sal_Int32 _nRow, sal_Int32 _nColumnPos, sal_Int32 nIndex) override
 
virtual sal_Int32 GetFieldIndexAtPoint (sal_Int32 _nRow, sal_Int32 _nColumnPos, const Point &_rPoint) override
 
virtual bool ProcessKey (const KeyEvent &rEvt) override
 
virtual void ChildFocusIn () override
 
virtual void ChildFocusOut () override
 
css::uno::Reference< css::accessibility::XAccessible > CreateAccessibleCheckBoxCell (sal_Int32 _nRow, sal_uInt16 _nColumnPos, const TriState &eState)
 
bool ControlHasFocus () const
 
- Public Member Functions inherited from BrowseBox
virtual sal_Int32 GetRowCount () const override
 
 BrowseBox (vcl::Window *pParent, WinBits nBits, BrowserMode nMode=BrowserMode::NONE)
 
virtual ~BrowseBox () override
 
virtual void dispose () override
 
virtual void StateChanged (StateChangedType nStateChange) override
 
virtual void MouseButtonDown (const MouseEvent &rEvt) override
 
virtual void MouseMove (const MouseEvent &rEvt) override
 
virtual void MouseButtonUp (const MouseEvent &rEvt) override
 
virtual void KeyInput (const KeyEvent &rEvt) override
 
virtual void LoseFocus () override
 
virtual void GetFocus () override
 
virtual void Resize () override
 
virtual void Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override
 
virtual void Draw (OutputDevice *pDev, const Point &rPos, SystemTextColorFlags nFlags) override
 
virtual void Command (const CommandEvent &rEvt) override
 
virtual void StartDrag (sal_Int8 _nAction, const Point &_rPosPixel) override
 
virtual sal_Int8 AcceptDrop (const AcceptDropEvent &rEvt) override
 
virtual sal_Int8 ExecuteDrop (const ExecuteDropEvent &rEvt) override
 
virtual sal_Int8 AcceptDrop (const BrowserAcceptDropEvent &rEvt)
 
virtual sal_Int8 ExecuteDrop (const BrowserExecuteDropEvent &rEvt)
 
virtual void MouseButtonDown (const BrowserMouseEvent &rEvt)
 
virtual void MouseButtonUp (const BrowserMouseEvent &rEvt)
 
void StartScroll ()
 
virtual void EndScroll ()
 
virtual void Select ()
 
virtual void DoubleClick (const BrowserMouseEvent &rEvt)
 
virtual bool IsCursorMoveAllowed (sal_Int32 nNewRow, sal_uInt16 nNewColId) const
 
virtual void CursorMoved ()
 
virtual void ColumnMoved (sal_uInt16 nColId)
 
virtual void ColumnResized (sal_uInt16 nColId)
 
virtual void RowHeightChanged ()
 
virtual tools::Long QueryMinimumRowHeight ()
 
void SetUpdateMode (bool bUpdate)
 
bool GetUpdateMode () const
 
void SetFont (const vcl::Font &rNewFont)
 
const vcl::FontGetFont () const
 
void SetTitleFont (const vcl::Font &rNewFont)
 
void InsertHandleColumn (sal_uLong nWidth)
 
void InsertDataColumn (sal_uInt16 nItemId, const OUString &rText, tools::Long nSize, HeaderBarItemBits nBits=HeaderBarItemBits::STDSTYLE, sal_uInt16 nPos=HEADERBAR_APPEND)
 
void SetColumnTitle (sal_uInt16 nColumnId, const OUString &rTitle)
 
void SetColumnWidth (sal_uInt16 nColumnId, sal_uLong nWidth)
 
void SetColumnPos (sal_uInt16 nColumnId, sal_uInt16 nPos)
 
void FreezeColumn (sal_uInt16 nColumnId)
 
void RemoveColumn (sal_uInt16 nColumnId)
 
void RemoveColumns ()
 
void SetDataRowHeight (tools::Long nPixel)
 
tools::Long GetDataRowHeight () const
 
void SetTitleLines (sal_uInt16 nLines)
 
tools::Long GetTitleHeight () const
 
OUString GetColumnTitle (sal_uInt16 nColumnId) const
 
tools::Rectangle GetFieldRect (sal_uInt16 nColumnId) const
 
sal_uLong GetColumnWidth (sal_uInt16 nColumnId) const
 
sal_uInt16 GetColumnId (sal_uInt16 nPos) const
 
sal_uInt16 GetColumnPos (sal_uInt16 nColumnId) const
 
bool IsFrozen (sal_uInt16 nColumnId) const
 
sal_Int32 ScrollColumns (sal_Int32 nColumns)
 
sal_Int32 ScrollRows (sal_Int32 nRows)
 
void MakeFieldVisible (sal_Int32 nRow, sal_uInt16 nColId)
 
sal_Int32 GetCurRow () const
 
sal_uInt16 GetCurColumnId () const
 
bool GoToRow (sal_Int32 nRow)
 
bool GoToColumnId (sal_uInt16 nColId)
 
bool GoToRowColumnId (sal_Int32 nRow, sal_uInt16 nColId)
 
virtual void SetNoSelection () override
 
virtual void SelectAll () override
 
virtual void SelectRow (sal_Int32 nRow, bool _bSelect=true, bool bExpand=true) override
 
void SelectColumnPos (sal_uInt16 nCol, bool _bSelect=true)
 
void SelectColumnId (sal_uInt16 nColId)
 
sal_Int32 GetSelectRowCount () const
 
sal_uInt16 GetSelectColumnCount () const
 
virtual bool IsRowSelected (sal_Int32 nRow) const override
 
bool IsColumnSelected (sal_uInt16 nColumnId) const
 
sal_Int32 FirstSelectedRow ()
 
sal_Int32 LastSelectedRow ()
 
sal_Int32 NextSelectedRow ()
 
const MultiSelectionGetColumnSelection () const
 
const MultiSelectionGetSelection () const
 
sal_Int32 FirstSelectedColumn () const
 
bool IsResizing () const
 
BrowserDataWinGetDataWindow () const
 
tools::Rectangle GetRowRectPixel (sal_Int32 nRow) const
 
tools::Rectangle GetFieldRectPixel (sal_Int32 nRow, sal_uInt16 nColId, bool bRelToBrowser=true) const
 
bool IsFieldVisible (sal_Int32 nRow, sal_uInt16 nColId, bool bComplete=false) const
 
sal_Int32 GetRowAtYPosPixel (tools::Long nY, bool bRelToBrowser=true) const
 
sal_uInt16 GetColumnAtXPosPixel (tools::Long nX) const
 
void Clear ()
 
void RowRemoved (sal_Int32 nRow, sal_Int32 nNumRows=1, bool bDoPaint=true)
 
void RowModified (sal_Int32 nRow, sal_uInt16 nColId=BROWSER_INVALIDID)
 
void RowInserted (sal_Int32 nRow, sal_Int32 nNumRows=1, bool bDoPaint=true, bool bKeepSelection=false)
 
bool ReserveControlArea (sal_uInt16 nWidth=USHRT_MAX)
 
tools::Rectangle GetControlArea () const
 
virtual bool ProcessKey (const KeyEvent &rEvt)
 
virtual void ChildFocusIn ()
 
virtual void ChildFocusOut ()
 
void Dispatch (sal_uInt16 nId)
 
void SetMode (BrowserMode nMode)
 
BrowserMode GetMode () const
 
void SetCursorColor (const Color &_rCol)
 
void EnableInteractiveRowHeight ()
 
bool IsInteractiveRowHeightEnabled () const
 
void DoPaintField (OutputDevice &rDev, const tools::Rectangle &rRect, sal_uInt16 nColumnId, BrowserColumnAccess) const
 
sal_uLong GetDefaultColumnWidth (const OUString &_rText) const
 
virtual OUString GetCellText (sal_Int32 _nRow, sal_uInt16 _nColId) const
 
sal_uInt16 GetColumnCount () const override
 
void commitBrowseBoxEvent (sal_Int16 nEventId, const css::uno::Any &rNewValue, const css::uno::Any &rOldValue)
 
void commitTableEvent (sal_Int16 nEventId, const css::uno::Any &rNewValue, const css::uno::Any &rOldValue)
 
void commitHeaderBarEvent (sal_Int16 nEventId, const css::uno::Any &rNewValue, const css::uno::Any &rOldValue, bool _bColumnHeaderBar)
 
virtual tools::Rectangle calcHeaderRect (bool _bIsColumnBar, bool _bOnScreen=true) override
 
virtual tools::Rectangle calcTableRect (bool _bOnScreen=true) override
 
virtual tools::Rectangle GetFieldRectPixel (sal_Int32 _nRowId, sal_uInt16 _nColId, bool _bIsHeader, bool _bOnScreen) override
 
bool isAccessibleAlive () const
 
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessible () override
 
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessibleCell (sal_Int32 nRow, sal_uInt16 nColumnPos) override
 
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessibleRowHeader (sal_Int32 nRow) override
 
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessibleColumnHeader (sal_uInt16 nColumnPos) override
 
virtual sal_Int32 GetAccessibleControlCount () const override
 
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessibleControl (sal_Int32 nIndex) override
 
virtual bool ConvertPointToCellAddress (sal_Int32 &rnRow, sal_uInt16 &rnColumnId, const Point &rPoint) override
 
virtual bool ConvertPointToRowHeader (sal_Int32 &rnRow, const Point &rPoint) override
 
virtual bool ConvertPointToColumnHeader (sal_uInt16 &rnColumnPos, const Point &rPoint) override
 
virtual bool ConvertPointToControlIndex (sal_Int32 &rnIndex, const Point &rPoint) override
 
virtual OUString GetAccessibleObjectName (AccessibleBrowseBoxObjType eObjType, sal_Int32 _nPosition=-1) const override
 
virtual OUString GetAccessibleObjectDescription (AccessibleBrowseBoxObjType eObjType, sal_Int32 _nPosition=-1) const override
 
virtual OUString GetRowDescription (sal_Int32 nRow) const override
 
virtual OUString GetColumnDescription (sal_uInt16 _nColumn) const override
 
virtual void FillAccessibleStateSet (sal_Int64 &rStateSet, AccessibleBrowseBoxObjType eObjType) const override
 
virtual void FillAccessibleStateSetForCell (sal_Int64 &_rStateSet, sal_Int32 _nRow, sal_uInt16 _nColumn) const override
 
virtual void GrabTableFocus () override
 
virtual sal_Int32 GetCurrRow () const override
 
virtual sal_uInt16 GetCurrColumn () const override
 
virtual bool HasRowHeader () const override
 
virtual bool GoToCell (sal_Int32 _nRow, sal_uInt16 _nColumn) override
 
virtual void SelectColumn (sal_uInt16 _nColumn, bool _bSelect=true) override
 
virtual bool IsColumnSelected (sal_Int32 _nColumn) const override
 
virtual sal_Int32 GetSelectedRowCount () const override
 
virtual sal_Int32 GetSelectedColumnCount () const override
 
virtual void GetAllSelectedRows (css::uno::Sequence< sal_Int32 > &_rRows) const override
 
virtual void GetAllSelectedColumns (css::uno::Sequence< sal_Int32 > &_rColumns) const override
 
virtual bool IsCellVisible (sal_Int32 _nRow, sal_uInt16 _nColumn) const override
 
virtual OUString GetAccessibleCellText (sal_Int32 _nRow, sal_uInt16 _nColPos) const override
 
virtual bool GetGlyphBoundRects (const Point &rOrigin, const OUString &rStr, int nIndex, int nLen, std::vector< tools::Rectangle > &rVector) override
 
virtual tools::Rectangle GetWindowExtentsAbsolute () const override
 
virtual tools::Rectangle GetWindowExtentsRelative (const vcl::Window &rRelativeWindow) const override
 
virtual void GrabFocus () override
 
virtual css::uno::Reference< css::accessibility::XAccessible > GetAccessible () override
 
virtual vcl::WindowGetAccessibleParentWindow () const override
 
virtual vcl::WindowGetWindowInstance () override
 

Protected Member Functions

virtual void PaintCell (OutputDevice &rDev, const tools::Rectangle &rRect, sal_uInt16 nColumnId) const override
 
virtual bool SeekRow (sal_Int32 nRow) override
 
virtual bool IsTabAllowed (bool bForward) const override
 
virtual ::svt::CellControllerGetController (sal_Int32 nRow, sal_uInt16 nCol) override
 
virtual void InitController (::svt::CellControllerRef &rController, sal_Int32 nRow, sal_uInt16 nCol) override
 
virtual bool SaveModified () override
 
virtual void CursorMoved () override
 
virtual void CellModified () override
 
virtual void ColumnResized (sal_uInt16 nColId) override
 
virtual void EndScroll () override
 
virtual void MouseButtonDown (const BrowserMouseEvent &rEvt) override
 
- Protected Member Functions inherited from svt::EditBrowseBox
BrowserMouseEventPtr & getMouseEvent ()
 
BrowserHeaderGetHeaderBar () const
 
virtual VclPtr< BrowserHeaderCreateHeaderBar (BrowseBox *pParent) override
 
virtual VclPtr< BrowserHeaderimp_CreateHeaderBar (BrowseBox *pParent)
 
virtual void ColumnMoved (sal_uInt16 nId) override
 
virtual void ColumnResized (sal_uInt16 nColId) override
 
virtual void Resize () override
 
virtual void ArrangeControls (sal_uInt16 &nX, sal_uInt16 nY)
 
virtual bool SeekRow (sal_Int32 nRow) override
 
virtual void GetFocus () override
 
virtual void LoseFocus () override
 
virtual void KeyInput (const KeyEvent &rEvt) override
 
virtual void MouseButtonDown (const BrowserMouseEvent &rEvt) override
 
virtual void MouseButtonUp (const BrowserMouseEvent &rEvt) override
 
virtual void StateChanged (StateChangedType nType) override
 
virtual void DataChanged (const DataChangedEvent &rDCEvt) override
 
virtual bool PreNotify (NotifyEvent &rNEvt) override
 
virtual bool EventNotify (NotifyEvent &rNEvt) override
 
virtual void EndScroll () override
 
tools::Rectangle GetCellRect (sal_Int32 nRow, sal_uInt16 nColId, bool bRelToBrowser=true) const
 
virtual sal_uInt32 GetTotalCellWidth (sal_Int32 nRow, sal_uInt16 nColId)
 
sal_uInt32 GetAutoColumnWidth (sal_uInt16 nColId)
 
virtual void PaintStatusCell (OutputDevice &rDev, const tools::Rectangle &rRect) const
 
virtual void PaintCell (OutputDevice &rDev, const tools::Rectangle &rRect, sal_uInt16 nColId) const=0
 
virtual RowStatus GetRowStatus (sal_Int32 nRow) const
 
virtual void RowHeightChanged () override
 
virtual void ImplStartTracking () override
 
virtual void ImplEndTracking () override
 
virtual bool CursorMoving (sal_Int32 nNewRow, sal_uInt16 nNewCol)
 
virtual void CursorMoved () override
 
virtual void CellModified ()
 
virtual bool SaveModified ()
 
virtual bool SaveRow ()
 
virtual bool IsModified () const
 
virtual CellControllerGetController (sal_Int32 nRow, sal_uInt16 nCol)
 
virtual void InitController (CellControllerRef &rController, sal_Int32 nRow, sal_uInt16 nCol)
 
virtual void DoubleClick (const BrowserMouseEvent &) override
 
void ActivateCell ()
 
Image GetImage (RowStatus) const
 
virtual sal_uInt16 AppendColumn (const OUString &rName, sal_uInt16 nWidth, sal_uInt16 nPos=HEADERBAR_APPEND, sal_uInt16 nId=sal_uInt16(-1))
 
virtual bool IsTabAllowed (bool bForward) const
 
virtual bool IsCursorMoveAllowed (sal_Int32 nNewRow, sal_uInt16 nNewColId) const override
 
void PaintTristate (const tools::Rectangle &rRect, const TriState &eState, bool _bEnabled=true) const
 
void AsynchGetFocus ()
 
void implCreateActiveAccessible ()
 
virtual void MouseButtonUp (const MouseEvent &rEvt) override
 
virtual void MouseButtonUp (const BrowserMouseEvent &rEvt)
 
virtual void MouseButtonDown (const MouseEvent &rEvt) override
 
virtual void MouseButtonDown (const BrowserMouseEvent &rEvt)
 
- Protected Member Functions inherited from BrowseBox
::vcl::IAccessibleFactorygetAccessibleFactory ()
 
sal_uInt16 ColCount () const
 
void SetRealRowCount (const OUString &rRealRowCount)
 
virtual bool SeekRow (sal_Int32 nRow)=0
 
void DrawCursor ()
 
void PaintData (vcl::Window const &rWin, vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect)
 
virtual void PaintField (vcl::RenderContext &rDev, const tools::Rectangle &rRect, sal_uInt16 nColumnId) const=0
 
virtual void VisibleRowsChanged (sal_Int32 nNewTopRow, sal_uInt16 nNumRows)
 
sal_uInt16 GetVisibleRows () const
 
sal_Int32 GetTopRow () const
 
sal_uInt16 GetFirstVisibleColNumber () const
 
void DoShowCursor ()
 
void DoHideCursor ()
 
short GetCursorHideCount () const
 
virtual VclPtr< BrowserHeaderCreateHeaderBar (BrowseBox *pParent)
 
void SetHeaderBar (BrowserHeader *)
 
tools::Long CalcReverseZoom (tools::Long nVal) const
 
const DataFlavorExVectorGetDataFlavors () const
 
bool IsDropFormatSupported (SotClipboardFormatId nFormat) const
 
void DisposeAccessible ()
 
virtual void ImplStartTracking ()
 
virtual void ImplEndTracking ()
 

Private Types

typedef std::vector< std::shared_ptr< impl::SeriesHeader > > tSeriesHeaderContainer
 

Private Member Functions

void clearHeaders ()
 
void RenewTable ()
 
void ImplAdjustHeaderControls ()
 
OUString GetColString (sal_Int32 nColumnId) const
 
 DECL_LINK (SeriesHeaderGotFocus, impl::SeriesHeaderEdit &, void)
 
 DECL_LINK (SeriesHeaderChanged, impl::SeriesHeaderEdit &, void)
 
 DataBrowser (const DataBrowser &)=delete
 

Private Attributes

rtl::Reference<::chart::ChartModel > m_xChartDoc
 
std::unique_ptr< DataBrowserModelm_apDataBrowserModel
 
tSeriesHeaderContainer m_aSeriesHeaders
 
std::shared_ptr< NumberFormatterWrapperm_spNumberFormatterWrapper
 
sal_Int32 m_nSeekRow
 the row that is currently painted More...
 
bool m_bIsReadOnly
 
bool m_bDataValid
 
VclPtr< svt::FormattedControlm_aNumberEditField
 
VclPtr< svt::EditControlm_aTextEditField
 
weld::Containerm_pColumnsWin
 
weld::Containerm_pColorsWin
 
::svt::CellControllerRef m_rNumberEditController
 note: m_aNumberEditField must precede this member! More...
 
::svt::CellControllerRef m_rTextEditController
 note: m_aTextEditField must precede this member! More...
 
Link< DataBrowser *, void > m_aCursorMovedHdlLink
 

Additional Inherited Members

- Public Types inherited from svt::EditBrowseBox
enum  RowStatus
 
- Public Attributes inherited from svt::EditBrowseBox
 CLEAN
 
 CURRENT
 
 CURRENTNEW
 
 MODIFIED
 
 NEW
 
 DELETED
 
 PRIMARYKEY
 
 CURRENT_PRIMARYKEY
 
 FILTER
 
 HEADERFOOTER
 
- Public Attributes inherited from BrowseBox
MultiSelectionpSel
 
sal_Int32 nSel
 
- Static Public Attributes inherited from BrowseBox
static const sal_uInt16 HandleColumnId
 
- Static Protected Member Functions inherited from svt::EditBrowseBox
static void ResizeController (CellControllerRef const &rController, const tools::Rectangle &)
 
- Protected Attributes inherited from svt::EditBrowseBox
VclPtr< BrowserHeaderpHeader
 
- Protected Attributes inherited from BrowseBox
bool m_bNavigationBar
 

Detailed Description

Definition at line 54 of file DataBrowser.hxx.

Member Typedef Documentation

◆ tSeriesHeaderContainer

typedef std::vector< std::shared_ptr< impl::SeriesHeader > > chart::DataBrowser::tSeriesHeaderContainer
private

Definition at line 151 of file DataBrowser.hxx.

Constructor & Destructor Documentation

◆ DataBrowser() [1/2]

chart::DataBrowser::DataBrowser ( const css::uno::Reference< css::awt::XWindow > &  rParent,
weld::Container pColumns,
weld::Container pColors 
)

◆ ~DataBrowser()

chart::DataBrowser::~DataBrowser ( )
overridevirtual

Definition at line 494 of file DataBrowser.cxx.

◆ DataBrowser() [2/2]

chart::DataBrowser::DataBrowser ( const DataBrowser )
privatedelete

Member Function Documentation

◆ CellContainsNumbers()

bool chart::DataBrowser::CellContainsNumbers ( sal_uInt16  nCol) const

Definition at line 1128 of file DataBrowser.cxx.

References m_apDataBrowserModel, and chart::DataBrowserModel::NUMBER.

Referenced by GetController().

◆ CellModified()

void chart::DataBrowser::CellModified ( )
overrideprotectedvirtual

Reimplemented from svt::EditBrowseBox.

Definition at line 821 of file DataBrowser.cxx.

References IsDataValid(), m_aCursorMovedHdlLink, and m_bDataValid.

◆ clearHeaders()

void chart::DataBrowser::clearHeaders ( )
private

Definition at line 587 of file DataBrowser.cxx.

References m_aSeriesHeaders.

Referenced by RenewSeriesHeaders(), and RenewTable().

◆ ColumnResized()

void chart::DataBrowser::ColumnResized ( sal_uInt16  nColId)
overrideprotectedvirtual

◆ CursorMoved()

void chart::DataBrowser::CursorMoved ( )
overrideprotectedvirtual

Reimplemented from svt::EditBrowseBox.

Definition at line 765 of file DataBrowser.cxx.

References BrowseBox::GetUpdateMode(), and m_aCursorMovedHdlLink.

◆ DECL_LINK() [1/2]

chart::DataBrowser::DECL_LINK ( SeriesHeaderChanged  ,
impl::SeriesHeaderEdit ,
void   
)
private

◆ DECL_LINK() [2/2]

chart::DataBrowser::DECL_LINK ( SeriesHeaderGotFocus  ,
impl::SeriesHeaderEdit ,
void   
)
private

◆ dispose()

void chart::DataBrowser::dispose ( void  )
overridevirtual

◆ EndEditing()

bool chart::DataBrowser::EndEditing ( )

confirms all pending changes to be ready to be closed

Definition at line 1222 of file DataBrowser.cxx.

References m_aSeriesHeaders, m_bDataValid, SaveModified(), and ShowQueryBox().

◆ EndScroll()

void chart::DataBrowser::EndScroll ( )
overrideprotectedvirtual

Reimplemented from svt::EditBrowseBox.

Definition at line 1246 of file DataBrowser.cxx.

References BrowseBox::GetUpdateMode(), RenewSeriesHeaders(), and BrowseBox::SetUpdateMode().

◆ GetCellNumber()

double chart::DataBrowser::GetCellNumber ( sal_Int32  nRow,
sal_uInt16  nColumnId 
) const

returns the number in the given cell.

If a cell is empty or contains a string, the result will be Nan

Definition at line 734 of file DataBrowser.cxx.

References m_apDataBrowserModel.

Referenced by InitController().

◆ GetCellText()

OUString chart::DataBrowser::GetCellText ( sal_Int32  nRow,
sal_uInt16  nColId 
) const
overridevirtual

GetCellText returns the text at the given position.

Parameters
nRowthe number of the row
nColIdthe ID of the column
Returns
the text out of the cell

Reimplemented from BrowseBox.

Definition at line 674 of file DataBrowser.cxx.

References chart::DiagramHelper::getDateTimeInputNumberFormat(), GetNumberFormatKey(), m_apDataBrowserModel, m_spNumberFormatterWrapper, m_xChartDoc, chart::DataBrowserModel::NUMBER, chart::DataBrowserModel::TEXT, and chart::DataBrowserModel::TEXTORDATE.

Referenced by InitController(), and PaintCell().

◆ GetColString()

OUString chart::DataBrowser::GetColString ( sal_Int32  nColumnId) const
private

Definition at line 666 of file DataBrowser.cxx.

References m_apDataBrowserModel.

Referenced by RenewTable().

◆ GetController()

svt::CellController * chart::DataBrowser::GetController ( sal_Int32  nRow,
sal_uInt16  nCol 
)
overrideprotectedvirtual

◆ GetNumberFormatKey()

sal_uInt32 chart::DataBrowser::GetNumberFormatKey ( sal_uInt16  nCol) const

Definition at line 1135 of file DataBrowser.cxx.

References m_apDataBrowserModel.

Referenced by GetCellText(), and GetController().

◆ ImplAdjustHeaderControls()

void chart::DataBrowser::ImplAdjustHeaderControls ( )
private

◆ InitController()

void chart::DataBrowser::InitController ( ::svt::CellControllerRef rController,
sal_Int32  nRow,
sal_uInt16  nCol 
)
overrideprotectedvirtual

◆ InsertColumn()

void chart::DataBrowser::InsertColumn ( )

◆ InsertRow()

void chart::DataBrowser::InsertRow ( )

◆ InsertTextColumn()

void chart::DataBrowser::InsertTextColumn ( )

◆ IsDataValid()

bool chart::DataBrowser::IsDataValid ( ) const

◆ isDateTimeString()

bool chart::DataBrowser::isDateTimeString ( const OUString &  aInputString,
double &  fOutDateTimeValue 
)

◆ IsEnableItem()

bool chart::DataBrowser::IsEnableItem ( ) const
inline

Definition at line 140 of file DataBrowser.hxx.

References m_bDataValid.

◆ IsReadOnly()

bool chart::DataBrowser::IsReadOnly ( ) const
inline

◆ IsTabAllowed()

bool chart::DataBrowser::IsTabAllowed ( bool  bForward) const
overrideprotectedvirtual

◆ MayDeleteColumn()

bool chart::DataBrowser::MayDeleteColumn ( ) const

◆ MayDeleteRow()

bool chart::DataBrowser::MayDeleteRow ( ) const

◆ MayInsertColumn()

bool chart::DataBrowser::MayInsertColumn ( ) const

Definition at line 513 of file DataBrowser.cxx.

References IsReadOnly().

◆ MayInsertRow()

bool chart::DataBrowser::MayInsertRow ( ) const

Definition at line 507 of file DataBrowser.cxx.

References IsReadOnly(), and m_aSeriesHeaders.

◆ MayMoveDownRows()

bool chart::DataBrowser::MayMoveDownRows ( ) const

◆ MayMoveLeftColumns()

bool chart::DataBrowser::MayMoveLeftColumns ( ) const

◆ MayMoveRightColumns()

bool chart::DataBrowser::MayMoveRightColumns ( ) const

◆ MayMoveUpRows()

bool chart::DataBrowser::MayMoveUpRows ( ) const

◆ MouseButtonDown() [1/3]

virtual void BrowseBox::MouseButtonDown ( const BrowserMouseEvent rEvt)
virtual

Reimplemented from svt::EditBrowseBox.

◆ MouseButtonDown() [2/3]

void chart::DataBrowser::MouseButtonDown ( const BrowserMouseEvent rEvt)
overrideprotectedvirtual

Reimplemented from svt::EditBrowseBox.

Definition at line 773 of file DataBrowser.cxx.

References m_bDataValid, and ShowWarningBox().

◆ MouseButtonDown() [3/3]

virtual void BrowseBox::MouseButtonDown ( const MouseEvent rEvt)
virtual

Reimplemented from svt::EditBrowseBox.

◆ MoveDownRow()

void chart::DataBrowser::MoveDownRow ( )

◆ MoveLeftColumn()

void chart::DataBrowser::MoveLeftColumn ( )

◆ MoveRightColumn()

void chart::DataBrowser::MoveRightColumn ( )

◆ MoveUpRow()

void chart::DataBrowser::MoveUpRow ( )

◆ PaintCell()

void chart::DataBrowser::PaintCell ( OutputDevice rDev,
const tools::Rectangle rRect,
sal_uInt16  nColumnId 
) const
overrideprotectedvirtual

◆ RemoveColumn() [1/2]

void chart::DataBrowser::RemoveColumn ( )

◆ RemoveColumn() [2/2]

void BrowseBox::RemoveColumn ( sal_uInt16  nColumnId)

◆ RemoveRow()

void chart::DataBrowser::RemoveRow ( )

◆ RenewSeriesHeaders()

void chart::DataBrowser::RenewSeriesHeaders ( )

◆ RenewTable()

void chart::DataBrowser::RenewTable ( )
private

◆ Resize()

void chart::DataBrowser::Resize ( )
overridevirtual

◆ SaveModified()

bool chart::DataBrowser::SaveModified ( )
overrideprotectedvirtual

◆ SeekRow()

bool chart::DataBrowser::SeekRow ( sal_Int32  nRow)
overrideprotectedvirtual

Reimplemented from svt::EditBrowseBox.

Definition at line 1048 of file DataBrowser.cxx.

References m_nSeekRow.

◆ SetCursorMovedHdl()

void chart::DataBrowser::SetCursorMovedHdl ( const Link< DataBrowser *, void > &  rLink)

Definition at line 1011 of file DataBrowser.cxx.

References m_aCursorMovedHdlLink.

◆ SetDataFromModel()

void chart::DataBrowser::SetDataFromModel ( const rtl::Reference<::chart::ChartModel > &  xChartDoc)

◆ SetReadOnly()

void chart::DataBrowser::SetReadOnly ( bool  bNewState)

Definition at line 755 of file DataBrowser.cxx.

References svt::EditBrowseBox::DeactivateCell(), and m_bIsReadOnly.

◆ ShowQueryBox()

bool chart::DataBrowser::ShowQueryBox ( )

Definition at line 789 of file DataBrowser.cxx.

References Application::CreateMessageDialog(), GetFrameWeld(), RET_YES, and chart::SchResId().

Referenced by EndEditing().

◆ ShowWarningBox()

void chart::DataBrowser::ShowWarningBox ( )

Member Data Documentation

◆ m_aCursorMovedHdlLink

Link<DataBrowser*,void> chart::DataBrowser::m_aCursorMovedHdlLink
private

Definition at line 171 of file DataBrowser.hxx.

Referenced by CellModified(), CursorMoved(), and SetCursorMovedHdl().

◆ m_aNumberEditField

VclPtr<svt::FormattedControl> chart::DataBrowser::m_aNumberEditField
private

◆ m_apDataBrowserModel

std::unique_ptr< DataBrowserModel > chart::DataBrowser::m_apDataBrowserModel
private

◆ m_aSeriesHeaders

tSeriesHeaderContainer chart::DataBrowser::m_aSeriesHeaders
private

◆ m_aTextEditField

VclPtr<svt::EditControl> chart::DataBrowser::m_aTextEditField
private

Definition at line 162 of file DataBrowser.hxx.

Referenced by dispose(), InitController(), and SaveModified().

◆ m_bDataValid

bool chart::DataBrowser::m_bDataValid
private

◆ m_bIsReadOnly

bool chart::DataBrowser::m_bIsReadOnly
private

Definition at line 158 of file DataBrowser.hxx.

Referenced by GetController(), IsReadOnly(), and SetReadOnly().

◆ m_nSeekRow

sal_Int32 chart::DataBrowser::m_nSeekRow
private

the row that is currently painted

Definition at line 157 of file DataBrowser.hxx.

Referenced by PaintCell(), and SeekRow().

◆ m_pColorsWin

weld::Container* chart::DataBrowser::m_pColorsWin
private

Definition at line 164 of file DataBrowser.hxx.

Referenced by ImplAdjustHeaderControls(), RenewSeriesHeaders(), and RenewTable().

◆ m_pColumnsWin

weld::Container* chart::DataBrowser::m_pColumnsWin
private

Definition at line 163 of file DataBrowser.hxx.

Referenced by ImplAdjustHeaderControls(), RenewSeriesHeaders(), and RenewTable().

◆ m_rNumberEditController

::svt::CellControllerRef chart::DataBrowser::m_rNumberEditController
private

note: m_aNumberEditField must precede this member!

Definition at line 167 of file DataBrowser.hxx.

Referenced by GetController(), and InitController().

◆ m_rTextEditController

::svt::CellControllerRef chart::DataBrowser::m_rTextEditController
private

note: m_aTextEditField must precede this member!

Definition at line 169 of file DataBrowser.hxx.

Referenced by GetController(), and InitController().

◆ m_spNumberFormatterWrapper

std::shared_ptr< NumberFormatterWrapper > chart::DataBrowser::m_spNumberFormatterWrapper
private

◆ m_xChartDoc

rtl::Reference<::chart::ChartModel> chart::DataBrowser::m_xChartDoc
private

Definition at line 148 of file DataBrowser.hxx.

Referenced by GetCellText(), and SetDataFromModel().


The documentation for this class was generated from the following files: