|
LibreOffice Module vcl (master) 1
|
#include <typeinfo>#include <sal/log.hxx>#include <unotools/resmgr.hxx>#include <tools/fldunit.hxx>#include <vcl/dllapi.h>#include <utility>#include <vcl/window.hxx>#include <vcl/vclptr.hxx>#include <vcl/toolboxid.hxx>#include <vcl/wintypes.hxx>#include <vcl/EnumContext.hxx>#include <memory>#include <map>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| struct | ComboBoxTextItem |
| class | VclBuilder |
| Creates a hierarchy of vcl::Windows (widgets) from a .ui file for dialogs, sidebar, etc. More... | |
| struct | VclBuilder::PackingData |
| struct | VclBuilder::WinAndId |
| struct | VclBuilder::MenuAndId |
| struct | VclBuilder::StringPair |
| struct | VclBuilder::UStringPair |
| struct | VclBuilder::ButtonImageWidgetMap |
| struct | VclBuilder::ComboBoxModelMap |
| struct | VclBuilder::ListStore |
| struct | VclBuilder::SizeGroup |
| struct | VclBuilder::ParserState |
| class | VclBuilder::sortIntoBestTabTraversalOrder |
Namespaces | |
| namespace | xmlreader |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::frame |
| namespace | BuilderUtils |
Functions | |
| void | BuilderUtils::set_properties (vcl::Window *pWindow, const VclBuilder::stringmap &rProps) |
| OUString | BuilderUtils::convertMnemonicMarkup (std::u16string_view rIn) |
| OUString | BuilderUtils::extractCustomProperty (VclBuilder::stringmap &rMap) |
| bool | BuilderUtils::extractDropdown (VclBuilder::stringmap &rMap) |
| void | BuilderUtils::ensureDefaultWidthChars (VclBuilder::stringmap &rMap) |
| void | BuilderUtils::reorderWithinParent (std::vector< vcl::Window * > &rChilds, bool bIsButtonBox) |
| void | BuilderUtils::reorderWithinParent (vcl::Window &rWindow, sal_uInt16 nNewPosition) |
| sal_Int16 | BuilderUtils::getRoleFromName (const OUString &roleName) |
| VCL_DLLPUBLIC bool | toBool (std::u16string_view rValue) |
| VCL_DLLPUBLIC bool toBool | ( | std::u16string_view | rValue | ) |
Definition at line 1415 of file layout.cxx.
Referenced by VclSizeGroup::set_property(), VclBox::set_property(), VclGrid::set_property(), and VclExpander::set_property().