Lines Matching refs:start_offset

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()
339 gint *start_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()
398 gint *start_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()
459 gint *start_offset, in handle_text_markup_as_run_attribute() argument
478 *start_offset = ::std::max( *start_offset, in handle_text_markup_as_run_attribute()
513 *start_offset = ::std::max( *start_offset, in handle_text_markup_as_run_attribute()
534 gint *start_offset, in text_wrapper_get_run_attributes() argument
558 *start_offset = aTextSegment.SegmentStart; in text_wrapper_get_run_attributes()
580 *start_offset = aAttributeTextSegment.SegmentStart; 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()
768 gint *start_offset, in text_wrapper_get_selection() argument
777 *start_offset = pText->getSelectionStart(); in text_wrapper_get_selection()
792 gint start_offset, in text_wrapper_add_selection() argument
801 return pText->setSelection( start_offset, end_offset ); // ? in text_wrapper_add_selection()
831 gint start_offset, in text_wrapper_set_selection() argument
839 return pText->setSelection( start_offset, end_offset ); in text_wrapper_set_selection()