Lines Matching refs:aRect

898 		Rectangle aRect = GetAllMarkedRect();  in ConvertMarkedObjTo3D()  local
899 if(aRect.GetWidth() <= 1) in ConvertMarkedObjTo3D()
900 aRect.SetSize(Size(500, aRect.GetHeight())); in ConvertMarkedObjTo3D()
901 if(aRect.GetHeight() <= 1) in ConvertMarkedObjTo3D()
902 aRect.SetSize(Size(aRect.GetWidth(), 500)); in ConvertMarkedObjTo3D()
911 double fW = (double)aRect.GetWidth(); in ConvertMarkedObjTo3D()
912 double fH = (double)aRect.GetHeight(); in ConvertMarkedObjTo3D()
942 aLatheMat.translate((double)-aRect.Left(), 0.0); in ConvertMarkedObjTo3D()
964 aRect.Union(Rectangle(aRotPnt, aRotPnt)); in ConvertMarkedObjTo3D()
971 aRect.Union(Rectangle(aRotPnt, aRotPnt)); in ConvertMarkedObjTo3D()
978 aRect.Union(Rectangle(aRotPnt, aRotPnt)); in ConvertMarkedObjTo3D()
985 aRect.Union(Rectangle(aRotPnt, aRotPnt)); in ConvertMarkedObjTo3D()
1013 pScene->NbcSetSnapRect(aRect); in ConvertMarkedObjTo3D()
1015 InitScene(pScene, (double)aRect.GetWidth(), (double)aRect.GetHeight(), aBoundVol.getDepth()); in ConvertMarkedObjTo3D()
1046 pScene->SetSnapRect(aRect); in ConvertMarkedObjTo3D()
1400 Rectangle aRect(0,0, (long) fW, (long) fH); in SetCurrent3DObj() local
1407 pScene->NbcSetSnapRect(aRect); in SetCurrent3DObj()
1601 Rectangle aRect = GetAllMarkedRect(); in End3DCreation() local
1602 if(aRect.GetWidth() <= 1) in End3DCreation()
1603 aRect.SetSize(Size(500, aRect.GetHeight())); in End3DCreation()
1604 if(aRect.GetHeight() <= 1) in End3DCreation()
1605 aRect.SetSize(Size(aRect.GetWidth(), 500)); in End3DCreation()
1607 basegfx::B2DPoint aPnt1(aRect.Left(), -aRect.Top()); in End3DCreation()
1608 basegfx::B2DPoint aPnt2(aRect.Left(), -aRect.Bottom()); in End3DCreation()
1859 Rectangle aRect(0,0, (long) fW, (long) fH); in MergeScenes() local
1862 pScene->NbcSetSnapRect(aRect); in MergeScenes()