Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl76 current cursor position.</p>
82 /** Return the position of the caret.
94 /** Set the position of the caret.
97 position between two characters. Its position/offset is that of the
123 determine the new position.
131 /** Return the character at the specified position.
148 /** Get the attribute set for the specified position.
243 /** Return the text position for the specified screen position.
373 /** Get a text portion around the given position.
404 /** Get a text portion before the given position.
[all …]
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java1422 this.position = -1; in InputStream()
1439 if( position < 0 ) in read()
1471 position = 0; in read()
1501 position = 0; in read()
1516 if( position >= 0 ) in read()
1607 private int position; field in Base64.OutputStream
1657 this.position = 0; in OutputStream()
1703 position = 0; in write()
1719 position = 0; in write()
1764 if( position > 0 ) in flushBase64()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl60 the position of the column
69 the position of the column
80 the position of the column
91 the position of the column
102 the position of the column
113 the position of the column
124 the position of the column
135 the position of the column
146 the position of the column
157 the position of the column
[all …]
H A DXBlob.idl138 starting at position
141 is the ordinal position of the first byte in the
146 position 1.
159 object, starting with the byte at position
190 /** determines the byte position at which the specified byte
201 begins at position
207 the position
216 /** determines the byte position in the
225 begins. The search begins at position
231 position to start
[all …]
H A DXClob.idl127 The substring begins at position <code>pos</code> and has up
133 the starting position
157 /** determines the character position at which the specified substring
161 . The search begins at position
167 the starting position
173 hyper position([in]string searchstr, [in]long start)
178 /** determines the position at which the specified
184 object. The search begins at position
190 the starting position
192 the position of the CLOB inside
/trunk/main/xmlreader/source/
H A Dxmlreader.cxx435 OSL_ASSERT(position != 0 && *position == '&' && position < end); in handleReference()
436 ++position; in handleReference()
437 if (*position == '#') { in handleReference()
438 ++position; in handleReference()
441 if (*position == 'x') { in handleReference()
442 ++position; in handleReference()
443 p = position; in handleReference()
465 p = position; in handleReference()
483 if (position == p || *position++ != ';') { in handleReference()
523 return position; in handleReference()
[all …]
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXHyphenator.idl65 spelling at a specific position of a word and provide a list of
68 <P>A hyphenation position for a word with n characters is represented
69 by a value in the range from 0 to n-2, indicating the position
73 <P>A valid hyphenation position is a hyphenation position that
83 /** tries to find a valid hyphenation position relative
90 the XHyphenatedWord for the last valid hyphenation position
128 <P>An alternative spelling position is a hyphen position where,
134 alternative spelling position.</P>
138 specified position. Otherwise, if no alternative spelling was
143 spelling, if hyphenation is done at position nIndex.
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl170 position <em>nPos</em>.
182 /** If a word starts at position <em>nPos</em>.
196 /** If a word ends at position <em>nPos</em>.
207 The position where the sentence starts.
217 The position where the sentence ends.
229 <em>nMinBreakPos</em>, break position in
258 The position where the script type starts.
271 The position where the script type ends.
284 The position where the next script type starts.
318 The position where the character type starts
[all …]
H A DXCharacterClassification.idl90 position <em>nPos</em> for <em>nCount</em> code points.
97 position <em>nPos</em> for <em>nCount</em> code points.
104 position <em>nPos</em> for <em>nCount</em> code points.
110 /// Get <type>UnicodeType</type> of character at position <em>nPos</em>.
114 /** Get <type>DirectionProperty</type> of character at position
120 /// Get <type>UnicodeScript</type> of character at position <em>nPos</em>.
124 /// Get <type>KCharacterType</type> of character at position <em>nPos</em>.
130 at position <em>nPos</em> of length <em>nCount</em> code points.
143 Parse a string for a token starting at position <em>nPos</em>.
234 at position <em>nPos</em>.
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx55 sal_Int32 position = 0; in decompose_ja_voiced_sound_marks() local
60 position = startPos; in decompose_ja_voiced_sound_marks()
81 *p ++ = position; in decompose_ja_voiced_sound_marks()
82 *p ++ = position ++; in decompose_ja_voiced_sound_marks()
89 *p ++ = position ++; in decompose_ja_voiced_sound_marks()
132 sal_Int32 position = 0; in compose_ja_voiced_sound_marks() local
137 position = startPos; in compose_ja_voiced_sound_marks()
173 position ++; in compose_ja_voiced_sound_marks()
174 *p ++ = position ++; in compose_ja_voiced_sound_marks()
183 *p ++ = position ++; in compose_ja_voiced_sound_marks()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToByteArrayAdapter.java46 private int position = 0; field in XOutputStreamToByteArrayAdapter
79 if ( buffer.length > position && !externalBuffer ) in closeOutput()
81 byte[] newBuffer = new byte[position]; in closeOutput()
82 System.arraycopy(buffer, 0, newBuffer, 0, position); in closeOutput()
101 if ( values.length > size-position ) in writeBytes()
106 while ( values.length > size-position ) in writeBytes()
110 System.arraycopy(buffer, 0, newBuffer, 0, position); in writeBytes()
113 System.arraycopy(values, 0, buffer, position, values.length); in writeBytes()
114 position += values.length; in writeBytes()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx248 awt::Point position; in AddRectangle() local
249 position.X = nXPos - aMovePositionIfRange.X; in AddRectangle()
250 position.Y = nYPos - aMovePositionIfRange.Y; in AddRectangle()
251 xShape->setPosition( position ); in AddRectangle()
292 awt::Point position; in AddEllipse() local
293 position.X = nXPos - aMovePositionIfRange.X; in AddEllipse()
295 xShape->setPosition(position); in AddEllipse()
328 awt::Point position; in AddLine() local
331 xShape->setPosition(position); in AddLine()
429 awt::Point position; in AddShape() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java68 Point position = new Point(); in createControlShape() local
86 position.X = x; in createControlShape()
87 position.Y = y; in createControlShape()
104 Point position = new Point(); in createUnoControlShape() local
121 position.X = x; in createUnoControlShape()
122 position.Y = y; in createUnoControlShape()
124 oCShape.setPosition(position); in createUnoControlShape()
141 Point position = new Point(); in createControlShapeWithDefaultControl() local
156 position.X = x; in createControlShapeWithDefaultControl()
157 position.Y = y; in createControlShapeWithDefaultControl()
[all …]
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx142 sal_Int32 position = 0; in folding() local
146 position = startPos; in folding()
162 *p++ = position; in folding()
163 position++; in folding()
164 *p++ = position++; in folding()
177 *p ++ = position ++; in folding()
185 *p = position; in folding()
197 *p ++ = position; in folding()
198 position++; in folding()
H A DignoreKiKuFollowedBySa_ja_JP.cxx50 sal_Int32 position = 0; in folding() local
55 position = startPos; in folding()
71 *p ++ = position++; in folding()
72 *p ++ = position++; in folding()
83 *p ++ = position++; in folding()
90 *p = position; in folding()
H A DignoreIandEfollowedByYa_ja_JP.cxx90 sal_Int32 position = 0; in folding() local
95 position = startPos; in folding()
114 *p ++ = position++; in folding()
115 *p ++ = position++; in folding()
126 *p ++ = position++; in folding()
133 *p = position; in folding()
/trunk/main/solenv/bin/modules/installer/windows/
H A Didtglobal.pm1239 my $position = 0;
1248 if ( $newposition > $position ) { $position = $newposition; }
1252 return $position;
1263 my $position = 0;
1274 $position = $2;
1279 return $position;
1400 …elsif ( $position =~ /^\s*behind_/ ) { $actionposition = get_position_in_sequencetable($position, …
2109 my $position = -1;
2122 $position = $localposition;
2128 return $position;
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXItemList.idl49 the position at which the item should be inserted. Must be greater or equal to 0, and
71 the position at which the item should be inserted. Must be greater or equal to 0, and
89 the position at which the item should be inserted. Must be greater or equal to 0, and
107 the position of the item which should be removed. Must be greater or equal to 0, and
125 the position of the item whose text is to be changed. Must be greater or equal to 0, and
143 … the position of the item whose image is to be changed. Must be greater or equal to 0, and
158 /** sets both a new position and text for an existing item
161 … the position of the item whose text and image is to be changed. Must be greater or equal to 0, and
186 … the position of the item whose data value should be set. Must be greater or equal to 0, and
206 … the position of the item whose text should be retrieved. Must be greater or equal to 0, and
[all …]
H A DXMenu.idl53 <p>The item is appended if the position is greater than or equal to
67 specifies the position where the menu item will be insterted.
77 specifies the position of the (first) menu item to be removed.
96 /** returns the ID of the item at the specified position.
99 specifies the position of the menu item for which the item ID is queried.
102 the ID of the menu item at the given position.
106 /** returns the position of the item with the specified ID.
109 specifies the ID of the menu item for which the item position is queried.
112 the position of the menu item with the specified ID.
119 specifies the position of the menu item for which the item type is queried.
/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java306 int position = newsgroupComboBox.getSelectedIndex(); in getNewsgroupCombo()
307 if( position != -1 ) in getNewsgroupCombo()
309 hostTextField.setText( subscribedNewsgroups[ position ].getHostName() ); in getNewsgroupCombo()
310 …oup name: " + subscribedNewsgroups[ position ].getNewsgroupName() + " (Host name: " + subscribedN… in getNewsgroupCombo()
453 int position = newsgroupComboBox.getSelectedIndex(); in sendingActions() local
454 if( subscribedNewsgroups == null || position == -1 ) in sendingActions()
462 host = subscribedNewsgroups[ position ].getHostName(); in sendingActions()
463 group = subscribedNewsgroups[ position ].getNewsgroupName(); in sendingActions()
585 int position = newsgroupComboBox.getSelectedIndex(); in isValidData() local
586 if( subscribedNewsgroups == null || position == -1 ) in isValidData()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DShape.idl50 /** contains the horizontal position of the object (1/100 mm).
51 <p> The position is relative to the anchor object.</p>
53 the position is the difference of the left top edge of the anchor
56 the position is the difference of the right top edge of the anchor
61 /** contains the vertical position of the object (1/100 mm).
62 <p> The position is relative to the anchor object.</p>
64 the position is the difference of the left top edge of the anchor
67 the position is the difference of the right top edge of the anchor
/trunk/main/offapi/com/sun/star/ucb/
H A DListActionType.idl68 <member>ListAction::Position</member> contain the position and count of
88 <member>ListAction::Position</member> contain the position and count of the
109 /** One or more rows were moved to another position.
112 <member>ListAction::Position</member> contain the position and count of the
117 which gives the shift of position.
118 (i.e. When two rows at position 3 and 4 are moved for a shift '+1',
120 the row on old position 5 now appears on position 3.
131 <member>ListAction::Position</member> contain the position and count of the
153 <member>ListAction::Position</member> contain the position and count of the
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java150 com.sun.star.awt.Point position = new com.sun.star.awt.Point(); in createShape() local
165 position.X = x; in createShape()
166 position.Y = y; in createShape()
168 xShape.setPosition(position); in createShape()
193 com.sun.star.awt.Point position = new com.sun.star.awt.Point(); in createSequence() local
218 position.X = (x+(i*40)); in createSequence()
219 position.Y = in createSequence()
222 xShape.setPosition(position); in createSequence()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx449 size_t position = size_t( nPosition ); in elementInserted() local
450 if ( position > m_pData->aCachedImageSets.size() ) in elementInserted()
460 m_pData->aCachedImageSets.insert( m_pData->aCachedImageSets.begin() + position, aImages ); in elementInserted()
472 size_t position = size_t( nPosition ); in elementRemoved() local
473 if ( position >= m_pData->aCachedImageSets.size() ) in elementRemoved()
479 m_pData->aCachedImageSets.erase( m_pData->aCachedImageSets.begin() + position ); in elementRemoved()
491 size_t position = size_t( nPosition ); in elementReplaced() local
492 if ( position >= m_pData->aCachedImageSets.size() ) in elementReplaced()
502 m_pData->aCachedImageSets[ position ] = aImages; in elementReplaced()
/trunk/main/offapi/com/sun/star/text/
H A DShape.idl81 /** contains the horizontal position of the object (1/100 mm).
102 /** contains the vertical position of the object (1/100 mm).
166 To be able to determine an anchor position for shape that are anchored at a certain
167 text position the property TextRange is used.</p>
200 /** determines layout direction the position attributes of the shape
209 /** determines the start position of the shape in horizontal left-to-right
214 start position property of the included service com::sun::star::drawing::Shape
221 /** determines the end position of the shape in horizontal left-to-right
226 end position property of the included service com::sun::star::drawing::Shape

Completed in 132 milliseconds

12345678910>>...23