Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 20 of 20) sorted by relevance

/trunk/main/xmlsecurity/prj/
H A Dbuild.lst1 xs xmlsecurity : L10N:l10n xmloff unotools offapi unoil svx LIBXMLSEC:libxmlsec NSS:nss LIBXSLT:…
2 xs xmlsecurity usr1 - all xs_mkout NULL
3 xs xmlsecurity\inc nmake - all xs_inc NULL
4 xs xmlsecurity\source\framework nmake - all xs_fw xs_inc NULL
5 xs xmlsecurity\source\xmlsec\nss nmake - all xs_nss xs_inc NULL
6 xs xmlsecurity\source\xmlsec\mscrypt nmake - all xs_mscrypt xs_inc…
7 xs xmlsecurity\source\xmlsec nmake - all xs_xmlsec xs_nss …
8 xs xmlsecurity\source\helper nmake - all xs_helper xs_inc …
9 xs xmlsecurity\source\dialogs nmake - all xs_dialogs xs_inc…
10 xs xmlsecurity\source\component nmake - all xs_component xs_i…
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dclippedlinerenderer.hxx250 sal_Int32 xs = x1; in renderClippedLine() local
268 rowIter( currIter.rowIterator() + xs ); in renderClippedLine()
285 xs += sx; in renderClippedLine()
289 rowIter = currIter.rowIterator() + xs; in renderClippedLine()
293 xs += sx; in renderClippedLine()
312 xs += sx; in renderClippedLine()
316 rowIter = currIter.rowIterator() + xs; in renderClippedLine()
320 xs += sx; in renderClippedLine()
342 Iterator currIter( begin + vigra::Diff2D(xs,0) ); in renderClippedLine()
360 xs += sx; in renderClippedLine()
[all …]
H A Dlinerenderer.hxx103 sal_Int32 xs = x1; in renderLine() local
114 rowIter( currIter.rowIterator() + xs ); in renderLine()
119 if( xs == x2 ) in renderLine()
125 xs += sx; in renderLine()
127 rowIter = currIter.rowIterator() + xs; in renderLine()
132 xs += sx; in renderLine()
146 Iterator currIter( begin + vigra::Diff2D(xs,0) ); in renderLine()
158 xs += sx; in renderLine()
/trunk/main/autodoc/source/udm/unittest/
H A Dtest.cxx82 String & xs = *ps; in fx() local
84 xs = "Hallo"; in fx()
88 xs = csv::String("Haha"); in fx()
92 csv::String s2 = xs; in fx()
/trunk/main/toolkit/src2xml/source/
H A Dboxer.py43 xs = sorted(self.rows[y].keys())
45 if len(xs) == 1:
46 root.appendChild(self.rows[y][xs[0]])
51 for x in xs:
/trunk/main/offapi/com/sun/star/geometry/
H A DAffineMatrix3D.idl36 as follows, where <code>xs, ys</code> and <code>zs</code> are the source, and
40 xd = m00*xs + m01*ys + m02*zs + m03;
41 yd = m10*xs + m11*ys + m12*zs + m13;
42 zd = m20*xs + m21*ys + m22*zs + m23;
46 <type>AffineMatrix3D</type> and vs=[xs,ys,zs]^T, vd=[xd,yd,zd]^T two 3D
H A DMatrix2D.idl39 as follows, where <code>xs</code> and <code>ys</code> are the source, and
43 xd = m00*xs + m01*ys;
44 yd = m10*xs + m11*ys;
48 <type>Matrix2D</type> and vs=[xs,ys]^T, vd=[xd,yd]^T two 2D
H A DAffineMatrix2D.idl36 as follows, where <code>xs</code> and <code>ys</code> are the source, and
40 xd = m00*xs + m01*ys + m02;
41 yd = m10*xs + m11*ys + m12;
45 <type>AffineMatrix2D</type> and vs=[xs,ys]^T, vd=[xd,yd]^T two 2D
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx1259 double lcl_GetBinomDistRange(double n, double xs,double xe, in lcl_GetBinomDistRange() argument
1266 sal_uInt32 nXs = static_cast<sal_uInt32>( xs ); in lcl_GetBinomDistRange()
1304 double xs = ::rtl::math::approxFloor(GetDouble()); in ScB() local
1308 bool bIsValidX = ( 0.0 <= xs && xs <= xe && xe <= n); in ScB()
1311 if (xs == xe) // mass function in ScB()
1312 PushDouble(GetBinomDistPMF(xs,n,p)); in ScB()
1317 PushDouble(lcl_GetBinomDistRange(n,xs,xe,fFactor,p,q)); in ScB()
1325 PushDouble(lcl_GetBinomDistRange(n,n-xe,n-xs,fFactor,q,p)); in ScB()
1328 PushDouble(GetBetaDist(q,n-xe,xe+1.0)-GetBetaDist(q,n-xs+1,xs) ); in ScB()
1337 PushDouble( (xs == 0.0) ? 1.0 : 0.0 ); in ScB()
/trunk/main/solenv/inc/
H A Dunxsoli4.mk53 CFLAGSENABLESYMBOLS=-g0 -xs # was temporarily commented out, reenabled before Beta
54 CFLAGSENABLESYMBOLS_CC_ONLY=-g -xs # was temporarily commented out, reenabled before Beta
H A Dunxsolu4.mk57 CFLAGSENABLESYMBOLS=-g0 -xs # was temporarily commented out, reenabled before Beta
58 CFLAGSENABLESYMBOLS_CC_ONLY=-g -xs # was temporarily commented out, reenabled before Beta
H A Dunxsols4.mk55 CFLAGSENABLESYMBOLS=-g0 -xs # was temporarily commented out, reenabled before Beta
56 CFLAGSENABLESYMBOLS_CC_ONLY=-g -xs # was temporarily commented out, reenabled before Beta
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java71 XStorable xs = UnoRuntime.queryInterface(XStorable.class, officeDocument); in storeToURL() local
73 xs.storeToURL(targetUrl, o); in storeToURL()
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx363 long xs=pPage->GetWdt(); in SnapPos() local
371 a=x-(xs-rgt); if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } // rechter Rand in SnapPos()
373 a=x- xs ; if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } // rechte Papierkante in SnapPos()
H A Dsvdxcgv.cxx504 long xs=nSizX; in ImpPasteObject() local
506 Point aPos(rCenter.X()-xs/2,rCenter.Y()-ys/2); in ImpPasteObject()
507 Rectangle aR(aPos.X(),aPos.Y(),aPos.X()+xs,aPos.Y()+ys); in ImpPasteObject()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch300 void SegmentPainter::InvertIBeam(float xs, float ysTop, float ysBottom,
304 float xd = ScaleXToDest(xs);
1112 return ClusterBbLeft(psstrm) + xs;
1114 - float ClusterRsb(GrSlotStream * psstrm, float xs)
1115 + float ClusterRsb(GrSlotStream * /*psstrm*/, float xs)
1117 return ClusterAdvWidthFrom(xs) - ClusterBbRightFrom(xs);
1550 bool GPointToXY(gid16 chwGlyphID, int nGPoint, float * xs, float * ys);
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D100E.pem52 AOCys3c0MiM8Rc4fX5pgxVmvL79zjr49iI2XT/6KALlxfwc6HmpbN4r/WI/xs+UL
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf1402 cui source\dialogs\svuidlg.src 0 checkbox MD_INSERT_OLEOBJECT CB_FILELINK 138 kid 4xs[ib‖~Link to…
9617 helpcontent2 source\text\sbasic\shared\03101600.xhp 0 help hd_id3153192 10 0 kid lb-6xs‖Example: …
13488 helpcontent2 source\text\scalc\01\04060112.xhp 0 help hd_id3159091 169 0 kid 7jb[xs‖Cell Array …
14838 helpcontent2 source\text\scalc\01\04060182.xhp 0 help hd_id3152801 122 0 kid xs++qk‖HYPGEOMDIST …
17866 helpcontent2 source\text\scalc\01\12030200.xhp 0 help hd_id3155445 16 0 kid 62c]xs‖ Custom sort o…
17914 helpcontent2 source\text\scalc\01\04060111.xhp 0 help par_id3146869 31 0 kid +g]xs+‖MONTHS(StartD…
32019 helpcontent2 source\text\shared\02\01170101.xhp 0 help par_id3147303 224 0 kid u97[xs‖Action 2…
40249 helpcontent2 source\text\shared\optionen\01010700.xhp 0 help hd_id3148664 4 0 kid 82]xs]‖Replacem…
41874 helpcontent2 source\text\simpress\02\10070000.xhp 0 help par_id3153688 24 0 kid 0xs[x7‖Ellipse, U…
63600 sfx2 source\dialog\dialog.src 0 string STR_DELETE_STYLE_USED 0 kid unr-xs‖You are deleting an ap…
[all …]
/trunk/extras/l10n/source/ca/
H A Dlocalize.sdf15977 …e ..WriterCommands.UserInterface.Popups..uno:IndexesMenu Label 0 ca Índe~xs i taules 20200411…
/trunk/extras/l10n/source/ca-XV/
H A Dlocalize.sdf15977 ….WriterCommands.UserInterface.Popups..uno:IndexesMenu Label 0 ca-XV Índe~xs i taules 20200411…

Completed in 3030 milliseconds