Home
last modified time | relevance | path

Searched refs:m_aDropdownMenuList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx137 const sal_uInt32 nCount = m_aDropdownMenuList.size(); in createPopupWindow()
140 rtl::OUString aLabel( m_aDropdownMenuList[i] ); in createPopupWindow()
173 m_aDropdownMenuList.clear(); in executeControlCommand()
177 m_aDropdownMenuList.push_back( aList[j] ); in executeControlCommand()
202 < m_aDropdownMenuList.size() ) ) in executeControlCommand()
204 m_aCurrentSelection = m_aDropdownMenuList[nPos]; in executeControlCommand()
226 m_aDropdownMenuList.push_back( aText ); in executeControlCommand()
234 sal_Int32 nSize = sal_Int32( m_aDropdownMenuList.size() ); in executeControlCommand()
251 std::vector< ::rtl::OUString >::iterator aIter = m_aDropdownMenuList.begin(); in executeControlCommand()
253 m_aDropdownMenuList.insert( aIter, aText ); in executeControlCommand()
[all …]
/trunk/main/framework/inc/uielement/
H A Dtogglebuttontoolbarcontroller.hxx77 std::vector< rtl::OUString > m_aDropdownMenuList; member in framework::ToggleButtonToolbarController