LibreOffice Module vcl (master) 1
Functions
BuilderUtils Namespace Reference

Functions

void set_properties (vcl::Window *pWindow, const VclBuilder::stringmap &rProps)
 
OUString convertMnemonicMarkup (std::u16string_view rIn)
 
OUString extractCustomProperty (VclBuilder::stringmap &rMap)
 
void ensureDefaultWidthChars (VclBuilder::stringmap &rMap)
 
bool extractDropdown (VclBuilder::stringmap &rMap)
 
void reorderWithinParent (vcl::Window &rWindow, sal_uInt16 nNewPosition)
 
void reorderWithinParent (std::vector< vcl::Window * > &rChilds, bool bIsButtonBox)
 
sal_Int16 getRoleFromName (const OUString &roleName)
 

Function Documentation

◆ convertMnemonicMarkup()

VCL_DLLPUBLIC OUString BuilderUtils::convertMnemonicMarkup ( std::u16string_view  rIn)

◆ ensureDefaultWidthChars()

VCL_DLLPUBLIC void BuilderUtils::ensureDefaultWidthChars ( VclBuilder::stringmap rMap)

Definition at line 2279 of file builder.cxx.

Referenced by VclBuilder::makeObject().

◆ extractCustomProperty()

VCL_DLLPUBLIC OUString BuilderUtils::extractCustomProperty ( VclBuilder::stringmap rMap)

Definition at line 2267 of file builder.cxx.

Referenced by VclBuilder::makeObject().

◆ extractDropdown()

VCL_DLLPUBLIC bool BuilderUtils::extractDropdown ( VclBuilder::stringmap rMap)

Definition at line 2287 of file builder.cxx.

References toBool().

Referenced by VclBuilder::makeObject().

◆ getRoleFromName()

VCL_DLLPUBLIC sal_Int16 BuilderUtils::getRoleFromName ( const OUString &  roleName)

Definition at line 2331 of file builder.cxx.

Referenced by vcl::Window::set_property(), and VclBuilder::VclBuilder().

◆ reorderWithinParent() [1/2]

VCL_DLLPUBLIC void BuilderUtils::reorderWithinParent ( std::vector< vcl::Window * > &  rChilds,
bool  bIsButtonBox 
)

Definition at line 2312 of file builder.cxx.

References i, reorderWithinParent(), and WB_GROUP.

◆ reorderWithinParent() [2/2]

VCL_DLLPUBLIC void BuilderUtils::reorderWithinParent ( vcl::Window rWindow,
sal_uInt16  nNewPosition 
)

◆ set_properties()

VCL_DLLPUBLIC void BuilderUtils::set_properties ( vcl::Window pWindow,
const VclBuilder::stringmap rProps 
)