Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/form/
H A Dfmshimp.cxx992 m_aCurrentSelection.swap( aEmpty ); in disposing()
1353 if ( m_aCurrentSelection.empty() ) in canConvertCurrentSelectionToControl()
1362 if ( ++aCheck != m_aCurrentSelection.end() ) in canConvertCurrentSelectionToControl()
2027 _rSelection = m_aCurrentSelection; in getCurrentSelection()
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()
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()
[all …]
/aoo42x/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()
/aoo42x/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;
/aoo42x/main/framework/inc/uielement/
H A Dtogglebuttontoolbarcontroller.hxx76 rtl::OUString m_aCurrentSelection; member in framework::ToggleButtonToolbarController
/aoo42x/main/svx/source/inc/
H A Dfmshimp.hxx221 InterfaceBag m_aCurrentSelection; member in FmXFormShell

Completed in 93 milliseconds