| /trunk/main/offapi/com/sun/star/chart2/ |
| H A D | ScaleData.idl | 41 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 D | XMLColumnRowGroupExport.cxx | 166 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 D | ftools.hxx | 109 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 D | scerrors.src | 114 … Text [ en-US ] = "The maximum number of rows has been exceeded. Excess rows were not imported!" ; 118 …Text [ en-US ] = "The data could not be loaded completely because the maximum number of rows per s… 122 …Text [ en-US ] = "The data could not be loaded completely because the maximum number of columns pe… 126 …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 D | RealRectangle3D.idl | 50 /** maximum X coordinate.<p> 58 /** maximum Y coordinate.<p> 66 /** maximum Z coordinate.<p>
|
| /trunk/main/offapi/com/sun/star/chart/ |
| H A D | ChartAxisLabelPosition.idl | 40 …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/sdbc/ |
| H A D | XDatabaseMetaData.idl | 946 /** return the maximum number of columns in a "GROUP BY" clause 955 /** return the maximum number of columns allowed in an index 964 /** return the maximum number of columns in an "ORDER BY" clause 973 /** return the maximum number of columns in a "SELECT" list 982 /** 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) 1018 /** return the maximum length allowed for a schema name 1027 /** return the maximum length of a procedure name 1036 /** return the maximum length of a catalog name [all …]
|
| H A D | RowSet.idl | 127 /** 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 D | Statement.idl | 118 /** 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 D | PreparedStatement.idl | 166 /** 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 D | XDataSource.idl | 61 /** 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/awt/ |
| H A D | XScrollBar.idl | 66 /** 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 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 | XTextComponent.idl | 113 /** sets the maximum text length. 119 /** returns the currently set maximum text length.
|
| H A D | XTimeField.idl | 72 /** 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 D | XDateField.idl | 71 /** 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 D | XCurrencyField.idl | 68 /** 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 D | XNumericField.idl | 68 /** sets the maximum value that can be entered by the user. 74 /** returns the currently set maximum value that can be entered by the
|
| /trunk/main/offapi/com/sun/star/drawing/ |
| H A D | EnhancedCustomShapeHandle.idl | 91 …/** 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 D | XSlideRenderer.idl | 61 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 D | PageFootnoteInfo.idl | 46 /** 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 D | BindableIntegerValueRange.idl | 40 <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 D | Decimal.idl | 43 /** 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 D | RecoveryTest.java | 330 …int maximum = Integer.parseInt(Argument.get("THREAD_TIME_OUT")) / Integer.parseInt(Argument.get("S… in handleRecoveryDialogAfterCrash() local 334 while ( oDialog == null && (counter < maximum)) in handleRecoveryDialogAfterCrash() 473 …int maximum = Integer.parseInt(Argument.get("THREAD_TIME_OUT")) / Integer.parseInt(Argument.get("S… in handleRecoveryDialogAtRestart() local 477 while ((oButton == null) && (counter < maximum)){ in handleRecoveryDialogAtRestart()
|
| /trunk/main/offapi/com/sun/star/sheet/ |
| H A D | SubTotalDescriptor.idl | 131 /** returns the maximum number of subtotal fields the descriptor can 134 <p>This read-only property indicates the maximum count of fields the
|