Home
last modified time | relevance | path

Searched refs:aGeo (Results 1 – 18 of 18) sorted by relevance

/AOO42X/main/svx/source/svdraw/
H A Dsvdotxtr.cxx63 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) { in NbcSetSnapRect()
133 return aGeo.nDrehWink; in GetRotateAngle()
138 return aGeo.nShearWink; in GetShearAngle()
151 FASTBOOL bNoShearMerk=aGeo.nShearWink==0; in NbcResize()
152 FASTBOOL bRota90Merk=bNoShearMerk && aGeo.nDrehWink % 9000 ==0; in NbcResize()
173 if (aGeo.nDrehWink==0 && aGeo.nShearWink==0) { in NbcResize()
178 aGeo.nDrehWink=18000; in NbcResize()
179 aGeo.RecalcSinCos(); in NbcResize()
193 Polygon aPol(Rect2Poly(aRect,aGeo)); in NbcResize()
212 Poly2Rect(aPol, aRect, aGeo); in NbcResize()
[all …]
H A Dsvdorect.cxx135 FASTBOOL bNeed=aGeo.nDrehWink!=0 || aGeo.nShearWink!=0 || nEckRad!=0; in PaintNeedsXPoly()
158 if (aGeo.nShearWink!=0) ShearXPoly(aXPoly,aRect.TopLeft(),aGeo.nTan); in ImpCalcXPoly()
159 if (aGeo.nDrehWink!=0) RotateXPoly(aXPoly,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in ImpCalcXPoly()
181 rInfo.bResizeFreeAllowed=bNoTextFrame || aGeo.nDrehWink%9000==0; in TakeObjInfo()
217 if (aGeo.nShearWink!=0) { in TakeUnrotatedSnapRect()
218 long nDst=Round((aRect.Bottom()-aRect.Top())*aGeo.nTan); in TakeUnrotatedSnapRect()
219 if (aGeo.nShearWink>0) { in TakeUnrotatedSnapRect()
223 RotatePoint(aTmpPt,aRef,aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
241 if (aGeo.nShearWink!=0) { in TakeObjNameSingul()
267 if (aGeo.nShearWink!=0) { in TakeObjNamePlural()
[all …]
H A Dsvdocirc.cxx169 FASTBOOL bNeed=aGeo.nDrehWink!=0 || aGeo.nShearWink!=0 || meCircleKind==OBJ_CCUT; in PaintNeedsXPolyCirc()
266 if(aGeo.nShearWink || aGeo.nDrehWink) in ImpCalcXPolyCirc()
275 aGeo.nShearWink ? tan((36000 - aGeo.nShearWink) * F_PI18000) : 0.0, in ImpCalcXPolyCirc()
276 aGeo.nDrehWink ? (36000 - aGeo.nDrehWink) * F_PI18000 : 0.0, in ImpCalcXPolyCirc()
295 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNameSingul()
327 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNamePlural()
458 if (aGeo.nShearWink) in GetHdl()
460 ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
463 if (aGeo.nDrehWink) in GetHdl()
465 RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl()
[all …]
H A Dsvdotext.cxx514 if (bNoShear && aGeo.nShearWink!=0) { in ImpCheckShear()
515 aGeo.nShearWink=0; in ImpCheckShear()
516 aGeo.nTan=0; in ImpCheckShear()
523 rInfo.bResizeFreeAllowed=bNoTextFrame || aGeo.nDrehWink%9000==0; in TakeObjInfo()
745 if(aGeo.nDrehWink) in ImpSetContourPolygon()
748 aMatrix.rotate(-aGeo.nDrehWink * nPi180); in ImpSetContourPolygon()
827 if (aGeo.nDrehWink!=0) { in TakeTextAnchorRect()
829 RotatePoint(aTmpPt,aRotateRef,aGeo.nSin,aGeo.nCos); in TakeTextAnchorRect()
996 if (aGeo.nDrehWink!=0) in TakeTextRect()
997 RotatePoint(aTextPos,aAnkRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeTextRect()
[all …]
H A Dsvdotxdr.cxx74 if (aGeo.nShearWink!=0) ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
75 if (aGeo.nDrehWink!=0) RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl()
79 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl()
101 if (aGeo.nDrehWink!=0) RotatePoint(aPos,aTmpRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in ImpDragCalcRect()
103 if (aGeo.nShearWink!=0) ShearPoint(aPos,aTmpRect.TopLeft(),-aGeo.nTan); in ImpDragCalcRect()
172 if(aNewRect.TopLeft() != aRect.TopLeft() && (aGeo.nDrehWink || aGeo.nShearWink)) in applySpecialDrag()
176 if(aGeo.nShearWink) in applySpecialDrag()
177 ShearPoint(aNewPos,aRect.TopLeft(),aGeo.nTan); in applySpecialDrag()
179 if(aGeo.nDrehWink) in applySpecialDrag()
180 RotatePoint(aNewPos,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in applySpecialDrag()
H A Dsvdoashp.cxx1913 …SdrTextObj::NbcRotate( aRect.TopLeft(), -aGeo.nDrehWink, // retrieving the unrotated text o… in NbcRotate()
1914 sin( (-aGeo.nDrehWink) * F_PI18000 ), in NbcRotate()
1915 cos( (-aGeo.nDrehWink) * F_PI18000 ) ); in NbcRotate()
1916 aGeo.nDrehWink = 0; // resetting aGeo data in NbcRotate()
1917 aGeo.RecalcSinCos(); in NbcRotate()
1975 long nTextObjRotation = aGeo.nDrehWink; in NbcMirror()
2005 long nTextObjRotation = aGeo.nDrehWink; in NbcShear()
2042 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
2043 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint()
2085 long nShearWink = aGeo.nShearWink; in ImpCheckCustomGluePointsAreAdded()
[all …]
H A Dsvdouno.cxx359 if (aGeo.nShearWink!=0 || aGeo.nDrehWink!=0) in NbcResize()
362 if (aGeo.nDrehWink>=9000 && aGeo.nDrehWink<27000) in NbcResize()
367 aGeo.nDrehWink = 0; in NbcResize()
368 aGeo.nShearWink = 0; in NbcResize()
369 aGeo.nSin = 0.0; in NbcResize()
370 aGeo.nCos = 1.0; in NbcResize()
371 aGeo.nTan = 0.0; in NbcResize()
H A Dsvdopath.cxx1726 aGeo.nDrehWink=GetAngle(aDelt); in ImpForceLineWink()
1727 aGeo.nShearWink=0; in ImpForceLineWink()
1728 aGeo.RecalcSinCos(); in ImpForceLineWink()
1729 aGeo.RecalcTan(); in ImpForceLineWink()
1802 aGeo.nDrehWink = aGeo.nShearWink = 0; in ImpForceKind()
1803 aGeo.RecalcSinCos(); aGeo.RecalcTan(); in ImpForceKind()
2425 if(!aGeo.nDrehWink) in TakeUnrotatedSnapRect()
2432 RotateXPoly(aXPP,Point(),-aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
2435 RotatePoint(aTmp,Point(),aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
2903 if(aGeo.nShearWink || aGeo.nDrehWink) in TRGetBaseGeometry()
[all …]
H A Dsvdotxed.cxx128 if(aGeo.nDrehWink || IsFontwork() /*|| bIsAnimated*/) in BegTextEdit()
150 if (aGeo.nDrehWink!=0) { in TakeTextEditArea()
154 RotatePoint(aCenter,Point(),aGeo.nSin,aGeo.nCos); in TakeTextEditArea()
H A Dsvdograf.cxx584 ( aGeo.nDrehWink && aGeo.nDrehWink != 18000 ) && ( GRAPHIC_NONE != eType ); in GetTransformedGraphic()
599 …sal_uInt16 nMirrorCase = ( aGeo.nDrehWink == 18000 ) ? ( bMirrored ? 3 : 4 ) : ( bMirrored ? … in GetTransformedGraphic()
607 aActAttr.SetRotation( sal_uInt16(aGeo.nDrehWink / 10) ); in GetTransformedGraphic()
786 rInfo.bResizeFreeAllowed = aGeo.nDrehWink % 9000 == 0 || in TakeObjInfo()
787 aGeo.nDrehWink % 18000 == 0 || in TakeObjInfo()
788 aGeo.nDrehWink % 27000 == 0; in TakeObjInfo()
H A Dsvdotxat.cxx194 if (aGeo.nDrehWink!=0) { in AdjustTextFrameWidthAndHeight()
198 RotatePoint(aD2,Point(),aGeo.nSin,aGeo.nCos); in AdjustTextFrameWidthAndHeight()
H A Dsvdomeas.cxx717 if (aMPol.nTextWink!=aGeo.nDrehWink) { in TakeUnrotatedSnapRect()
718 ((SdrMeasureObj*)this)->aGeo.nDrehWink=aMPol.nTextWink; in TakeUnrotatedSnapRect()
719 ((SdrMeasureObj*)this)->aGeo.RecalcSinCos(); in TakeUnrotatedSnapRect()
727 if (aMPol.nTextWink!=aGeo.nDrehWink) { in TakeUnrotatedSnapRect()
728 ((SdrMeasureObj*)this)->aGeo.nDrehWink=aMPol.nTextWink; in TakeUnrotatedSnapRect()
729 ((SdrMeasureObj*)this)->aGeo.RecalcSinCos(); in TakeUnrotatedSnapRect()
/AOO42X/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx1046 const GeoStat& aGeo = pObj->GetGeoStat(); in ExecuteGrafAttr() local
1048 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) in ExecuteGrafAttr()
1053 if (aGeo.nShearWink!=0) in ExecuteGrafAttr()
1057 aGeo.nTan); in ExecuteGrafAttr()
1058 ShearPoint(aOffset, Point(0,0), aGeo.nTan); in ExecuteGrafAttr()
1060 if (aGeo.nDrehWink!=0) in ExecuteGrafAttr()
1064 aGeo.nSin,aGeo.nCos); in ExecuteGrafAttr()
1065 RotatePoint(aOffset, Point(0,0), aGeo.nSin,aGeo.nCos); in ExecuteGrafAttr()
/AOO42X/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1429 GdkGeometry aGeo; in setMinMaxSize() local
1435 aGeo.min_width = m_aMinSize.Width()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1436 aGeo.min_height = m_aMinSize.Height()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1441 aGeo.max_width = m_aMaxSize.Width()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1442 aGeo.max_height = m_aMaxSize.Height()+CONTAINER_ADJUSTMENT; in setMinMaxSize()
1448 aGeo.min_width = maGeometry.nWidth; in setMinMaxSize()
1449 aGeo.min_height = maGeometry.nHeight; in setMinMaxSize()
1453 aGeo.max_width = maGeometry.nWidth; in setMinMaxSize()
1454 aGeo.max_height = maGeometry.nHeight; in setMinMaxSize()
1460 aGeo.max_width = m_aMaxSize.Width(); in setMinMaxSize()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dsvdotext.hxx87 GeoStat aGeo; member in SdrTextObjGeoData
180 GeoStat aGeo; member in SdrTextObj
382 const GeoStat& GetGeoStat() const { return aGeo; } in GetGeoStat()
/AOO42X/main/sc/source/filter/html/
H A Dhtmlexp2.cxx154 sal_uInt16 nMirrorCase = (pGeo->aGeo.nDrehWink == 18000 ? in WriteGraphEntry()
/AOO42X/main/svx/source/table/
H A Dsvdotable.cxx1963 aGeo = pTableObj->aGeo; in operator =()
/AOO42X/main/svx/source/unodraw/
H A Dunoshap2.cxx2014 GeoStat aNewGeo( aCustomShapeGeoData.aGeo ); in getPosition()