Home
last modified time | relevance | path

Searched refs:m_nRowHeaderWidthPixel (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svtools/source/table/
H A Dtablecontrol_impl.cxx373 if ( nHeaderWidth != m_nRowHeaderWidthPixel ) in impl_checkInvariants()
396 if ( m_aColumnWidths[ m_nLeftColumn ].getStart() != m_nRowHeaderWidthPixel ) in impl_checkInvariants()
444 ,m_nRowHeaderWidthPixel ( 0 ) in TableControl_Impl()
755 aArea.Right() = m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea()
765 aArea.Right() = loop->getEnd() - nScrolledOutLeft + m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea()
790 aArea.Left() = m_nRowHeaderWidthPixel; in impl_getAllVisibleDataCellArea()
804 m_nRowHeaderWidthPixel = 0; in impl_ni_updateCachedTableMetrics()
806m_nRowHeaderWidthPixel = m_rAntiImpl.LogicToPixel( Size( m_pModel->getRowHeaderWidth(), 0 ), MAP_A… in impl_ni_updateCachedTableMetrics()
944 gridWidthPixel -= m_nRowHeaderWidthPixel; in impl_ni_calculateColumnWidths()
1222 aDataCellPlayground.Left() = m_nRowHeaderWidthPixel; in impl_ni_relayout()
[all …]
H A Dtablegeometry.cxx107 m_aRect.Right() = m_rControl.m_nRowHeaderWidthPixel - 1; in TableColumnGeometry()
121 m_aRect.Left() = m_rControl.m_nRowHeaderWidthPixel; in impl_initRect()
H A Dtablecontrol_impl.hxx113 long m_nRowHeaderWidthPixel; member in svt::table::TableControl_Impl