Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Dtablayouter.cxx178 aTabBarSize.Height() = i_rDeckPlayground.GetHeight(); in Layout()
183 aPanelRect.Right() -= aTabBarSize.Width(); in Layout()
186 m_pData->pTabBar->SetPosSizePixel( aTabBarTopLeft, aTabBarSize ); in Layout()
190 m_pData->pTabBar->SetPosSizePixel( aPanelRect.TopLeft(), aTabBarSize ); in Layout()
191 aPanelRect.Left() += aTabBarSize.Width(); in Layout()
199 Size aTabBarSize = ( aPreferredSize.Height() < i_rDeckPlayground.GetHeight() ) in Layout() local
202 aTabBarSize.Width() = i_rDeckPlayground.GetWidth(); in Layout()
207 m_pData->pTabBar->SetPosSizePixel( aPanelRect.TopLeft(), aTabBarSize ); in Layout()
208 aPanelRect.Top() += aTabBarSize.Height(); in Layout()
212 aPanelRect.Bottom() -= aTabBarSize.Height(); in Layout()
[all …]

Completed in 10 milliseconds