Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 25 of 183) sorted by relevance

12345678

/trunk/main/svl/
H A DLibrary_svl.mk136 svl/source/numbers/numfmuno \
137 svl/source/numbers/numhead \
138 svl/source/numbers/numuno \
139 svl/source/numbers/supservs \
140 svl/source/numbers/zforfind \
141 svl/source/numbers/zforlist \
142 svl/source/numbers/zformat \
143 svl/source/numbers/zforscan \
/trunk/main/offapi/com/sun/star/sheet/
H A DXExternalSheetCache.idl58 /** It returns a list of all row numbers where a cached cell or cells exist.
59 The row numbers are sorted in ascending order.
61 @return sequence<long> list of all row numbers with cached cell(s)
65 /** Given a row number, this method returns a list of all columns numbers
66 that store cached cell values in that row. The column numbers are
69 @return sequence<long> list of all columns numbers with cached cell values
H A DDDELinkMode.idl34 numbers.
44 /** numbers are converted into the default format.
50 /** numbers are converted into the English default format.
56 /** numbers are not converted, but treated as text.
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmlstreamio.cxx122 int numbers ; in xmlStreamRead() local
126 numbers = 0 ; in xmlStreamRead()
134 numbers = xInputStream->readBytes( outSeqs, len ) ; in xmlStreamRead()
136 for( int i = 0 ; i < numbers ; i ++ ) in xmlStreamRead()
141 return numbers ; in xmlStreamRead()
/trunk/main/offapi/com/sun/star/geometry/
H A DXMapping2D.idl39 real numbers onto itself, as is representable by the
41 bijective, i.e. map a pair of real numbers to exactly one other
42 pair of real numbers an vice versa, to facilitate a working
44 pair of real numbers there must be another pair that is mapped
/trunk/main/sw/source/ui/chrdlg/
H A Dchrdlg.src41 …Message [ en-US ] = "Page numbers cannot be applied to the current page. Even numbers can be used …
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java181 Vector numbers = new Vector(); in getVectorOfNumbers() local
189 numbers.add(number); in getVectorOfNumbers()
193 numbers.add(version); in getVectorOfNumbers()
194 return numbers; in getVectorOfNumbers()
/trunk/main/offapi/com/sun/star/util/
H A DNumberFormatter.idl41 /** represents an object which can format numbers and strings.
48 /** is used to format or parse numbers using formats from a
53 /** is used to format numbers using a number format string
/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationType.idl55 tranliterates numbers in different languages like chinese
56 numbers to arabic numbers and vice versa. This mapping need not
/trunk/main/offapi/com/sun/star/style/
H A DNumberingType.idl47 /** Numbering is in Roman numbers with upper case letters
53 /** Numbering is in Roman numbers with lower case letters
59 /** Numbering is in Arabic numbers as "1, 2, 3, 4, ...".
96 /** A transliteration module will be used to produce numbers in
103 /** The nativenumbersupplier service will be called to produce numbers in
/trunk/main/offapi/com/sun/star/text/
H A DReferenceFieldPart.idl39 /** The page number is displayed using arabic numbers.
92 … The list label of the referenced item can already contain numbers of a superior levels. Assume X
118 … The list label of the referenced item can already contain numbers of a superior levels. Assume X
H A DLineNumberingSettings.idl73 /** Line numbers are shown on every <var>LineInterval</var>th line.
79 /** specifies the symbol that is shown between the line numbers.
H A DDocumentIndex.idl61 /** determines if following page numbers are displayed using a 'pp.'.
65 /** determines if if following page numbers are displayed using a dash.
H A DAccessibleParagraphView.idl138 like chapter numbers, hyphens or fields. Characters of generated
166 numbers, hyphens or fields). Characters of generated text contribute
/trunk/main/offapi/com/sun/star/chart2/
H A DAxisType.idl37 /** the axis represent real numbers
40 /** the axis represent real numbers in percent
H A DXRegressionCurveCalculator.idl63 curve should be calculated. All numbers that are part of
134 /** Returns a representation using the given numnber format for formatting all numbers
/trunk/main/offapi/com/sun/star/formula/
H A DFormulaProperties.idl116 display numbers contained in the formula.
121 /** determines if the font that is used to display numbers is italic.
126 /** determines if the font that is used to display numbers is bold.
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataSource.idl45 <p>If the data stored consists only of floating point numbers (double
61 <p>If the data stored consist only of floating point numbers
/trunk/main/offapi/com/sun/star/view/
H A DRenderOptions.idl81 correct page numbers during the export of hyperlinks, notes, and
94 correct page numbers during the export of hyperlinks, notes,
/trunk/main/offapi/com/sun/star/ucb/
H A DXFileIdentifierConverter.idl54 content provider. Generally, higher (non-negative) numbers denote
55 file content providers that are more 'local', and negative numbers
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.src156 QuickHelpText [ en-US ] = "Changes the font color of negative numbers to red." ;
157 Text [ en-US ] = "~Negative numbers red" ;
/trunk/main/offapi/com/sun/star/frame/
H A DXUntitledNumbers.idl39 /** knows all currently used and all free numbers for using with untitled
53 @return the new number for these object or 0 if no further numbers are available.
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl40 and line numbers.
44 of line numbers</p>
/trunk/main/sw/source/filter/ww8/
H A DREADME-rtf.txt104 numbers
159 * better page numbers (inherited type from page styles, restarts;
/trunk/main/scaddins/source/analysis/
H A Danalysis.src268 Text [ en-US ] = "Returns the multinomial coefficient of a set of numbers";
278 Text [ en-US ] = "Number or list of numbers for which you want the multinomial coefficient";
408 Text [ en-US ] = "Returns a random integer between the numbers you specify";
446 Text [ en-US ] = "Number or list of numbers";
464 Text [ en-US ] = "Number or list of numbers";
1110 Text [ en-US ] = "Returns the quotient of two complex numbers";
1228 Text [ en-US ] = "Returns the product of several complex numbers";
1292 Text [ en-US ] = "Returns the difference of two complex numbers";
1338 Text [ en-US ] = "Returns the sum of complex numbers";

Completed in 54 milliseconds

12345678