LibreOffice Module sw (master) 1
|
#include <com/sun/star/linguistic2/XDictionary.hpp>
#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
#include <com/sun/star/linguistic2/ProofreadingResult.hpp>
#include <com/sun/star/uno/Sequence.h>
#include <rtl/ustring.hxx>
#include <toolkit/awt/vclxmenu.hxx>
#include <vcl/builder.hxx>
#include <vcl/menu.hxx>
#include <map>
#include <vector>
#include <swdllapi.h>
Go to the source code of this file.
Classes | |
class | SwSpellPopup |
#define MN_AUTOCORR_END (MN_AUTOCORR_START + MN_MAX_NUM_LANG) |
Definition at line 51 of file olmenu.hxx.
#define MN_AUTOCORR_START 700 |
Definition at line 50 of file olmenu.hxx.
#define MN_DICTIONARIES_END (MN_DICTIONARIES_START + 99) |
Definition at line 43 of file olmenu.hxx.
#define MN_DICTIONARIES_START 300 |
Definition at line 42 of file olmenu.hxx.
#define MN_EXPLANATION_LINK 209 |
Definition at line 39 of file olmenu.hxx.
#define MN_IGNORE_SELECTION 201 |
Don't change these values. You may break context menu modifying extensions!
Definition at line 37 of file olmenu.hxx.
#define MN_MAX_NUM_LANG 99 |
Definition at line 54 of file olmenu.hxx.
#define MN_MORE_OFFSET (MN_MAX_NUM_LANG + 3) |
Definition at line 58 of file olmenu.hxx.
#define MN_NONE_OFFSET (MN_MAX_NUM_LANG + 1) |
Definition at line 56 of file olmenu.hxx.
#define MN_RESET_OFFSET (MN_MAX_NUM_LANG + 2) |
Definition at line 57 of file olmenu.hxx.
#define MN_SET_LANGUAGE_PARAGRAPH_END (MN_SET_LANGUAGE_PARAGRAPH_START + MN_MAX_NUM_LANG) |
Definition at line 69 of file olmenu.hxx.
#define MN_SET_LANGUAGE_PARAGRAPH_START 1100 |
Definition at line 68 of file olmenu.hxx.
#define MN_SET_LANGUAGE_SELECTION_END (MN_SET_LANGUAGE_SELECTION_START + MN_MAX_NUM_LANG) |
Definition at line 62 of file olmenu.hxx.
#define MN_SET_LANGUAGE_SELECTION_START 900 |
Definition at line 61 of file olmenu.hxx.
#define MN_SET_PARA_MORE (MN_SET_LANGUAGE_PARAGRAPH_START + MN_MORE_OFFSET) |
Definition at line 72 of file olmenu.hxx.
#define MN_SET_PARA_NONE (MN_SET_LANGUAGE_PARAGRAPH_START + MN_NONE_OFFSET) |
Definition at line 70 of file olmenu.hxx.
#define MN_SET_PARA_RESET (MN_SET_LANGUAGE_PARAGRAPH_START + MN_RESET_OFFSET) |
Definition at line 71 of file olmenu.hxx.
#define MN_SET_SELECTION_MORE (MN_SET_LANGUAGE_SELECTION_START + MN_MORE_OFFSET) |
Definition at line 65 of file olmenu.hxx.
#define MN_SET_SELECTION_NONE (MN_SET_LANGUAGE_SELECTION_START + MN_NONE_OFFSET) |
Definition at line 63 of file olmenu.hxx.
#define MN_SET_SELECTION_RESET (MN_SET_LANGUAGE_SELECTION_START + MN_RESET_OFFSET) |
Definition at line 64 of file olmenu.hxx.
#define MN_SHORT_COMMENT 208 |
Definition at line 38 of file olmenu.hxx.
#define MN_SUGGESTION_END (MN_SUGGESTION_START + MN_MAX_NUM_LANG) |
Definition at line 47 of file olmenu.hxx.
#define MN_SUGGESTION_START 500 |
Definition at line 46 of file olmenu.hxx.