Home
last modified time | relevance | path

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

123456

/trunk/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
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/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 Dcreatepdbrelocators22 if [ x${SOLARENV}x = xx ]; then
H A Doochkpatch22 if [ x${SOLARENV}x = xx ]; then
H A Dreceditor22 if [ x${SOLARENV}x = xx ]; then
/trunk/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()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dcmd_run.cxx144 catch (csv::Exception & xx) in Perform() local
146 xx.GetInfo(Cerr()); in Perform()
397 catch (csv::Exception & xx)
399 xx.GetInfo(Cerr());
/trunk/main/saxon/prj/
H A Dbuild.lst1 xx saxon : solenv stax NULL
2 xx saxon nmake - all xx_saxon NULL
/trunk/main/l10ntools/java/jpropex/
H A Djpropex22 if [ x${SOLARENV}x = xx ]; then
27 if [ x${JAVA_HOME}x = xx ]; then
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
H A Dlc_backgroundpatterncontroller.xcf.bz2
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DHow_to_write_my_own_driver.txt27 1. Implement a class called driver or modify the existing skeleton -> have a look at SDriver.?xx
28 2. Implement a class called connection -> have a look at SConnection.?xx
/trunk/main/connectivity/workben/skeleton/
H A Dhow_to_write_a_driver.txt32 1. Implement a class called driver or modify the existing skeleton -> have a look at SDriver.?xx
33 2. Implement a class called connection -> have a look at SConnection.?xx
/trunk/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()
/trunk/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()
/trunk/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
/trunk/main/readlicense_oo/docs/readme/
H A Deval.xsl37 .comment {text-color: #666; font-size: xx-small;}
/trunk/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);
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx86 double xx; double yx; member
567 m.xy = -m.xx * 0x6000L / 0x10000L; in DrawCairoAAFontString()

Completed in 124 milliseconds

123456