Lines Matching refs:aPlayGround
672 aPlayGround(this,WB_DIALOGCONTROL), in SvListBoxForProperties()
687 Wallpaper aWall = aPlayGround.GetBackground(); in SvListBoxForProperties()
689 aPlayGround.SetBackground( aWall ); in SvListBoxForProperties()
690 aPlayGround.Show(); in SvListBoxForProperties()
700 aPlayGround(this,0), in SvListBoxForProperties()
709 Wallpaper aWall = aPlayGround.GetBackground(); in SvListBoxForProperties()
711 aPlayGround.SetBackground( aWall ); in SvListBoxForProperties()
712 aPlayGround.Show(); in SvListBoxForProperties()
762 aPlayGround.SetPosPixel(Point(0,0)); in Resize()
763 aPlayGround.SetSizePixel(a2Size); in Resize()
774 Size aSize=aPlayGround.GetOutputSizePixel(); in CalcVisibleLines()
811 Size aSize=aPlayGround.GetOutputSizePixel(); in UpdatePosNSize()
824 Size aSize=aPlayGround.GetOutputSizePixel(); in UpdatePosNSize()
834 aPlayGround.Invalidate(); in UpdatePosNSize()
835 aPlayGround.Update(); in UpdatePosNSize()
846 Size aSize=aPlayGround.GetOutputSizePixel(); in UpdatePlayGround()
867 aPlayGround.Scroll(0,nDelta,SCROLL_CHILDREN); in UpdatePlayGround()
876 aPlayGround.Update(); in UpdatePlayGround()
919 SvPropertyLine* pPropLine=new SvPropertyLine(&aPlayGround,WB_TABSTOP | WB_DIALOGCONTROL); in InsertEntry()
1001 sal_uInt16 nTextWidth=(sal_uInt16)aPlayGround.GetTextWidth(aPropData.aName); in ChangeEntry()