Home
last modified time | relevance | path

Searched refs:aU (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx589 const DXFVector & aU = pE->aP1; in CalcBoundingBox() local
590 DXFVector aV(-aU.fy*pE->fRatio, aU.fx*pE->fRatio, 0.0); in CalcBoundingBox()
591 double fRx = sqrt(aU.fx*aU.fx + aV.fx*aV.fx); in CalcBoundingBox()
592 double fRy = sqrt(aU.fy*aU.fy + aV.fy*aV.fy); in CalcBoundingBox()
H A Ddxf2mtf.cxx955 const DXFVector & aU = rE.aP1; in DrawEllipseEntity() local
956 DXFVector aV(-aU.fy * rE.fRatio, aU.fx * rE.fRatio, 0.0); in DrawEllipseEntity()
968 rTransform.Transform( rE.aP0 + aU*cos(t) + aV*sin(t), aPoly[i] ); in DrawEllipseEntity()
/AOO41X/main/sc/source/core/tool/
H A Dcompiler.cxx219 String aU = pFuncData->GetUpperName(); in dbg_call_generateMappingODFF() local
221 i, out(aL), out(aL), out(aP), out(aU)); in dbg_call_generateMappingODFF()