Searched refs:start_offset (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/vcl/unx/gtk/a11y/ |
| H A D | atktext.cxx | 74 gint * start_offset, gint * end_offset ) in adjust_boundaries() argument 139 *start_offset = start; in adjust_boundaries() 263 gint start_offset, in text_wrapper_get_text() argument 268 g_return_val_if_fail( (end_offset == -1) || (end_offset >= start_offset), NULL ); in text_wrapper_get_text() 280 if( pTextSegment->SegmentStart == start_offset && in text_wrapper_get_text() 297 else if( start_offset < n ) in text_wrapper_get_text() 298 aText = pText->getTextRange(start_offset, end_offset); in text_wrapper_get_text() 308 …fprintf(stderr, "text_wrapper_get_text( %d,%d ) returns %s\n", start_offset, end_offset, ret ? ret… in text_wrapper_get_text() 317 gint *start_offset, in text_wrapper_get_text_after_offset() argument 325 return adjust_boundaries(pText, aTextSegment, boundary_type, start_offset, end_offset); in text_wrapper_get_text_after_offset() [all …]
|