/aoo41x/main/nss/ |
H A D | nss_sizes.patch | 115 cx->pkcs1RSADigestInfo = NULL; 146 + if (sigLen > sizeof(cx->u)) { 204 switch (cx->key->keyType) { 207 - dsasig.data = cx->u.buffer; 213 + if (dsasig.len > sizeof(cx->u)) { 217 + dsasig.data = cx->u.buffer; 225 rsasig.data = cx->u.buffer; 239 VFYContext *cx; 254 dsasig.data = cx->u.buffer; 262 - if (PK11_Verify(cx->key, &dsasig, (SECItem *)digest, cx->wincx) != [all …]
|
/aoo41x/main/cppcanvas/prj/ |
H A D | build.lst | 1 cx cppcanvas : comphelper cppuhelper offuh tools vcl basegfx canvas NULL 2 cx cppcanvas usr1 - all cx_mkout NULL 3 cx cppcanvas\inc nmake - all cx_inc NULL 4 cx cppcanvas\source\tools nmake - all cx_tools cx_inc NULL 5 cx cppcanvas\source\wrapper nmake - all cx_wrapper cx_inc NULL 6 cx cppcanvas\source\mtfrenderer nmake - all cx_mtfrenderer cx_inc NULL 7 cx cppcanvas\util nmake - all cx_util cx_tools cx_wrapper cx_mtfrenderer NULL
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 87 maSize = Size( pBIH->cx, pBIH->cy ); in Create() 101 maSize = Size( aDDBInfoHeader.cx, aDDBInfoHeader.cy ); in Create() 188 aInfoHeader.cx = aSize.Width(); in Create() 221 maSize = Size( aInfoHeader.cx, aInfoHeader.cy ); in Create() 359 pBIH->cx = rSize.Width(); in ImplCreateDIB() 393 ULONG nWidth = pBIH->cx, nHeight = pBIH->cy; in ImplCreateDIB4FromDIB1() 404 pBIH4->cx = nWidth; in ImplCreateDIB4FromDIB1() 463 size.cx = aInfoHeader.cx; in ImplCopyDIBOrDDB() 483 aInfoHeader.cx = 0; in ImplCopyDIBOrDDB() 496 pts[1].x = size.cx; in ImplCopyDIBOrDDB() [all …]
|
H A D | salgdi2.cxx | 132 aVCLClipRect.Right() = aSWP.cx-1; in copyArea() 225 aVCLClipRect = Rectangle( Point( aSWP.x, aSWP.y ), Size( aSWP.cx, aSWP.cy ) ); in copyArea() 232 aTempRect.xRight = aTempRect.xLeft+aSWP.cx; in copyArea() 345 const long nWidth = pBIH->cx; in ImplDrawBitmap() 357 pNewInfo->cx = nWidth; in ImplDrawBitmap() 386 …= ( pBIH->cbImage ? pBIH->cbImage : ( pBIH->cy * AlignedWidth4Bytes( pBIH->cx * pBIH->cBitCount ) … in ImplDrawBitmap()
|
H A D | salprn.cxx | 646 pInfo->mnPaperWidth = pElm->hcInfo.cx; in ImplGetFormAndTrayList() 652 pInfo->mnPaperHeight = pElm->hcInfo.cx; in ImplGetFormAndTrayList() 767 pSetupData->mnPaperWidth = pElm->hcInfo.cx*100; in ImplGetCurrentSettings() 1052 sizel.cx = 0; in ImplSalCreateInfoPrn() 1555 rPageWidth = aInfo.cx * nXResolution / 1000; in GetPageInfo() 1710 sizel.cx = 0; in StartJob()
|
H A D | salvd.cxx | 70 aBitmapInfo.cx = nDX; in ImplCreateVirDevBitmap() 96 size.cx = nDX; in CreateVirtualDevice()
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 121 dx=P.x-cx; in RotatePoint() 125 P.x=cx+sal_Int16(x1); in RotatePoint() 133 dx=(sal_Int16)(P.X()-cx); in RotatePoint() 473 sal_Int16 cx,cy; in DrawSlideRect() local 524 cx=(x1+x2) /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() 653 sal_Int16 x1=cx-rx; in DrawSlideCirc() 655 sal_Int16 x2=cx+rx; in DrawSlideCirc() 725 rOut.DrawEllipse(Rectangle(cx-i0,cy-j0,cx+i0,cy+j0)); in DrawSlideCirc() [all …]
|
H A D | sgvspln.cxx | 640 double* bx, double* cx, double* dx, in ParaSpline() argument 690 Error=PeriodicSpline(n,T,x,bx,cx,dx); in ParaSpline() 695 Error=NaturalSpline(n,T,x,alphX,betX,MargCond,bx,cx,dx); in ParaSpline() 726 double*& cx, double*& cy, double*& dx, double*& dy, double*& T) in CalcSpline() argument 761 cx=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() 784 delete[] cx; in CalcSpline() 821 double* cx; in Spline2Poly() local 837 bOk=CalcSpline(rSpln,Periodic,n,ax,ay,bx,by,cx,cy,dx,dy,tv); in Spline2Poly() 851 x=long(ax[i]+bx[i]*dt1+cx[i]*dt2+dx[i]*dt3); in Spline2Poly() [all …]
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | previewadapter.cxx | 309 int cx = 0; in rearrangeLayout() local 313 cx = width/2; in rearrangeLayout() 318 NULL, 0, 0, cx, height, in rearrangeLayout() 322 NULL, 0, 0, cx, height, in rearrangeLayout() 337 HWND_TOP, pt.x, pt.y, cx, height, SWP_NOACTIVATE); in rearrangeLayout() 343 cx = rcFileDlg.right - rcFlbNew.left; in rearrangeLayout() 347 NULL, 0, 0, cx, height, in rearrangeLayout() 352 NULL, 0, 0, cx, height, in rearrangeLayout()
|
H A D | dibpreview.cxx | 162 sal_Int32 cx = 0; in getAvailableWidth() local 165 cx = rect.right; in getAvailableWidth() 167 return cx; in getAvailableWidth()
|
H A D | PreviewCtrl.hxx | 51 CDimension( sal_Int32 cx, sal_Int32 cy ) : in CDimension() argument 52 m_cx( cx ), in CDimension()
|
H A D | helppopupwindow.cxx | 264 sal_Int32 x, sal_Int32 y, sal_Int32 cx, sal_Int32 cy ) in adjustWindowPos() argument 276 popWidth = cx; in adjustWindowPos()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | tracker.cxx | 112 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() 502 if (px != NULL && nAbsWidth < m_sizeMin.cx) in AdjustRect() 508 nNewWidth * m_sizeMin.cx * -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() 548 size.cx = 1; // CX_BORDER; in DrawTrackerRect()
|
H A D | docholder.cxx | 983 if ( aOldSize.cx != rNewSize.cx || aOldSize.cy != rNewSize.cy ) in resizeWin() 989 aOldOffset.x = aOldSize.cx; in resizeWin() 994 aNewOffset.x = rNewSize.cx; in resizeWin() 1255 awt::Size aNewSize( pSize->cx, pSize->cy ); in SetExtent() 1301 pSize->cx = aDocSize.Width; in GetExtent()
|
H A D | ed_ipersiststr.cxx | 534 aSizeToSet.cx = *((sal_Int32*)&aInf[8]) - *((sal_Int32*)aInf); in Load() 663 *((sal_Int32*)&aInf[8]) = aSize.cx; in Save() 846 *((sal_Int32*)&aInf[8]) = aSize.cx; in Load()
|
/aoo41x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 147 swpOwner.cx = nScreenWidth; in _WinQueryWindowPos() 162 LONG cx, LONG cy, ULONG fl) in _WinSetWindowPos() argument 170 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos() 197 cx = swp.cx; in _WinSetWindowPos() 218 ptlOwner.x = (swpOwner.cx - cx) / 2; in _WinSetWindowPos() 248 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos() 267 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo() 273 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo() 279 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo() 1268 nWidth = aSWP.cx; in SetWindowState() [all …]
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | DrawStateW.cpp | 35 int cx, // width 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 );
|
/aoo41x/main/dtrans/source/os2/clipb/ |
H A D | OS2Bitmap.cxx | 170 sizl.cx = bm.bmp2.cx; in OS2HandleToOOoBmp() 180 cbBuffer = (((bm.bmp2.cBitCount * bm.bmp2.cx) + 31) / 32) * 4 * bm.bmp2.cy * bm.bmp2.cPlanes; in OS2HandleToOOoBmp()
|
/aoo41x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 297 thumbnail_size_.cx = 0; in CThumbviewer() 391 Gdiplus::Rect canvas(0, 0, thumbnail_size_.cx, thumbnail_size_.cy); in Extract() 392 …Gdiplus::Rect canvas_thumbnail(offset, offset, thumbnail_size_.cx - (2 * offset) - 1, thumbnail_si… in Extract() 405 dib.bi.biWidth = thumbnail_size_.cx; in Extract()
|
/aoo41x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1022 double x1,y1,x2,y2,x3,y3,p,q,cx,cy,ncx,ncy,r,rx,ry,w1,w3; in ReadArc() local 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()
|
/aoo41x/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 2601 rtl_TextToUnicodeContext cx = rtl_createTextToUnicodeContext(cv); in testSRCBUFFERTOSMALL() local 2602 OSL_ASSERT(cx != NULL); in testSRCBUFFERTOSMALL() 2610 cv, cx, &src, 1, dst, sizeof dst / sizeof (sal_Unicode), in testSRCBUFFERTOSMALL() 2617 rtl_destroyTextToUnicodeContext(cv, cx); in testSRCBUFFERTOSMALL()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 697 lpmis->itemWidth = size.cx + 4 + GetSystemMetrics( SM_CXSMICON ); in OnMeasureItem() 741 int cx = GetSystemMetrics( SM_CXSMICON ); in OnDrawItem() local 758 IMAGE_ICON, cx, cy, in OnDrawItem() 769 x += cx + 4; // space for icon in OnDrawItem()
|
/aoo41x/main/svtools/source/inc/ |
H A D | sgvmain.hxx | 308 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);
|
H A D | sgvspln.hxx | 48 double*& cx, double*& cy, double*& dx, double*& dy, double*& T);
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 284 long cx=rCenter.X(); in CrookRotateXPoint() local 295 pC1->Y()=Round(((double)pC1->Y()) /rRad.X()*(cx-pC1->X())); in CrookRotateXPoint() 304 pC1->X()+=cx; in CrookRotateXPoint() 322 pC2->X()+=cx; in CrookRotateXPoint()
|