Searched refs:m_aAddButtons (Results 1 – 1 of 1) sorted by relevance
5319 aCloser.Show( bClose || ! m_aAddButtons.empty() ); in ShowButtons()5345 if( it != m_aAddButtons.end() ) in IMPL_LINK()5374 if( it != m_aAddButtons.end() ) in IMPL_LINK()6101 if( i_nPos > m_aAddButtons.size() ) in AddMenuBarButton()6106 it = m_aAddButtons.find( nId ); in AddMenuBarButton()6107 } while( it != m_aAddButtons.end() && nId < 128 ); in AddMenuBarButton()6109 AddButtonEntry& rNewEntry = m_aAddButtons[nId]; in AddMenuBarButton()6128 if( it != m_aAddButtons.end() ) in SetMenuBarButtonHighlightHdl()6135 if( m_aAddButtons.find( nId ) != m_aAddButtons.end() ) in GetMenuBarButtonRectPixel()6161 m_aAddButtons.erase( nId ); in RemoveMenuBarButton()[all …]
Completed in 45 milliseconds