Home
last modified time | relevance | path

Searched refs:xx (Results 1 – 25 of 127) sorted by relevance

123456

/AOO41X/main/l10ntools/scripts/
H A Dxhtex23 if [ x${SOLARENV}x = xx ]; then
29 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
35 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
H A Dxtxex23 if [ x${SOLARENV}x = xx ]; then
29 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
35 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java635 String xx = Integer.toHexString(v[i]); in buildColorString() local
636 if (xx.length() < 2) in buildColorString()
637 xx = "0" + xx; in buildColorString()
638 colorString += xx; in buildColorString()
/AOO41X/main/solenv/bin/
H A Dgsicheck22 if [ x${SOLARENV}x = xx ]; then
33 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
H A Dlocalize_sl22 if [ x${SOLARENV}x = xx ]; then
33 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
H A Dlocalize22 if [ x${SOLARENV}x = xx ]; then
35 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
H A Dcwscreate22 if [ x${SOLARENV}x = xx ]; then
H A Dcreatepdbrelocators22 if [ x${SOLARENV}x = xx ]; then
H A Dcws22 if [ x${SOLARENV}x = xx ]; then
H A Dcwsattach22 if [ x${SOLARENV}x = xx ]; then
H A Dcwstouched22 if [ x${SOLARENV}x = xx ]; then
H A Dcwstestresult22 if [ x${SOLARENV}x = xx ]; then
H A Doochkpatch22 if [ x${SOLARENV}x = xx ]; then
H A Dreceditor22 if [ x${SOLARENV}x = xx ]; then
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java466 String xx = Integer.toHexString(v[i]); in buildColorString() local
467 if (xx.length() < 2) in buildColorString()
468 xx = "0" + xx; in buildColorString()
469 colorString += xx; in buildColorString()
/AOO41X/main/odk/examples/cpp/counter/
H A Dcountermain.cxx68 Reference< XInterface > xx = xMgr->createInstanceWithContext( in SAL_IMPLEMENT_MAIN() local
71 OSL_ENSURE( xx.is(), "### cannot get service instance of \"foo.Counter\"!" ); in SAL_IMPLEMENT_MAIN()
73 Reference< XCountable > xCount( xx, UNO_QUERY ); in SAL_IMPLEMENT_MAIN()
/AOO41X/main/autodoc/source/exes/adc_uni/
H A Dcmd_run.cxx144 catch (csv::Exception & xx) in Perform() local
146 xx.GetInfo(Cerr()); in Perform()
396 catch (csv::Exception & xx)
398 xx.GetInfo(Cerr());
/AOO41X/main/saxon/prj/
H A Dbuild.lst1 xx saxon : solenv stax NULL
2 xx saxon nmake - all xx_saxon NULL
/AOO41X/main/l10ntools/java/jpropex/
H A Djpropex22 if [ x${SOLARENV}x = xx ]; then
27 if [ x${JAVA_HOME}x = xx ]; then
/AOO41X/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1318 if( ! ::rtl::math::approxEqual( aMatrix.xx, 1 ) && in implDrawBitmapSurface()
1322 basegfx::fround( rSize.Width * aMatrix.xx ) > 8 && in implDrawBitmapSurface()
1327 dWidth = basegfx::fround( rSize.Width * aMatrix.xx ); in implDrawBitmapSurface()
1345 aMatrix.xx = aMatrix.yy = 1; in implDrawBitmapSurface()
1389 ::rtl::math::approxEqual( aMatrix.xx, 1 ) && in implDrawBitmapSurface()
1979 aMatrix.xx = aMatrix.yy = 1; in repaint()
H A Dcairo_spritehelper.cxx124 …cairo_matrix_init( &aInverseMatrix, aMatrix.xx, aMatrix.yx, aMatrix.xy, aMatrix.yy, aMatrix.x0, aM… in redraw()
/AOO41X/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1113 aMatrix.xx = +mnCos; in ApplyGlyphTransform()
1123 aMatrix.xx = (FT_Pos)(-mnSin / mfStretch); in ApplyGlyphTransform()
1134 aMatrix.xx = (FT_Pos)(+mnSin / mfStretch); in ApplyGlyphTransform()
1465 aMatrix.xx = aMatrix.yy = 0x10000L; in GetGlyphBitmap1()
1635 aMatrix.xx = aMatrix.yy = 0x10000L; in GetGlyphBitmap8()
2322 aMatrix.xx = aMatrix.yy = 0x10000L; in GetGlyphOutline()
/AOO41X/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryComposer.idl98 E.g. (xx AND bb AND cc) OR newCriteria
174 E.g. (xx AND bb AND cc) OR newCriteria
/AOO41X/main/readlicense_oo/docs/readme/
H A Deval.xsl37 .comment {text-color: #666; font-size: xx-small;}
/AOO41X/main/nss/
H A Dnss_win.patch1413 + uint64_t *xx;
1443 - uint64_t *xx = buf + (uint32_t)15U;
1446 + xx = buf + (uint32_t)15U;
1448 Hacl_Bignum_fmul(x2, xx, zz);
1449 Hacl_Bignum_fdifference(zz, xx);
1452 Hacl_Bignum_fsum(zzz, xx);

123456