Home
last modified time | relevance | path

Searched refs:getColumnHeaderHeight (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx400 virtual TableMetrics getColumnHeaderHeight() const = 0;
/aoo42x/main/svtools/source/uno/
H A Dunocontroltablemodel.hxx76 virtual TableMetrics getColumnHeaderHeight() const;
H A Dunocontroltablemodel.cxx396 TableMetrics UnoControlTableModel::getColumnHeaderHeight() const in getColumnHeaderHeight() function in svt::table::UnoControlTableModel
/aoo42x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx150 virtual TableMetrics getColumnHeaderHeight() const in getColumnHeaderHeight() function in svt::table::EmptyTableModel
354 … TableMetrics nHeaderHeight = m_pModel->hasColumnHeaders() ? m_pModel->getColumnHeaderHeight() : 0; in impl_checkInvariants()
802 …lHeaderHeightPixel = m_rAntiImpl.LogicToPixel( Size( 0, m_pModel->getColumnHeaderHeight() ), MAP_A… in impl_ni_updateCachedTableMetrics()

Completed in 47 milliseconds