LibreOffice Module vcl (master) 1
Namespaces | Functions
dlgctrl.cxx File Reference
#include <svdata.hxx>
#include <window.h>
#include "dlgctrl.hxx"
#include <vcl/event.hxx>
#include <vcl/toolkit/fixed.hxx>
#include <vcl/layout.hxx>
#include <vcl/svapp.hxx>
#include <vcl/tabpage.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/toolkit/button.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/settings.hxx>
#include <sal/log.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/i18n/XCharacterClassification.hpp>
Include dependency graph for dlgctrl.cxx:

Go to the source code of this file.

Namespaces

namespace  vcl
 

Functions

static bool ImplHasIndirectTabParent (vcl::Window *pWindow)
 
static vcl::WindowImplGetTopParentOfTabHierarchy (vcl::Window *pParent)
 
static vcl::WindowImplGetCurTabWindow (const vcl::Window *pWindow)
 
static vcl::WindowImplGetSubChildWindow (vcl::Window *pParent, sal_uInt16 n, sal_uInt16 &nIndex)
 
vcl::WindowImplGetChildWindow (vcl::Window *pParent, sal_uInt16 n, sal_uInt16 &nIndex, bool bTestEnable)
 
static vcl::WindowImplGetNextWindow (vcl::Window *pParent, sal_uInt16 n, sal_uInt16 &nIndex, bool bTestEnable)
 
static bool vcl::lcl_ToolBoxTabStop (Window *pWindow)
 
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)
 
static void vcl::ImplDlgCtrlUpdateDefButton (vcl::Window *pParent, vcl::Window *pFocusWindow, bool bGetFocus)
 
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 
)

◆ 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 
)

◆ ImplGetCurTabWindow()

static vcl::Window * ImplGetCurTabWindow ( const vcl::Window pWindow)
static

◆ ImplGetNextWindow()

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

◆ ImplGetSubChildWindow()

static vcl::Window * ImplGetSubChildWindow ( vcl::Window pParent,
sal_uInt16  n,
sal_uInt16 &  nIndex 
)
static

◆ ImplGetTopParentOfTabHierarchy()

static vcl::Window * ImplGetTopParentOfTabHierarchy ( vcl::Window pParent)
static

◆ ImplHasIndirectTabParent()

static bool ImplHasIndirectTabParent ( vcl::Window pWindow)
static