Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 19 of 19) 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/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.patch825 + uint8_t *x0;
1927 x0[0U] = r0;
1928 x0[1U] = r1;
1929 x0[2U] = r2;
1930 x0[3U] = r3;
1931 x0[4U] = r4;
2020 x0[0U] = r0;
2021 x0[1U] = r1;
2022 x0[2U] = r2;
2023 x0[3U] = r3;
[all …]
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2251 sal_uLong x0, y0, x1, y1; in GetOutputString() local
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()
2340 flow = (double)x0/(double)y0; in GetOutputString()
2347 x0 = x1; in GetOutputString()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx282 long x0=rPnt.X(); in CrookRotateXPoint() local
299 pC1->X()-=x0; in CrookRotateXPoint()
317 pC2->X()-=x0; in CrookRotateXPoint()
336 long x0=rPnt.X(); in CrookSlantXPoint() local
370 …if (bC1) { if (bVert) pC1->Y()-=y0-rCenter.Y(); else pC1->X()-=x0-rCenter.X(); RotatePoint(*pC1,rC… in CrookSlantXPoint()
371 …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/crashrep/source/win32/
H A Drctemplate.txt44 FONT FONTSIZE, "MS Shell Dlg", 0, 0, 0x0
55 FONT FONTSIZE, "MS Shell Dlg", 0, 0, 0x0
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt172 …er (this=0x15807d0, rSvStorage=@0x7fff894f5340, rXModel=@0x142a2e8, rXStatInd=@0x142a2f0, pVBA=0x0,
175 pVBA=0x0, nCnvrtFlags=15) at /local/ooxml/ooxml/sd/source/filter/eppt/eppt.cxx:2503
202 …7 in SfxObjectShell::SaveTo_Impl (this=0xf44d60, rMedium=@0x1750050, pSet=0x0) at /home/rodo/git/o…
/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 …ine.src 0 pageitem RID_SVXDLG_LINE.TAB_CONTROL RID_SVXPAGE_SHADOW 0 kid 9x0[h2‖Shadow 2013082…
7183 helpcontent2 source\text\sbasic\shared\03120311.xhp 0 help hd_id3155388 5 0 kid x0=d[+‖Return val…
20679 helpcontent2 source\text\scalc\guide\specialfilter.xhp 0 help par_id3150327 25 0 kid 1sa=x0‖ \<em…
32202 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3149266 44 0 kid yio=x0‖Tab order …
41208 helpcontent2 source\text\simpress\01\06100000.xhp 0 help hd_id3152899 9 0 kid x0-wuq‖Use Custom S…
41294 helpcontent2 source\text\simpress\01\13140000.xhp 0 help tit 0 kid x0=8y2‖Combine 20130829 23…
41703 helpcontent2 source\text\simpress\01\01180001.xhp 0 help hd_id3155445 17 0 kid 8x0-k8‖Paper forma…
43828 helpcontent2 source\text\smath\01\05030000.xhp 0 help hd_id3150708 41 0 kid x0-2r3‖Excess size (l…
46313 helpcontent2 source\text\swriter\01\05040700.xhp 0 help hd_id3152960 6 0 kid x0-fm[‖Restart numbe…
64136 starmath source\smres.src 0 fixedline RID_PRINTOPTIONPAGE FL_MISC_OPTIONS 248 kid 3x0-re‖Miscella…
[all …]

Completed in 1264 milliseconds