Searched refs:m_xSelection (Results 1 – 3 of 3) sorted by relevance
344 if ( xSel != m_xSelection ) in select()346 m_xSelection = xSel; in select()357 return makeAny(m_xSelection); in getSelection()808 if ( m_xSelection == _rxColumn ) in lostColumn()810 m_xSelection.clear(); in lostColumn()840 bool bNewSelection = ( xOldColumn == m_xSelection ); in impl_replacedElement()846 m_xSelection.set( xNewColumn, UNO_QUERY ); in impl_replacedElement()
90 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xSelection;
52 rtl::Reference< InteractionContinuation > m_xSelection; member102 return m_pImpl->m_xSelection; in getSelection()109 m_pImpl->m_xSelection = rxSelection; in setSelection()
Completed in 26 milliseconds