Searched refs:m_aDropdownMenuList (Results 1 – 2 of 2) sorted by relevance
137 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()226 m_aDropdownMenuList.push_back( aText ); in executeControlCommand()253 m_aDropdownMenuList.insert( aIter, aText ); in executeControlCommand()268 m_aDropdownMenuList.erase( aIter ); in executeControlCommand()291 m_aDropdownMenuList.erase( aIter ); in executeControlCommand()308 if ( nItemId > 0 && nItemId <= m_aDropdownMenuList.size() ) in IMPL_LINK()[all …]
77 std::vector< rtl::OUString > m_aDropdownMenuList; member in framework::ToggleButtonToolbarController
Completed in 16 milliseconds