Home
last modified time | relevance | path

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

/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch27 …selectany) IID IID_IAxWinHostWindow = {0xb6ea2050,0x48a,0x11d1,{0x82,0xb9,0x0,0xc0,0x4f,0xb9,0x94,…
28 …tany) IID IID_IAxWinAmbientDispatch = {0xb6ea2051,0x48a,0x11d1,{0x82,0xb9,0x0,0xc0,0x4f,0xb9,0x94,…
51 +extern "C" const IID IID_IAxWinHostWindow = {0xb6ea2050,0x48a,0x11d1,{0x82,0xb9,0x0,0xc0,0x4f,0xb9…
52 +extern "C" const IID IID_IAxWinAmbientDispatch = {0xb6ea2051,0x48a,0x11d1,{0x82,0xb9,0x0,0xc0,0x4f…
219 -_declspec(selectany) GUID GUID_ATLVer30 = { 0xb62f5910, 0x6528, 0x11d1, { 0x96, 0x11, 0x0, 0x0, 0x…
221 +GUID GUID_ATLVer30 = { 0xb62f5910, 0x6528, 0x11d1, { 0x96, 0x11, 0x0, 0x0, 0xf8, 0x1e, 0xd, 0xd } …
232 -__declspec(selectany) GUID CComModule::m_libid = {0x0,0x0,0x0,{0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}};
234 +GUID CComModule::m_libid = {0x0,0x0,0x0,{0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}};
H A Dmingw_headers.patch1736 -EXTERN_GUID(IID_IAMFilterGraphCallback,0x56a868fd,0x0ad4,0x11ce,0xb0,0xa3,0x0,0x20,0xaf,0x0b,0xa7,…
1737 +DEFINE_GUID(IID_IAMFilterGraphCallback,0x56a868fd,0x0ad4,0x11ce,0xb0,0xa3,0x0,0x20,0xaf,0x0b,0xa7,…
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_aarch64/
H A Dcall.s52 mov x19, x0 // pFunction
86 ldp x0, x1, [x20, #0]
92 str x0, [x22, #0]
135 stp x0, x1, [sp, #16] // save GP argument registers x0..x7
160 ldp x0, x1, [sp, #144]
/trunk/main/canvas/source/cairo/
H A Dcairo_spritehelper.cxx121 aMatrix.x0 = basegfx::fround( aMatrix.x0 ); in redraw()
124 …ix_init( &aInverseMatrix, aMatrix.xx, aMatrix.yx, aMatrix.xy, aMatrix.yy, aMatrix.x0, aMatrix.y0 ); in redraw()
H A Dcairo_canvashelper.cxx160 aViewMatrix.x0 = basegfx::fround( aViewMatrix.x0 ); in useStates()
166 aCombinedMatrix.x0 = basegfx::fround( aCombinedMatrix.x0 ); in useStates()
704 double x0, x1, y0, y1, cx, cy, r0, r1; in patternFromParametricPolyPolygon() local
712 x0 = 0; in patternFromParametricPolyPolygon()
716 pPattern = cairo_pattern_create_linear( x0, y0, x1, y1 ); in patternFromParametricPolyPolygon()
789 aScaledTextureMatrix.x0 = basegfx::fround( aScaledTextureMatrix.x0 ); in doOperation()
1320 ::rtl::math::approxEqual( aMatrix.x0, 0 ) && in implDrawBitmapSurface()
1391 ::rtl::math::approxEqual( aMatrix.x0, 0 ) && in implDrawBitmapSurface()
/trunk/main/soltools/mkdepend/
H A Dcppsetup.c98 pperror(tag, x0,x1,x2,x3,x4) in pperror() argument
99 int tag,x0,x1,x2,x3,x4; in pperror()
102 warning(x0,x1,x2,x3,x4);
/trunk/main/nss/
H A Dnss_win.patch643 uint8_t *x0 = input + (uint32_t)4U * i;
644 uint32_t inputi = load32_le(x0);
654 uint8_t *x0 = output + (uint32_t)4U * i;
655 store32_le(x0, hd1);
825 + uint8_t *x0;
842 - uint8_t *x0 = n1 + (uint32_t)8U;
843 - uint32_t n2 = load32_le(x0);
848 + x0 = n1 + (uint32_t)8U;
849 + n2 = load32_le(x0);
1511 uint64_t *x0 = buf0;
[all …]
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2251 sal_uLong x0, y0, x1, y1; in GetOutputString() local
2265 x0 = (sal_uLong) floor(fNumber*nBasis); // z.B. 2/9 <= x < 3/9 in GetOutputString()
2266 if (x0 == 0) // => x0 = 2 in GetOutputString()
2272 else if (x0 == (nBasis-1)/2) // (b-1)/2, 1/2 in GetOutputString()
2278 else if (x0 == 1) in GetOutputString()
2287 x1 = x0; in GetOutputString()
2289 double fUg = (double) x0 / (double) y0; in GetOutputString()
2291 sal_uLong nGgt = ImpGGT(y0, x0); // x0/y0 kuerzen in GetOutputString()
2292 x0 /= nGgt; in GetOutputString()
2328 if (x2*y0 - x0*y2 == 1 || y1 <= 1) // Test, ob x2/y2 in GetOutputString()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx270 long x0=rPnt.X(); in CrookRotateXPoint() local
287 pC1->X()-=x0; in CrookRotateXPoint()
305 pC2->X()-=x0; in CrookRotateXPoint()
324 long x0=rPnt.X(); in CrookSlantXPoint() local
358 …if (bC1) { if (bVert) pC1->Y()-=y0-rCenter.Y(); else pC1->X()-=x0-rCenter.X(); RotatePoint(*pC1,rC… in CrookSlantXPoint()
359 …if (bC2) { if (bVert) pC2->Y()-=y0-rCenter.Y(); else pC2->X()-=x0-rCenter.X(); RotatePoint(*pC2,rC… in CrookSlantXPoint()
H A Dsvdedtv1.cxx90 long x0=aR0.Left(); in SetMarkedObjRect() local
92 long w0=aR0.Right()-x0; in SetMarkedObjRect()
126 aR1.Move(-x0,-y0); in SetMarkedObjRect()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx887 int x0 = 0, y0 = 0, x1 = 0, y1 = 0, x2, y2, curx, cury; in BSplineToPSPath() local
914 p.x1 = x0 = (srcA[cp].x + srcA[EndContour].x + 1) / 2; in BSplineToPSPath()
917 p.x1 = x0 = srcA[EndContour].x; in BSplineToPSPath()
921 p.x1 = x0 = srcA[cp].x; in BSplineToPSPath()
938 p.x1 = x0 + (2 * (x1 - x0) + 1) / 3; in BSplineToPSPath()
948 if (!(x0 == curx && y0 == cury)) in BSplineToPSPath()
956 x0 = curx; y0 = cury; lastOff = 0; in BSplineToPSPath()
965 p.x1 = x0 + (2 * (x1 - x0) + 1) / 3; in BSplineToPSPath()
972 x0 = x2; y0 = y2; in BSplineToPSPath()
/trunk/main/idlc/test/parser/
H A Dconstant.tests95 const unsigned short C14 = 0x0;
106 const unsigned long C25 = 0x0;
117 const unsigned hyper C36 = 0x0;
/trunk/main/
H A Daclocal.m490 test "x$?" != "x0" && pkg_failed=yes ],
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2204 sal_Int32 x0 =pt.X()-center.X(); in lcl_Rotate() local
2206 pt.X()=center.X()+ x0*cs-y0*sn; in lcl_Rotate()
2207 pt.Y()=center.Y()+ y0*cs+x0*sn; in lcl_Rotate()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx414 Reference< XInterface > x0; in ~SwXTextDocument() local
415 xNumFmtAgg->setDelegator(x0); in ~SwXTextDocument()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx88 double x0; double y0; member
/trunk/main/vigra/
H A Dvigra1.6.0.patch96 /** construct image of size 0x0
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf3156 …geitem RID_SVXDLG_LINE.TAB_CONTROL RID_SVXPAGE_SHADOW 0 kid 9x0[h2‖Shadow …
7183 …basic\shared\03120311.xhp 0 help hd_id3155388 5 0 kid x0=d[+‖Return value: …
11356 …basic\shared\03120310.xhp 0 help par_id3155420 2 0 kid x0-xoe‖Converts lowerca…
20679 …de\specialfilter.xhp 0 help par_id3150327 25 0 kid 1sa=x0‖ \<emph\>B\</emph\> …
20831 …uide\value_with_name.xhp 0 help par_id1120029 0 kid y=x0+p‖Allowed special ch…
32202 …hared\02\01170101.xhp 0 help hd_id3149266 44 0 kid yio=x0‖Tab order …
34160 …atabase\rep_sort.xhp 0 help par_id3068636 0 kid qzj-x0‖\<ahelp hid=\".\"\>I…
34852 …er\database\02000000.xhp 0 help par_id3153146 47 0 kid x0[awv‖You can also ope…
36318 …ared\guide\aaa_start.xhp 0 help par_id3149095 7 0 kid 2x0]n5‖\<switchinline se…
41208 …impress\01\06100000.xhp 0 help hd_id3152899 9 0 kid x0-wuq‖Use Custom Slide…
[all …]