Home
last modified time | relevance | path

Searched refs:range (Results 101 – 125 of 422) sorted by relevance

12345678910>>...17

/trunk/main/offapi/com/sun/star/sheet/
H A DXUsedAreaCursor.idl39 <p>The used area is the smallest cell range that contains all cells
52 <TRUE/> = expands the current cursor range,
62 <TRUE/> = expands the current cursor range,
H A DXSheetOperation.idl45 /** provides methods to execute operations on a cell range or ranges.
55 cell range(s).
69 /** clears the specified contents of the current cell range(s).
H A DXUniqueCellFormatRangesSupplier.idl49 /** returns a collection of equal-formatted cell range collections.
51 <p>Each cell of the original range is contained in one of the
61 the collection of equal-formatted cell range collections.
H A DDataPilotFields.idl45 <p>If the data pilot table is based on a spreadsheet cell range, the
46 fields are representred by the columns of the range and are named using
47 the first row of the range.</p>
H A DXSheetPastable.idl76 /** pastes clipboard data from a cell range into
77 another cell range.
79 <p>The contents of the clipboard must be from a cell range.</p>
H A DNamedRanges.idl52 <p>In fact a named range is a named formula expression. A cell range
53 address is one possible content of a named range.</p>
H A DXMultiFormulaTokens.idl52 is outside the allowed index range, the implementation shall return an
62 If the given index lies not in the valid range then an
74 If the given index lies not in the valid range then an
H A DXMultipleOperation.idl50 cell range.
60 column and/or row of the range.</p>
63 the range that contains formula cells (modes
H A DTableAutoFormat.idl52 cell at a specific position in the AutoFormat range. The rows of the
53 range are divided into a header row, a footer row and 2 data rows
56 range. The AutoFormats are numbered row by row, then column by column.</p>
H A DXDataPilotDescriptor.idl74 /** returns the cell range containing the data for the data pilot table.
80 /** sets the cell range containing the data for the data pilot table.
88 source cell range are used for the data pilot table.
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintview.mm44 -(BOOL)knowsPageRange: (NSRangePointer)range
46 range->location = 1;
47 range->length = mpInfoPrinter->getCurPageRangeCount();
/trunk/main/offapi/com/sun/star/text/
H A DInContentMetadata.idl51 to a range of text.
68 annotated range of text can be enumerated. */
72 /** The <type>TextContent</type> that is the parent of this text range.
H A DXTextMarkup.idl65 /** submits a new markup range.
74 Start of the markup range.
77 Length of the markup range.
H A DTextRange.idl70 of this range of text and the <type>TextContent</type> instances which
71 are bound to this text range. </p>
76 data, all formatting attributes and contents bound to this range have
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleSelection.idl66 if the given index does not lie in the valid range of 0 up to
83 if the given index does not lie in the valid range of 0 up to
133 if the given index does not lie in the valid range of 0 up to
150 if the given index does not lie in the valid range of 0 up to,
H A DXAccessibleAction.idl65 the valid range <FALSE/> is returned and no action is performed.
83 description. If it lies outside the valid range an empty string
90 If the given index lies not in the valid range then an
/trunk/main/offapi/com/sun/star/security/
H A DCertificateValidity.idl55 * The current time is not in the range of time for
60 /** The time range of a certificate does not fall within
61 the time range of the issuing certificate.
/trunk/main/sc/source/ui/src/
H A Dsortdlg.src336 …n also contain data. Do you want to extend the sort range to %1, or sort the currently selected ra…
343 …-US ] = "Tip: The sort range can be detected automatically. Place the cell cursor inside a list an…
/trunk/main/offapi/com/sun/star/rendering/
H A DXAnimatedSprite.idl61 full [0,1] range of the <member>XAnimation::render</member>'s
75 range of the <member>XAnimation::render</member>'s t
172 [0,1] range.
180 permissible range.
/trunk/main/offapi/com/sun/star/table/
H A DCellRangeListSource.idl44 /** defines the a source of list entries coming from a cell range in a tbale document
57 /** specifies the cell range within a document to which the component
77 specifies the address of the cell range to bind this instance to. Must be a
H A DXTable.idl114 /** creates a cell cursor to travel in the given range context.
117 the cell range for the cursor.
120 if the given reference is empty or not a range from this table.
H A DTableBorder.idl38 range.
105 of a cell range.
119 of a cell range.
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataReceiver.idl75 /** returns a list of all range strings for which data has been
82 @return a list of used range strings.
106 <p>The range hightlighter is optional, i.e., this method may
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXCharacterData.idl43 Remove a range of 16-bit units from the node.
97 Extracts a range of data from the node.
101 DOMSTRING_SIZE_ERR: Raised if the specified range of text does not fit into a DOMString.
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm545 -(id)stringForRangeAttributeForParameter:(id)range {
547 return [ AquaA11yTextWrapper stringForRangeAttributeForElement: self forParameter: range ];
553 -(id)attributedStringForRangeAttributeForParameter:(id)range {
555 …turn [ AquaA11yTextWrapper attributedStringForRangeAttributeForElement: self forParameter: range ];
577 -(id)boundsForRangeAttributeForParameter:(id)range {
579 return [ AquaA11yTextWrapper boundsForRangeAttributeForElement: self forParameter: range ];
593 -(id)rTFForRangeAttributeForParameter:(id)range {
595 return [ AquaA11yTextWrapper rTFForRangeAttributeForElement: self forParameter: range ];

Completed in 51 milliseconds

12345678910>>...17