Lines Matching refs:xNew
383 uno::Reference< XAccessible > xNew; in GotFocus() local
400 xNew = m_pAccFormulaCell; in GotFocus()
406 xNew = mpAccCell; in GotFocus()
414 aEvent.NewValue <<= xNew; in GotFocus()
755 uno::Reference< XAccessible > xNew = mpAccCell; in Notify() local
756 aEvent.NewValue <<= xNew; in Notify()
805 uno::Reference< XAccessible > xNew = mpAccCell; in CommitFocusCell() local
806 aEvent.NewValue <<= xNew; in CommitFocusCell()
1603 uno::Reference< XAccessible > xNew = m_pAccFormulaCell; in NotifyRefMode() local
1604 aEvent.NewValue <<= xNew; in NotifyRefMode()
1609 aEvent.NewValue <<= xNew; in NotifyRefMode()
1611 m_mapFormulaSelectionSend.insert(MAP_ADDR_XACC::value_type(aFormulaAddr,xNew)); in NotifyRefMode()