20#ifndef INCLUDED_EDITENG_FORBIDDENCHARACTERSTABLE_HXX
21#define INCLUDED_EDITENG_FORBIDDENCHARACTERSTABLE_HXX
23#include <com/sun/star/uno/Reference.hxx>
24#include <com/sun/star/i18n/ForbiddenCharacters.hpp>
35 typedef std::map<LanguageType, css::i18n::ForbiddenCharacters>
Map;
38 css::uno::Reference< css::uno::XComponentContext >
m_xContext;
42 static std::shared_ptr<SvxForbiddenCharactersTable> makeForbiddenCharactersTable(
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
45 const css::i18n::ForbiddenCharacters* GetForbiddenCharacters(
LanguageType nLanguage,
bool bGetDefault );
46 void SetForbiddenCharacters(
LanguageType nLanguage ,
const css::i18n::ForbiddenCharacters& );
css::uno::Reference< css::uno::XComponentContext > m_xContext
std::map< LanguageType, css::i18n::ForbiddenCharacters > Map
#define EDITENG_DLLPUBLIC