Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 145) sorted by relevance

123456

/trunk/ext_libraries/coinmp/
H A Dcoinmp-1.7.6.patch195 - major=".$current"
198 + versuffix="$major"
409 - major=".$current"
412 + versuffix="$major"
610 - major=".$current"
613 + versuffix="$major"
811 - major=".$current"
814 + versuffix="$major"
1012 - major=".$current"
1015 + versuffix="$major"
[all …]
/trunk/main/sal/systools/win32/uwinapi/
H A DUwinapi.h40 #define MAKE_VER_WIN32( major, minor, build, isWindows ) \ argument
41 ((DWORD)MAKELONG( MAKEWORD( major, minor ), (build) | ( isWindows ? 0x8000 : 0 ) ))
43 #define MAKE_VER_WIN32_NT( major, minor, build ) \ argument
44 MAKE_VER_WIN32( major, minor, build, FALSE )
46 #define MAKE_VER_WIN32_WINDOWS( major, minor, build ) \ argument
47 MAKE_VER_WIN32( major, minor, build, TRUE )
H A Dmacros.h50 #define MAKE_VER_WIN32( major, minor, build, isWindows ) \ argument
51 ((DWORD)MAKELONG( MAKEWORD( major, minor ), (build) | ( isWindows ? 0x8000 : 0 ) ))
53 #define MAKE_VER_WIN32_NT( major, minor, build ) \ argument
54 MAKE_VER_WIN32( major, minor, build, FALSE )
56 #define MAKE_VER_WIN32_WINDOWS( major, minor, build ) \ argument
57 MAKE_VER_WIN32( major, minor, build, TRUE )
/trunk/main/sal/qa/helper/gcov/
H A Dgcov_result.pl52 our $major;
72 "major=s" => \$major,
150 if ($major)
153 $sURL = $sURL . "$next" . "major=$major";
/trunk/main/vcl/unx/gtk/a11y/
H A Datkbridge.cxx41 unsigned int major, minor, micro; in InitAtkBridge() local
44 if( sscanf( pVersion, "%u.%u.%u", &major, &minor, &micro) < 3 ) in InitAtkBridge()
50 if( ( (major << 16) | (minor << 8) | micro ) < ( (1 << 16) | 8 << 8 | 6 ) ) in InitAtkBridge()
/trunk/main/chart2/source/controller/dialogs/
H A DStrings_Scale.src31 Text [ en-US ] = "The major interval requires a positive number. Check your input." ;
43 …Text [ en-US ] = "The major interval needs to be greater than the minor interval. Check your input…
47 …Text [ en-US ] = "The major and minor interval need to be greater or equal to the resolution. Chec…
/trunk/main/instsetoo_native/util/
H A Dopenoffice.lst.README29 Microsoft Windows - "major.minor.build".
30 Note: major = [0..255], minor = [0..255],
37 The first decimal is put into "major".
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java114 Integer major = null; in analyzeVersionString() local
183 major = new Integer(majorInt); in analyzeVersionString()
201 major = null; in analyzeVersionString()
209 hashRpm.put("major", major); in analyzeVersionString()
/trunk/main/filter/source/placeware/
H A Dzipfile.hxx83 #define zf_Vers(major,minor) ((major) * 10 + (minor)) argument
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dmodule.properties30 version.major: 0
36 version.major: 0
/trunk/main/sane/inc/
H A Dsane.h30 #define SANE_VERSION_CODE(major, minor, build) \ argument
31 ( (((SANE_Word) (major) & 0xff) << 24) \
/trunk/main/offapi/com/sun/star/chart/
H A DTimeIncrement.idl40 …this is used as a fixed distance value for the major tickmarks. Otherwise, if the any is empty or…
41 …incompatible type, the distance between major tickmarks is calculated automatically by the applica…
H A DXAxis.idl44 …the properties of the major grid of the axis. The returned object supports service <type>ChartGrid…
H A DChartAxisXSupplier.idl61 /** Determines if the major grid of the x-axis is
H A DChartAxisYSupplier.idl60 /** Determines if the major grid of the y-axis is
H A DChartAxisZSupplier.idl60 /** Determines if the major grid of the z-axis
H A DXAxisXSupplier.idl78 the properties of the main grid (major grid) of the
/trunk/main/vcl/unx/generic/app/
H A Dkeysymnames.cxx642 int major = XkbMajorVersion, minor = XkbMinorVersion; in GetKeyboardName()
643 if( XkbQueryExtension( GetDisplay(), &opcode, &event,&error, &major, &minor ) ) in GetKeyboardName()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl160 /** gets the driver's major version number. Initially this should be 1.
162 this driver's major version number
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfile.pm517 my $major = $1;
521 $libraryversion = $major . "\." . $concat;
/trunk/main/udkapi/com/sun/star/corba/iiop/
H A Diiop.idl31 byte major;
/trunk/main/setup_native/source/java/
H A Djavaversion.dat48 # Solaris (pkgUnit.xml, needs only to be changed in major changes)
H A Djavaversion2.dat48 # Solaris (pkgUnit.xml, needs only to be changed in major changes)
/trunk/main/offapi/com/sun/star/text/
H A DXLineNumberingSupplier.idl62 index 0 for the major chapter level.</p>
H A DXTextDocument.idl50 the major <type scope="com::sun::star::text">Text</type> of the text document.

Completed in 83 milliseconds

123456