Searched refs:maUpdRect (Results 1 – 2 of 2) sorted by relevance
131 maUpdRect = Rectangle( Point( 0,12 ), Size( maBmpSize.Width(), 4 ) ); in Update()134 maUpdRect.Left() = 22; in Update()135 maUpdRect.Top() = 2; in Update()136 maUpdRect.Right() = 73; in Update()137 maUpdRect.Bottom() = 9; in Update()141 maUpdRect.Left() = 17; in Update()142 maUpdRect.Top() = 2; in Update()143 maUpdRect.Right() = 27; in Update()144 maUpdRect.Bottom() = 13; in Update()147 … maUpdRect = Rectangle( Point( 1, maBmpSize.Height() - 7 ), Size( maBmpSize.Width() - 2 ,6 ) ); in Update()[all …]
72 Rectangle maUpdRect; member in svx::ToolboxButtonColorUpdater