Lines Matching refs:m_aCurrentSelection

992     m_aCurrentSelection.swap( aEmpty );  in disposing()
1137 InterfaceBag::const_iterator aSelectedElement = m_aCurrentSelection.begin(); in executeControlConversionSlot()
1138 if ( aSelectedElement == m_aCurrentSelection.end() ) in executeControlConversionSlot()
1353 if ( m_aCurrentSelection.empty() ) in canConvertCurrentSelectionToControl()
1356 InterfaceBag::const_iterator aCheck = m_aCurrentSelection.begin(); in canConvertCurrentSelectionToControl()
1362 if ( ++aCheck != m_aCurrentSelection.end() ) in canConvertCurrentSelectionToControl()
2027 _rSelection = m_aCurrentSelection; in getCurrentSelection()
2055 if ( _rSelection.empty() && m_aCurrentSelection.empty() ) in setCurrentSelection()
2059 if ( _rSelection.size() == m_aCurrentSelection.size() ) in setCurrentSelection()
2062 InterfaceBag::const_iterator aOld = m_aCurrentSelection.begin(); in setCurrentSelection()
2080 if ( !m_aCurrentSelection.empty() ) in setCurrentSelection()
2082 …Reference< XChild > xCur; if ( m_aCurrentSelection.size() == 1 ) xCur = xCur.query( *m_aCurrentSel… in setCurrentSelection()
2095 m_aCurrentSelection = _rSelection; in setCurrentSelection()
2099 for ( InterfaceBag::const_iterator loop = m_aCurrentSelection.begin(); in setCurrentSelection()
2100 loop != m_aCurrentSelection.end(); in setCurrentSelection()
2118 if ( !m_aCurrentSelection.empty() ) in setCurrentSelection()
2131 return ( m_aCurrentSelection.size() == 1 ) && ( *m_aCurrentSelection.begin() == _rxObject ); in isSolelySelected()
2724 InterfaceBag::iterator wasSelectedPos = m_aCurrentSelection.find( Element ); in impl_RemoveElement_nothrow()
2725 if ( wasSelectedPos != m_aCurrentSelection.end() ) in impl_RemoveElement_nothrow()
2726 m_aCurrentSelection.erase( wasSelectedPos ); in impl_RemoveElement_nothrow()