Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 191) sorted by relevance

12345678

/trunk/main/offapi/com/sun/star/chart2/
H A DScaleData.idl41 maximum. Otherwise, if the any is empty or contains an
42 incompatible type, the maximum is automatic.
44 <p>If the maximum is automatic, this means, each view that
46 maximum by its own means.</p>
97 if true the maximum on the scale will be expanded for one interval
/trunk/main/sc/source/filter/xml/
H A DXMLColumnRowGroupExport.cxx166 sal_Int32 maximum(-1); in GetLast() local
171 if (*i > maximum) in GetLast()
172 maximum = *i; in GetLast()
175 return maximum; in GetLast()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx109 template <class T> inline const T& clamp(const T& value, const T& minimum, const T& maximum) in clamp() argument
115 else if(value > maximum) in clamp()
117 return maximum; in clamp()
/trunk/main/sc/source/ui/src/
H A Dscerrors.src116 Text [ en-US ] = "The maximum number of rows has been exceeded. Excess rows were not imported!" ;
120 …Text [ en-US ] = "The data could not be loaded completely because the maximum number of rows per s…
124 …Text [ en-US ] = "The data could not be loaded completely because the maximum number of columns pe…
128 …Text [ en-US ] = "Some sheets could not be loaded because the maximum number of sheets was exceede…
/trunk/main/offapi/com/sun/star/geometry/
H A DRealRectangle3D.idl50 /** maximum X coordinate.<p>
58 /** maximum Y coordinate.<p>
66 /** maximum Z coordinate.<p>
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisLabelPosition.idl40 …d adjacent to the axis. When the axis itself is placed at the minimum or maximum of the scale ( th…
61 …re placed outside the coordinate region on that side where the crossing axis has its maximum value.
62 …s the labels are placed outside the diagram on that side where to the x axis has its maximum value.
/trunk/main/offapi/com/sun/star/awt/
H A DXScrollBar.idl66 /** sets the scroll value, visible area and maximum scroll value
81 /** sets the maximum scroll value of the scroll bar.
87 /** returns the currently set maximum scroll value of the scroll bar.
H A DXProgressBar.idl59 /** sets the minimum and the maximum progress value of the progress bar.
61 <p>If the minimum value is greater than the maximum value, the method
H A DXTextComponent.idl113 /** sets the maximum text length.
119 /** returns the currently set maximum text length.
H A DXCurrencyField.idl68 /** sets the maximum value that can be entered by the user.
74 /** returns the currently set maximum value that can be entered by the
H A DXDateField.idl71 /** sets the maximum date value that can be entered by the user.
77 /** returns the currently set maximum date value that can be entered by
H A DXNumericField.idl68 /** sets the maximum value that can be entered by the user.
74 /** returns the currently set maximum value that can be entered by the
H A DXTimeField.idl72 /** sets the maximum time value that can be entered by the user.
78 /** returns the currently set maximum time value that can be entered by
H A DXSpinValue.idl91 /** sets the maximum value which can be set on the control
103 /** returns the currently set maximum value of the control
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl982 /** return the maximum number of columns in a table
1000 /** return the maximum cursor name length
1009 /** return the maximum length of an index (in bytes)
1027 /** return the maximum length of a procedure name
1036 /** return the maximum length of a catalog name
1045 /** return the maximum length of a single row.
1064 /** return the maximum length of a SQL statement
1082 /** return the maximum length of a table name
1100 /** return the maximum length of a user name
1533 maximum number of bytes in the column
[all …]
H A DRowSet.idl127 /** returns the maximum number of bytes allowed for any column value.
130 This limit is the maximum number of bytes that can be returned
153 /** retrieves the maximum number of rows that a ResultSet can contain.
H A DStatement.idl118 /** returns the maximum number of bytes allowed for any column value.
121 This limit is the maximum number of bytes that can be returned
144 /** retrieves the maximum number of rows that a ResultSet can contain.
H A DPreparedStatement.idl166 /** returns the maximum number of bytes allowed for any column value.
168 This limit is the maximum number of bytes that can be returned
192 /** retrieves the maximum number of rows that a ResultSet can contain.
H A DXDataSource.idl61 /** sets the maximum time in seconds that this data source will wait
79 /** gets the maximum time in seconds that this data source can wait
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeHandle.idl91 /** If the attribute RangeXMaximum is set, it specifies the horizontal maximum range of the handle.
99 /** If the attribute RangeYMaximum is set, it specifies the vertical maximum range of the handle.
107 …/** If this attribute is set, it specifies the maximum radius range that can be used for a polar h…
H A DXSlideRenderer.idl61 The maximum size of the preview measured in pixels. When the
95 width or the height with the given maximum size.
99 The maximum size of the returned preview size.
/trunk/main/offapi/com/sun/star/text/
H A DPageFootnoteInfo.idl46 /** contains the maximum height of the footnote section.
50 <p>If 0, the maximum is the height of the page.</p>
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableIntegerValueRange.idl40 <p><type>BindableIntegerValueRange</type>s have a value property, a minimum, and a maximum,
58 be set to its maximum or minimum, depending on the sign of the external value.</li>
/trunk/main/offapi/com/sun/star/xsd/
H A DDecimal.idl43 /** totalDigits is the maximum number of digits in values of decimal data
52 /** fractionDigits is the maximum number of digits in the fractional part of values of
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java340 … int maximum = param.getInt(PropertyName.THREAD_TIME_OUT) / param.getInt(PropertyName.SHORT_WAIT); in handleRecoveryDialogAfterCrash() local
344 while ( oDialog == null && (counter < maximum)) in handleRecoveryDialogAfterCrash()
483 … int maximum = param.getInt(PropertyName.THREAD_TIME_OUT) / param.getInt(PropertyName.SHORT_WAIT); in handleRecoveryDialogAtRestart() local
487 while ((oButton == null) && (counter < maximum)){ in handleRecoveryDialogAtRestart()

Completed in 70 milliseconds

12345678