Searched refs:pCurrentChild (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 1123 …UnoTreeListEntry* pCurrentChild = dynamic_cast< UnoTreeListEntry* >( rTree.FirstChild( pParentEntr… in updateChildNodes() local 1129 if( !pCurrentChild || ( pCurrentChild->mxNode != xNode ) ) in updateChildNodes() 1135 pCurrentChild = createEntry( xNode, pParentEntry, nChild ); in updateChildNodes() 1137 else if( pNodeEntry != pCurrentChild ) in updateChildNodes() 1141 pCurrentChild = pNodeEntry; in updateChildNodes() 1142 updateEntry( pCurrentChild ); in updateChildNodes() 1149 updateEntry( pCurrentChild ); in updateChildNodes() 1152 pCurrentChild = dynamic_cast< UnoTreeListEntry* >( rTree.NextSibling( pCurrentChild ) ); in updateChildNodes() 1156 while( pCurrentChild ) in updateChildNodes() 1159 rTree.GetModel()->Remove( pCurrentChild ); in updateChildNodes() [all …]
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocument.cxx | 252 ::accessibility::AccessibleShape* pCurrentChild, 439 sal_Bool ScChildrenShapes::ReplaceChild (::accessibility::AccessibleShape* pCurrentChild, in ReplaceChild() argument 446 …::accessibility::AccessibleShapeInfo ( _rxShape, pCurrentChild->getAccessibleParent(), this, _nInd… in ReplaceChild() 454 if (pCurrentChild && pReplacement) in ReplaceChild() 456 …DBG_ASSERT(pCurrentChild->GetXShape().get() == pReplacement->GetXShape().get(), "XShape changes an… in ReplaceChild() 458 FindShape(pCurrentChild->GetXShape(), aItr); in ReplaceChild() 463 DBG_ASSERT((*aItr)->pAccShape == pCurrentChild, "wrong child found"); in ReplaceChild() 467 aEvent.OldValue <<= uno::makeAny(uno::Reference<XAccessible>(pCurrentChild)); in ReplaceChild() 471 pCurrentChild->dispose(); in ReplaceChild()
|
H A D | AccessibleDocumentPagePreview.cxx | 701 ::accessibility::AccessibleShape* pCurrentChild,
|
/aoo42x/main/svx/source/accessibility/ |
H A D | ChildrenManagerImpl.cxx | 841 AccessibleShape* pCurrentChild, in ReplaceChild() argument 847 AccessibleShapeInfo aShapeInfo( _rxShape, pCurrentChild->getAccessibleParent(), this, _nIndex ); in ReplaceChild() 867 if (I->GetAccessibleShape() == pCurrentChild) in ReplaceChild() 870 pCurrentChild->dispose(); in ReplaceChild()
|
H A D | ChildrenManagerImpl.hxx | 299 AccessibleShape* pCurrentChild,
|
/aoo42x/main/svx/inc/svx/ |
H A D | IAccessibleParent.hxx | 84 AccessibleShape* pCurrentChild,
|
/aoo42x/main/sw/source/core/access/ |
H A D | accmap.cxx | 3336 ::accessibility::AccessibleShape* pCurrentChild, in ReplaceChild() argument 3354 if( pAccShape == pCurrentChild ) in ReplaceChild() 3369 uno::Reference < XAccessible > xParent( pCurrentChild->getAccessibleParent() ); in ReplaceChild() 3370 pCurrentChild = 0; // well be realease by dispose in ReplaceChild()
|
/aoo42x/main/sw/inc/ |
H A D | accmap.hxx | 311 ::accessibility::AccessibleShape* pCurrentChild,
|
Completed in 193 milliseconds