Searched refs:aTBRect (Results 1 – 2 of 2) sorted by relevance
215 Rectangle aTBRect; in Paint() local218 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()
5426 Rectangle aTBRect = pTB->GetWindowExtentsRelative( NULL ); in Execute() local5428 UniString::CreateFromInt32(aRect.Left()+aTBRect.Left()). in Execute()5429 AppendAscii(",").Append(UniString::CreateFromInt32(aRect.Top()+aTBRect.Top())). in Execute()
Completed in 36 milliseconds