Lines Matching refs:GetXInterface
83 GetXInterface()->setSelection(startOffset, endOffset); in get_addSelection()
115 if( offset < 0 || offset > GetXInterface()->getCharacterCount() ) in get_attributes()
122 …Sequence< ::com::sun::star::beans::PropertyValue > pValues = GetXInterface()->getCharacterAttribut… in get_attributes()
201 if( offset < GetXInterface()->getCharacterCount() ) in get_attributes()
203 … TextSegment textSeg = GetXInterface()->getTextAtIndex(offset, AccessibleTextType::ATTRIBUTE_RUN); in get_attributes()
239 *offset = GetXInterface()->getCaretPosition(); in get_caretOffset()
266 *nCharacters = GetXInterface()->getCharacterCount(); in get_characterCount()
294 if(offset < 0 || offset > GetXInterface()->getCharacterCount() ) in get_characterExtents()
298 rectangle = GetXInterface()->getCharacterBounds(offset); in get_characterExtents()
333 if( offset == GetXInterface()->getCharacterCount() ) in get_characterExtents()
380 long iLength = GetXInterface()->getSelectedText().getLength(); in get_nSelections()
415 *offset = GetXInterface()->getIndexAtPoint(point); in get_offsetAtPoint()
458 else if(GetXInterface()->getSelectionEnd() > -1) in get_selection()
460 *startOffset = GetXInterface()->getSelectionStart(); in get_selection()
461 *endOffset = GetXInterface()->getSelectionEnd(); in get_selection()
503 ouStr = GetXInterface()->getTextRange( 0, nLen ); in get_text()
508 ouStr = GetXInterface()->getTextRange( startOffset, endOffset ); in get_text()
595 TextSegment segment = GetXInterface()->getTextBeforeIndex( offset, sal_Int16(lUnoBoundaryType)); in get_textBeforeOffset()
682 TextSegment segment = GetXInterface()->getTextBehindIndex( offset, sal_Int16(lUnoBoundaryType)); in get_textAfterOffset()
771 TextSegment segment = GetXInterface()->getTextAtIndex( offset, sal_Int16(lUnoBoundaryType)); in get_textAtOffset()
813 GetXInterface()->setSelection(0, 0); in removeSelection()
839 GetXInterface()->setCaretPosition( offset); in setCaretOffset()
867 GetXInterface()->setSelection( startOffset, endOffset ); in setSelection()
895 *nCharacters = GetXInterface()->getCharacterCount(); in get_nCharacters()