Lines Matching refs:aTmpRect
1274 Rectangle aTmpRect(GetSnapRect()); in ImpDragCalcRect() local
1275 Rectangle aRect(aTmpRect); in ImpDragCalcRect()
1286 if (bLft) aTmpRect.Left() =aPos.X(); in ImpDragCalcRect()
1287 if (bRgt) aTmpRect.Right() =aPos.X(); in ImpDragCalcRect()
1288 if (bTop) aTmpRect.Top() =aPos.Y(); in ImpDragCalcRect()
1289 if (bBtm) aTmpRect.Bottom()=aPos.Y(); in ImpDragCalcRect()
1293 long nXMul=aTmpRect.Right() -aTmpRect.Left(); in ImpDragCalcRect()
1294 long nYMul=aTmpRect.Bottom()-aTmpRect.Top(); in ImpDragCalcRect()
1314 if (bTop) aTmpRect.Top()=aTmpRect.Bottom()-nNeed; in ImpDragCalcRect()
1315 if (bBtm) aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect()
1319 if (bLft) aTmpRect.Left()=aTmpRect.Right()-nNeed; in ImpDragCalcRect()
1320 if (bRgt) aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect()
1326 aTmpRect.Top()-=(nNeed-nHgt0b)/2; in ImpDragCalcRect()
1327 aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect()
1332 aTmpRect.Left()-=(nNeed-nWdt0b)/2; in ImpDragCalcRect()
1333 aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect()
1337 aTmpRect.Justify(); in ImpDragCalcRect()
1338 return aTmpRect; in ImpDragCalcRect()