Home
last modified time | relevance | path

Searched refs:maPaintRect (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dtoolbox.cxx2835 maPaintRect = Rectangle( mnLeftBorder, mnTopBorder, in ImplFormat()
2842 maPaintRect.Union( maLowerRect ); in ImplFormat()
2843 maPaintRect.Union( aOldLowerRect ); in ImplFormat()
2847 maPaintRect.Union( maUpperRect ); in ImplFormat()
2848 maPaintRect.Union( aOldUpperRect ); in ImplFormat()
2852 maPaintRect.Union( maNextToolRect ); in ImplFormat()
2853 maPaintRect.Union( aOldNextToolRect ); in ImplFormat()
2857 maPaintRect.Union( mpData->maMenubuttonItem.maRect ); in ImplFormat()
2858 maPaintRect.Union( aOldMenubuttonRect ); in ImplFormat()
2862 maPaintRect.Union( pWrapper->GetDragArea() ); in ImplFormat()
[all …]
H A Dtoolbox2.cxx466 maPaintRect.Union( mpData->m_aItems[nIndex].maRect ); in ImplUpdateItem()
819 maPaintRect.Union( mpData->m_aItems[nPos].maRect ); in RemoveItem()
/AOO41X/main/vcl/inc/vcl/
H A Dtoolbox.hxx180 Rectangle maPaintRect; member in ToolBox