Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dcmdoptions.cxx259 SvtCmdOptions m_aDisabledCommands; member in SvtCommandOptions_Impl
291 m_aDisabledCommands.SetContainerSize( lNames.getLength() * 10 / 6 ); in SvtCommandOptions_Impl()
298 m_aDisabledCommands.AddCommand( sCmd ); in SvtCommandOptions_Impl()
342 m_aDisabledCommands.Clear(); in Notify()
343 m_aDisabledCommands.SetContainerSize( lNames.getLength() * 10 / 6 ); in Notify()
350 m_aDisabledCommands.AddCommand( sCmd ); in Notify()
382 m_aDisabledCommands.Clear(); in Clear()
398 return ( m_aDisabledCommands.HasEntries() > 0 ); in HasEntries()
414 lReturn = m_aDisabledCommands.GetList(); in GetList()
434 return m_aDisabledCommands.Lookup( aCommand ); in Lookup()
[all …]

Completed in 23 milliseconds