Searched refs:MaxValue (Results 1 – 11 of 11) sorted by relevance
/trunk/main/testtools/source/bridgetest/cli/ |
H A D | cli_cs_testobj.cs | 617 UInt16.MaxValue, in testConstructorsService() 619 UInt32.MaxValue, in testConstructorsService() 621 UInt64.MaxValue, in testConstructorsService() 631 new UInt16[] { UInt16.MaxValue }, in testConstructorsService() 633 new UInt32[] { UInt32.MaxValue }, in testConstructorsService() 635 new UInt64[] { UInt64.MaxValue }, in testConstructorsService() 660 new Any(UInt16.MaxValue), in testConstructorsService() 662 new Any(UInt32.MaxValue), in testConstructorsService() 664 new Any(UInt64.MaxValue), in testConstructorsService() 674 new Any(typeof(UInt16[]), new UInt16[] { UInt16.MaxValue }), in testConstructorsService() [all …]
|
H A D | cli_cpp_bridgetest.cxx | 551 arShort[0] = Int16::MinValue; arShort[1] = 1; arShort[2] = Int16::MaxValue; 553 arUShort[0] = UInt16::MinValue; arUShort[1] = 1; arUShort[2] = UInt16::MaxValue; 555 arLong[0] = Int32::MinValue; arLong[1] = 1; arLong[2] = Int32::MaxValue; 557 arULong[0] = UInt32::MinValue; arULong[1] = 1; arULong[2] = UInt32::MaxValue; 559 arHyper[0] = Int64::MinValue; arHyper[1] = 1; arHyper[2] = Int64::MaxValue; 562 arUHyper[2] = UInt64::MaxValue;
|
H A D | cli_cs_bridgetest.cs | 634 short[] arShort = {Int16.MinValue, 1, Int16.MaxValue}; in performSequenceTest() 635 UInt16[] arUShort = {UInt16.MinValue , 1, UInt16.MaxValue}; in performSequenceTest() 636 int[] arLong = {Int32.MinValue, 1, Int32.MaxValue}; in performSequenceTest() 637 UInt32[] arULong = {UInt32.MinValue, 1, UInt32.MaxValue}; in performSequenceTest() 638 long[] arHyper = {Int64.MinValue, 1, Int64.MaxValue}; in performSequenceTest() 639 UInt64[] arUHyper = {UInt64.MinValue, 1, UInt64.MaxValue}; in performSequenceTest()
|
H A D | cli_vb_bridgetest.vb | 226 Dim arShort() As Short = {Int16.MinValue, 1, Int16.MaxValue} 229 Dim arLong() As Integer = {Int32.MinValue, 1, Int32.MaxValue} 232 Dim arHyper() As Long = {Int64.MinValue, 1, Int64.MaxValue}
|
/trunk/main/offapi/com/sun/star/inspection/ |
H A D | XNumericControl.idl | 58 [attribute] com::sun::star::beans::Optional<double> MaxValue;
|
/trunk/main/twain/inc/ |
H A D | twain.h | 509 TW_UINT32 MaxValue; /* Final value in the range. */ member
|
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
|
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
|
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
|
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 1206 else if( rEntry.Name.equalsAscii( "MaxValue" ) )
|
Completed in 112 milliseconds