Searched refs:MinValue (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_cs_testobj.cs | 616 Int16.MinValue, in testConstructorsService() 618 Int32.MinValue, in testConstructorsService() 620 Int64.MinValue, in testConstructorsService() 630 new short[] { Int16.MinValue }, in testConstructorsService() 632 new Int32[] {Int32.MinValue}, in testConstructorsService() 634 new long[] { Int64.MinValue }, in testConstructorsService() 659 new Any(Int16.MinValue), in testConstructorsService() 661 new Any(Int32.MinValue), in testConstructorsService() 663 new Any(Int64.MinValue), in testConstructorsService() 724 new TestPolyStruct(Int16.MinValue), 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; 561 arUHyper[0] = UInt64::MinValue; arUHyper[1] = 1;
|
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}
|
/aoo41x/main/offapi/com/sun/star/inspection/ |
H A D | XNumericControl.idl | 54 [attribute] com::sun::star::beans::Optional<double> MinValue;
|
/aoo41x/main/twain/inc/ |
H A D | twain.h | 508 TW_UINT32 MinValue; /* Starting value in the range. */ member
|
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
|
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
|
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
|
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description 10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 1202 else if( rEntry.Name.equalsAscii( "MinValue" ) )
|
Completed in 90 milliseconds