Searched refs:nHBHeight (Results 1 – 1 of 1) sorted by relevance
1070 long nHBHeight = m_aHeaderHB.CalcWindowSizePixel().Height(); in SwAssignFieldsControl() local1073 Size(aOutputSize.Width(), nHBHeight)); in SwAssignFieldsControl()1075 m_aWindow.SetPosPixel(Point( 0, nHBHeight) ); in SwAssignFieldsControl()1076 …l(Size(aOutputSize.Width() - m_aVScroll.GetSizePixel().Width(), aOutputSize.Height() - nHBHeight)); in SwAssignFieldsControl()1175 m_aVScroll.SetPageSize((aOutputSize.Height() - nHBHeight - m_nLBStartTopPos)/ m_nYOffset); in SwAssignFieldsControl()1181 … m_aVScroll.SetPosPixel(Point(aOutputSize.Width() - m_aVScroll.GetSizePixel().Width(), nHBHeight)); in SwAssignFieldsControl()1182 …m_aVScroll.SetSizePixel(Size(m_aVScroll.GetSizePixel().Width(), aOutputSize.Height() - nHBHeight)); in SwAssignFieldsControl()
Completed in 29 milliseconds