Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddockingarea.cxx215 Rectangle aTBRect; in Paint() local
218 aTBRect.Left() = 0; in Paint()
219 aTBRect.Right() = aOutSz.Width() - 1; in Paint()
220 aTBRect.Top() = it->first; in Paint()
221 aTBRect.Bottom() = it->first + it->second - 1; in Paint()
225 aTBRect.Left() = it->first; in Paint()
226 aTBRect.Right() = it->first + it->second - 1; in Paint()
227 aTBRect.Top() = 0; in Paint()
228 aTBRect.Bottom() = aOutSz.Height() - 1; in Paint()
231 aTBRect, nState, aControlValue, rtl::OUString() ); in Paint()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5425 Rectangle aTBRect = pTB->GetWindowExtentsRelative( NULL ); in Execute() local
5427 UniString::CreateFromInt32(aRect.Left()+aTBRect.Left()). in Execute()
5428 AppendAscii(",").Append(UniString::CreateFromInt32(aRect.Top()+aTBRect.Top())). in Execute()

Completed in 36 milliseconds