Home
last modified time | relevance | path

Searched refs:nMyParaIndex (Results 1 – 1 of 1) sorted by relevance

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx999 sal_Int32 nMyParaIndex( GetParagraphIndex() ); in getAccessibleRelationSet() local
1001 if ( nMyParaIndex > 0 && in getAccessibleRelationSet()
1002 mpParaManager->IsReferencable( nMyParaIndex - 1 ) ) in getAccessibleRelationSet()
1006 mpParaManager->GetChild( nMyParaIndex - 1 ).first.get().getRef(); in getAccessibleRelationSet()
1013 if ( (nMyParaIndex + 1) < (sal_Int32)mpParaManager->GetNum() && in getAccessibleRelationSet()
1014 mpParaManager->IsReferencable( nMyParaIndex + 1 ) ) in getAccessibleRelationSet()
1018 mpParaManager->GetChild( nMyParaIndex + 1 ).first.get().getRef(); in getAccessibleRelationSet()

Completed in 25 milliseconds