Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
84 transformation, to yield values in device coordinate space.
96 <type>XPolyPolygon2D</type> in the returned sequence.<p>
98 @returns a sequence of <type>XPolyPolygon2D</type> in font
105 /** Query the ink bounding boxes for every glyph in the layouted
108 Ink, or tight bounding boxes in this case means that for
111 returned, not the logical dimensions of the character in the
114 @returns a sequence of rectangles in font coordinate space,
123 /** Query the logical bounding boxes of every character in the
131 @returns a sequence of rectangles specifying the bounds in
140 /** Query the advancements for every character in the input string.<p>
143 character in the input string (<em>not</em> for every
154 advancements per character in font coordinate space.
162 /** Apply explicit advancements for every character in the layout
166 logical character in the input string (<em>not</em> for every
173 A sequence of character advancements, in font coordinate
180 characters in the text.
182 void applyLogicalAdvancements( [in] sequence< double > aAdvancements )
193 @return the overall bounding box for the given layout, in font
203 interface, because it layouts the text in a typographically
209 parameter is interpreted in font coordinate space.
211 @return the actual size of the text after the justification in
221 double justify( [in] double nSize )
239 A sequence of layouts following this one in logical text
244 <type>XTextLayout</type>s after justification in font
249 in font coordinate space. Depending on the font and the
256 if one of the parameters are not in the valid range.
258 double combinedJustify( [in] sequence< XTextLayout > aNextLayouts, [in] double nSize )
263 /** This method determines the hit position in the text.<p>
266 specified position (in font coordinate space).<p>
269 The position in font coordinate space to determine the
273 TextHit getTextHit( [in] ::com::sun::star::geometry::RealPoint2D aHitPoint );
280 point in the layout text.<p>
285 in the range 0 up to the number of characters in the string.
290 caret between the 'f' and the 'i' in a 'fi' ligature.
297 Caret getCaret( [in] long nInsertionIndex,
298 [in] boolean bExcludeLigatures )
323 long getNextInsertionIndex( [in] long nStartIndex,
324 [in] long nCaretAdvancement,
325 [in] boolean bExcludeLigatures )
334 i.e. will not have non-highlighted text in between.<p>
342 @return the highlight polygon in the font coordinate space.
348 XPolyPolygon2D queryVisualHighlighting( [in] long nStartIndex,
349 [in] long nEndIndex )
358 continuous, if e.g. the text direction changes in the middle
368 @return the highlight polygon in the font coordinate space.
374 XPolyPolygon2D queryLogicalHighlighting( [in] long nStartIndex,
375 [in] long nEndIndex )