24#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
25#include <rtl/ustring.hxx>
37 css::uno::Reference< css::xml::sax::XDocumentHandler >
m_xConfig;
58 css::uno::Reference< css::xml::sax::XDocumentHandler > xConfig );
72 const OUString& sCommand,
73 const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig );
implements a cache for any accelerator configuration.
css::uno::Reference< css::xml::sax::XDocumentHandler > m_xConfig
needed to write the xml configuration.
AcceleratorConfigurationWriter(const AcceleratorCache &rContainer, css::uno::Reference< css::xml::sax::XDocumentHandler > xConfig)
connect this new writer instance to an outside container, which should be flushed to the underlying X...
void impl_ts_writeKeyCommandPair(const css::awt::KeyEvent &aKey, const OUString &sCommand, const css::uno::Reference< css::xml::sax::XDocumentHandler > &xConfig)
TODO.
~AcceleratorConfigurationWriter()
does nothing real ...
const AcceleratorCache & m_rContainer
reference to the outside container, where this writer must work on.