Home
last modified time | relevance | path

Searched refs:m_aItemsInset (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx191 ,m_aItemsInset() in TabBarGeometry()
196 m_aItemsInset.Left() = ITEMS_INSET_LEFT; in TabBarGeometry()
197 m_aItemsInset.Top() = ITEMS_INSET_TOP; in TabBarGeometry()
198 m_aItemsInset.Right() = ITEMS_INSET_RIGHT; in TabBarGeometry()
199 m_aItemsInset.Bottom() = ITEMS_INSET_BOTTOM; in TabBarGeometry()
217 aOutputSize.Width() -= m_aItemsInset.Right(); in impl_fitItems()
218 aOutputSize.Height() -= m_aItemsInset.Bottom(); in impl_fitItems()
268 m_aItemsInset.Left() + m_aItemsInset.Right(), in getOptimalSize()
269 m_aItemsInset.Top() + m_aItemsInset.Bottom() in getOptimalSize()
275 rLastItemRect.Left() + 1 + m_aItemsInset.Right(), in getOptimalSize()
[all …]
H A Dtabbargeometry.hxx121 SvBorder m_aItemsInset; member in svt::TabBarGeometry

Completed in 37 milliseconds