Lines Matching refs:end_offset
74 gint * start_offset, gint * end_offset ) in adjust_boundaries() argument
140 *end_offset = end; in adjust_boundaries()
264 gint end_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()
281 pTextSegment->SegmentEnd == end_offset ) in text_wrapper_get_text()
295 if( -1 == end_offset ) 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()
318 gint *end_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()
340 gint *end_offset) in text_wrapper_get_text_at_offset() argument
360 … return adjust_boundaries(pText, aTextSegment, boundary_type, start_offset, end_offset); in text_wrapper_get_text_at_offset()
365 return adjust_boundaries(pText, aTextSegment, boundary_type, start_offset, end_offset); in text_wrapper_get_text_at_offset()
399 gint *end_offset) in text_wrapper_get_text_before_offset() argument
406 return adjust_boundaries(pText, aTextSegment, boundary_type, start_offset, end_offset); in text_wrapper_get_text_before_offset()
460 gint *end_offset ) in handle_text_markup_as_run_attribute() argument
480 *end_offset = ::std::min( *end_offset, in handle_text_markup_as_run_attribute()
520 *end_offset = ::std::min( *end_offset, in handle_text_markup_as_run_attribute()
535 gint *end_offset) in text_wrapper_get_run_attributes() argument
562 *end_offset = aTextSegment.SegmentEnd; in text_wrapper_get_run_attributes()
581 *end_offset = aAttributeTextSegment.SegmentEnd; in text_wrapper_get_run_attributes()
587 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
592 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
596 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
600 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes()
769 gint *end_offset) in text_wrapper_get_selection() argument
778 *end_offset = pText->getSelectionEnd(); in text_wrapper_get_selection()
793 gint end_offset) in text_wrapper_add_selection() argument
801 return pText->setSelection( start_offset, end_offset ); // ? in text_wrapper_add_selection()
832 gint end_offset) in text_wrapper_set_selection() argument
839 return pText->setSelection( start_offset, end_offset ); in text_wrapper_set_selection()