Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx359 ,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()
[all …]
H A Dbrowserlistbox.hxx103 Window m_aLinesPlayground; member in pcr::OBrowserListBox