LibreOffice Module framework (master) 1
Classes | Namespaces | Typedefs | Functions | Variables
addonsoptions.hxx File Reference
#include <config_options.h>
#include <sal/types.h>
#include <vcl/bitmapex.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Sequence.h>
#include <framework/fwkdllapi.h>
#include <memory>
Include dependency graph for addonsoptions.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  framework::MergeMenuInstruction
 
struct  framework::MergeToolbarInstruction
 
struct  framework::MergeNotebookBarInstruction
 
struct  framework::MergeStatusbarInstruction
 

Namespaces

namespace  osl
 
namespace  framework
 

Typedefs

typedef ::std::vector< MergeMenuInstruction > framework::MergeMenuInstructionContainer
 
typedef ::std::vector< MergeToolbarInstruction > framework::MergeToolbarInstructionContainer
 
typedef ::std::vector< MergeNotebookBarInstruction > framework::MergeNotebookBarInstructionContainer
 
typedef ::std::vector< MergeStatusbarInstruction > framework::MergeStatusbarInstructionContainer
 

Functions

class framework::UNLESS_MERGELIBS (FWK_DLLPUBLIC) FrameListAnalyzer final
 analyze and split the current available frame list of a given frames supplier into different parts. More...
 

Variables

constexpr OUStringLiteral ADDONSMENUITEM_STRING_URL = u"URL"
 
constexpr OUStringLiteral ADDONSMENUITEM_STRING_TITLE = u"Title"
 
constexpr OUStringLiteral ADDONSMENUITEM_STRING_TARGET = u"Target"
 
constexpr OUStringLiteral ADDONSMENUITEM_STRING_IMAGEIDENTIFIER = u"ImageIdentifier"
 
constexpr OUStringLiteral ADDONSMENUITEM_STRING_CONTEXT = u"Context"
 
constexpr OUStringLiteral ADDONSMENUITEM_STRING_SUBMENU = u"Submenu"
 
constexpr OUStringLiteral ADDONSPOPUPMENU_URL_PREFIX_STR = u"private:menu/Addon"
 

Variable Documentation

◆ ADDONSMENUITEM_STRING_CONTEXT

constexpr OUStringLiteral ADDONSMENUITEM_STRING_CONTEXT = u"Context"
inlineconstexpr

Definition at line 40 of file addonsoptions.hxx.

Referenced by framework::AddonMenuManager::GetMenuEntry().

◆ ADDONSMENUITEM_STRING_IMAGEIDENTIFIER

constexpr OUStringLiteral ADDONSMENUITEM_STRING_IMAGEIDENTIFIER = u"ImageIdentifier"
inlineconstexpr

Definition at line 39 of file addonsoptions.hxx.

◆ ADDONSMENUITEM_STRING_SUBMENU

constexpr OUStringLiteral ADDONSMENUITEM_STRING_SUBMENU = u"Submenu"
inlineconstexpr

Definition at line 41 of file addonsoptions.hxx.

Referenced by framework::AddonMenuManager::GetMenuEntry().

◆ ADDONSMENUITEM_STRING_TARGET

constexpr OUStringLiteral ADDONSMENUITEM_STRING_TARGET = u"Target"
inlineconstexpr

Definition at line 38 of file addonsoptions.hxx.

Referenced by framework::AddonMenuManager::GetMenuEntry().

◆ ADDONSMENUITEM_STRING_TITLE

constexpr OUStringLiteral ADDONSMENUITEM_STRING_TITLE = u"Title"
inlineconstexpr

Definition at line 37 of file addonsoptions.hxx.

Referenced by framework::AddonMenuManager::GetMenuEntry().

◆ ADDONSMENUITEM_STRING_URL

constexpr OUStringLiteral ADDONSMENUITEM_STRING_URL = u"URL"
inlineconstexpr

Definition at line 36 of file addonsoptions.hxx.

Referenced by framework::AddonMenuManager::GetMenuEntry().

◆ ADDONSPOPUPMENU_URL_PREFIX_STR

constexpr OUStringLiteral ADDONSPOPUPMENU_URL_PREFIX_STR = u"private:menu/Addon"
inlineconstexpr

Definition at line 43 of file addonsoptions.hxx.