Searched refs:aNodeText (Results 1 – 1 of 1) sorted by relevance
540 String aNodeText; in getCharacterBounds() local541 pNode->GetAccessibleText( aNodeText ); in getCharacterBounds()543 if (0 <= nNodeIndex && nNodeIndex < aNodeText.Len()) in getCharacterBounds()553 sal_Int32 *pXAry = new sal_Int32[ aNodeText.Len() ]; in getCharacterBounds()555 pWin->GetTextArray( aNodeText, pXAry, 0, aNodeText.Len() ); in getCharacterBounds()
Completed in 21 milliseconds