LibreOffice Module sw (master) 1
Classes | Macros
olmenu.hxx File Reference
#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>
Include dependency graph for olmenu.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwSpellPopup
 

Macros

#define MN_IGNORE_SELECTION   201
 Don't change these values. You may break context menu modifying extensions! More...
 
#define MN_SHORT_COMMENT   208
 
#define MN_EXPLANATION_LINK   209
 
#define MN_DICTIONARIES_START   300
 
#define MN_DICTIONARIES_END   (MN_DICTIONARIES_START + 99)
 
#define MN_SUGGESTION_START   500
 
#define MN_SUGGESTION_END   (MN_SUGGESTION_START + MN_MAX_NUM_LANG)
 
#define MN_AUTOCORR_START   700
 
#define MN_AUTOCORR_END   (MN_AUTOCORR_START + MN_MAX_NUM_LANG)
 
#define MN_MAX_NUM_LANG   99
 
#define MN_NONE_OFFSET   (MN_MAX_NUM_LANG + 1)
 
#define MN_RESET_OFFSET   (MN_MAX_NUM_LANG + 2)
 
#define MN_MORE_OFFSET   (MN_MAX_NUM_LANG + 3)
 
#define MN_SET_LANGUAGE_SELECTION_START   900
 
#define MN_SET_LANGUAGE_SELECTION_END   (MN_SET_LANGUAGE_SELECTION_START + MN_MAX_NUM_LANG)
 
#define MN_SET_SELECTION_NONE   (MN_SET_LANGUAGE_SELECTION_START + MN_NONE_OFFSET)
 
#define MN_SET_SELECTION_RESET   (MN_SET_LANGUAGE_SELECTION_START + MN_RESET_OFFSET)
 
#define MN_SET_SELECTION_MORE   (MN_SET_LANGUAGE_SELECTION_START + MN_MORE_OFFSET)
 
#define MN_SET_LANGUAGE_PARAGRAPH_START   1100
 
#define MN_SET_LANGUAGE_PARAGRAPH_END   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_MAX_NUM_LANG)
 
#define MN_SET_PARA_NONE   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_NONE_OFFSET)
 
#define MN_SET_PARA_RESET   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_RESET_OFFSET)
 
#define MN_SET_PARA_MORE   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_MORE_OFFSET)
 

Macro Definition Documentation

◆ MN_AUTOCORR_END

#define MN_AUTOCORR_END   (MN_AUTOCORR_START + MN_MAX_NUM_LANG)

Definition at line 51 of file olmenu.hxx.

◆ MN_AUTOCORR_START

#define MN_AUTOCORR_START   700

Definition at line 50 of file olmenu.hxx.

◆ MN_DICTIONARIES_END

#define MN_DICTIONARIES_END   (MN_DICTIONARIES_START + 99)

Definition at line 43 of file olmenu.hxx.

◆ MN_DICTIONARIES_START

#define MN_DICTIONARIES_START   300

Definition at line 42 of file olmenu.hxx.

◆ MN_EXPLANATION_LINK

#define MN_EXPLANATION_LINK   209

Definition at line 39 of file olmenu.hxx.

◆ MN_IGNORE_SELECTION

#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.

◆ MN_MAX_NUM_LANG

#define MN_MAX_NUM_LANG   99

Definition at line 54 of file olmenu.hxx.

◆ MN_MORE_OFFSET

#define MN_MORE_OFFSET   (MN_MAX_NUM_LANG + 3)

Definition at line 58 of file olmenu.hxx.

◆ MN_NONE_OFFSET

#define MN_NONE_OFFSET   (MN_MAX_NUM_LANG + 1)

Definition at line 56 of file olmenu.hxx.

◆ MN_RESET_OFFSET

#define MN_RESET_OFFSET   (MN_MAX_NUM_LANG + 2)

Definition at line 57 of file olmenu.hxx.

◆ MN_SET_LANGUAGE_PARAGRAPH_END

#define MN_SET_LANGUAGE_PARAGRAPH_END   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_MAX_NUM_LANG)

Definition at line 69 of file olmenu.hxx.

◆ MN_SET_LANGUAGE_PARAGRAPH_START

#define MN_SET_LANGUAGE_PARAGRAPH_START   1100

Definition at line 68 of file olmenu.hxx.

◆ MN_SET_LANGUAGE_SELECTION_END

#define MN_SET_LANGUAGE_SELECTION_END   (MN_SET_LANGUAGE_SELECTION_START + MN_MAX_NUM_LANG)

Definition at line 62 of file olmenu.hxx.

◆ MN_SET_LANGUAGE_SELECTION_START

#define MN_SET_LANGUAGE_SELECTION_START   900

Definition at line 61 of file olmenu.hxx.

◆ MN_SET_PARA_MORE

#define MN_SET_PARA_MORE   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_MORE_OFFSET)

Definition at line 72 of file olmenu.hxx.

◆ MN_SET_PARA_NONE

#define MN_SET_PARA_NONE   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_NONE_OFFSET)

Definition at line 70 of file olmenu.hxx.

◆ MN_SET_PARA_RESET

#define MN_SET_PARA_RESET   (MN_SET_LANGUAGE_PARAGRAPH_START + MN_RESET_OFFSET)

Definition at line 71 of file olmenu.hxx.

◆ MN_SET_SELECTION_MORE

#define MN_SET_SELECTION_MORE   (MN_SET_LANGUAGE_SELECTION_START + MN_MORE_OFFSET)

Definition at line 65 of file olmenu.hxx.

◆ MN_SET_SELECTION_NONE

#define MN_SET_SELECTION_NONE   (MN_SET_LANGUAGE_SELECTION_START + MN_NONE_OFFSET)

Definition at line 63 of file olmenu.hxx.

◆ MN_SET_SELECTION_RESET

#define MN_SET_SELECTION_RESET   (MN_SET_LANGUAGE_SELECTION_START + MN_RESET_OFFSET)

Definition at line 64 of file olmenu.hxx.

◆ MN_SHORT_COMMENT

#define MN_SHORT_COMMENT   208

Definition at line 38 of file olmenu.hxx.

◆ MN_SUGGESTION_END

#define MN_SUGGESTION_END   (MN_SUGGESTION_START + MN_MAX_NUM_LANG)

Definition at line 47 of file olmenu.hxx.

◆ MN_SUGGESTION_START

#define MN_SUGGESTION_START   500

Definition at line 46 of file olmenu.hxx.