Lines Matching refs:m_aLinesPlayground
359 ,m_aLinesPlayground(this,WB_DIALOGCONTROL | WB_CLIPCHILDREN) in DBG_NAME()
377 m_aLinesPlayground.SetBackground( GetBackground() ); in DBG_NAME()
379 m_aLinesPlayground.SetPosPixel(Point(0,0)); in DBG_NAME()
380 m_aLinesPlayground.SetPaintTransparent(sal_True); in DBG_NAME()
381 m_aLinesPlayground.Show(); in DBG_NAME()
469 m_aLinesPlayground.SetPosSizePixel( aLinesArea.TopLeft(), aLinesArea.GetSize() ); in Resize()
488 m_aLinesPlayground.SetPosSizePixel( aLinesArea.TopLeft(), aLinesArea.GetSize() ); in Resize()
560 Size aSize(m_aLinesPlayground.GetOutputSizePixel()); in CalcVisibleLines()
591 Size aSize(m_aLinesPlayground.GetOutputSizePixel()); in PositionLine()
739 BrowserLinePointer pBrowserLine( new OBrowserLine( _rPropertyData.sName, &m_aLinesPlayground ) ); in InsertEntry()
822 m_aLinesPlayground.EnablePaint(sal_False); in MoveThumbTo()
834 m_aLinesPlayground.Scroll(0, -nDelta * m_nRowHeight, SCROLL_CHILDREN); in MoveThumbTo()
851 m_aLinesPlayground.EnablePaint(sal_True); in MoveThumbTo()
852 m_aLinesPlayground.Invalidate(INVALIDATE_CHILDREN); in MoveThumbTo()
862 m_aLinesPlayground.EnablePaint(sal_False); in IMPL_LINK()
871 m_aLinesPlayground.Scroll(0, -nDelta * m_nRowHeight, SCROLL_CHILDREN); in IMPL_LINK()
887 m_aLinesPlayground.EnablePaint(sal_True); in IMPL_LINK()
1150 sal_uInt16 nTextWidth = (sal_uInt16)m_aLinesPlayground.GetTextWidth(_rPropertyData.DisplayName); in ChangeEntry()