Lines Matching refs:xChild

315         uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY );  in RestorePersistentData()  local
316 if ( xChild.is() ) in RestorePersistentData()
317 xChild->setParent( p->GetModel() ); in RestorePersistentData()
323 if ( xChild.is() ) in RestorePersistentData()
324 xChild->setParent( 0 ); in RestorePersistentData()
357 uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY ); in SavePersistentData() local
358 if ( xChild.is() ) in SavePersistentData()
359 xChild->setParent( 0 ); in SavePersistentData()
418 …uno::Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY … in MakeOLENode() local
419 if (xChild.is()) in MakeOLENode()
423 xChild->setParent( pDocSh->GetModel() ); in MakeOLENode()
440 …uno::Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY … in MakeOLENode() local
441 if (xChild.is()) in MakeOLENode()
445 xChild->setParent( pDocSh->GetModel() ); in MakeOLENode()
729 uno::Reference < container::XChild > xChild( xOLERef.GetObject(), uno::UNO_QUERY ); in ~SwOLEObj() local
730 if ( xChild.is() ) in ~SwOLEObj()
731 xChild->setParent( 0 ); in ~SwOLEObj()
778 uno::Reference < container::XChild > xChild( xOLERef.GetObject(), uno::UNO_QUERY ); in SetNode() local
779 if ( xChild.is() && xChild->getParent() != p->GetModel() ) in SetNode()
781 xChild->setParent( p->GetModel() ); in SetNode()
785 if ( xChild.is() ) in SetNode()
786 xChild->setParent( 0 ); in SetNode()