LibreOffice Module framework (master) 1
Variables
taskcreatordefs.hxx File Reference
#include <rtl/ustring.hxx>
Include dependency graph for taskcreatordefs.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

constexpr OUStringLiteral ARGUMENT_PARENTFRAME = u"ParentFrame"
 [XFrame] if it's set, it will be used as parent frame for the new created frame. More...
 
constexpr OUStringLiteral ARGUMENT_FRAMENAME = u"FrameName"
 [OUString] if it's not a special name (beginning with "_" ... which are not allowed here!) it will be set as the API name of the new created frame. More...
 
constexpr OUStringLiteral ARGUMENT_MAKEVISIBLE = u"MakeVisible"
 [bool] If it's set to true we will make the new created frame visible. More...
 
constexpr OUStringLiteral ARGUMENT_CREATETOPWINDOW = u"CreateTopWindow"
 [bool] If not "ContainerWindow" property is set it force creation of a top level window as new container window. More...
 
constexpr OUStringLiteral ARGUMENT_POSSIZE = u"PosSize"
 [Rectangle] Place the new created frame on this place and resize the container window. More...
 
constexpr OUStringLiteral ARGUMENT_CONTAINERWINDOW = u"ContainerWindow"
 [XWindow] an outside created window, used as container window of the new created frame. More...
 
constexpr OUStringLiteral ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE = u"SupportPersistentWindowState"
 [bool] enable/disable special mode, where this frame will be part of the persistent window state feature suitable for any office module window More...
 
constexpr OUStringLiteral ARGUMENT_ENABLE_TITLEBARUPDATE = u"EnableTitleBarUpdate"
 [bool] enable/disable special mode, where the title bar of our the new created frame will be updated automatically. More...
 
constexpr OUStringLiteral ARGUMENT_HIDDENFORCONVERSION = u"HiddenForConversion"
 [bool] enable/disable if the frame is explicitly requested to be hidden Default = OFF ! More...
 

Variable Documentation

◆ ARGUMENT_CONTAINERWINDOW

constexpr OUStringLiteral ARGUMENT_CONTAINERWINDOW = u"ContainerWindow"
inlineconstexpr

[XWindow] an outside created window, used as container window of the new created frame.

Definition at line 44 of file taskcreatordefs.hxx.

◆ ARGUMENT_CREATETOPWINDOW

constexpr OUStringLiteral ARGUMENT_CREATETOPWINDOW = u"CreateTopWindow"
inlineconstexpr

[bool] If not "ContainerWindow" property is set it force creation of a top level window as new container window.

Definition at line 38 of file taskcreatordefs.hxx.

Referenced by framework::TaskCreator::createTask().

◆ ARGUMENT_ENABLE_TITLEBARUPDATE

constexpr OUStringLiteral ARGUMENT_ENABLE_TITLEBARUPDATE = u"EnableTitleBarUpdate"
inlineconstexpr

[bool] enable/disable special mode, where the title bar of our the new created frame will be updated automatically.

Default = ON !

Definition at line 56 of file taskcreatordefs.hxx.

◆ ARGUMENT_FRAMENAME

constexpr OUStringLiteral ARGUMENT_FRAMENAME = u"FrameName"
inlineconstexpr

[OUString] if it's not a special name (beginning with "_" ... which are not allowed here!) it will be set as the API name of the new created frame.

Definition at line 30 of file taskcreatordefs.hxx.

Referenced by framework::TaskCreator::createTask().

◆ ARGUMENT_HIDDENFORCONVERSION

constexpr OUStringLiteral ARGUMENT_HIDDENFORCONVERSION = u"HiddenForConversion"
inlineconstexpr

[bool] enable/disable if the frame is explicitly requested to be hidden Default = OFF !

Definition at line 61 of file taskcreatordefs.hxx.

Referenced by framework::TaskCreator::createTask().

◆ ARGUMENT_MAKEVISIBLE

constexpr OUStringLiteral ARGUMENT_MAKEVISIBLE = u"MakeVisible"
inlineconstexpr

[bool] If it's set to true we will make the new created frame visible.

Definition at line 33 of file taskcreatordefs.hxx.

Referenced by framework::TaskCreator::createTask().

◆ ARGUMENT_PARENTFRAME

constexpr OUStringLiteral ARGUMENT_PARENTFRAME = u"ParentFrame"
inlineconstexpr

[XFrame] if it's set, it will be used as parent frame for the new created frame.

Definition at line 25 of file taskcreatordefs.hxx.

Referenced by framework::TaskCreator::createTask().

◆ ARGUMENT_POSSIZE

constexpr OUStringLiteral ARGUMENT_POSSIZE = u"PosSize"
inlineconstexpr

[Rectangle] Place the new created frame on this place and resize the container window.

Definition at line 41 of file taskcreatordefs.hxx.

◆ ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE

constexpr OUStringLiteral ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE = u"SupportPersistentWindowState"
inlineconstexpr

[bool] enable/disable special mode, where this frame will be part of the persistent window state feature suitable for any office module window

Definition at line 49 of file taskcreatordefs.hxx.

Referenced by framework::TaskCreator::createTask().