Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DCommandDispatchContainer.cxx68 m_aCachedDispatches.clear(); in setModel()
89 if( aIt != m_aCachedDispatches.end()) in getDispatchForURL()
103 m_aCachedDispatches[ C2U(".uno:Undo") ].set( xResult ); in getDispatchForURL()
104 m_aCachedDispatches[ C2U(".uno:Redo") ].set( xResult ); in getDispatchForURL()
114 m_aCachedDispatches[ C2U(".uno:Context") ].set( xResult ); in getDispatchForURL()
115 m_aCachedDispatches[ C2U(".uno:ModifiedStatus") ].set( xResult ); in getDispatchForURL()
123 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL()
129 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL()
138 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL()
143 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL()
[all …]
H A DCommandDispatchContainer.hxx132 mutable tDispatchMap m_aCachedDispatches; member in chart::CommandDispatchContainer

Completed in 21 milliseconds