Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx119 maUpdRect = Rectangle( Point( 0,12 ), Size( maBmpSize.Width(), 4 ) ); in Update()
122 maUpdRect.Left() = 22; in Update()
123 maUpdRect.Top() = 2; in Update()
124 maUpdRect.Right() = 73; in Update()
125 maUpdRect.Bottom() = 9; in Update()
129 maUpdRect.Left() = 17; in Update()
130 maUpdRect.Top() = 2; in Update()
131 maUpdRect.Right() = 27; in Update()
132 maUpdRect.Bottom() = 13; in Update()
135maUpdRect = Rectangle( Point( 1, maBmpSize.Height() - 7 ), Size( maBmpSize.Width() - 2 ,6 ) ); in Update()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dtbxcolorupdate.hxx72 Rectangle maUpdRect; member in svx::ToolboxButtonColorUpdater