/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
H A D | SolarisHelper.java | 198 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()
|
/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | ScaleData.idl | 51 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>
|
/aoo42x/main/basegfx/inc/basegfx/numeric/ |
H A D | ftools.hxx | 109 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()
|
/aoo42x/main/offapi/com/sun/star/geometry/ |
H A D | RealRectangle3D.idl | 35 /// minimum X coordinate. 40 /// minimum Y coordinate. 45 /// minimum Z coordinate.
|
/aoo42x/main/offapi/com/sun/star/form/binding/ |
H A D | BindableIntegerValueRange.idl | 40 <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>
|
/aoo42x/main/offapi/com/sun/star/chart/ |
H A D | ChartAxisLabelPosition.idl | 40 …/** 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 D | ChartAxis.idl | 119 /** Contains the minimum value for the axis scale. 154 /** The minimum value of the axis scale is calculated by the chart if
|
/aoo42x/main/udkapi/com/sun/star/container/ |
H A D | XContainerQuery.idl | 78 /** 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>
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | EnhancedCustomShapeHandle.idl | 87 /** 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 D | TextProperties.idl | 258 /** 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 D | BoundVolume.idl | 40 /** this is the minimum position inside the boundary volume.
|
/aoo42x/main/offapi/com/sun/star/linguistic2/ |
H A D | LinguProperties.idl | 96 /** 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.
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | SizeType.idl | 38 minimum height (SIZETYPE_MIN), or they are ignored (SIZETYPE_VAR), 59 /** The height property determines the minimum height of the object, but the
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XProgressBar.idl | 59 /** 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 D | XNumericField.idl | 55 /** 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 D | XTimeField.idl | 59 /** 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 D | XCurrencyField.idl | 55 /** 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 D | XDateField.idl | 58 /** 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 D | XSpinValue.idl | 85 /** sets the minimum value which can be set on the control 97 /** returns the currently set minimum value of the control
|
H A D | XMetricField.idl | 69 /** sets the minimum value that can be entered by the user. 75 /** returns the currently set minimum value that can be entered by the
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleValue.idl | 58 the minimum value the new value will be the minimum and if it is
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 525 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()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldGroupInfo.idl | 47 automatically from the minimum of the item values. 53 calculated automatically from the minimum of all member values of the
|
/aoo42x/main/udkapi/com/sun/star/beans/ |
H A D | XIntrospectionAccess.idl | 90 <p>The minimum supported concepts should be:</p> 111 <p>The minimum supported concepts should be:</p>
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | XPrintPreview.idl | 43 <p>The minimum value is 1.
|