LibreOffice Module vcl (master) 1
Functions
dlgctrl.hxx File Reference
#include <vcl/window.hxx>
Include dependency graph for dlgctrl.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

vcl::WindowImplGetChildWindow (vcl::Window *pParent, sal_uInt16 n, sal_uInt16 &nIndex, bool bTestEnable)
 
vcl::WindowImplFindDlgCtrlWindow (vcl::Window *pParent, vcl::Window *pWindow, sal_uInt16 &rIndex, sal_uInt16 &rFormStart, sal_uInt16 &rFormEnd)
 
vcl::WindowImplFindAccelWindow (vcl::Window *pParent, sal_uInt16 &rIndex, sal_Unicode cCharCode, sal_uInt16 nFormStart, sal_uInt16 nFormEnd, bool bCheckEnable=true)
 
sal_Unicode getAccel (std::u16string_view rStr)
 

Function Documentation

◆ getAccel()

sal_Unicode getAccel ( std::u16string_view  rStr)

◆ ImplFindAccelWindow()

vcl::Window * ImplFindAccelWindow ( vcl::Window pParent,
sal_uInt16 &  rIndex,
sal_Unicode  cCharCode,
sal_uInt16  nFormStart,
sal_uInt16  nFormEnd,
bool  bCheckEnable = true 
)

◆ ImplFindDlgCtrlWindow()

vcl::Window * ImplFindDlgCtrlWindow ( vcl::Window pParent,
vcl::Window pWindow,
sal_uInt16 &  rIndex,
sal_uInt16 &  rFormStart,
sal_uInt16 &  rFormEnd 
)

◆ ImplGetChildWindow()

vcl::Window * ImplGetChildWindow ( vcl::Window pParent,
sal_uInt16  n,
sal_uInt16 &  nIndex,
bool  bTestEnable 
)