Searched refs:nAccIndex (Results 1 – 3 of 3) sorted by relevance
100 sal_Int32 nAccIndex; member in SmNode162 sal_Int32 GetAccessibleIndex() const { return nAccIndex; } in GetAccessibleIndex()163 const SmNode * FindNodeWithAccessibleIndex(xub_StrLen nAccIndex) const;
536 sal_Int32 nAccIndex = pNode->GetAccessibleIndex(); in getCharacterBounds() local537 DBG_ASSERT( nAccIndex >= 0, "invalid accessible index" ); in getCharacterBounds()538 DBG_ASSERT( nIndex >= nAccIndex, "index out of range" ); in getCharacterBounds()542 sal_Int32 nNodeIndex = nIndex - nAccIndex; in getCharacterBounds()
145 nAccIndex = -1; in SmNode()676 ((SmStructureNode *) pNode)->nAccIndex = rText.Len(); in GetAccessibleText()
Completed in 46 milliseconds