12#include <rtl/ustring.hxx>
14#include <unordered_map>
Provide mapping from ODF text formatting styles to EditEngine's, for rich-text cell content import.
std::unordered_map< sal_uInt16, const Entry * > IndexToEntriesType
std::unordered_map< OUString, const Entry * > StrToEntriesType
const Entry * getEntryByAPIName(const OUString &rAPIName) const
const Entry * getEntryByItemID(sal_uInt16 nItemID) const
IndexToEntriesType maItemIDEntries
StrToEntriesType maAPIEntries