Home
last modified time | relevance | path

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

/trunk/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx145 sal_Bool AccessibleParaManager::IsReferencable( WeakPara::HardRefType aChild ) in IsReferencable() function in accessibility::AccessibleParaManager
150 sal_Bool AccessibleParaManager::IsReferencable( sal_uInt32 nChild ) const in IsReferencable() function in accessibility::AccessibleParaManager
157 return IsReferencable( GetChild( nChild ).first.get() ); in IsReferencable()
191 if( !IsReferencable( nParagraphIndex ) ) in CreateChild()
410 if( IsReferencable( aChild ) ) in ShutdownPara()
H A DAccessibleEditableTextPara.cxx1002 mpParaManager->IsReferencable( nMyParaIndex - 1 ) ) in getAccessibleRelationSet()
1014 mpParaManager->IsReferencable( nMyParaIndex + 1 ) ) in getAccessibleRelationSet()
/trunk/main/editeng/inc/editeng/
H A DAccessibleParaManager.hxx193 static sal_Bool IsReferencable( WeakPara::HardRefType aChild );
194 sal_Bool IsReferencable( sal_uInt32 nChild ) const;

Completed in 27 milliseconds