Home
last modified time | relevance | path

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

/trunk/main/forms/source/component/
H A DGrid.cxx344 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()
H A DGrid.hxx90 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xSelection;
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx52 rtl::Reference< InteractionContinuation > m_xSelection; member
102 return m_pImpl->m_xSelection; in getSelection()
109 m_pImpl->m_xSelection = rxSelection; in setSelection()

Completed in 28 milliseconds