Home
last modified time | relevance | path

Searched refs:MinValue (Results 1 – 11 of 11) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs616 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 Dcli_cpp_bridgetest.cxx551 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 Dcli_cs_bridgetest.cs634 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 Dcli_vb_bridgetest.vb226 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 DXNumericControl.idl54 [attribute] com::sun::star::beans::Optional<double> MinValue;
/trunk/main/twain/inc/
H A Dtwain.h508 TW_UINT32 MinValue; /* Starting value in the range. */ member
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt1 Table Column Nullable MinValue MaxValue KeyTable KeyColumn Category Set Description
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1202 else if( rEntry.Name.equalsAscii( "MinValue" ) )

Completed in 115 milliseconds