LibreOffice Module toolkit (master) 1
Namespaces | Macros | Functions
tablecontrol_impl.cxx File Reference
#include <controls/table/tablecontrol.hxx>
#include <controls/table/defaultinputhandler.hxx>
#include <controls/table/tablemodel.hxx>
#include "tabledatawindow.hxx"
#include "tablecontrol_impl.hxx"
#include "tablegeometry.hxx"
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
#include <comphelper/flagguard.hxx>
#include <vcl/accessiblefactory.hxx>
#include <vcl/toolkit/scrbar.hxx>
#include <vcl/seleng.hxx>
#include <vcl/settings.hxx>
#include <vcl/image.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/debug.hxx>
#include <cstdlib>
#include <numeric>
Include dependency graph for tablecontrol_impl.cxx:

Go to the source code of this file.

Namespaces

namespace  svt
 
namespace  svt::table
 

Macros

#define MIN_COLUMN_WIDTH_PIXEL   4
 

Functions

 svt::table::IMPL_LINK_NOARG (TableControl_Impl, OnUpdateScrollbars, void *, void)
 
 svt::table::IMPL_LINK (TableControl_Impl, OnScroll, ScrollBar *, _pScrollbar, void)
 

Macro Definition Documentation

◆ MIN_COLUMN_WIDTH_PIXEL

#define MIN_COLUMN_WIDTH_PIXEL   4

Definition at line 46 of file tablecontrol_impl.cxx.

Variable Documentation

◆ m_rTable

ITableControl& m_rTable
private

Definition at line 69 of file tablecontrol_impl.cxx.