/aoo41x/ext_libraries/coinmp/ |
H A D | coinmp-1.7.6.patch | 195 - 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 …]
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | Uwinapi.h | 40 #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 D | macros.h | 50 #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 )
|
/aoo41x/main/sal/qa/helper/gcov/ |
H A D | gcov_result.pl | 52 our $major; 72 "major=s" => \$major, 150 if ($major) 153 $sURL = $sURL . "$next" . "major=$major";
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atkbridge.cxx | 41 unsigned int major, minor, micro; in InitAtkBridge() local 44 if( sscanf( pVersion, "%u.%u.%u", &major, &minor, µ) < 3 ) in InitAtkBridge() 50 if( ( (major << 16) | (minor << 8) | micro ) < ( (1 << 16) | 8 << 8 | 6 ) ) in InitAtkBridge()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | Strings_Scale.src | 31 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…
|
/aoo41x/main/instsetoo_native/util/ |
H A D | openoffice.lst.README | 29 Microsoft Windows - "major.minor.build". 30 Note: major = [0..255], minor = [0..255], 37 The first decimal is put into "major".
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
H A D | LinuxHelper.java | 114 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()
|
/aoo41x/main/filter/source/placeware/ |
H A D | zipfile.hxx | 83 #define zf_Vers(major,minor) ((major) * 10 + (minor)) argument
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KDEInit.cxx | 104 double normalizeVersion( unsigned int major, unsigned int minor ) in normalizeVersion() argument 106 return major + 1.0 * minor / 1000; in normalizeVersion()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | module.properties | 30 version.major: 0 36 version.major: 0
|
/aoo41x/main/sane/inc/ |
H A D | sane.h | 30 #define SANE_VERSION_CODE(major, minor, build) \ argument 31 ( (((SANE_Word) (major) & 0xff) << 24) \
|
/aoo41x/main/offapi/com/sun/star/chart/ |
H A D | TimeIncrement.idl | 40 …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 D | XAxis.idl | 44 …the properties of the major grid of the axis. The returned object supports service <type>ChartGrid…
|
H A D | ChartAxisXSupplier.idl | 61 /** Determines if the major grid of the x-axis is
|
H A D | ChartAxisYSupplier.idl | 60 /** Determines if the major grid of the y-axis is
|
H A D | ChartAxisZSupplier.idl | 60 /** Determines if the major grid of the z-axis
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | keysymnames.cxx | 641 int major = XkbMajorVersion, minor = XkbMinorVersion; in GetKeyboardName() 642 if( XkbQueryExtension( GetDisplay(), &opcode, &event,&error, &major, &minor ) ) in GetKeyboardName()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XDriver.idl | 160 /** gets the driver's major version number. Initially this should be 1. 162 this driver's major version number
|
/aoo41x/main/solenv/bin/modules/installer/windows/ |
H A D | file.pm | 517 my $major = $1; 521 $libraryversion = $major . "\." . $concat;
|
/aoo41x/main/udkapi/com/sun/star/corba/iiop/ |
H A D | iiop.idl | 31 byte major;
|
/aoo41x/main/setup_native/source/java/ |
H A D | javaversion.dat | 48 # Solaris (pkgUnit.xml, needs only to be changed in major changes)
|
H A D | javaversion2.dat | 48 # Solaris (pkgUnit.xml, needs only to be changed in major changes)
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | XLineNumberingSupplier.idl | 62 index 0 for the major chapter level.</p>
|
H A D | XTextDocument.idl | 50 the major <type scope="com::sun::star::text">Text</type> of the text document.
|