Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 25 of 157) sorted by relevance

1234567

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java198 int minimum; in getMinimum() local
201 minimum = a; in getMinimum()
203 minimum = b; in getMinimum()
206 return minimum; in getMinimum()
217 int minimum = getMinimum(firstLength, secondLength); in compareVersion() local
219 for (int i = 0; i < minimum; i++) { in compareVersion()
/trunk/main/offapi/com/sun/star/chart2/
H A DScaleData.idl51 minimum. Otherwise, if the any is empty or contains an
52 incompatible type, the minimum is automatic.
54 <p>If the minimum is automatic, this means, each view that
56 minimum by its own means.</p>
/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
111 if(value < minimum) in clamp()
113 return minimum; in clamp()
/trunk/main/offapi/com/sun/star/geometry/
H A DRealRectangle3D.idl35 /// minimum X coordinate.
40 /// minimum Y coordinate.
45 /// minimum Z coordinate.
/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,
56 will be set to it's minimum.</li>
58 be set to its maximum or minimum, depending on the sign of the external value.</li>
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisLabelPosition.idl40 …/** The labels are placed adjacent to the axis. When the axis itself is placed at the minimum or m…
54 …re placed outside the coordinate region on that side where the crossing axis has its minimum value.
55 …s the labels are placed outside the diagram on that side where to the x axis has its minimum value.
H A DChartAxis.idl119 /** Contains the minimum value for the axis scale.
154 /** The minimum value of the axis scale is calculated by the chart if
/trunk/main/udkapi/com/sun/star/container/
H A DXContainerQuery.idl78 /** creates a sub set of container items which supports searched properties as minimum
83 properties as minimum. Not specified properties willn't be used for searching.
86 @param Properties items of sub set must support given properties as minimum<br>
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeHandle.idl87 /** If the attribute RangeXMinimum is set, it specifies the horizontal minimum range of the handle.
95 /** If the attribute RangeYMinimum is set, it specifies the vertical minimum range of the handle.
103 …/** If this attribute is set, it specifies the minimum radius range that can be used for a polar h…
H A DTextProperties.idl258 /** with this property you can set the minimum height for a shape with text.
266 /** with this property you can set the minimum width for a shape with text.
H A DBoundVolume.idl40 /** this is the minimum position inside the boundary volume.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DLinguProperties.idl96 /** the minimum number of characters of a word to remain before the
102 /** the minimum number of characters of a word to remain after the
108 /** the minimum length of a word in order to be hyphenated.
/trunk/main/offapi/com/sun/star/text/
H A DSizeType.idl38 minimum height (SIZETYPE_MIN), or they are ignored (SIZETYPE_VAR),
59 /** The height property determines the minimum height of the object, but the
/trunk/main/offapi/com/sun/star/awt/
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 DXCurrencyField.idl55 /** sets the minimum value that can be entered by the user.
61 /** returns the currently set minimum value that can be entered by the
H A DXDateField.idl58 /** sets the minimum date value that can be entered by the user.
64 /** returns the currently set minimum date value that can be entered by
H A DXNumericField.idl55 /** sets the minimum value that can be entered by the user.
61 /** returns the currently set minimum value that can be entered by the
H A DXTimeField.idl59 /** sets the minimum time value that can be entered by the user.
65 /** returns the currently set minimum time value that can be entered by
H A DXSpinValue.idl85 /** sets the minimum value which can be set on the control
97 /** returns the currently set minimum value of the control
H A DXMetricField.idl69 /** sets the minimum value that can be entered by the user.
75 /** returns the currently set minimum value that can be entered by the
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleValue.idl58 the minimum value the new value will be the minimum and if it is
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx525 sal_uLong minimum = 1; in CheckDiscard() local
533 minimum *= 2; in CheckDiscard()
534 minimum++; in CheckDiscard()
541 else if (minimum == ++consec) in CheckDiscard()
544 else if (minimum < consec) in CheckDiscard()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupInfo.idl47 automatically from the minimum of the item values.
53 calculated automatically from the minimum of all member values of the
/trunk/main/udkapi/com/sun/star/beans/
H A DXIntrospectionAccess.idl90 <p>The minimum supported concepts should be:</p>
111 <p>The minimum supported concepts should be:</p>
/trunk/main/offapi/com/sun/star/view/
H A DXPrintPreview.idl43 <p>The minimum value is 1.

Completed in 87 milliseconds

1234567