Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 25 of 82) sorted by relevance

1234

/aoo4110/main/offapi/com/sun/star/i18n/
H A DCalendarDisplayCode.idl46 /// Day of month, one or two digits, no leading zero.
48 /// Day of month, two digits, with leading zero.
55 /// Month of year, one or two digits, no leading zero.
64 /// Year, two digits.
66 /// Year, four digits.
H A DNativeNumberMode.idl55 /** Transliteration to ASCII Arabic digits.
79 Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] <br/>
80 Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3] <br/>
81 Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3]
H A DXExtendedCalendar.idl57 how many digits that will have. For example, a short year
58 display string will normally be two digits with a Gregorian
60 digits. <p/>
H A DKParseType.idl65 /** A number where all digits are ASCII characters.
69 /** A number where at least some digits are Unicode (and maybe
H A DXNativeNumberSupplier.idl36 /** Methods to convert between strings of ASCII Arabic digits and native
/aoo4110/main/qadevOOo/tests/java/ifc/awt/
H A D_XCurrencyField.java63 private short digits = 0; field in _XCurrencyField
255 oObj.setDecimalDigits((short) (digits + 1)); in _setDecimalDigits()
258 result = res == ((short) digits + 1); in _setDecimalDigits()
270 digits = oObj.getDecimalDigits(); in _getDecimalDigits()
H A D_XNumericField.java64 private short digits = 0 ; field in _XNumericField
256 oObj.setDecimalDigits((short)(digits + 1)) ; in _setDecimalDigits()
259 result = res == ((short)digits + 1) ; in _setDecimalDigits()
271 digits = oObj.getDecimalDigits() ; in _getDecimalDigits()
/aoo4110/main/solenv/bin/
H A Dupdate_module_ignore_lists.pl143 $dots += int( digits( $count ) ) - int( digits( $current ) );
220 sub digits subroutine
/aoo4110/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
/aoo4110/main/offapi/com/sun/star/sdbcx/
H A DColumn.idl70 /** gets a column's number of decimal digits.
75 /** gets a column's number of digits to right of the decimal point.
H A DColumnDescriptor.idl57 /** gets a column's number of decimal digits.
62 /** gets a column's number of digits to right of the decimal point.
/aoo4110/main/sd/source/ui/animations/
H A DSlideTransitionPane.src153 // decimal digits should be 1, but for now the model only supports whole seconds
155 // spin size (increment value) should be 5 if digits are 1
/aoo4110/main/forms/source/resource/
H A Dxforms.src86 Text [ en-US ] = "$2 digits allowed at most.";
91 Text [ en-US ] = "$2 fraction digits allowed at most.";
/aoo4110/main/udkapi/com/sun/star/uri/
H A DUriReferenceFactory.idl50 digits &ldquo;<code>0</code>&rdquo;&ndash;&ldquo;<code>9</code>&rdquo;,
58 Latin small letters and digits unchanged. If the component context used
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXResultSetMetaData.idl163 /** gets a column's number of decimal digits.
174 /** gets a column's number of digits to right of the decimal point.
H A DXParameters.idl379 …types, this is the number of digits after the decimal point. For all other types, this value will …
H A DXDatabaseMetaData.idl1503 <b>DECIMAL_DIGITS</b> long => the number of fractional digits
/aoo4110/main/offapi/com/sun/star/inspection/
H A DXNumericControl.idl48 /** describes the number of decimal digits to use for the value
/aoo4110/main/offapi/com/sun/star/linguistic2/
H A DLinguProperties.idl85 /** defines if words containing digits (or numbers) should be
/aoo4110/main/offapi/com/sun/star/text/
H A DGenericTextDocument.idl259 * are given in 2 digits.
/aoo4110/main/cui/source/options/
H A Doptgdlg.src134 Text [ en-US ] = "Year (two digits)" ;
/aoo4110/main/
H A Daclocal.m4370 # because we need at least 4 digits for the hex conversion.
/aoo4110/main/connectivity/source/resource/
H A Dconn_shared_res.src437 …e$ decimal places).\n\nThe specified value \"$value$ is longer than the number of digits allowed.";
/aoo4110/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch5934 - "two hex digits expected");
/aoo4110/main/sc/source/ui/src/
H A Dscfuncs.src8330 …Text [ en-US ] = "Decimal places. Denotes the number of digits to the right of the decimal point."…

Completed in 161 milliseconds

1234