Searched refs:implGetGlyphBoundary (Results 1 – 2 of 2) sorted by relevance
122 void OCommonAccessibleText::implGetGlyphBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetGlyphBoundary() function in comphelper::OCommonAccessibleText368 implGetGlyphBoundary( aBoundary, nIndex ); in getTextAtIndex()473 implGetGlyphBoundary( aBoundary, nIndex ); in getTextBeforeIndex()477 implGetGlyphBoundary( aBoundary, aBoundary.startPos - 1 ); in getTextBeforeIndex()598 implGetGlyphBoundary( aBoundary, nIndex ); in getTextBehindIndex()602 implGetGlyphBoundary( aBoundary, aBoundary.endPos ); in getTextBehindIndex()
65 …virtual void implGetGlyphBoundary( ::com::sun::star::i18n::Boundary& rBoundary, sal_Int32 nI…
Completed in 8 milliseconds