Home
last modified time | relevance | path

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

/trunk/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx131 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()
147maUpdRect = Rectangle( Point( 1, maBmpSize.Height() - 7 ), Size( maBmpSize.Width() - 2 ,6 ) ); in Update()
[all …]
/trunk/main/svx/inc/svx/
H A Dtbxcolorupdate.hxx72 Rectangle maUpdRect; member in svx::ToolboxButtonColorUpdater