LibreOffice Module framework (master) 1
|
#include <rtl/ustring.hxx>
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... | |
|
inlineconstexpr |
[XWindow] an outside created window, used as container window of the new created frame.
Definition at line 44 of file taskcreatordefs.hxx.
|
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().
|
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.
|
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().
|
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().
|
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().
|
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().
|
inlineconstexpr |
[Rectangle] Place the new created frame on this place and resize the container window.
Definition at line 41 of file taskcreatordefs.hxx.
|
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().