Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 25 of 66) sorted by relevance

123

/trunk/extras/l10n/source/cy/
H A Dlocalize.sdf38 sfx2 source\appl\app.src 0 string STR_CLOSE 0 cy Cau 2002-02-02 02:02:02
42 sfx2 source\appl\app.src 0 string STR_KB 0 cy KB 2002-02-02 02:02:02
43 sfx2 source\appl\app.src 0 string STR_MB 0 cy MB 2002-02-02 02:02:02
44 sfx2 source\appl\app.src 0 string STR_GB 0 cy GB 2002-02-02 02:02:02
50 sfx2 source\appl\app.src 0 string GID_VIEW 0 cy Golwg 2002-02-02 02:02:02
52 sfx2 source\appl\app.src 0 string GID_EDIT 0 cy Golygu 2002-02-02 02:02:02
53 sfx2 source\appl\app.src 0 string GID_MACRO 0 cy BASIC 2002-02-02 02:02:02
54 sfx2 source\appl\app.src 0 string GID_MATH 0 cy Math 2002-02-02 02:02:02
58 sfx2 source\appl\app.src 0 string GID_TEXT 0 cy Testun 2002-02-02 02:02:02
61 sfx2 source\appl\app.src 0 string GID_TABLE 0 cy Tabl 2002-02-02 02:02:02
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx122 dy=P.y-cy; in RotatePoint()
126 P.y=cy+sal_Int16(y1); in RotatePoint()
134 dy=(sal_Int16)(P.Y()-cy); in RotatePoint()
473 sal_Int16 cx,cy; in DrawSlideRect() local
525 cy=(y1+y2) /2; in DrawSlideRect()
544 rOut.DrawEllipse(Rectangle(cx-i0,cy-i0,cx+i0,cy+i0)); in DrawSlideRect()
550 rOut.DrawEllipse(Rectangle(cx-i0,cy-i0,cx+i0,cy+i0)); in DrawSlideRect()
654 sal_Int16 y1=cy-ry; in DrawSlideCirc()
656 sal_Int16 y2=cy+ry; in DrawSlideCirc()
725 rOut.DrawEllipse(Rectangle(cx-i0,cy-j0,cx+i0,cy+j0)); in DrawSlideCirc()
[all …]
H A Dsgvspln.cxx641 double* by, double* cy, double* dy) in ParaSpline() argument
692 Error=PeriodicSpline(n,T,y,by,cy,dy); in ParaSpline()
697 Error=NaturalSpline(n,T,y,alphY,betY,MargCond,by,cy,dy); in ParaSpline()
726 double*& cx, double*& cy, double*& dx, double*& dy, double*& T) in CalcSpline() argument
762 cy=new double[n+1]; in CalcSpline()
776 bRet = ParaSpline(n,ax,ay,Marg,Marg01,Marg01,MargN1,MargN2,sal_False,T,bx,cx,dx,by,cy,dy) == 0; in CalcSpline()
785 delete[] cy; in CalcSpline()
822 double* cy; in Spline2Poly() local
837 bOk=CalcSpline(rSpln,Periodic,n,ax,ay,bx,by,cx,cy,dx,dy,tv); in Spline2Poly()
852 y=long(ay[i]+by[i]*dt1+cy[i]*dt2+dy[i]*dt3); in Spline2Poly()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx87 maSize = Size( pBIH->cx, pBIH->cy ); in Create()
101 maSize = Size( aDDBInfoHeader.cx, aDDBInfoHeader.cy ); in Create()
189 aInfoHeader.cy = aSize.Height(); in Create()
221 maSize = Size( aInfoHeader.cx, aInfoHeader.cy ); in Create()
360 pBIH->cy = rSize.Height(); in ImplCreateDIB()
393 ULONG nWidth = pBIH->cx, nHeight = pBIH->cy; in ImplCreateDIB4FromDIB1()
405 pBIH4->cy = nHeight; in ImplCreateDIB4FromDIB1()
464 size.cy = aInfoHeader.cy; in ImplCopyDIBOrDDB()
484 aInfoHeader.cy = 0; in ImplCopyDIBOrDDB()
497 pts[1].y = size.cy; in ImplCopyDIBOrDDB()
[all …]
H A Dsalgdi2.cxx133 aVCLClipRect.Bottom() = aSWP.cy-1; in copyArea()
225 aVCLClipRect = Rectangle( Point( aSWP.x, aSWP.y ), Size( aSWP.cx, aSWP.cy ) ); in copyArea()
233 aTempRect.yTop = aTempRect.yBottom+aSWP.cy; in copyArea()
304 const long nHeight = pBIH->cy; in ImplDrawBitmap()
346 const long nHeight = pBIH->cy; in ImplDrawBitmap()
358 pNewInfo->cy = nHeight; in ImplDrawBitmap()
386 …const long nImageSize = ( pBIH->cbImage ? pBIH->cbImage : ( pBIH->cy * AlignedWidth4Bytes( pBIH->c… in ImplDrawBitmap()
H A Dsalprn.cxx647 pInfo->mnPaperHeight = pElm->hcInfo.cy; in ImplGetFormAndTrayList()
651 pInfo->mnPaperWidth = pElm->hcInfo.cy; in ImplGetFormAndTrayList()
768 pSetupData->mnPaperHeight = pElm->hcInfo.cy*100; in ImplGetCurrentSettings()
1053 sizel.cy = 0; in ImplSalCreateInfoPrn()
1554 rPageOffY = (aInfo.cy-aInfo.yTopClip) * nYResolution / 1000; in GetPageInfo()
1556 rPageHeight = aInfo.cy * nYResolution / 1000; in GetPageInfo()
1711 sizel.cy = 0; in StartJob()
H A Dsalvd.cxx71 aBitmapInfo.cy = nDY; in ImplCreateVirDevBitmap()
97 size.cy = nDY; in CreateVirtualDevice()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx148 swpOwner.cy = nScreenHeight; in _WinQueryWindowPos()
152 pswp->y = swpOwner.cy - (pswp->y + pswp->cy); in _WinQueryWindowPos()
162 LONG cx, LONG cy, ULONG fl) in _WinSetWindowPos() argument
170 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
182 if (pFrame->maGeometry.nHeight != cy) { in _WinSetWindowPos()
186 nY = aSWP.y - (cy + 2*frameFrameY + frameCaptionY - aSWP.cy); in _WinSetWindowPos()
198 cy = swp.cy; in _WinSetWindowPos()
219 ptlOwner.y = (swpOwner.cy - cy) / 2; in _WinSetWindowPos()
228 ptlOwner.y = swpOwner.cy - (y + cy); in _WinSetWindowPos()
1272 nHeight = aSWP.cy; in SetWindowState()
[all …]
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx112 InflateRect(&rect,-size.cx, -size.cy); in DrawDragRect()
137 InflateRect(&rect,-sizeLast.cx, -sizeLast.cy); in DrawDragRect()
271 m_sizeMin.cy = m_sizeMin.cx = m_nHandleSize*2; in Construct()
274 m_sizeLast.cx = m_sizeLast.cy = 0; in Construct()
514 if (py != NULL && nAbsHeight < m_sizeMin.cy) in AdjustRect()
520 nNewHeight * m_sizeMin.cy * -pRectInfo->nSignAcross; in AdjustRect()
537 size.cx = 0; size.cy = 0; in DrawTrackerRect()
543 size.cx = size.cy = max(1,GetHandleSize(&rect)-1); in DrawTrackerRect()
544 InflateRect(&rect,size.cx,size.cy); in DrawTrackerRect()
549 size.cy = 1; // CY_BORDER; in DrawTrackerRect()
H A Ddocholder.cxx983 if ( aOldSize.cx != rNewSize.cx || aOldSize.cy != rNewSize.cy ) in resizeWin()
990 aOldOffset.y = aOldSize.cy; in resizeWin()
995 aNewOffset.y = rNewSize.cy; in resizeWin()
1255 awt::Size aNewSize( pSize->cx, pSize->cy ); in SetExtent()
1302 pSize->cy = aDocSize.Height; in GetExtent()
H A Ded_ipersiststr.cxx535 aSizeToSet.cy = *((sal_Int32*)&aInf[12]) - *((sal_Int32*)&aInf[4]); in Load()
664 *((sal_Int32*)&aInf[12]) = aSize.cy; in Save()
847 *((sal_Int32*)&aInf[12]) = aSize.cy; in Load()
/trunk/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx171 sizl.cy = bm.bmp2.cy; in OS2HandleToOOoBmp()
180 cbBuffer = (((bm.bmp2.cBitCount * bm.bmp2.cx) + 31) / 32) * 4 * bm.bmp2.cy * bm.bmp2.cPlanes; in OS2HandleToOOoBmp()
183 GpiQueryBitmapBits(hps, 0L, (LONG) bm.bmp2.cy, pbBuffer, (BITMAPINFO2*)&bm); in OS2HandleToOOoBmp()
/trunk/main/sal/systools/win32/uwinapi/
H A DDrawStateW.cpp36 int cy, // height of image
65 return DrawStateA( hdc, hbr, lpOutputFunc, (LPARAM)lpTextA, wData, x, y, cx, cy, fuFlags );
68 return DrawStateA( hdc, hbr, lpOutputFunc, lData, wData, x, y, cx, cy, fuFlags );
/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx549 double cy=0; in decompose() local
555 cy = 0.0; in decompose()
561 cy = 0.0; in decompose()
566 cy = cos(fy); in decompose()
570 if( ::basegfx::fTools::equalZero( cy ) ) in decompose()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx698 …lpmis->itemHeight = (size.cy > GetSystemMetrics( SM_CYSMICON )) ? size.cy : GetSystemMetrics( SM_C… in OnMeasureItem()
742 int cy = GetSystemMetrics( SM_CYSMICON ); in OnDrawItem() local
758 IMAGE_ICON, cx, cy, in OnDrawItem()
765 …BRUSH)hbrIcon, (DRAWSTATEPROC)NULL, (LPARAM)hIcon, (WPARAM)0, x, y+(height-cy)/2, 0, 0, DST_ICON |… in OnDrawItem()
788 …)pMyItem->text.getStr(), (WPARAM)0, aRect.left, aRect.top + (height - size.cy)/2, 0, 0, DST_TEXT |… in OnDrawItem()
/trunk/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx545 size_t nDataBytes = 4 * aBmpSize.cy * aBmpSize.cy; in WinBITMAPToOOBMP()
553 pBmp->biHeight = aBmpSize.cy; in WinBITMAPToOOBMP()
564 0, aBmpSize.cy, in WinBITMAPToOOBMP()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1022 double x1,y1,x2,y2,x3,y3,p,q,cx,cy,ncx,ncy,r,rx,ry,w1,w3; in ReadArc() local
1043 cy=( q*q*((x3*x3-x1*x1)*(x2-x1)+(x2*x2-x1*x1)*(x1-x3)) + in ReadArc()
1045 cx=( q*q*(x2*x2-x1*x1)+p*p*(y2*y2-y1*y1)+cy*2*p*p*(y1-y2) ) / ncx; in ReadArc()
1047 r=sqrt(q*q*(x1-cx)*(x1-cx)+p*p*(y1-cy)*(y1-cy)); in ReadArc()
1052 w1=fmod((atan2(x1-cx,y1-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w1<0) w1+=6.28318530718; in ReadArc()
1053 w3=fmod((atan2(x3-cx,y3-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w3<0) w3+=6.28318530718; in ReadArc()
1055 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc()
1056 (long)(cx+rx),(long)(cy+ry)),aP1,aP3); in ReadArc()
1059 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc()
1060 (long)(cx+rx),(long)(cy+ry)),aP3,aP1); in ReadArc()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx298 thumbnail_size_.cy = 0; in CThumbviewer()
391 Gdiplus::Rect canvas(0, 0, thumbnail_size_.cx, thumbnail_size_.cy); in Extract()
392 …nail(offset, offset, thumbnail_size_.cx - (2 * offset) - 1, thumbnail_size_.cy - (2 * offset) - 1); in Extract()
406 dib.bi.biHeight = thumbnail_size_.cy; in Extract()
/trunk/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx179 sal_Int32 cy = 0; in getAvailableHeight() local
182 cy = rect.bottom; in getAvailableHeight()
184 return cy; in getAvailableHeight()
H A DPreviewCtrl.hxx51 CDimension( sal_Int32 cx, sal_Int32 cy ) : in CDimension() argument
53 m_cy( cy ) in CDimension()
H A Dhelppopupwindow.cxx264 sal_Int32 x, sal_Int32 y, sal_Int32 cx, sal_Int32 cy ) in adjustWindowPos() argument
277 popHeight = cy; in adjustWindowPos()
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx540 double cy = sR*sin(E)/sin(z); in convertElevationRotationDegToXYZAngleRad() local
541 lcl_ensureIntervalMinus1To1(cy); in convertElevationRotationDegToXYZAngleRad()
542 y = acos(cy); in convertElevationRotationDegToXYZAngleRad()
556 double cy = cos(R)/cos(z); in convertElevationRotationDegToXYZAngleRad() local
557 lcl_ensureIntervalMinus1To1(cy); in convertElevationRotationDegToXYZAngleRad()
558 y = acos(cy); in convertElevationRotationDegToXYZAngleRad()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A Dlang.map52 53,Welsh,cy,cy,
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx308 void RotatePoint(PointType& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs);
309 void RotatePoint(Point& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs);
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx285 long cy=rCenter.Y(); in CrookRotateXPoint() local
296 pC1->Y()+=cy; in CrookRotateXPoint()
301 long nPntRad=cy-pC1->Y(); in CrookRotateXPoint()
314 pC2->Y()+=cy; in CrookRotateXPoint()

Completed in 2189 milliseconds

123