Lines Matching refs:offset

315                                     gint             offset,  in text_wrapper_get_text_after_offset()  argument
324 …accessibility::TextSegment aTextSegment = pText->getTextBehindIndex(offset, text_type_from_boundar… in text_wrapper_get_text_after_offset()
337 gint offset, in text_wrapper_get_text_at_offset() argument
351 -2 == offset && in text_wrapper_get_text_at_offset()
364 …accessibility::TextSegment aTextSegment = pText->getTextAtIndex(offset, text_type_from_boundary(bo… in text_wrapper_get_text_at_offset()
377 gint offset) in text_wrapper_get_character_at_offset() argument
383 text_wrapper_get_text_at_offset(text, offset, ATK_TEXT_BOUNDARY_CHAR, in text_wrapper_get_character_at_offset()
396 gint offset, in text_wrapper_get_text_before_offset() argument
405 …accessibility::TextSegment aTextSegment = pText->getTextBeforeIndex(offset, text_type_from_boundar… in text_wrapper_get_text_before_offset()
419 gint offset = -1; in text_wrapper_get_caret_offset() local
424 offset = pText->getCaretPosition(); in text_wrapper_get_caret_offset()
431 fprintf(stderr, "get_caret_offset(%p) returns %d\n", text, offset); in text_wrapper_get_caret_offset()
434 return offset; in text_wrapper_get_caret_offset()
439 gint offset) in text_wrapper_set_caret_offset() argument
444 return pText->setCaretPosition( offset ); in text_wrapper_set_caret_offset()
457 const gint offset, in handle_text_markup_as_run_attribute() argument
473 if ( nStartOffsetTextMarkup <= offset ) in handle_text_markup_as_run_attribute()
475 if ( offset < nEndOffsetTextMarkup ) in handle_text_markup_as_run_attribute()
533 gint offset, in text_wrapper_get_run_attributes() argument
547 pTextAttributes->getRunAttributes( offset, uno::Sequence< rtl::OUString > () ); in text_wrapper_get_run_attributes()
556 pText->getTextAtIndex(offset, accessibility::AccessibleTextType::ATTRIBUTE_RUN); in text_wrapper_get_run_attributes()
579 pText->getTextAtIndex(offset, accessibility::AccessibleTextType::ATTRIBUTE_RUN); 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()
653 gint offset, in text_wrapper_get_character_extents() argument
665 awt::Rectangle aRect = pText->getCharacterBounds( offset ); in text_wrapper_get_character_extents()
683 offset, coords, *x, *y, *width, *height); in text_wrapper_get_character_extents()