Searched refs:m_aCurrentSelection (Results 1 – 6 of 6) sorted by relevance
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()[all …]
120 aArgs[1].Value <<= m_aCurrentSelection; in getExecuteArgs()142 if ( aLabel == m_aCurrentSelection ) in createPopupWindow()204 m_aCurrentSelection = m_aDropdownMenuList[nPos]; in executeControlCommand()310 m_aCurrentSelection = m_aDropdownMenuList[nItemId-1]; in IMPL_LINK()
1548 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in focusGained()1556 m_aCurrentSelection.clear(); in focusLost()1582 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in itemStateChanged()1589 if ( m_aChangeListeners.getLength() && m_aCurrentSelection.hasValue() ) in itemStateChanged()1599 … Sequence<sal_Int16>& rOldSelection = *(Sequence<sal_Int16> *)m_aCurrentSelection.getValue(); in itemStateChanged()1614 m_aCurrentSelection = aValue; in itemStateChanged()1619 else if (m_aCurrentSelection.hasValue()) in itemStateChanged()1620 m_aCurrentSelection.clear(); in itemStateChanged()
203 ::com::sun::star::uno::Any m_aCurrentSelection;
76 rtl::OUString m_aCurrentSelection; member in framework::ToggleButtonToolbarController
221 InterfaceBag m_aCurrentSelection; member in FmXFormShell