Searched refs:m_pScrollCorner (Results 1 – 4 of 4) sorted by relevance
62 ,m_pScrollCorner ( NULL ) in RichTextControlImpl()110 delete m_pScrollCorner; in ~RichTextControlImpl()384 delete m_pScrollCorner; in ensureScrollbars()385 m_pScrollCorner = new ScrollBarBox( m_pAntiImpl ); in ensureScrollbars()386 m_pScrollCorner->Show(); in ensureScrollbars()390 delete m_pScrollCorner; in ensureScrollbars()391 m_pScrollCorner = NULL; in ensureScrollbars()446 if ( m_pScrollCorner ) in layoutWindow()447 …m_pScrollCorner->SetPosSizePixel( Point( aViewportPlaygroundPixel.Width(), aViewportPlaygroundPixe… in layoutWindow()
65 ScrollBarBox* m_pScrollCorner; member in frm::RichTextControlImpl
456 ,m_pScrollCorner ( NULL ) in TableControl_Impl()481 DELETEZ( m_pScrollCorner ); in ~TableControl_Impl()1389 bool bHaveScrollCorner = NULL != m_pScrollCorner; in impl_ni_positionChildWindows()1393 DELETEZ( m_pScrollCorner ); in impl_ni_positionChildWindows()1397 m_pScrollCorner = new ScrollBarBox( &m_rAntiImpl ); in impl_ni_positionChildWindows()1398 m_pScrollCorner->SetSizePixel( Size( nScrollbarMetrics, nScrollbarMetrics ) ); in impl_ni_positionChildWindows()1399 …m_pScrollCorner->SetPosPixel( Point( i_dataCellPlayground.Right() + 1, i_dataCellPlayground.Bottom… in impl_ni_positionChildWindows()1400 m_pScrollCorner->Show(); in impl_ni_positionChildWindows()1404 …m_pScrollCorner->SetPosPixel( Point( i_dataCellPlayground.Right() + 1, i_dataCellPlayground.Bottom… in impl_ni_positionChildWindows()1405 m_pScrollCorner->Show(); in impl_ni_positionChildWindows()
142 ScrollBarBox* m_pScrollCorner; member in svt::table::TableControl_Impl
Completed in 37 milliseconds