Lines Matching refs:InterfaceBag
288 …void collectInterfacesFromMarkList( const SdrMarkList& _rMarkList, InterfaceBag& /* [out] */ _rInt… in collectInterfacesFromMarkList()
991 InterfaceBag aEmpty; in disposing()
1137 InterfaceBag::const_iterator aSelectedElement = m_aCurrentSelection.begin(); in executeControlConversionSlot()
1356 InterfaceBag::const_iterator aCheck = m_aCurrentSelection.begin(); in canConvertCurrentSelectionToControl()
2025 void FmXFormShell::getCurrentSelection( InterfaceBag& /* [out] */ _rSelection ) const in getCurrentSelection()
2048 bool FmXFormShell::setCurrentSelection( const InterfaceBag& _rSelection ) in setCurrentSelection()
2061 InterfaceBag::const_iterator aNew = _rSelection.begin(); in setCurrentSelection()
2062 InterfaceBag::const_iterator aOld = m_aCurrentSelection.begin(); in setCurrentSelection()
2099 for ( InterfaceBag::const_iterator loop = m_aCurrentSelection.begin(); in setCurrentSelection()
2724 InterfaceBag::iterator wasSelectedPos = m_aCurrentSelection.find( Element ); in impl_RemoveElement_nothrow()
2746 InterfaceBag aNewSelection; in selectionChanged()