Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmshimp.cxx993 m_aCurrentSelection.swap( aEmpty ); in disposing()
1138 InterfaceBag::const_iterator aSelectedElement = m_aCurrentSelection.begin(); in executeControlConversionSlot()
1139 if ( aSelectedElement == m_aCurrentSelection.end() ) in executeControlConversionSlot()
1354 if ( m_aCurrentSelection.empty() ) in canConvertCurrentSelectionToControl()
1357 InterfaceBag::const_iterator aCheck = m_aCurrentSelection.begin(); in canConvertCurrentSelectionToControl()
1363 if ( ++aCheck != m_aCurrentSelection.end() ) in canConvertCurrentSelectionToControl()
2028 _rSelection = m_aCurrentSelection; in getCurrentSelection()
2056 if ( _rSelection.empty() && m_aCurrentSelection.empty() ) in setCurrentSelection()
2060 if ( _rSelection.size() == m_aCurrentSelection.size() ) in setCurrentSelection()
2063 InterfaceBag::const_iterator aOld = m_aCurrentSelection.begin(); in setCurrentSelection()
[all …]
/trunk/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx119 aArgs[1].Value <<= m_aCurrentSelection; in getExecuteArgs()
140 if ( aLabel == m_aCurrentSelection ) in createPopupWindow()
202 m_aCurrentSelection = m_aDropdownMenuList[nPos]; in executeControlCommand()
308 m_aCurrentSelection = m_aDropdownMenuList[nItemId-1]; in IMPL_LINK()
/trunk/main/forms/source/component/
H A DListBox.cxx1547 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in focusGained()
1555 m_aCurrentSelection.clear(); in focusLost()
1581 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in itemStateChanged()
1588 if ( m_aChangeListeners.getLength() && m_aCurrentSelection.hasValue() ) in itemStateChanged()
1598 … Sequence<sal_Int16>& rOldSelection = *(Sequence<sal_Int16> *)m_aCurrentSelection.getValue(); in itemStateChanged()
1613 m_aCurrentSelection = aValue; in itemStateChanged()
1618 else if (m_aCurrentSelection.hasValue()) in itemStateChanged()
1619 m_aCurrentSelection.clear(); in itemStateChanged()
H A DListBox.hxx201 ::com::sun::star::uno::Any m_aCurrentSelection;
/trunk/main/framework/inc/uielement/
H A Dtogglebuttontoolbarcontroller.hxx76 rtl::OUString m_aCurrentSelection; member in framework::ToggleButtonToolbarController
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx220 InterfaceBag m_aCurrentSelection; member in FmXFormShell