Home
last modified time | relevance | path

Searched refs:m_aCurrentSelection (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svx/source/form/
H A Dfmshimp.cxx992 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 …]
/AOO41X/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx120 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()
/AOO41X/main/forms/source/component/
H A DListBox.cxx1548 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()
H A DListBox.hxx203 ::com::sun::star::uno::Any m_aCurrentSelection;
/AOO41X/main/framework/inc/uielement/
H A Dtogglebuttontoolbarcontroller.hxx76 rtl::OUString m_aCurrentSelection; member in framework::ToggleButtonToolbarController
/AOO41X/main/svx/source/inc/
H A Dfmshimp.hxx221 InterfaceBag m_aCurrentSelection; member in FmXFormShell