Lines Matching refs:WindowCommandDispatch
63 const ::rtl::OUString WindowCommandDispatch::COMMAND_PREFERENCES = ::rtl::OUString::createFromAscii…
64 const ::rtl::OUString WindowCommandDispatch::COMMAND_ABOUTBOX = ::rtl::OUString::createFromAscii…
67 WindowCommandDispatch::WindowCommandDispatch(const css::uno::Reference< css::lang::XMultiServiceFac… in WindowCommandDispatch() function in framework::WindowCommandDispatch
78 WindowCommandDispatch::~WindowCommandDispatch() in ~WindowCommandDispatch()
84 void SAL_CALL WindowCommandDispatch::disposing(const css::lang::EventObject& /*aSource*/) in disposing()
92 void WindowCommandDispatch::impl_startListening() in impl_startListening()
110 pWindow->AddEventListener( LINK(this, WindowCommandDispatch, impl_notifyCommand) ); in impl_startListening()
117 IMPL_LINK(WindowCommandDispatch, impl_notifyCommand, void*, pParam) in IMPL_LINK() argument
140 sCommand = WindowCommandDispatch::COMMAND_PREFERENCES; in IMPL_LINK()
144 sCommand = WindowCommandDispatch::COMMAND_ABOUTBOX; in IMPL_LINK()
157 void WindowCommandDispatch::impl_dispatchCommand(const ::rtl::OUString& sCommand) in impl_dispatchCommand()