LibreOffice Module vcl (master) 1
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
vcl::Window Class Reference

#include <window.hxx>

Inheritance diagram for vcl::Window:
[legend]
Collaboration diagram for vcl::Window:
[legend]

Classes

struct  PointerState
 

Public Member Functions

 DECL_DLLPRIVATE_LINK (ImplHandlePaintHdl, Timer *, void)
 
 DECL_DLLPRIVATE_LINK (ImplGenerateMouseMoveHdl, void *, void)
 
 DECL_DLLPRIVATE_LINK (ImplTrackTimerHdl, Timer *, void)
 
 DECL_DLLPRIVATE_LINK (ImplAsyncFocusHdl, void *, void)
 
 DECL_DLLPRIVATE_LINK (ImplHandleResizeTimerHdl, Timer *, void)
 
SAL_DLLPRIVATE vcl::WindowImplGetFrameWindow () const
 
weld::WindowGetFrameWeld () const
 
vcl::WindowGetFrameWindow () const
 
SalFrameImplGetFrame () const
 
SAL_DLLPRIVATE ImplFrameDataImplGetFrameData ()
 
vcl::WindowImplGetWindow () const
 if this is a proxy return the client, otherwise itself More...
 
SAL_DLLPRIVATE ImplWinDataImplGetWinData () const
 
SAL_DLLPRIVATE vcl::WindowImplGetClientWindow () const
 
SAL_DLLPRIVATE vcl::WindowImplGetDlgWindow (sal_uInt16 n, GetDlgWindowType nType, sal_uInt16 nStart=0, sal_uInt16 nEnd=0xFFFF, sal_uInt16 *pIndex=nullptr)
 
SAL_DLLPRIVATE vcl::WindowImplGetParent () const
 
SAL_DLLPRIVATE vcl::WindowImplFindWindow (const Point &rFramePos)
 
SAL_DLLPRIVATE void ImplInvalidateFrameRegion (const vcl::Region *pRegion, InvalidateFlags nFlags)
 
SAL_DLLPRIVATE void ImplInvalidateOverlapFrameRegion (const vcl::Region &rRegion)
 
SAL_DLLPRIVATE bool ImplSetClipFlag (bool bSysObjOnlySmaller=false)
 
SAL_DLLPRIVATE bool ImplIsWindowOrChild (const vcl::Window *pWindow, bool bSystemWindow=false) const
 
SAL_DLLPRIVATE bool ImplIsChild (const vcl::Window *pWindow, bool bSystemWindow=false) const
 
SAL_DLLPRIVATE bool ImplIsFloatingWindow () const
 
SAL_DLLPRIVATE bool ImplIsPushButton () const
 
SAL_DLLPRIVATE bool ImplIsSplitter () const
 
SAL_DLLPRIVATE bool ImplIsOverlapWindow () const
 
SAL_DLLPRIVATE void ImplIsInTaskPaneList (bool mbIsInTaskList)
 
SAL_DLLPRIVATE WindowImplImplGetWindowImpl () const
 
SAL_DLLPRIVATE void ImplGrabFocus (GetFocusFlags nFlags)
 
SAL_DLLPRIVATE void ImplGrabFocusToDocument (GetFocusFlags nFlags)
 
SAL_DLLPRIVATE void ImplInvertFocus (const tools::Rectangle &rRect)
 
SAL_DLLPRIVATE PointerStyle ImplGetMousePointer () const
 
SAL_DLLPRIVATE void ImplCallMouseMove (sal_uInt16 nMouseCode, bool bModChanged=false)
 
SAL_DLLPRIVATE void ImplGenerateMouseMove ()
 
SAL_DLLPRIVATE void ImplNotifyKeyMouseCommandEventListeners (NotifyEvent &rNEvt)
 
SAL_DLLPRIVATE void ImplNotifyIconifiedState (bool bIconified)
 
SAL_DLLPRIVATE void ImplUpdateAll ()
 
SAL_DLLPRIVATE void ImplControlFocus (GetFocusFlags nFlags=GetFocusFlags::NONE)
 
SAL_DLLPRIVATE void ImplMirrorFramePos (Point &pt) const
 
SAL_DLLPRIVATE void ImplPosSizeWindow (tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight, PosSizeFlags nFlags)
 
SAL_DLLPRIVATE void ImplCallResize ()
 
SAL_DLLPRIVATE void ImplCallMove ()
 
SAL_DLLPRIVATE void CompatGetFocus ()
 
SAL_DLLPRIVATE void CompatLoseFocus ()
 
SAL_DLLPRIVATE void CompatStateChanged (StateChangedType nStateChange)
 
SAL_DLLPRIVATE void CompatDataChanged (const DataChangedEvent &rDCEvt)
 
SAL_DLLPRIVATE bool CompatPreNotify (NotifyEvent &rNEvt)
 
SAL_DLLPRIVATE bool CompatNotify (NotifyEvent &rNEvt)
 
void IncModalCount ()
 
void DecModalCount ()
 
 Window (vcl::Window *pParent, WinBits nStyle=0)
 
virtual ~Window () override
 
::OutputDevice const * GetOutDev () const
 
::OutputDeviceGetOutDev ()
 
Color GetBackgroundColor () const
 
const WallpaperGetBackground () const
 
bool IsBackground () const
 
const MapModeGetMapMode () const
 
void SetBackground ()
 
void SetBackground (const Wallpaper &rBackground)
 
virtual void MouseMove (const MouseEvent &rMEvt)
 
virtual void MouseButtonDown (const MouseEvent &rMEvt)
 
virtual void MouseButtonUp (const MouseEvent &rMEvt)
 
virtual void KeyInput (const KeyEvent &rKEvt)
 
virtual void KeyUp (const KeyEvent &rKEvt)
 
virtual void PrePaint (vcl::RenderContext &rRenderContext)
 
virtual void Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect)
 
virtual void PostPaint (vcl::RenderContext &rRenderContext)
 
void Erase (vcl::RenderContext &rRenderContext)
 
virtual void Draw (::OutputDevice *pDev, const Point &rPos, SystemTextColorFlags nFlags)
 
virtual void Move ()
 
virtual void Resize ()
 
virtual void Activate ()
 
virtual void Deactivate ()
 
virtual void GetFocus ()
 
virtual void LoseFocus ()
 
virtual void RequestHelp (const HelpEvent &rHEvt)
 
virtual void Command (const CommandEvent &rCEvt)
 
virtual void Tracking (const TrackingEvent &rTEvt)
 
virtual void StateChanged (StateChangedType nStateChange)
 
virtual void DataChanged (const DataChangedEvent &rDCEvt)
 
virtual bool PreNotify (NotifyEvent &rNEvt)
 
virtual bool EventNotify (NotifyEvent &rNEvt)
 
void AddEventListener (const Link< VclWindowEvent &, void > &rEventListener)
 
void RemoveEventListener (const Link< VclWindowEvent &, void > &rEventListener)
 
void AddChildEventListener (const Link< VclWindowEvent &, void > &rEventListener)
 
void RemoveChildEventListener (const Link< VclWindowEvent &, void > &rEventListener)
 
ImplSVEventPostUserEvent (const Link< void *, void > &rLink, void *pCaller=nullptr, bool bReferenceLink=false)
 
void RemoveUserEvent (ImplSVEvent *nUserEvent)
 
LanguageType GetInputLanguage () const
 
void SetStyle (WinBits nStyle)
 
WinBits GetStyle () const
 
WinBits GetPrevStyle () const
 
void SetExtendedStyle (WindowExtendedStyle nExtendedStyle)
 
WindowExtendedStyle GetExtendedStyle () const
 
void SetType (WindowType nType)
 
WindowType GetType () const
 
bool IsSystemWindow () const
 
bool IsDockingWindow () const
 
bool IsDialog () const
 
bool IsMenuFloatingWindow () const
 
bool IsToolbarFloatingWindow () const
 
bool IsTopWindow () const
 
SystemWindowGetSystemWindow () const
 
bool SupportsDoubleBuffering () const
 Can the widget derived from this Window do the double-buffering via RenderContext properly? More...
 
void RequestDoubleBuffering (bool bRequest)
 Enable/disable double-buffering of the frame window and all its children. More...
 
void EnableAllResize ()
 
void SetBorderStyle (WindowBorderStyle nBorderStyle)
 
WindowBorderStyle GetBorderStyle () const
 
void GetBorder (sal_Int32 &rLeftBorder, sal_Int32 &rTopBorder, sal_Int32 &rRightBorder, sal_Int32 &rBottomBorder) const
 
Size CalcWindowSize (const Size &rOutSz) const
 
Size CalcOutputSize (const Size &rWinSz) const
 
tools::Long CalcTitleWidth () const
 
void EnableClipSiblings (bool bClipSiblings=true)
 
void EnableChildTransparentMode (bool bEnable=true)
 
bool IsChildTransparentModeEnabled () const
 
void SetMouseTransparent (bool bTransparent)
 
bool IsMouseTransparent () const
 
void SetPaintTransparent (bool bTransparent)
 
bool IsPaintTransparent () const
 
void SetDialogControlStart (bool bStart)
 
bool IsDialogControlStart () const
 
void SetDialogControlFlags (DialogControlFlags nFlags)
 
DialogControlFlags GetDialogControlFlags () const
 
PointerState GetPointerState ()
 
bool IsMouseOver () const
 
void SetInputContext (const InputContext &rInputContext)
 
const InputContextGetInputContext () const
 
void PostExtTextInputEvent (VclEventId nType, const OUString &rText)
 
void EndExtTextInput ()
 
void SetCursorRect (const tools::Rectangle *pRect=nullptr, tools::Long nExtTextInputWidth=0)
 
const tools::RectangleGetCursorRect () const
 
tools::Long GetCursorExtTextInputWidth () const
 
void SetCompositionCharRect (const tools::Rectangle *pRect, tools::Long nCompositionLength, bool bVertical=false)
 
void UpdateSettings (const AllSettings &rSettings, bool bChild=false)
 
void NotifyAllChildren (DataChangedEvent &rDCEvt)
 
void SetPointFont (vcl::RenderContext &rRenderContext, const vcl::Font &rFont)
 
vcl::Font GetPointFont (vcl::RenderContext const &rRenderContext) const
 
void SetZoomedPointFont (vcl::RenderContext &rRenderContext, const vcl::Font &rFont)
 
tools::Long GetDrawPixel (::OutputDevice const *pDev, tools::Long nPixels) const
 
vcl::Font GetDrawPixelFont (::OutputDevice const *pDev) const
 
void SetControlFont ()
 
void SetControlFont (const vcl::Font &rFont)
 
vcl::Font GetControlFont () const
 
bool IsControlFont () const
 
void ApplyControlFont (vcl::RenderContext &rRenderContext, const vcl::Font &rDefaultFont)
 
void SetControlForeground ()
 
void SetControlForeground (const Color &rColor)
 
const ColorGetControlForeground () const
 
bool IsControlForeground () const
 
void ApplyControlForeground (vcl::RenderContext &rRenderContext, const Color &rDefaultColor)
 
void SetControlBackground ()
 
void SetControlBackground (const Color &rColor)
 
const ColorGetControlBackground () const
 
bool IsControlBackground () const
 
void ApplyControlBackground (vcl::RenderContext &rRenderContext, const Color &rDefaultColor)
 
void SetParentClipMode (ParentClipMode nMode=ParentClipMode::NONE)
 
ParentClipMode GetParentClipMode () const
 
void SetWindowRegionPixel ()
 
void SetWindowRegionPixel (const vcl::Region &rRegion)
 
vcl::Region GetWindowClipRegionPixel () const
 
vcl::Region GetPaintRegion () const
 
bool IsInPaint () const
 
void ExpandPaintClipRegion (const vcl::Region &rRegion)
 
void SetParent (vcl::Window *pNewParent)
 
vcl::WindowGetParent () const
 
DialogGetParentDialog () const
 
bool IsAncestorOf (const vcl::Window &rWindow) const
 
void Show (bool bVisible=true, ShowFlags nFlags=ShowFlags::NONE)
 
void Hide ()
 
bool IsVisible () const
 
bool IsReallyVisible () const
 
bool IsReallyShown () const
 
bool IsInInitShow () const
 
void Enable (bool bEnable=true, bool bChild=true)
 
void Disable (bool bChild=true)
 
bool IsEnabled () const
 
void EnableInput (bool bEnable=true, bool bChild=true)
 
void EnableInput (bool bEnable, const vcl::Window *pExcludeWindow)
 
bool IsInputEnabled () const
 
void AlwaysEnableInput (bool bAlways, bool bChild=true)
 Override EnableInput. More...
 
bool IsAlwaysEnableInput () const
 returns the current AlwaysEnableInput state More...
 
bool IsInModalMode () const
 A window is in modal mode if one of its children or subchildren is a running modal window (a modal dialog) More...
 
void SetActivateMode (ActivateModeFlags nMode)
 
ActivateModeFlags GetActivateMode () const
 
void ToTop (ToTopFlags nFlags=ToTopFlags::NONE)
 
void SetZOrder (vcl::Window *pRefWindow, ZOrderFlags nFlags)
 
void EnableAlwaysOnTop (bool bEnable=true)
 
bool IsAlwaysOnTopEnabled () const
 
virtual void setPosSizePixel (tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight, PosSizeFlags nFlags=PosSizeFlags::All)
 
virtual void SetPosPixel (const Point &rNewPos)
 
virtual Point GetPosPixel () const
 
virtual void SetSizePixel (const Size &rNewSize)
 
virtual Size GetSizePixel () const
 
virtual void SetPosSizePixel (const Point &rNewPos, const Size &rNewSize)
 
virtual void SetOutputSizePixel (const Size &rNewSize)
 
bool IsDefaultPos () const
 
bool IsDefaultSize () const
 
Point GetOffsetPixelFrom (const vcl::Window &rWindow) const
 
Point OutputToScreenPixel (const Point &rPos) const
 
Point ScreenToOutputPixel (const Point &rPos) const
 
Point OutputToNormalizedScreenPixel (const Point &rPos) const
 
Point NormalizedScreenToOutputPixel (const Point &rPos) const
 
Point OutputToAbsoluteScreenPixel (const Point &rPos) const
 
Point AbsoluteScreenToOutputPixel (const Point &rPos) const
 
tools::Rectangle GetDesktopRectPixel () const
 
tools::Rectangle GetWindowExtentsRelative (const vcl::Window &rRelativeWindow) const
 
tools::Rectangle GetWindowExtentsAbsolute () const
 
bool IsScrollable () const
 
virtual void Scroll (tools::Long nHorzScroll, tools::Long nVertScroll, ScrollFlags nFlags=ScrollFlags::NONE)
 
void Scroll (tools::Long nHorzScroll, tools::Long nVertScroll, const tools::Rectangle &rRect, ScrollFlags nFlags=ScrollFlags::NONE)
 
void Invalidate (InvalidateFlags nFlags=InvalidateFlags::NONE)
 
void Invalidate (const tools::Rectangle &rRect, InvalidateFlags nFlags=InvalidateFlags::NONE)
 
void Invalidate (const vcl::Region &rRegion, InvalidateFlags nFlags=InvalidateFlags::NONE)
 
virtual void LogicInvalidate (const tools::Rectangle *pRectangle)
 Notification about some rectangle of the output device got invalidated.Used for the main document window. More...
 
virtual void PixelInvalidate (const tools::Rectangle *pRectangle)
 Notification about some rectangle of the output device got invalidated. More...
 
void Validate ()
 
bool HasPaintEvent () const
 
void PaintImmediately ()
 
void EnableDocking (bool bEnable=true)
 
void EnablePaint (bool bEnable)
 
bool IsPaintEnabled () const
 
void SetUpdateMode (bool bUpdate)
 
bool IsUpdateMode () const
 
void SetParentUpdateMode (bool bUpdate)
 
void GrabFocus ()
 
bool HasFocus () const
 
bool HasChildPathFocus (bool bSystemWindow=false) const
 
bool IsActive () const
 
bool HasActiveChildFrame () const
 
GetFocusFlags GetGetFocusFlags () const
 
void GrabFocusToDocument ()
 
VclPtr< vcl::WindowGetFocusedWindow () const
 
void SetFakeFocus (bool bFocus)
 Set this when you need to act as if the window has focus even if it doesn't. More...
 
bool IsCompoundControl () const
 
void LocalStartDrag ()
 
void CaptureMouse ()
 
void ReleaseMouse ()
 
bool IsMouseCaptured () const
 
virtual void SetPointer (PointerStyle)
 
PointerStyle GetPointer () const
 
void EnableChildPointerOverwrite (bool bOverwrite)
 
void SetPointerPosPixel (const Point &rPos)
 
Point GetPointerPosPixel ()
 
Point GetLastPointerPosPixel ()
 
void SetLastMousePos (const Point &rPos)
 Similar to SetPointerPosPixel(), but sets the frame data's last mouse position instead. More...
 
void ShowPointer (bool bVisible)
 
void EnterWait ()
 
void LeaveWait ()
 
bool IsWait () const
 
void SetCursor (vcl::Cursor *pCursor)
 
vcl::CursorGetCursor () const
 
void SetZoom (const Fraction &rZoom)
 
const FractionGetZoom () const
 
bool IsZoom () const
 
tools::Long CalcZoom (tools::Long n) const
 
virtual void SetText (const OUString &rStr)
 
virtual OUString GetText () const
 
virtual OUString GetDisplayText () const
 
virtual const WallpaperGetDisplayBackground () const
 
void SetHelpText (const OUString &rHelpText)
 
const OUString & GetHelpText () const
 
void SetQuickHelpText (const OUString &rHelpText)
 
const OUString & GetQuickHelpText () const
 
void SetHelpId (const OUString &)
 
const OUString & GetHelpId () const
 
sal_uInt16 GetChildCount () const
 
vcl::WindowGetChild (sal_uInt16 nChild) const
 
vcl::WindowGetWindow (GetWindowType nType) const
 
bool IsChild (const vcl::Window *pWindow) const
 
bool IsWindowOrChild (const vcl::Window *pWindow, bool bSystemWindow=false) const
 
SAL_DLLPRIVATE void CollectChildren (::std::vector< vcl::Window * > &rAllChildren)
 Add all children to rAllChildren recursively. More...
 
virtual void ShowFocus (const tools::Rectangle &rRect)
 
void HideFocus ()
 
void DrawSelectionBackground (const tools::Rectangle &rRect, sal_uInt16 highlight, bool bChecked, bool bDrawBorder)
 
void ShowTracking (const tools::Rectangle &rRect, ShowTrackFlags nFlags=ShowTrackFlags::Small)
 
void HideTracking ()
 
void InvertTracking (const tools::Rectangle &rRect, ShowTrackFlags nFlags)
 
void StartTracking (StartTrackingFlags nFlags=StartTrackingFlags::NONE)
 
void EndTracking (TrackingEventFlags nFlags=TrackingEventFlags::NONE)
 
bool IsTracking () const
 
void StartAutoScroll (StartAutoScrollFlags nFlags)
 
void EndAutoScroll ()
 
bool HandleScrollCommand (const CommandEvent &rCmd, Scrollable *pHScrl, Scrollable *pVScrl)
 
virtual const SystemEnvDataGetSystemData () const
 
virtual css::uno::Reference< css::awt::XVclWindowPeer > GetComponentInterface (bool bCreate=true)
 
void SetComponentInterface (css::uno::Reference< css::awt::XVclWindowPeer > const &xIFace)
 
void SetUseFrameData (bool bUseFrameData)
 
void SetLOKNotifier (const vcl::ILibreOfficeKitNotifier *pNotifier, bool bParent=false)
 Interface to register for dialog / window tunneling. More...
 
const vcl::ILibreOfficeKitNotifierGetLOKNotifier () const
 
vcl::LOKWindowId GetLOKWindowId () const
 
VclPtr< vcl::WindowGetParentWithLOKNotifier ()
 Find the nearest parent with LOK Notifier; can be itself if this Window has LOK notifier set. More...
 
void ReleaseLOKNotifier ()
 Indicate that LOK is not going to use this dialog any more. More...
 
virtual void DumpAsPropertyTree (tools::JsonWriter &)
 Dumps itself and potentially its children to a property tree, to be written easily to JSON. More...
 
void RecordLayoutData (vcl::ControlLayoutData *pLayout, const tools::Rectangle &rRect)
 
VCLXWindowGetWindowPeer () const
 
void SetWindowPeer (css::uno::Reference< css::awt::XVclWindowPeer > const &xPeer, VCLXWindow *pVCLXWindow)
 
bool IsCreatedWithToolkit () const
 
void SetCreatedWithToolkit (bool b)
 
css::uno::Reference< css::datatransfer::dnd::XDropTarget > GetDropTarget ()
 
css::uno::Reference< css::datatransfer::dnd::XDragSource > GetDragSource ()
 
css::uno::Reference< css::datatransfer::dnd::XDragGestureRecognizer > GetDragGestureRecognizer ()
 
css::uno::Reference< css::datatransfer::clipboard::XClipboard > GetClipboard ()
 
void SetClipboard (css::uno::Reference< css::datatransfer::clipboard::XClipboard > const &xClipboard)
 Sets a custom clipboard for the window's frame, instead of creating it on-demand using css::datatransfer::clipboard::SystemClipboard. More...
 
virtual void queue_resize (StateChangedType eReason=StateChangedType::Layout)
 
void set_height_request (sal_Int32 nHeightRequest)
 
sal_Int32 get_height_request () const
 
void set_width_request (sal_Int32 nWidthRequest)
 
sal_Int32 get_width_request () const
 
Size get_preferred_size () const
 
VclAlign get_halign () const
 
void set_halign (VclAlign eAlign)
 
VclAlign get_valign () const
 
void set_valign (VclAlign eAlign)
 
bool get_hexpand () const
 
void set_hexpand (bool bExpand)
 
bool get_vexpand () const
 
void set_vexpand (bool bExpand)
 
bool get_expand () const
 
void set_expand (bool bExpand)
 
bool get_fill () const
 
void set_fill (bool bFill)
 
void set_border_width (sal_Int32 nBorderWidth)
 
sal_Int32 get_border_width () const
 
void set_margin_start (sal_Int32 nWidth)
 
sal_Int32 get_margin_start () const
 
void set_margin_end (sal_Int32 nWidth)
 
sal_Int32 get_margin_end () const
 
void set_margin_top (sal_Int32 nWidth)
 
sal_Int32 get_margin_top () const
 
void set_margin_bottom (sal_Int32 nWidth)
 
sal_Int32 get_margin_bottom () const
 
VclPackType get_pack_type () const
 
void set_pack_type (VclPackType ePackType)
 
sal_Int32 get_padding () const
 
void set_padding (sal_Int32 nPadding)
 
sal_Int32 get_grid_width () const
 
void set_grid_width (sal_Int32 nCols)
 
sal_Int32 get_grid_left_attach () const
 
void set_grid_left_attach (sal_Int32 nAttach)
 
sal_Int32 get_grid_height () const
 
void set_grid_height (sal_Int32 nRows)
 
sal_Int32 get_grid_top_attach () const
 
void set_grid_top_attach (sal_Int32 nAttach)
 
bool get_secondary () const
 
void set_secondary (bool bSecondary)
 
bool get_non_homogeneous () const
 
void set_non_homogeneous (bool bNonHomogeneous)
 
virtual bool set_property (const OUString &rKey, const OUString &rValue)
 
bool set_font_attribute (const OUString &rKey, std::u16string_view rValue)
 
void add_to_size_group (const std::shared_ptr< VclSizeGroup > &xGroup)
 
void remove_from_all_size_groups ()
 
void add_mnemonic_label (FixedText *pLabel)
 
void remove_mnemonic_label (FixedText *pLabel)
 
const std::vector< VclPtr< FixedText > > & list_mnemonic_labels () const
 
void reorderWithinParent (sal_uInt16 nNewPosition)
 
void set_id (const OUString &rID)
 Sets an ID. More...
 
const OUString & get_id () const
 Get the ID of the window. More...
 
void EnableNativeWidget (bool bEnable=true)
 
bool IsNativeWidgetEnabled () const
 
void PaintToDevice (::OutputDevice *pDevice, const Point &rPos)
 
KeyIndicatorState GetIndicatorState () const
 Query the states of keyboard indicators - Caps Lock, Num Lock and Scroll Lock. More...
 
void SimulateKeyPress (sal_uInt16 nKeyCode) const
 
virtual OUString GetSurroundingText () const
 
virtual Selection GetSurroundingTextSelection () const
 
virtual bool DeleteSurroundingText (const Selection &rSelection)
 
virtual FactoryFunction GetUITestFactory () const
 
virtual bool IsChart () const
 
virtual bool IsStarMath () const
 
void SetHelpHdl (const Link< vcl::Window &, bool > &rLink)
 
void SetMnemonicActivateHdl (const Link< vcl::Window &, bool > &rLink)
 
void SetModalHierarchyHdl (const Link< bool, void > &rLink)
 
void SetDumpAsPropertyTreeHdl (const Link< tools::JsonWriter &, void > &rLink)
 
Size GetOutputSizePixel () const
 
tools::Rectangle GetOutputRectPixel () const
 
Point LogicToPixel (const Point &rLogicPt) const
 
Size LogicToPixel (const Size &rLogicSize) const
 
tools::Rectangle LogicToPixel (const tools::Rectangle &rLogicRect) const
 
vcl::Region LogicToPixel (const vcl::Region &rLogicRegion) const
 
Point LogicToPixel (const Point &rLogicPt, const MapMode &rMapMode) const
 
Size LogicToPixel (const Size &rLogicSize, const MapMode &rMapMode) const
 
tools::Rectangle LogicToPixel (const tools::Rectangle &rLogicRect, const MapMode &rMapMode) const
 
Point PixelToLogic (const Point &rDevicePt) const
 
Size PixelToLogic (const Size &rDeviceSize) const
 
tools::Rectangle PixelToLogic (const tools::Rectangle &rDeviceRect) const
 
tools::PolyPolygon PixelToLogic (const tools::PolyPolygon &rDevicePolyPoly) const
 
vcl::Region PixelToLogic (const vcl::Region &rDeviceRegion) const
 
Point PixelToLogic (const Point &rDevicePt, const MapMode &rMapMode) const
 
Size PixelToLogic (const Size &rDeviceSize, const MapMode &rMapMode) const
 
tools::Rectangle PixelToLogic (const tools::Rectangle &rDeviceRect, const MapMode &rMapMode) const
 
Size LogicToLogic (const Size &rSzSource, const MapMode *pMapModeSource, const MapMode *pMapModeDest) const
 
const AllSettingsGetSettings () const
 
void SetSettings (const AllSettings &rSettings)
 
void SetSettings (const AllSettings &rSettings, bool bChild)
 
tools::Rectangle GetTextRect (const tools::Rectangle &rRect, const OUString &rStr, DrawTextFlags nStyle=DrawTextFlags::WordBreak, TextRectInfo *pInfo=nullptr, const vcl::ITextLayout *_pTextLayout=nullptr) const
 
float GetDPIScaleFactor () const
 
tools::Long GetOutOffXPixel () const
 
tools::Long GetOutOffYPixel () const
 
void EnableMapMode (bool bEnable=true)
 
bool IsMapModeEnabled () const
 
void SetMapMode ()
 
void SetMapMode (const MapMode &rNewMapMode)
 
virtual void EnableRTL (bool bEnable=true)
 
bool IsRTLEnabled () const
 
void SetFont (const vcl::Font &rNewFont)
 
const vcl::FontGetFont () const
 
tools::Long GetTextWidth (const OUString &rStr, sal_Int32 nIndex=0, sal_Int32 nLen=-1, vcl::text::TextLayoutCache const *=nullptr, SalLayoutGlyphs const *const pLayoutCache=nullptr) const
 Width of the text. More...
 
tools::Long GetTextHeight () const
 Height where any character of the current font fits; in logic coordinates. More...
 
float approximate_digit_width () const
 
void SetTextColor (const Color &rColor)
 
const ColorGetTextColor () const
 
void SetTextFillColor ()
 
void SetTextFillColor (const Color &rColor)
 
Color GetTextFillColor () const
 
bool IsTextFillColor () const
 
void SetTextLineColor ()
 
void SetTextLineColor (const Color &rColor)
 
const ColorGetTextLineColor () const
 
bool IsTextLineColor () const
 
void SetOverlineColor ()
 
void SetOverlineColor (const Color &rColor)
 
const ColorGetOverlineColor () const
 
bool IsOverlineColor () const
 
void SetTextAlign (TextAlign eAlign)
 
TextAlign GetTextAlign () const
 
bool IsNativeControlSupported (ControlType nType, ControlPart nPart) const
 Query the platform layer for control support. More...
 
bool GetNativeControlRegion (ControlType nType, ControlPart nPart, const tools::Rectangle &rControlRegion, ControlState nState, const ImplControlValue &aValue, tools::Rectangle &rNativeBoundingRegion, tools::Rectangle &rNativeContentRegion) const
 Query the native control's actual drawing region (including adornment) More...
 
- Public Member Functions inherited from VclReferenceBase
void acquire () const
 
void release () const
 
sal_Int32 getRefCount () const
 
void disposeOnce ()
 
bool isDisposed () const
 

Static Public Member Functions

static SAL_DLLPRIVATE void ImplInitAppFontData (vcl::Window const *pWindow)
 
static SAL_DLLPRIVATE void ImplCalcSymbolRect (tools::Rectangle &rRect)
 
static DockingManagerGetDockingManager ()
 
static VclPtr< vcl::WindowSaveFocus ()
 
static void EndSaveFocus (const VclPtr< vcl::Window > &xFocusWin)
 
static VclPtr< vcl::WindowFindLOKWindow (vcl::LOKWindowId nWindowId)
 Find an existing Window based on the LOKWindowId. More...
 
static bool IsLOKWindowsEmpty ()
 check if LOK Window container is empty More...
 

Protected Member Functions

virtual void dispose () override
 This is intended to be used to clear any locally held references to other Window-subclass objects. More...
 
SAL_DLLPRIVATE void ImplInit (vcl::Window *pParent, WinBits nStyle, SystemParentData *pSystemParentData)
 
SAL_DLLPRIVATE void ImplInvalidateParentFrameRegion (const vcl::Region &rRegion)
 
SAL_DLLPRIVATE void ImplValidateFrameRegion (const vcl::Region *rRegion, ValidateFlags nFlags)
 
SAL_DLLPRIVATE void ImplValidate ()
 
SAL_DLLPRIVATE void ImplMoveInvalidateRegion (const tools::Rectangle &rRect, tools::Long nHorzScroll, tools::Long nVertScroll, bool bChildren)
 
SAL_DLLPRIVATE void ImplMoveAllInvalidateRegions (const tools::Rectangle &rRect, tools::Long nHorzScroll, tools::Long nVertScroll, bool bChildren)
 
SAL_DLLPRIVATE vcl::WindowImplGetBorderWindow () const
 
virtual void ImplInvalidate (const vcl::Region *pRegion, InvalidateFlags nFlags)
 
virtual WindowHitTest ImplHitTest (const Point &rFramePos)
 
SAL_DLLPRIVATE void ImplSetMouseTransparent (bool bTransparent)
 
SAL_DLLPRIVATE void ImplScroll (const tools::Rectangle &rRect, tools::Long nHorzScroll, tools::Long nVertScroll, ScrollFlags nFlags)
 
SAL_DLLPRIVATE bool ImplSetClipFlagChildren (bool bSysObjOnlySmaller)
 
SAL_DLLPRIVATE bool ImplSetClipFlagOverlapWindows (bool bSysObjOnlySmaller=false)
 
SAL_DLLPRIVATE void PushPaintHelper (PaintHelper *pHelper, vcl::RenderContext &rRenderContext)
 
SAL_DLLPRIVATE void PopPaintHelper (PaintHelper const *pHelper)
 
 Window (WindowType nType)
 
void SetCompoundControl (bool bCompound)
 
void CallEventListeners (VclEventId nEvent, void *pData=nullptr)
 
virtual void ImplAdjustNWFSizes ()
 
virtual void ApplySettings (vcl::RenderContext &rRenderContext)
 
SAL_DLLPRIVATE float approximate_char_width () const
 
- Protected Member Functions inherited from VclReferenceBase
 VclReferenceBase ()
 
virtual ~VclReferenceBase ()
 
virtual void dispose ()
 

Private Member Functions

SAL_DLLPRIVATE void ImplSetFrameParent (const vcl::Window *pParent)
 
SAL_DLLPRIVATE void ImplInsertWindow (vcl::Window *pParent)
 
SAL_DLLPRIVATE void ImplRemoveWindow (bool bRemoveFrameData)
 
SAL_DLLPRIVATE SalGraphicsImplGetFrameGraphics () const
 
SAL_DLLPRIVATE vcl::WindowImplGetFirstOverlapWindow ()
 
SAL_DLLPRIVATE const vcl::WindowImplGetFirstOverlapWindow () const
 
SAL_DLLPRIVATE bool ImplIsRealParentPath (const vcl::Window *pWindow) const
 
SAL_DLLPRIVATE bool ImplTestMousePointerSet ()
 
SAL_DLLPRIVATE void ImplResetReallyVisible ()
 
SAL_DLLPRIVATE void ImplSetReallyVisible ()
 
SAL_DLLPRIVATE void ImplCallInitShow ()
 
SAL_DLLPRIVATE void ImplInitResolutionSettings ()
 
SAL_DLLPRIVATE void ImplPointToLogic (vcl::RenderContext const &rRenderContext, vcl::Font &rFont) const
 
SAL_DLLPRIVATE void ImplLogicToPoint (vcl::RenderContext const &rRenderContext, vcl::Font &rFont) const
 
SAL_DLLPRIVATE bool ImplSysObjClip (const vcl::Region *pOldRegion)
 
SAL_DLLPRIVATE void ImplUpdateSysObjChildrenClip ()
 
SAL_DLLPRIVATE void ImplUpdateSysObjOverlapsClip ()
 
SAL_DLLPRIVATE void ImplUpdateSysObjClip ()
 
SAL_DLLPRIVATE void ImplIntersectWindowClipRegion (vcl::Region &rRegion)
 
SAL_DLLPRIVATE void ImplIntersectWindowRegion (vcl::Region &rRegion)
 
SAL_DLLPRIVATE void ImplExcludeWindowRegion (vcl::Region &rRegion)
 
SAL_DLLPRIVATE void ImplExcludeOverlapWindows (vcl::Region &rRegion) const
 
SAL_DLLPRIVATE void ImplExcludeOverlapWindows2 (vcl::Region &rRegion)
 
SAL_DLLPRIVATE void ImplClipBoundaries (vcl::Region &rRegion, bool bThis, bool bOverlaps)
 
SAL_DLLPRIVATE bool ImplClipChildren (vcl::Region &rRegion) const
 
SAL_DLLPRIVATE void ImplClipAllChildren (vcl::Region &rRegion) const
 
SAL_DLLPRIVATE void ImplClipSiblings (vcl::Region &rRegion) const
 
SAL_DLLPRIVATE void ImplInitWinClipRegion ()
 
SAL_DLLPRIVATE void ImplInitWinChildClipRegion ()
 
SAL_DLLPRIVATE vcl::RegionImplGetWinChildClipRegion ()
 
SAL_DLLPRIVATE void ImplIntersectAndUnionOverlapWindows (const vcl::Region &rInterRegion, vcl::Region &rRegion) const
 
SAL_DLLPRIVATE void ImplIntersectAndUnionOverlapWindows2 (const vcl::Region &rInterRegion, vcl::Region &rRegion)
 
SAL_DLLPRIVATE void ImplCalcOverlapRegionOverlaps (const vcl::Region &rInterRegion, vcl::Region &rRegion) const
 
SAL_DLLPRIVATE void ImplCalcOverlapRegion (const tools::Rectangle &rSourceRect, vcl::Region &rRegion, bool bChildren, bool bSiblings)
 
SAL_DLLPRIVATE void ImplCallPaint (const vcl::Region *pRegion, ImplPaintFlags nPaintFlags)
 Invoke the actual painting. More...
 
SAL_DLLPRIVATE void ImplCallOverlapPaint ()
 
SAL_DLLPRIVATE void ImplUpdateWindowPtr (vcl::Window *pWindow)
 
SAL_DLLPRIVATE void ImplUpdateWindowPtr ()
 
SAL_DLLPRIVATE void ImplUpdateOverlapWindowPtr (bool bNewFrame)
 
SAL_DLLPRIVATE bool ImplUpdatePos ()
 
SAL_DLLPRIVATE void ImplUpdateSysObjPos ()
 
SAL_DLLPRIVATE void ImplUpdateGlobalSettings (AllSettings &rSettings, bool bCallHdl=true) const
 
SAL_DLLPRIVATE void ImplToBottomChild ()
 
SAL_DLLPRIVATE void ImplCalcToTop (ImplCalcToTopData *pPrevData)
 
SAL_DLLPRIVATE void ImplToTop (ToTopFlags nFlags)
 
SAL_DLLPRIVATE void ImplStartToTop (ToTopFlags nFlags)
 
SAL_DLLPRIVATE void ImplFocusToTop (ToTopFlags nFlags, bool bReallyVisible)
 
SAL_DLLPRIVATE void ImplShowAllOverlaps ()
 
SAL_DLLPRIVATE void ImplHideAllOverlaps ()
 
SAL_DLLPRIVATE bool ImplDlgCtrl (const KeyEvent &rKEvt, bool bKeyInput)
 
SAL_DLLPRIVATE bool ImplHasDlgCtrl () const
 
SAL_DLLPRIVATE void ImplDlgCtrlNextWindow ()
 
SAL_DLLPRIVATE void ImplDlgCtrlFocusChanged (vcl::Window *pWindow, bool bGetFocus)
 
SAL_DLLPRIVATE vcl::WindowImplFindDlgCtrlWindow (vcl::Window *pWindow)
 
SAL_DLLPRIVATE void ImplCallActivateListeners (vcl::Window *)
 
SAL_DLLPRIVATE void ImplCallDeactivateListeners (vcl::Window *)
 
SAL_DLLPRIVATE tools::Rectangle ImplOutputToUnmirroredAbsoluteScreenPixel (const tools::Rectangle &rRect) const
 
SAL_DLLPRIVATE tools::Rectangle ImplUnmirroredAbsoluteScreenToOutputPixel (const tools::Rectangle &rRect) const
 
SAL_DLLPRIVATE tools::Long ImplGetUnmirroredOutOffX () const
 
SAL_DLLPRIVATE ::std::vector< VclPtr< vcl::Window > > & ImplGetOwnerDrawList ()
 
SAL_DLLPRIVATE vcl::WindowImplGetTopmostFrameWindow ()
 
SAL_DLLPRIVATE bool ImplStopDnd ()
 
SAL_DLLPRIVATE void ImplStartDnd ()
 
virtual void ImplPaintToDevice (::OutputDevice *pTargetOutDev, const Point &rPos)
 
Size get_ungrouped_preferred_size () const
 
SAL_DLLPRIVATE void ImplEnableRTL (bool bEnable)
 

Static Private Member Functions

static SAL_DLLPRIVATE void ImplCallFocusChangeActivate (vcl::Window *pNewOverlapWindow, vcl::Window *pOldOverlapWindow)
 
static SAL_DLLPRIVATE void ImplNewInputContext ()
 
static SAL_DLLPRIVATE void ImplHandleScroll (Scrollable *pHScrl, double nX, Scrollable *pVScrl, double nY)
 

Private Attributes

std::unique_ptr< WindowImplmpWindowImpl
 

Friends

class ::vcl::Cursor
 
class ::vcl::WindowOutputDevice
 
class ::OutputDevice
 
class ::Application
 
class ::SystemWindow
 
class ::WorkWindow
 
class ::Dialog
 
class ::Edit
 
class ::MessBox
 
class ::MessageDialog
 
class ::DockingWindow
 
class ::FloatingWindow
 
class ::GroupBox
 
class ::PushButton
 
class ::RadioButton
 
class ::SalInstanceWidget
 
class ::SystemChildWindow
 
class ::ImplBorderWindow
 
class ::PaintHelper
 
class ::LifecycleTest
 
class ::VclEventListeners
 
class ::ImplDockingWindowWrapper
 
class ::ImplPopupFloatWin
 
class ::MenuFloatingWindow
 
class ::svt::PopupWindowControllerImpl
 
const char * ImplDbgCheckWindow (const void *pObj)
 

Accessibility

css::uno::Reference< css::accessibility::XAccessible > GetAccessible (bool bCreate=true)
 
virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessible ()
 
void SetAccessible (const css::uno::Reference< css::accessibility::XAccessible > &)
 
vcl::WindowGetAccessibleParentWindow () const
 
sal_uInt16 GetAccessibleChildWindowCount ()
 
vcl::WindowGetAccessibleChildWindow (sal_uInt16 n)
 
void SetAccessibleRole (sal_uInt16 nRole)
 
sal_uInt16 GetAccessibleRole () const
 
void SetAccessibleName (const OUString &rName)
 
OUString GetAccessibleName () const
 
void SetAccessibleDescription (const OUString &rDescr)
 
OUString GetAccessibleDescription () const
 
void SetAccessibleRelationLabeledBy (vcl::Window *pLabeledBy)
 
vcl::WindowGetAccessibleRelationLabeledBy () const
 
void SetAccessibleRelationLabelFor (vcl::Window *pLabelFor)
 
vcl::WindowGetAccessibleRelationLabelFor () const
 
vcl::WindowGetAccessibleRelationMemberOf () const
 
bool IsAccessibilityEventsSuppressed (bool bTraverseParentPath=true)
 
void SetAccessibilityEventsSuppressed (bool bSuppressed)
 
KeyEvent GetActivationKey () const
 
SAL_DLLPRIVATE vcl::WindowgetLegacyNonLayoutAccessibleRelationMemberOf () const
 
SAL_DLLPRIVATE vcl::WindowgetLegacyNonLayoutAccessibleRelationLabeledBy () const
 
SAL_DLLPRIVATE vcl::WindowgetLegacyNonLayoutAccessibleRelationLabelFor () const
 
virtual vcl::WindowgetAccessibleRelationLabelFor () const
 
virtual sal_uInt16 getDefaultAccessibleRole () const
 
virtual OUString getDefaultAccessibleName () const
 
virtual Size GetOptimalSize () const
 
void InvalidateSizeCache ()
 clear OptimalSize cache More...
 
SAL_DLLPRIVATE bool ImplIsAccessibleCandidate () const
 
SAL_DLLPRIVATE bool ImplIsAccessibleNativeFrame () const
 

Detailed Description

Definition at line 442 of file window.hxx.

Constructor & Destructor Documentation

◆ Window() [1/2]

vcl::Window::Window ( WindowType  nType)
explicitprotected

◆ Window() [2/2]

vcl::Window::Window ( vcl::Window pParent,
WinBits  nStyle = 0 
)
explicit

Definition at line 102 of file window.cxx.

References AllSettings::GetLayoutRTL(), ImplInit(), mpWindowImpl, and WINDOW.

◆ ~Window()

vcl::Window::~Window ( )
overridevirtual

Definition at line 556 of file window.cxx.

References VclReferenceBase::disposeOnce().

Member Function Documentation

◆ AbsoluteScreenToOutputPixel()

Point vcl::Window::AbsoluteScreenToOutputPixel ( const Point rPos) const

◆ Activate()

void vcl::Window::Activate ( )
virtual

◆ add_mnemonic_label()

void vcl::Window::add_mnemonic_label ( FixedText pLabel)

Definition at line 2004 of file window2.cxx.

References mpWindowImpl, FixedText::set_mnemonic_widget(), and v.

Referenced by FixedText::set_mnemonic_widget().

◆ add_to_size_group()

void vcl::Window::add_to_size_group ( const std::shared_ptr< VclSizeGroup > &  xGroup)

Definition at line 1981 of file window2.cxx.

References WindowImpl::m_xSizeGroup, mpWindowImpl, NONE, and queue_resize().

Referenced by VclBuilder::VclBuilder().

◆ AddChildEventListener()

void vcl::Window::AddChildEventListener ( const Link< VclWindowEvent &, void > &  rEventListener)

Definition at line 323 of file event.cxx.

References mpWindowImpl.

Referenced by SalInstanceWidget::ensure_mouse_listener(), and TabControl::ImplInit().

◆ AddEventListener()

void vcl::Window::AddEventListener ( const Link< VclWindowEvent &, void > &  rEventListener)

◆ AlwaysEnableInput()

void vcl::Window::AlwaysEnableInput ( bool  bAlways,
bool  bChild = true 
)

Override EnableInput.

This can be necessary due to other people using EnableInput for whole window hierarchies.

Parameters
bAlwayssets always enabled flag
bChildif true children are recursively set to AlwaysEnableInput

Definition at line 2608 of file window.cxx.

References AlwaysEnableInput(), AlwaysInputEnabled, AlwaysInputNone, EnableInput(), and mpWindowImpl.

Referenced by AlwaysEnableInput().

◆ ApplyControlBackground()

void vcl::Window::ApplyControlBackground ( vcl::RenderContext rRenderContext,
const Color rDefaultColor 
)

◆ ApplyControlFont()

void vcl::Window::ApplyControlFont ( vcl::RenderContext rRenderContext,
const vcl::Font rDefaultFont 
)

◆ ApplyControlForeground()

void vcl::Window::ApplyControlForeground ( vcl::RenderContext rRenderContext,
const Color rDefaultColor 
)

◆ ApplySettings()

void vcl::Window::ApplySettings ( vcl::RenderContext rRenderContext)
protectedvirtual

◆ approximate_char_width()

float vcl::Window::approximate_char_width ( ) const
protected

◆ approximate_digit_width()

float vcl::Window::approximate_digit_width ( ) const

◆ CalcOutputSize()

Size vcl::Window::CalcOutputSize ( const Size rWinSz) const

Definition at line 574 of file window2.cxx.

References Size::AdjustHeight(), Size::AdjustWidth(), and mpWindowImpl.

Referenced by Edit::CalcMinimumSizeForText().

◆ CalcTitleWidth()

tools::Long vcl::Window::CalcTitleWidth ( ) const

◆ CalcWindowSize()

Size vcl::Window::CalcWindowSize ( const Size rOutSz) const

◆ CalcZoom()

tools::Long vcl::Window::CalcZoom ( tools::Long  n) const

◆ CallEventListeners()

void vcl::Window::CallEventListeners ( VclEventId  nEvent,
void *  pData = nullptr 
)
protected

Definition at line 219 of file event.cxx.

References aEvent, GetComponentInterface(), GetParent(), Application::ImplCallEventListeners(), VclReferenceBase::isDisposed(), mpWindowImpl, ObjectDying, and pData.

Referenced by ToolBox::Activate(), Control::CallEventListeners(), StatusBar::Clear(), ToolBox::Clear(), ToolBox::Click(), DockingWindow::Close(), SystemWindow::Close(), Dialog::Close(), Command(), ToolBox::CopyItem(), ToolBox::Deactivate(), dispose(), ImplDockingWindowWrapper::Docking(), ToolBox::DoubleClick(), Enable(), ToolBox::EnableItem(), ImplDockingWindowWrapper::EndDocking(), StatusBar::HideItem(), ToolBox::Highlight(), IMPL_LINK_NOARG(), ImplCallActivateListeners(), ImplCallDeactivateListeners(), ImplCallMove(), ImplCallResize(), ToolBox::ImplChangeHighlight(), StatusBar::ImplDrawItem(), ToolBox::ImplInvalidate(), ImplNotifyKeyMouseCommandEventListeners(), ImplResetReallyVisible(), ImplSetReallyVisible(), ToolBox::InsertBreak(), StatusBar::InsertItem(), ToolBox::InsertItem(), ToolBox::InsertSeparator(), ToolBox::InsertSpace(), ToolBox::InsertWindow(), ToolBox::MouseMove(), Paint(), PreNotify(), ImplDockingWindowWrapper::PrepareToggleFloatingMode(), ToolBox::RemoveItem(), StatusBar::RemoveItem(), ToolBox::Select(), SetAccessibleName(), StatusBar::SetAccessibleName(), ToolBox::SetItemState(), ToolBox::SetItemText(), ToolBox::SetItemWindow(), SetText(), Show(), StatusBar::ShowItem(), ImplDockingWindowWrapper::StartDocking(), ImplDockingWindowWrapper::ToggleFloatingMode(), and UpdateSettings().

◆ CaptureMouse()

void vcl::Window::CaptureMouse ( )

◆ CollectChildren()

void vcl::Window::CollectChildren ( ::std::vector< vcl::Window * > &  rAllChildren)

Add all children to rAllChildren recursively.

Definition at line 2161 of file window.cxx.

References CollectChildren(), and mpWindowImpl.

Referenced by DebugEventInjector::ChooseWindow(), and CollectChildren().

◆ Command()

void vcl::Window::Command ( const CommandEvent rCEvt)
virtual

◆ CompatDataChanged()

void vcl::Window::CompatDataChanged ( const DataChangedEvent rDCEvt)

Definition at line 3906 of file window.cxx.

References DataChanged(), and mpWindowImpl.

Referenced by EnableNativeWidget(), and NotifyAllChildren().

◆ CompatGetFocus()

void vcl::Window::CompatGetFocus ( )

Definition at line 3882 of file window.cxx.

References GetFocus(), and mpWindowImpl.

Referenced by ImplDlgCtrl(), and ImplGrabFocus().

◆ CompatLoseFocus()

void vcl::Window::CompatLoseFocus ( )

Definition at line 3890 of file window.cxx.

References LoseFocus(), and mpWindowImpl.

Referenced by IMPL_LINK_NOARG(), ImplDlgCtrl(), and ImplGrabFocus().

◆ CompatNotify()

bool vcl::Window::CompatNotify ( NotifyEvent rNEvt)

Definition at line 3922 of file window.cxx.

References EventNotify(), and mpWindowImpl.

Referenced by Command(), GetFocus(), KeyInput(), KeyUp(), and LoseFocus().

◆ CompatPreNotify()

bool vcl::Window::CompatPreNotify ( NotifyEvent rNEvt)

Definition at line 3914 of file window.cxx.

References mpWindowImpl, and PreNotify().

Referenced by ImplCallPreNotify().

◆ CompatStateChanged()

void vcl::Window::CompatStateChanged ( StateChangedType  nStateChange)

◆ CreateAccessible()

css::uno::Reference< css::accessibility::XAccessible > vcl::Window::CreateAccessible ( )
virtual

◆ DataChanged()

void vcl::Window::DataChanged ( const DataChangedEvent rDCEvt)
virtual

◆ Deactivate()

void vcl::Window::Deactivate ( )
virtual

Reimplemented in ToolBox, and ImplBorderWindow.

Definition at line 1839 of file window.cxx.

Referenced by IMPL_LINK_NOARG(), ImplCallFocusChangeActivate(), and SetActivateMode().

◆ DECL_DLLPRIVATE_LINK() [1/5]

vcl::Window::DECL_DLLPRIVATE_LINK ( ImplAsyncFocusHdl  ,
void *  ,
void   
)

◆ DECL_DLLPRIVATE_LINK() [2/5]

vcl::Window::DECL_DLLPRIVATE_LINK ( ImplGenerateMouseMoveHdl  ,
void *  ,
void   
)

◆ DECL_DLLPRIVATE_LINK() [3/5]

vcl::Window::DECL_DLLPRIVATE_LINK ( ImplHandlePaintHdl  ,
Timer ,
void   
)

◆ DECL_DLLPRIVATE_LINK() [4/5]

vcl::Window::DECL_DLLPRIVATE_LINK ( ImplHandleResizeTimerHdl  ,
Timer ,
void   
)

References GetFrameWeld().

◆ DECL_DLLPRIVATE_LINK() [5/5]

vcl::Window::DECL_DLLPRIVATE_LINK ( ImplTrackTimerHdl  ,
Timer ,
void   
)

◆ DecModalCount()

void vcl::Window::DecModalCount ( )

Definition at line 3616 of file window.cxx.

References GetParent(), and mpWindowImpl.

Referenced by MenuFloatingWindow::End(), and Dialog::ImplSetModalInputMode().

◆ DeleteSurroundingText()

bool vcl::Window::DeleteSurroundingText ( const Selection rSelection)
virtual

◆ Disable()

void vcl::Window::Disable ( bool  bChild = true)
inline

Definition at line 886 of file window.hxx.

References Enable.

◆ dispose()

void vcl::Window::dispose ( void  )
overrideprotectedvirtual

This is intended to be used to clear any locally held references to other Window-subclass objects.

Reimplemented from VclReferenceBase.

Reimplemented in Control, DockingWindow, DropdownDockingWindow, ResizableDockingWindow, InterimItemWindow, VclPaned, NotebookBar, Splitter, SplitWindow, StatusBar, SystemChildWindow, SystemWindow, TabControl, TabPage, ToolBox, Button, RadioButton, CalendarField, ComboBox, Dialog, Edit, MetricField, MetricBox, DateField, FixedText, FloatingWindow, FormattedField, SvtIconChoiceCtrl, ListBox, MenuButton, ScrollBar, SpinField, SvTabListBox, SvHeaderTabListBox, SvTreeListBox, TextWindow, VclMultiLineEdit, WorkWindow, ImplBorderWindow, Calendar, DropdownBox, HelpTextWindow, ImplListBoxWindow, ImplListBox, ImplListBoxFloatingWindow, ManagedMenuButton, MessageDialog, NotebookbarPopup, PriorityMergedHBox, ImplWheelWindow, VerticalTabControl, vcl::RoadmapWizard, ImplCFieldFloatWin, MenuBarWindow, and MenuFloatingWindow.

Definition at line 140 of file window.cxx.

References Application::Abort(), CallEventListeners(), SalInstance::DestroyFrame(), VclReferenceBase::dispose(), VclPtr< reference_type >::disposeAndClear(), EndExtTextInput(), EndTracking(), Exception, VclPtr< reference_type >::get(), GetAccessibleParentWindow(), GetOutDev(), GetParent(), GetStyle(), SystemWindow::GetTaskPaneList(), GetText(), UnoWrapperBase::GetUnoWrapper(), GrabFocus(), Hide(), ImplDestroyHelpWindow(), OutputDevice::ImplDisposeCanvas(), ImplGetDockingManager(), ImplGetFirstOverlapWindow(), ImplGetOwnerDrawList(), ImplGetSVData(), ImplGetSVHelpData(), ImplIsAccessibleCandidate(), ImplIsAccessibleNativeFrame(), SystemWindow::ImplIsInTaskPaneList(), ImplIsOverlapWindow(), ImplIsRealParentPath(), ImplRemoveWindow(), IsEnabled(), IsInModalMode(), IsInputEnabled(), IsMouseCaptured(), IsSystemWindow(), list_mnemonic_labels(), ImplSVData::maFrameData, ImplWinData::maTopWindowChildren, ImplSVFrameData::mpActiveApplicationFrame, ImplSVData::mpDefInst, ImplSVWinData::mpExtTextInputWin, ImplSVFrameData::mpFirstFrame, ImplSVWinData::mpFocusWin, ImplSVWinData::mpLastDeacWin, ImplSVWinData::mpLastWheelWindow, ImplSVWinData::mpTrackWin, ImplSVData::mpWinData, mpWindowImpl, ObjectDying, p, OutputDevice::ReleaseGraphics(), ReleaseMouse(), remove_from_all_size_groups(), remove_mnemonic_label(), Application::RemoveMouseAndKeyEvents(), Application::RemoveUserEvent(), DockingManager::RemoveWindow(), TaskPaneList::RemoveWindow(), SAL_WARN, SAL_WARN_IF, WB_OWNERDRAWDECORATION, WindowChildDestroyed, and UnoWrapperBase::WindowDestroyed().

Referenced by VclPaned::dispose(), TabPage::dispose(), ImplBorderWindow::dispose(), DropdownBox::dispose(), PriorityMergedHBox::dispose(), and VerticalTabControl::dispose().

◆ Draw()

void vcl::Window::Draw ( ::OutputDevice pDev,
const Point rPos,
SystemTextColorFlags  nFlags 
)
virtual

Definition at line 1829 of file window.cxx.

◆ DrawSelectionBackground()

void vcl::Window::DrawSelectionBackground ( const tools::Rectangle rRect,
sal_uInt16  highlight,
bool  bChecked,
bool  bDrawBorder 
)

◆ DumpAsPropertyTree()

void vcl::Window::DumpAsPropertyTree ( tools::JsonWriter rJsonWriter)
virtual

◆ Enable()

void vcl::Window::Enable ( bool  bEnable = true,
bool  bChild = true 
)

◆ EnableAllResize()

void vcl::Window::EnableAllResize ( )

Definition at line 1043 of file window2.cxx.

References mpWindowImpl.

◆ EnableAlwaysOnTop()

void vcl::Window::EnableAlwaysOnTop ( bool  bEnable = true)

Definition at line 595 of file stacking.cxx.

References IsReallyVisible(), mpWindowImpl, and ToTop().

◆ EnableChildPointerOverwrite()

void vcl::Window::EnableChildPointerOverwrite ( bool  bOverwrite)

Definition at line 498 of file mouse.cxx.

References ImplGetMousePointer(), ImplTestMousePointerSet(), and mpWindowImpl.

◆ EnableChildTransparentMode()

void vcl::Window::EnableChildTransparentMode ( bool  bEnable = true)

◆ EnableClipSiblings()

void vcl::Window::EnableClipSiblings ( bool  bClipSiblings = true)

Definition at line 158 of file window/clipping.cxx.

References mpWindowImpl.

◆ EnableDocking()

void vcl::Window::EnableDocking ( bool  bEnable = true)

◆ EnableInput() [1/2]

void vcl::Window::EnableInput ( bool  bEnable,
const vcl::Window pExcludeWindow 
)

◆ EnableInput() [2/2]

void vcl::Window::EnableInput ( bool  bEnable = true,
bool  bChild = true 
)

◆ EnableMapMode()

void vcl::Window::EnableMapMode ( bool  bEnable = true)

◆ EnableNativeWidget()

void vcl::Window::EnableNativeWidget ( bool  bEnable = true)

◆ EnablePaint()

void vcl::Window::EnablePaint ( bool  bEnable)

Definition at line 1189 of file window2.cxx.

References mpWindowImpl.

◆ EnableRTL()

void vcl::Window::EnableRTL ( bool  bEnable = true)
virtual

Reimplemented in Control, and SvTreeListBox.

Definition at line 216 of file window3.cxx.

References OutputDevice::EnableRTL(), and GetOutDev().

Referenced by SalInstanceWidget::set_direction(), and TextView::TextView().

◆ EndAutoScroll()

void vcl::Window::EndAutoScroll ( )

◆ EndExtTextInput()

void vcl::Window::EndExtTextInput ( )

◆ EndSaveFocus()

void vcl::Window::EndSaveFocus ( const VclPtr< vcl::Window > &  xFocusWin)
static

Definition at line 391 of file window2.cxx.

References GrabFocus(), and VclReferenceBase::isDisposed().

◆ EndTracking()

void vcl::Window::EndTracking ( TrackingEventFlags  nFlags = TrackingEventFlags::NONE)

◆ EnterWait()

void vcl::Window::EnterWait ( )

◆ Erase()

void vcl::Window::Erase ( vcl::RenderContext rRenderContext)

◆ EventNotify()

bool vcl::Window::EventNotify ( NotifyEvent rNEvt)
virtual

Reimplemented in Control, DockingWindow, SystemWindow, TabControl, ToolBox, ComboBox, Dialog, MetricField, MetricBox, DateField, FloatingWindow, FormattedField, SpinField, VclMultiLineEdit, ImplListBox, and vcl::RoadmapWizard.

Definition at line 104 of file event.cxx.

References tools::Rectangle::Contains(), First, MouseEvent::GetClicks(), vcl::KeyCode::GetCode(), StyleSettings::GetDockingFloatsSupported(), DockingManager::GetDockingWindowWrapper(), ImplDockingWindowWrapper::GetDragArea(), GETFOCUS, KeyEvent::GetKeyCode(), NotifyEvent::GetKeyEvent(), vcl::KeyCode::GetModifier(), NotifyEvent::GetMouseEvent(), MouseEvent::GetPosPixel(), GetStyle(), NotifyEvent::GetType(), NotifyEvent::GetWindow(), GrabFocusOnly, ImplControlFocus(), ImplDlgCtrl(), ImplDlgCtrlFocusChanged(), ImplDockingWindowWrapper::ImplEnableStartDocking(), ImplGetDlgWindow(), ImplGetDockingManager(), ImplIsOverlapWindow(), ImplDockingWindowWrapper::ImplStartDocking(), ImplDockingWindowWrapper::ImplStartDockingEnabled(), VclReferenceBase::isDisposed(), ImplDockingWindowWrapper::IsDocking(), ImplDockingWindowWrapper::IsFloatingMode(), MouseEvent::IsLeft(), ImplDockingWindowWrapper::IsLocked(), MouseEvent::IsMod1(), vcl::KeyCode::IsMod1(), vcl::KeyCode::IsShift(), KEY_F10, KEYINPUT, KEYUP, LOSEFOCUS, MOUSEBUTTONDOWN, MOUSEMOVE, mpWindowImpl, OutputToScreenPixel(), ScreenToOutputPixel(), ImplDockingWindowWrapper::SetFloatingMode(), ToTop(), WantFocus, WB_DIALOGCONTROL, WB_DOCKABLE, WB_NODIALOGCONTROL, and WB_TABSTOP.

Referenced by InterimItemWindow::ChildKeyInput(), CompatNotify(), Control::EventNotify(), InterimItemWindow::GetFocus(), MouseButtonDown(), MouseButtonUp(), and MouseMove().

◆ ExpandPaintClipRegion()

void vcl::Window::ExpandPaintClipRegion ( const vcl::Region rRegion)

◆ FindLOKWindow()

VclPtr< Window > vcl::Window::FindLOKWindow ( vcl::LOKWindowId  nWindowId)
static

Find an existing Window based on the LOKWindowId.

Definition at line 3200 of file window.cxx.

References end.

◆ get_border_width()

sal_Int32 vcl::Window::get_border_width ( ) const

◆ get_expand()

bool vcl::Window::get_expand ( ) const

◆ get_fill()

bool vcl::Window::get_fill ( ) const

Definition at line 1809 of file window2.cxx.

References WindowImpl::mbFill, and mpWindowImpl.

Referenced by VclBox::setAllocation().

◆ get_grid_height()

sal_Int32 vcl::Window::get_grid_height ( ) const

Definition at line 1845 of file window2.cxx.

References WindowImpl::mnGridHeight, and mpWindowImpl.

◆ get_grid_left_attach()

sal_Int32 vcl::Window::get_grid_left_attach ( ) const

◆ get_grid_top_attach()

sal_Int32 vcl::Window::get_grid_top_attach ( ) const

◆ get_grid_width()

sal_Int32 vcl::Window::get_grid_width ( ) const

Definition at line 1821 of file window2.cxx.

References WindowImpl::mnGridWidth, and mpWindowImpl.

◆ get_halign()

VclAlign vcl::Window::get_halign ( ) const

Definition at line 1725 of file window2.cxx.

References WindowImpl::meHalign, and mpWindowImpl.

Referenced by VclContainer::setLayoutAllocation().

◆ get_height_request()

sal_Int32 vcl::Window::get_height_request ( ) const

◆ get_hexpand()

bool vcl::Window::get_hexpand ( ) const

◆ get_id()

const OUString & vcl::Window::get_id ( ) const

◆ get_margin_bottom()

sal_Int32 vcl::Window::get_margin_bottom ( ) const

◆ get_margin_end()

sal_Int32 vcl::Window::get_margin_end ( ) const

◆ get_margin_start()

sal_Int32 vcl::Window::get_margin_start ( ) const

◆ get_margin_top()

sal_Int32 vcl::Window::get_margin_top ( ) const

◆ get_non_homogeneous()

bool vcl::Window::get_non_homogeneous ( ) const

Definition at line 1969 of file window2.cxx.

References WindowImpl::mbNonHomogeneous, and mpWindowImpl.

◆ get_pack_type()

VclPackType vcl::Window::get_pack_type ( ) const

◆ get_padding()

sal_Int32 vcl::Window::get_padding ( ) const

Definition at line 1797 of file window2.cxx.

References WindowImpl::mnPadding, and mpWindowImpl.

Referenced by VclBox::setAllocation().

◆ get_preferred_size()

Size vcl::Window::get_preferred_size ( ) const

◆ get_secondary()

bool vcl::Window::get_secondary ( ) const

◆ get_ungrouped_preferred_size()

Size vcl::Window::get_ungrouped_preferred_size ( ) const
private

◆ get_valign()

VclAlign vcl::Window::get_valign ( ) const

Definition at line 1737 of file window2.cxx.

References WindowImpl::meValign, and mpWindowImpl.

Referenced by VclContainer::setLayoutAllocation().

◆ get_vexpand()

bool vcl::Window::get_vexpand ( ) const

◆ get_width_request()

sal_Int32 vcl::Window::get_width_request ( ) const

◆ GetAccessible()

css::uno::Reference< css::accessibility::XAccessible > vcl::Window::GetAccessible ( bool  bCreate = true)

◆ GetAccessibleChildWindow()

vcl::Window * vcl::Window::GetAccessibleChildWindow ( sal_uInt16  n)

◆ GetAccessibleChildWindowCount()

sal_uInt16 vcl::Window::GetAccessibleChildWindowCount ( )

◆ GetAccessibleDescription()

OUString vcl::Window::GetAccessibleDescription ( ) const

◆ GetAccessibleName()

OUString vcl::Window::GetAccessibleName ( ) const

◆ GetAccessibleParentWindow()

vcl::Window * vcl::Window::GetAccessibleParentWindow ( ) const

◆ GetAccessibleRelationLabeledBy()

vcl::Window * vcl::Window::GetAccessibleRelationLabeledBy ( ) const

◆ GetAccessibleRelationLabelFor()

vcl::Window * vcl::Window::GetAccessibleRelationLabelFor ( ) const

◆ getAccessibleRelationLabelFor()

vcl::Window * vcl::Window::getAccessibleRelationLabelFor ( ) const
protectedvirtual

◆ GetAccessibleRelationMemberOf()

vcl::Window * vcl::Window::GetAccessibleRelationMemberOf ( ) const

◆ GetAccessibleRole()

sal_uInt16 vcl::Window::GetAccessibleRole ( ) const

Definition at line 349 of file accessibility.cxx.

References getDefaultAccessibleRole(), and mpWindowImpl.

◆ GetActivateMode()

ActivateModeFlags vcl::Window::GetActivateMode ( ) const

◆ GetActivationKey()

KeyEvent vcl::Window::GetActivationKey ( ) const

◆ GetBackground()

const Wallpaper & vcl::Window::GetBackground ( ) const

◆ GetBackgroundColor()

Color vcl::Window::GetBackgroundColor ( ) const

◆ GetBorder()

void vcl::Window::GetBorder ( sal_Int32 &  rLeftBorder,
sal_Int32 &  rTopBorder,
sal_Int32 &  rRightBorder,
sal_Int32 &  rBottomBorder 
) const

◆ GetBorderStyle()

WindowBorderStyle vcl::Window::GetBorderStyle ( ) const

Definition at line 2034 of file window.cxx.

References BORDERWINDOW, GetBorderStyle(), mpWindowImpl, and NONE.

Referenced by GetBorderStyle().

◆ GetChild()

vcl::Window * vcl::Window::GetChild ( sal_uInt16  nChild) const

◆ GetChildCount()

sal_uInt16 vcl::Window::GetChildCount ( ) const

◆ GetClipboard()

Reference< XClipboard > vcl::Window::GetClipboard ( )

◆ GetComponentInterface()

Reference< css::awt::XVclWindowPeer > vcl::Window::GetComponentInterface ( bool  bCreate = true)
virtual

◆ GetControlBackground()

const Color & vcl::Window::GetControlBackground ( ) const

◆ GetControlFont()

vcl::Font vcl::Window::GetControlFont ( ) const

◆ GetControlForeground()

const Color & vcl::Window::GetControlForeground ( ) const

◆ GetCursor()

vcl::Cursor * vcl::Window::GetCursor ( ) const

◆ GetCursorExtTextInputWidth()

tools::Long vcl::Window::GetCursorExtTextInputWidth ( ) const

Definition at line 2140 of file window.cxx.

References ImplGetWinData(), and ImplWinData::mnCursorExtWidth.

Referenced by ImplHandleExtTextInputPos().

◆ GetCursorRect()

const tools::Rectangle * vcl::Window::GetCursorRect ( ) const

Definition at line 2133 of file window.cxx.

References ImplGetWinData(), and ImplWinData::mpCursorRect.

Referenced by ImplHandleExtTextInputPos().

◆ getDefaultAccessibleName()

OUString vcl::Window::getDefaultAccessibleName ( ) const
protectedvirtual

◆ getDefaultAccessibleRole()

sal_uInt16 vcl::Window::getDefaultAccessibleRole ( ) const
protectedvirtual

◆ GetDesktopRectPixel()

tools::Rectangle vcl::Window::GetDesktopRectPixel ( ) const

◆ GetDialogControlFlags()

DialogControlFlags vcl::Window::GetDialogControlFlags ( ) const

Definition at line 1083 of file window2.cxx.

References mpWindowImpl.

Referenced by FloatingWindow::dispose(), ImplDlgCtrl(), and ImplGrabFocus().

◆ GetDisplayBackground()

const Wallpaper & vcl::Window::GetDisplayBackground ( ) const
virtual

◆ GetDisplayText()

OUString vcl::Window::GetDisplayText ( ) const
virtual

Reimplemented in Control, and ToolBox.

Definition at line 3061 of file window.cxx.

References GetText().

Referenced by WindowUIObject::get_state().

◆ GetDockingManager()

DockingManager * vcl::Window::GetDockingManager ( )
static

◆ GetDPIScaleFactor()

float vcl::Window::GetDPIScaleFactor ( ) const

◆ GetDragGestureRecognizer()

Reference< css::datatransfer::dnd::XDragGestureRecognizer > vcl::Window::GetDragGestureRecognizer ( )

◆ GetDragSource()

Reference< css::datatransfer::dnd::XDragSource > vcl::Window::GetDragSource ( )

◆ GetDrawPixel()

tools::Long vcl::Window::GetDrawPixel ( ::OutputDevice const *  pDev,
tools::Long  nPixels 
) const

◆ GetDrawPixelFont()

vcl::Font vcl::Window::GetDrawPixelFont ( ::OutputDevice const *  pDev) const

◆ GetDropTarget()

Reference< css::datatransfer::dnd::XDropTarget > vcl::Window::GetDropTarget ( )

◆ GetExtendedStyle()

WindowExtendedStyle vcl::Window::GetExtendedStyle ( ) const

Definition at line 989 of file window2.cxx.

References mpWindowImpl, and NONE.

◆ GetFocus()

void vcl::Window::GetFocus ( )
virtual

◆ GetFocusedWindow()

VclPtr< vcl::Window > vcl::Window::GetFocusedWindow ( ) const

Definition at line 2991 of file window.cxx.

References mpWindowImpl.

Referenced by SalInstanceWindow::help().

◆ GetFont()

const Font & vcl::Window::GetFont ( ) const

◆ GetFrameWeld()

weld::Window * vcl::Window::GetFrameWeld ( ) const

◆ GetFrameWindow()

vcl::Window * vcl::Window::GetFrameWindow ( ) const

Definition at line 890 of file window2.cxx.

References SalFrame::GetWindow(), and ImplGetFrame().

Referenced by SalFrame::GetFrameWeld(), and weld::GetPopupParent().

◆ GetGetFocusFlags()

GetFocusFlags vcl::Window::GetGetFocusFlags ( ) const

Definition at line 1214 of file window2.cxx.

References mpWindowImpl.

Referenced by ToolBox::EventNotify(), and Edit::GetFocus().

◆ GetHelpId()

const OUString & vcl::Window::GetHelpId ( ) const

◆ GetHelpText()

const OUString & vcl::Window::GetHelpText ( ) const

◆ GetIndicatorState()

KeyIndicatorState vcl::Window::GetIndicatorState ( ) const

Query the states of keyboard indicators - Caps Lock, Num Lock and Scroll Lock.

Use the following mask to retrieve the state of each indicator:

KeyIndicatorState::CAPS_LOCK
KeyIndicatorState::NUM_LOCK
KeyIndicatorState::SCROLL_LOCK

Definition at line 1795 of file window.cxx.

References mpWindowImpl.

◆ GetInputContext()

const InputContext & vcl::Window::GetInputContext ( ) const

Definition at line 1088 of file window2.cxx.

References mpWindowImpl.

Referenced by ImplHandleExtTextInputPos(), and ImplNewInputContext().

◆ GetInputLanguage()

LanguageType vcl::Window::GetInputLanguage ( ) const

Definition at line 3676 of file window.cxx.

References mpWindowImpl.

◆ GetLastPointerPosPixel()

Point vcl::Window::GetLastPointerPosPixel ( )

◆ getLegacyNonLayoutAccessibleRelationLabeledBy()

Window * vcl::Window::getLegacyNonLayoutAccessibleRelationLabeledBy ( ) const
protected

◆ getLegacyNonLayoutAccessibleRelationLabelFor()

Window * vcl::Window::getLegacyNonLayoutAccessibleRelationLabelFor ( ) const
protected

◆ getLegacyNonLayoutAccessibleRelationMemberOf()

Window * vcl::Window::getLegacyNonLayoutAccessibleRelationMemberOf ( ) const
protected

◆ GetLOKNotifier()

const vcl::ILibreOfficeKitNotifier * vcl::Window::GetLOKNotifier ( ) const

◆ GetLOKWindowId()

vcl::LOKWindowId vcl::Window::GetLOKWindowId ( ) const

◆ GetMapMode()

const MapMode & vcl::Window::GetMapMode ( ) const

◆ GetNativeControlRegion()

bool vcl::Window::GetNativeControlRegion ( ControlType  nType,
ControlPart  nPart,
const tools::Rectangle rControlRegion,
ControlState  nState,
const ImplControlValue aValue,
tools::Rectangle rNativeBoundingRegion,
tools::Rectangle rNativeContentRegion 
) const

◆ GetOffsetPixelFrom()

Point vcl::Window::GetOffsetPixelFrom ( const vcl::Window rWindow) const

Definition at line 1184 of file window2.cxx.

References GetOutOffXPixel(), and GetOutOffYPixel().

◆ GetOptimalSize()

Size vcl::Window::GetOptimalSize ( ) const
protectedvirtual

◆ GetOutDev() [1/2]

OutputDevice * vcl::Window::GetOutDev ( )

Definition at line 572 of file window.cxx.

References mpWindowImpl.

◆ GetOutDev() [2/2]

OutputDevice const * vcl::Window::GetOutDev ( ) const

Definition at line 567 of file window.cxx.

References mpWindowImpl.

Referenced by SvTreeListBox::ApplySettings(), MenuFloatingWindow::ApplySettings(), approximate_char_width(), approximate_digit_width(), CalcTitleWidth(), SvImpLBox::Clear(), Edit::Command(), Edit::DataChanged(), FixedText::DataChanged(), FixedLine::DataChanged(), FixedBitmap::DataChanged(), FixedImage::DataChanged(), ListBox::DataChanged(), ImplListBoxWindow::DataChanged(), MenuBarWindow::DataChanged(), MenuFloatingWindow::DataChanged(), dispose(), PaintHelper::DoPaint(), SalInstanceWidget::DoRecursivePaint(), DrawSelectionBackground(), DecorationView::DrawSeparator(), ImplSmallBorderWindowView::DrawWindow(), VclDrawingArea::DumpAsPropertyTree(), EnableMapMode(), EnableNativeWidget(), EnableRTL(), Control::EnableRTL(), MenuFloatingWindow::EnableScrollMenu(), EndTracking(), Erase(), ExpandPaintClipRegion(), FixedText::FillLayoutData(), ImplListBoxWindow::FillLayoutData(), ImplWin::FillLayoutData(), DNDEventDispatcher::findTopLevelWindow(), SalInstanceComboBoxWithEdit::get_entry_font(), SalInstanceEntryTreeView::get_entry_font(), SalInstanceWidget::get_font(), SalInstanceDrawingArea::get_ref_device(), GetBackground(), GetBackgroundColor(), Application::GetDefaultDevice(), GetDPIScaleFactor(), GetDrawPixelFont(), GetFont(), SvHeaderTabListBox::GetGlyphBoundRects(), GetLastPointerPosPixel(), GetMapMode(), GetNativeControlRegion(), GetOutOffXPixel(), GetOutOffYPixel(), GetOutputRectPixel(), GetOutputSizePixel(), GetOverlineColor(), GetPaintRegion(), GetPointerPosPixel(), GetPointerState(), vcl::PaintBufferGuard::GetRenderContext(), GetSettings(), GetSizePixel(), GetTextAlign(), GetTextColor(), GetTextFillColor(), GetTextHeight(), GetTextLineColor(), GetTextRect(), GetTextWidth(), GetWindowClipRegionPixel(), SalInstanceComboBoxWithEdit::HandleEventListener(), HelpTextWindow::HelpTextWindow(), CheckBox::ImplAdjustNWFSizes(), RadioButton::ImplAdjustNWFSizes(), ToolBox::ImplCalcItem(), ImplCalcOverlapRegion(), Menu::ImplCalcSize(), ImplCallPaint(), ImplChangeTipTimeout(), OutputDevice::ImplClearAllFontData(), FloatingWindow::ImplConvertToAbsPos(), FloatingWindow::ImplConvertToRelPos(), ImplCursorInvert(), ScrollBar::ImplDoMouseAction(), ScrollBar::ImplDragThumb(), FixedLine::ImplDraw(), ImplWin::ImplDraw(), ToolBox::ImplDrawBackground(), ToolBox::ImplDrawItem(), ImplExcludeWindowRegion(), Menu::ImplFillLayoutData(), ScrollBar::ImplFindPartRect(), StatusBar::ImplFormat(), Edit::ImplGetCharPos(), ToolBox::ImplGetDragWidth(), TabControl::ImplGetItemSize(), ImplGetUnmirroredOutOffX(), ImplHandleExtTextInputPos(), ImplHandleKey(), ToolBox::ImplHandleMouseButtonUp(), ImplHandleMouseEvent(), ImplHandleSalQueryCharPosition(), ImplHitTest(), StatusBar::ImplInit(), Edit::ImplInit(), FixedText::ImplInit(), FixedLine::ImplInit(), FixedBitmap::ImplInit(), FixedImage::ImplInit(), SpinField::ImplInit(), ImplInit(), ImplInitResolutionSettings(), StatusBar::ImplInitSettings(), Calendar::ImplInitSettings(), VclMultiLineEdit::ImplInitSettings(), HeaderBar::ImplInitSettings(), ToolBox::ImplInitSettings(), MenuBarWindow::ImplInitStyleSettings(), ImplBorderWindowView::ImplInitTitle(), VirtualDevice::ImplInitVirDev(), ImplInitWinClipRegion(), ImplIntersectWindowRegion(), ImplInvalidate(), ScrollBar::ImplInvert(), HeaderBar::ImplInvertDrag(), Splitter::ImplKbdTracking(), ImplListBoxWindow::ImplListBoxWindow(), ImplNewInputContext(), Edit::ImplPaintBorder(), ImplPaintToDevice(), GDIMetaFile::ImplPlayWithRenderer(), ImplPosSizeWindow(), ImplRemoveWindow(), Edit::ImplRepaint(), ImplResetReallyVisible(), Splitter::ImplRestoreSplitter(), ImplScroll(), ImplSetClipFlag(), ImplSetClipFlagChildren(), ImplSetReallyVisible(), Edit::ImplShowCursor(), Edit::ImplShowDDCursor(), TabControl::ImplShowFocus(), Splitter::ImplSplitterActive(), Splitter::ImplStartKbdSplitting(), ImplSysObjClip(), ImplUpdateAll(), ImplListBoxWindow::ImplUpdateEntryMetrics(), OutputDevice::ImplUpdateFontDataForAllFrames(), ImplUpdatePos(), ImplUpdateSysObjPos(), ImplUpdateWindowPtr(), SvTreeListBox::InitSettings(), SvTreeListBox::InitTreeView(), ImplBorderWindow::InitView(), SvLBoxString::InitViewData(), SvLBoxButton::InitViewData(), SvImpLBox::Invalidate(), Invalidate(), InvertTracking(), IsBackground(), IsMapModeEnabled(), IsNativeControlSupported(), IsOverlineColor(), IsRTLEnabled(), IsTextFillColor(), IsTextLineColor(), MenuBarWindow::LayoutChanged(), LogicInvalidate(), LogicToLogic(), LogicToPixel(), vcl::Cursor::LOKNotify(), MenuFloatingWindow::MenuFloatingWindow(), ScrollBar::MouseButtonDown(), NormalizedScreenToOutputPixel(), OutputToNormalizedScreenPixel(), OutputToScreenPixel(), vcl::PaintBufferGuard::PaintBufferGuard(), SvImpLBox::PaintDDCursor(), PaintImmediately(), PixelInvalidate(), PixelToLogic(), PopPaintHelper(), ScrollBar::PreNotify(), SpinField::PreNotify(), PushPaintHelper(), SvImpLBox::RecalcFocusRect(), RecordLayoutData(), SpinField::Resize(), ImplBorderWindow::Resize(), MenuFloatingWindow::Resize(), ScreenToOutputPixel(), Scroll(), SvxIconChoiceCtrl_Impl::SelectRect(), set_font_attribute(), SalInstanceTextView::set_monospace(), SetBackground(), ImplBorderWindow::SetCloseButton(), ImplBorderWindow::SetDockButton(), SetFont(), HelpTextWindow::SetHelpText(), ImplBorderWindow::SetHideButton(), ToolBox::SetItemDown(), StatusBar::SetItemText(), ToolBox::SetItemText(), SetMapMode(), ImplBorderWindow::SetMenuButton(), SetOverlineColor(), SetPointerPosPixel(), SvtIconChoiceCtrl::SetPointFont(), setPosSizePixel(), Application::SetSettings(), SetSettings(), vcl::WindowOutputDevice::SetSettings(), SetTextAlign(), SetTextColor(), SetTextFillColor(), SetTextLineColor(), SvImpLBox::ShowCursor(), PushButton::ShowFocus(), CheckBox::ShowFocus(), RadioButton::ShowFocus(), ImplWin::ShowFocus(), WorkWindow::ShowFullScreenMode(), Splitter::Splitter(), ImplListBoxFloatingWindow::StartFloat(), Edit::StateChanged(), FixedText::StateChanged(), FixedLine::StateChanged(), FixedBitmap::StateChanged(), FixedImage::StateChanged(), ImplListBoxWindow::StateChanged(), MenuBarWindow::StateChanged(), MenuFloatingWindow::StateChanged(), SvtIconChoiceCtrl::SvtIconChoiceCtrl(), TextView::TextView(), ScrollBar::Tracking(), NotebookBar::UpdateBackground(), ImplBorderWindow::UpdateView(), Validate(), and vcl::PaintBufferGuard::~PaintBufferGuard().

◆ GetOutOffXPixel()

tools::Long vcl::Window::GetOutOffXPixel ( ) const

◆ GetOutOffYPixel()

tools::Long vcl::Window::GetOutOffYPixel ( ) const

◆ GetOutputRectPixel()

tools::Rectangle vcl::Window::GetOutputRectPixel ( ) const

◆ GetOutputSizePixel()

Size vcl::Window::GetOutputSizePixel ( ) const

Definition at line 89 of file window3.cxx.

References GetOutDev(), and OutputDevice::GetOutputSizePixel().

Referenced by vcl::BufferDevice::BufferDevice(), SvxIconChoiceCtrl_Impl::Clear(), Edit::Command(), TextWindow::Command(), ImplBorderWindow::DataChanged(), vcl::BufferDevice::Dispose(), ImplWin::DrawEntry(), ImplListBoxWindow::DrawEntry(), VclDrawingArea::DumpAsPropertyTree(), SpinField::EndDropDown(), Erase(), SpinField::EventNotify(), DrawingAreaUIObject::execute(), FixedText::FillLayoutData(), ImplListBoxWindow::GetDisplayLineCount(), ListBox::GetIndexForPoint(), Edit::GetMaxVisChars(), ComboBox::GetMaxVisColumnsAndLines(), ListBox::GetMaxVisColumnsAndLines(), ImpVclMEdit::GetMaxVisColumnsAndLines(), ComboBox::getMaxWidthScrollBarAndDownButton(), MenuBar::GetMenuBarHeight(), IcnGridMap_Impl::GetMinMapSize(), OutputDevice::GetOutputRectPixel(), OutputDevice::GetOutputSize(), DockingWindow::GetOutputSizePixel(), TabControl::GetPageId(), HandleScrollCommand(), MenuBarWindow::HighlightItem(), ImpVclMEdit::ImpInitScrollBars(), Edit::ImplAlign(), ScrollBar::ImplCalc(), Slider::ImplCalc(), SpinField::ImplCalcButtonAreas(), MenuFloatingWindow::ImplCalcClipRegion(), ImplListBoxWindow::ImplCalcMetrics(), ImplCallCommand(), TabControl::ImplChangeTabPage(), ImplListBox::ImplCheckScrollBars(), Edit::ImplClearBackground(), MenuBarWindow::ImplCreatePopup(), MenuFloatingWindow::ImplCursorUpDown(), ScrollBar::ImplDoMouseAction(), ImplListBoxWindow::ImplDoPaint(), FixedLine::ImplDraw(), Calendar::ImplDraw(), Slider::ImplDraw(), CheckBox::ImplDrawCheckBox(), ScrollBar::ImplDrawNative(), PushButton::ImplDrawPushButton(), RadioButton::ImplDrawRadioButton(), MenuFloatingWindow::ImplDrawScroller(), Menu::ImplFillLayoutData(), ScrollBar::ImplFindPartRect(), Calendar::ImplFormat(), MenuBarWindow::ImplGetItemRect(), MenuFloatingWindow::ImplGetItemRect(), TabControl::ImplGetTabRect(), Edit::ImplGetTextYPosition(), ImplGetTopDockingAreaHeight(), MenuFloatingWindow::ImplHighlightItem(), PushButton::ImplHitTestPushButton(), ImplListBox::ImplInitScrollBars(), Slider::ImplIsPageDown(), Slider::ImplIsPageUp(), ImplMouseAutoPos(), SystemWindow::ImplMoveToScreen(), ImplListBoxWindow::ImplPaint(), Edit::ImplPaintBorder(), ImplPaintToDevice(), vcl::RoadmapWizard::ImplPosCtrls(), vcl::RoadmapWizard::ImplPosTabPage(), Edit::ImplRepaint(), ImplListBox::ImplResizeControls(), MenuFloatingWindow::ImplScroll(), Button::ImplSetFocusRect(), Edit::ImplShowCursor(), ImplDockingWindowWrapper::ImplStartDocking(), SplitWindow::ImplStartSplit(), ImplTestMousePointerSet(), ImplUpdateAll(), ImplWheelWindow::ImplWheelWindow(), ImpVclMEdit::ImpUpdateScrollBarVis(), SvxIconChoiceCtrl_Impl::InitScrollBarBox(), ImplBorderWindow::InitView(), ImplBorderWindow::InvalidateBorder(), ScrollBar::MouseButtonDown(), SpinField::MouseButtonDown(), ImplStdBorderWindowView::MouseButtonDown(), MenuFloatingWindow::MouseButtonUp(), ImplListBoxWindow::MouseMove(), ImpVclMEdit::Notify(), HelpTextWindow::Paint(), TabPage::Paint(), FixedText::Paint(), FixedBitmap::Paint(), FixedImage::Paint(), ImplListBoxWindow::Paint(), MenuBarWindow::Paint(), MenuFloatingWindow::Paint(), PaintImmediately(), PushButton::PreNotify(), MenuFloatingWindow::RenderHighlightItem(), TabPage::ResetScrollBars(), SvxIconChoiceCtrl_Impl::ResetVirtSize(), SvxIconChoiceCtrl_Impl::Resize(), ImpVclMEdit::Resize(), HeaderBar::Resize(), StatusBar::Resize(), TabControl::Resize(), ComboBox::Resize(), ListBox::Resize(), SpinField::Resize(), ImplBorderWindow::Resize(), IconView::Resize(), ImplListBoxWindow::Resize(), ImplWin::Resize(), PriorityHBox::Resize(), PriorityMergedHBox::Resize(), MenuBarWindow::Resize(), ImplListBoxWindow::ScrollHorz(), ImplBorderWindow::SetBorderStyle(), ImplBorderWindow::SetCloseButton(), ImplBorderWindow::SetDockButton(), ImplBorderWindow::SetHideButton(), ImplBorderWindow::SetMenuButton(), TabPage::SetPosPixel(), TabControl::SetPosPixel(), VclContainer::SetPosSizePixel(), ImplListBoxFloatingWindow::setPosSizePixel(), FloatingWindow::SetTitleType(), Show(), PushButton::ShowFocus(), ImplListBoxFloatingWindow::StartFloat(), ImplDockingWindowWrapper::Tracking(), ImplStdBorderWindowView::Tracking(), and ImplListBoxWindow::Tracking().

◆ GetOverlineColor()

const Color & vcl::Window::GetOverlineColor ( ) const

◆ GetPaintRegion()

vcl::Region vcl::Window::GetPaintRegion ( ) const

◆ GetParent()

vcl::Window * vcl::Window::GetParent ( ) const

Definition at line 1123 of file window2.cxx.

References mpWindowImpl.

Referenced by FixedLine::ApplySettings(), FixedBitmap::ApplySettings(), FixedImage::ApplySettings(), FixedText::ApplySettings(), ImplListBoxFloatingWindow::CalcFloatSize(), ToolBox::CalcMinimumWindowSizePixel(), DecoToolBox::calcMinSize(), CallEventListeners(), InterimItemWindow::ChildKeyInput(), VclContainer::Command(), DecModalCount(), VclFrame::designate_label(), TabControl::dispose(), dispose(), MenuFloatingWindow::doShutdown(), MenuFloatingWindow::End(), DockingWindow::EndDocking(), ImplDockingWindowWrapper::EndDocking(), MenuButton::ExecuteMenu(), SvTreeListBox::FillEntryPath(), GenerateAutoMnemonicsOnHierarchy(), SalInstanceDrawingArea::get_accessible_parent(), WindowUIObject::get_state(), GetAccessibleParentWindow(), GetAccessibleRelationLabeledBy(), GetAccessibleRelationLabelFor(), GetAccessibleRelationMemberOf(), DockingWindow::GetFloatingPos(), InterimItemWindow::GetFocus(), Edit::GetFocus(), ImplWin::GetFocus(), PriorityMergedHBox::GetHiddenCount(), getLegacyNonLayoutAccessibleRelationMemberOf(), getNonLayoutParent(), GetParentDialog(), GetParentWithLOKNotifier(), GetSystemWindow(), SvTabListBox::GetTab(), VclBuilder::handleChild(), MenuBarWindow::HandleKeyEvent(), vcl::HasParentDockingWindow(), SalInstanceWindow::help(), SalInstanceWidget::help_hierarchy_foreach(), IMPL_LINK_NOARG(), Edit::ImplAlign(), ImplCallMove(), TabControl::ImplChangeTabPage(), Edit::ImplClearBackground(), ImplWin::ImplDraw(), PushButton::ImplDrawPushButton(), PushButton::ImplDrawPushButtonContent(), ImplFindAccelWindow(), Splitter::ImplFindSibling(), Edit::ImplGetExtraXOffset(), ImplGetKeyInputWindow(), vcl::ImplGetLastSystemWindow(), Edit::ImplGetNativeControlType(), ImplGrabFocusToDocument(), ImplHandleKey(), ImplHandleLoseFocus(), TabPage::ImplInit(), TabPage::ImplInitSettings(), Slider::ImplInitSettings(), TabControl::ImplInitSettings(), CheckBox::ImplInitSettings(), RadioButton::ImplInitSettings(), ImplIsRealParentPath(), Splitter::ImplKbdTracking(), SystemWindow::ImplMoveToScreen(), ToolBox::ImplOpenItem(), Edit::ImplPaintBorder(), ImplSetHelpWindowPos(), Dialog::ImplSetModalInputMode(), Edit::ImplSetSelection(), ImplDockingWindowWrapper::ImplStartDocking(), Dialog::ImplStartExecute(), SplitWindow::ImplStartSplit(), Slider::ImplUpdateRects(), Edit::ImplUseNativeBorder(), IncModalCount(), ImplSmallBorderWindowView::Init(), SplitWindow::InsertItem(), isEnabledInLayout(), isVisibleInLayout(), ToolBox::KeyInput(), MenuBarWindow::LayoutChanged(), UITestLogger::logKeyInput(), Edit::LoseFocus(), ImplWin::LoseFocus(), Edit::Modify(), ToolBox::MouseButtonDown(), ImplWheelWindow::MouseButtonUp(), ToolBox::MouseMove(), nextLogicalChildOfParent(), VclBuilder::sortIntoBestTabTraversalOrder::operator()(), TabPage::Paint(), PaintToDevice(), SystemWindow::PreNotify(), PushButton::PreNotify(), ImplListBoxFloatingWindow::PreNotify(), PopupMenu::PrepareRun(), VclBuilder::prepareWidgetOwnScrolling(), prevLogicalChildOfParent(), PriorityHBox::Resize(), PriorityMergedHBox::Resize(), SalInstanceWindow::set_centered_on_parent(), Splitter::SetDragRectPixel(), Dialog::SetModalInputMode(), setPosSizePixel(), ImplListBoxFloatingWindow::setPosSizePixel(), PriorityHBox::SetSizeFromParent(), BubbleWindow::Show(), Show(), CalendarField::ShowDropDown(), ImplWin::ShowFocus(), MenuFloatingWindow::Start(), ImplListBoxFloatingWindow::StartFloat(), FloatingWindow::StartPopupMode(), Edit::StateChanged(), Splitter::Tracking(), and SalInstanceWidget::weld_parent().

◆ GetParentClipMode()

ParentClipMode vcl::Window::GetParentClipMode ( ) const

Definition at line 83 of file window/clipping.cxx.

References mpWindowImpl.

Referenced by ImplClipChildren(), and ImplPaintToDevice().

◆ GetParentDialog()

Dialog * vcl::Window::GetParentDialog ( ) const

Definition at line 1008 of file window2.cxx.

References GetParent(), and IsDialog().

Referenced by PaintImmediately(), queue_resize(), and VclBuilder::set_response().

◆ GetParentWithLOKNotifier()

VclPtr< vcl::Window > vcl::Window::GetParentWithLOKNotifier ( )

Find the nearest parent with LOK Notifier; can be itself if this Window has LOK notifier set.

Definition at line 3256 of file window.cxx.

References GetLOKNotifier(), and GetParent().

Referenced by Dialog::ImplLOKNotifier(), vcl::Cursor::LOKNotify(), PixelInvalidate(), FloatingWindow::PixelInvalidate(), PopupMenu::PrepareRun(), queue_resize(), vcl::DocWindow::SetPointer(), and FloatingWindow::StateChanged().

◆ GetPointer()

PointerStyle vcl::Window::GetPointer ( ) const

Definition at line 1273 of file window2.cxx.

References mpWindowImpl.

Referenced by ImplGetMousePointer(), and vcl::DocWindow::SetPointer().

◆ GetPointerPosPixel()

Point vcl::Window::GetPointerPosPixel ( )

◆ GetPointerState()

Window::PointerState vcl::Window::GetPointerState ( )

◆ GetPointFont()

vcl::Font vcl::Window::GetPointFont ( vcl::RenderContext const &  rRenderContext) const

◆ GetPosPixel()

Point vcl::Window::GetPosPixel ( ) const
virtual

◆ GetPrevStyle()

WinBits vcl::Window::GetPrevStyle ( ) const

◆ GetQuickHelpText()

const OUString & vcl::Window::GetQuickHelpText ( ) const

◆ GetSettings()

const AllSettings & vcl::Window::GetSettings ( ) const

Definition at line 129 of file window3.cxx.

References GetOutDev(), and OutputDevice::GetSettings().

Referenced by ComboBox::AdaptDropDownLineCountToMaximum(), ListBox::AdaptDropDownLineCountToMaximum(), NotebookbarPopup::ApplyBackground(), HeaderBar::ApplySettings(), Dialog::ApplySettings(), MenuFloatingWindow::ApplySettings(), BubbleWindow::BubbleWindow(), ComboBox::CalcBlockSize(), ListBox::CalcBlockSize(), ImplListBoxFloatingWindow::CalcFloatSize(), ListBox::CalcMinimumSize(), SpinField::CalcMinimumSizeForText(), SpinField::CalcSize(), ListBox::CalcSubEditSize(), CalcTitleWidth(), MenuFloatingWindow::ChangeHighlightItem(), SalInstanceScrolledWindow::customize_scrollbars(), ComboBox::DataChanged(), ListBox::DataChanged(), vcl::HyperLabel::DataChanged(), DockingWindow::DoInitialLayout(), HeaderBar::Draw(), TabPage::Draw(), PushButton::Draw(), ComboBox::Draw(), Edit::Draw(), ListBox::Draw(), ScrollBar::Draw(), SpinField::Draw(), DrawSelectionBackground(), MenuFloatingWindow::EnableScrollMenu(), ComboBox::EventNotify(), SpinField::EventNotify(), ImplEntryList::FindMatchingEntry(), Edit::GetFocus(), ScrollBar::GetFocus(), FormatterBase::GetLanguageTag(), FormatterBase::GetLocale(), ComboBox::getMaxWidthScrollBarAndDownButton(), ScrollBar::GetOptimalSize(), SvTreeListBox::GetOptimalSize(), HelpTextWindow::HelpTextWindow(), ScrollBar::ImplCalc(), ToolBox::ImplCalcBreaks(), Menu::ImplCalcSize(), ImplChangeTipTimeout(), MenuFloatingWindow::ImplCursorUpDown(), Edit::ImplDelete(), vcl::Cursor::ImplDoShow(), CheckBox::ImplDrawCheckBoxState(), PushButton::ImplDrawPushButtonContent(), CheckBox::ImplGetCheckImageSize(), RadioButton::ImplGetRadioImageSize(), PushButton::ImplGetTextStyle(), ImplHandleExtTextInputPos(), ImplHandleKey(), Edit::ImplHandleKeyEvent(), ImplHandleMouseEvent(), ScrollBar::ImplInit(), ScrollBarBox::ImplInit(), ImplInit(), Splitter::ImplInit(), Splitter::ImplInitHorVer(), DockingWindow::ImplInitSettings(), SplitWindow::ImplInitSettings(), Dialog::ImplInitSettings(), FloatingWindow::ImplInitSettings(), Calendar::ImplInitSettings(), VclMultiLineEdit::ImplInitSettings(), HeaderBar::ImplInitSettings(), ToolBox::ImplInitSettings(), ScrollBar::ImplInitStyle(), MenuBarWindow::ImplInitStyleSettings(), ImplIsMnemonicCtrl(), ImplListBoxWindow::ImplListBoxWindow(), ImplLOKHandleMouseEvent(), ImplMouseAutoPos(), ImplListBox::ImplResizeControls(), TabControl::ImplShowFocus(), Splitter::ImplSplitterActive(), DockingWindow::ImplStartDocking(), SplitWindow::ImplStartSplit(), ImplWin::ImplWin(), SvTreeListBox::InitSettings(), SvxIconChoiceCtrl_Impl::InitSettings(), vcl::Cursor::LOKNotify(), MenuFloatingWindow::MenuFloatingWindow(), Edit::MouseButtonDown(), ScrollBar::MouseButtonDown(), Edit::MouseButtonUp(), NotebookbarPopup::NotebookbarPopup(), BubbleWindow::Paint(), vcl::PaintBufferGuard::PaintBufferGuard(), ListBox::PreNotify(), ImpVclMEdit::Resize(), ListBox::Resize(), ImplBorderWindow::Resize(), Dialog::set_action_area(), SalInstanceWidget::set_highlight_background(), SalInstanceLabel::set_label_type(), SalInstanceWidget::set_stack_background(), SalInstanceWidget::set_title_background(), SvtIconChoiceCtrl::SetBackground(), SvLBoxButtonData::SetDefaultImages(), ComboBox::SetHighlightColor(), ListBox::SetHighlightColor(), ImplListBox::SetHighlightColor(), ComboBox::SetHighlightTextColor(), ListBox::SetHighlightTextColor(), ImplListBox::SetHighlightTextColor(), MessageDialog::SetMessagesWidths(), Dialog::settingOptimalLayoutSize(), TabPage::StateChanged(), TextWindow::TextWindow(), NotebookBar::UpdateBackground(), NotebookBar::UpdateDefaultSettings(), and NotebookBar::UpdatePersonaSettings().

◆ GetSizePixel()

Size vcl::Window::GetSizePixel ( ) const
virtual

Reimplemented in DockingWindow.

Definition at line 2402 of file window.cxx.

References GetOutDev(), VclReferenceBase::isDisposed(), mpWindowImpl, and SAL_WARN.

Referenced by SvxIconChoiceCtrl_Impl::AdjustScrollBars(), vcl::RoadmapWizard::CalcAndSetSize(), ImpVclMEdit::CalcBlockSize(), ImplListBoxFloatingWindow::CalcFloatSize(), ImpVclMEdit::CalcMinimumSize(), MenuBarWindow::CanGetFocus(), SvxIconChoiceCtrl_Impl::CheckHorScrollBar(), SvxIconChoiceCtrl_Impl::CheckVerScrollBar(), SalInstanceDialog::collapse(), StatusBar::DataChanged(), SalInstanceWidget::DoRecursivePaint(), SalInstanceWidget::draw(), HeaderBar::Draw(), TabPage::Draw(), PushButton::Draw(), CheckBox::Draw(), RadioButton::Draw(), ComboBox::Draw(), Dialog::Draw(), Edit::Draw(), FixedText::Draw(), FixedBitmap::Draw(), FixedImage::Draw(), ListBox::Draw(), SpinField::Draw(), VclMultiLineEdit::Draw(), InterimItemWindow::Draw(), VclDrawingArea::DumpAsPropertyTree(), VclEventBox::EventBoxHelper::EventBoxHelper(), MenuButton::ExecuteMenu(), SalInstanceWindow::get_size(), WindowUIObject::get_state(), ImplBorderWindow::GetBorder(), ImplListBoxWindow::GetBoundingRectangle(), vcl::WindowOutputDevice::GetDeviceInfo(), CheckBox::GetFocus(), vcl::HyperLabel::GetFocus(), ImplListBoxWindow::GetLastVisibleEntry(), getLegacyBestSizeForChildren(), ToolBox::GetOptimalSize(), ImplToolItem::GetSize(), ImplDockingWindowWrapper::GetSizePixel(), DockingWindow::GetSizePixel(), VclScrolledWindow::getVisibleChildSize(), GetWindowExtentsAbsolute(), SalInstanceWidget::HandleEventListener(), DropdownBox::HideContent(), OptionalBox::HideContent(), IMPL_LINK_NOARG(), CheckBox::ImplAdjustNWFSizes(), RadioButton::ImplAdjustNWFSizes(), FloatingWindow::ImplCalcPos(), vcl::RoadmapWizard::ImplCalcSize(), TabControl::ImplChangeTabPage(), ImplListBox::ImplCheckScrollBars(), MenuBarWindow::ImplCreatePopup(), ImplWin::ImplDraw(), FloatingWindow::ImplFloatHitTest(), CheckBox::ImplGetCheckImageSize(), RadioButton::ImplGetRadioImageSize(), ImplHandlePaint(), vcl::RoadmapWizard::ImplPosCtrls(), TabControl::ImplPosCurTabPage(), vcl::RoadmapWizard::ImplPosTabPage(), ImplDockingWindowWrapper::ImplPreparePopupMode(), PushButton::ImplSetDefButton(), ImplSetHelpWindowPos(), Dialog::ImplStartExecute(), ImplListBoxWindow::ImplUpdateEntryMetrics(), SvxIconChoiceCtrl_Impl::InitSettings(), MenuFloatingWindow::InvalidateItem(), ImplListBoxWindow::IsVisible(), InterimItemWindow::Layout(), CheckBox::LoseFocus(), VclBuilder::makeObject(), SvLBoxString::Paint(), SvTreeListBox::Paint(), BubbleWindow::Paint(), MenuBarWindow::Paint(), PixelInvalidate(), FloatingWindow::PixelInvalidate(), SvTreeListBox::PosOverBody(), PopupMenu::PrepareRun(), queue_resize(), RequestHelp(), TabPage::ResetScrollBars(), ImpVclMEdit::Resize(), NotebookBar::Resize(), ToolBox::Resize(), Dialog::Resize(), ImplBorderWindow::Resize(), BubbleWindow::Resize(), PriorityHBox::Resize(), PriorityMergedHBox::Resize(), vcl::RoadmapWizard::RoadmapWizard(), VclVPaned::set_position(), VclHPaned::set_position(), TabControl::setAllocation(), VclVPaned::setAllocation(), VclHPaned::setAllocation(), SetBorderStyle(), ImplListBoxFloatingWindow::setPosSizePixel(), PriorityHBox::SetSizeFromParent(), VclContainer::SetSizePixel(), TabControl::SetTabPage(), ImplListBoxWindow::SetTopEntry(), BubbleWindow::Show(), CalendarField::ShowDropDown(), CheckBox::ShowFocus(), RadioButton::ShowFocus(), ImplWin::ShowFocus(), ImplListBoxWindow::ShowProminentEntry(), ImplListBoxFloatingWindow::StartFloat(), Dialog::StateChanged(), FloatingWindow::StateChanged(), SvImpLBox::SvImpLBox(), SvxIconChoiceCtrl_Impl::SvxIconChoiceCtrl_Impl(), ImplStdBorderWindowView::Tracking(), NotebookBar::UpdateBackground(), and ImplBorderWindow::UpdateView().

◆ GetStyle()

WinBits vcl::Window::GetStyle ( ) const

Definition at line 979 of file window2.cxx.

References mpWindowImpl.

Referenced by SvImpLBox::AdjustScrollBars(), IconViewImpl::AdjustScrollBars(), StatusBar::ApplySettings(), Edit::ApplySettings(), PushButton::CalcMinimumSize(), ListBox::CalcMinimumSize(), CheckBox::CalcMinimumSize(), RadioButton::CalcMinimumSize(), SpinField::CalcMinimumSizeForText(), FixedText::CalcMinimumTextSize(), SpinField::CalcSize(), Slider::CalcWindowSizePixel(), OKButton::Click(), CancelButton::Click(), SystemWindow::Close(), Dialog::Close(), MessageDialog::create_message_area(), ImplBorderWindow::DataChanged(), dispose(), ComboBox::Draw(), Dialog::Draw(), Edit::Draw(), FixedText::Draw(), FixedBitmap::Draw(), FixedImage::Draw(), ListBox::Draw(), SpinField::Draw(), VclMultiLineEdit::Draw(), ImplWin::DrawEntry(), ImplSmallBorderWindowView::DrawWindow(), Button::DumpAsPropertyTree(), FixedLine::DumpAsPropertyTree(), ListBox::EnableMultiSelection(), EventNotify(), ToolBox::EventNotify(), Dialog::EventNotify(), FloatingWindow::EventNotify(), SpinField::EventNotify(), ButtonUIObject::execute(), vcl::RoadmapWizard::Finish(), GenerateAutoMnemonicsOnHierarchy(), SalInstanceWindow::get_resizable(), getDefaultAccessibleRole(), Dialog::GetFirstControlForFocus(), Edit::GetFocus(), getLegacyNonLayoutAccessibleRelationLabelFor(), ScrollBar::GetOptimalSize(), SvTreeListBox::GetOptimalSize(), RadioButton::GetRadioButtonGroup(), ImplToolItem::GetSize(), FixedText::getTextDimensions(), IconView::IconView(), ScrollBar::ImplCalc(), Slider::ImplCalc(), SpinField::ImplCalcButtonAreas(), TabControl::ImplChangeTabPage(), Edit::ImplClearBackground(), ImplClipChildren(), ImplDlgCtrl(), ImplDlgCtrlNextWindow(), vcl::ImplDlgCtrlUpdateDefButton(), ScrollBar::ImplDoMouseAction(), ScrollBar::ImplDragThumb(), FixedBitmap::ImplDraw(), FixedImage::ImplDraw(), FixedText::ImplDraw(), CheckBox::ImplDraw(), RadioButton::ImplDraw(), FixedLine::ImplDraw(), ScrollBar::ImplDraw(), Slider::ImplDraw(), ImplWin::ImplDraw(), Button::ImplDrawAlignedImage(), ScrollBar::ImplDrawNative(), PushButton::ImplDrawPushButton(), PushButton::ImplDrawPushButtonContent(), PushButton::ImplDrawPushButtonFrame(), StatusBar::ImplDrawText(), ImplFindAccelWindow(), ScrollBar::ImplFindPartRect(), StatusBar::ImplFormat(), ImplGetDlgWindow(), Edit::ImplGetExtraXOffset(), vcl::ImplGetLabeledBy(), ImplGetLabelFor(), Edit::ImplGetNativeControlType(), ImplGetSubChildWindow(), PushButton::ImplGetTextStyle(), Edit::ImplGetTextYPosition(), ImplGetTopParentOfTabHierarchy(), ImplGrabFocus(), ImplHandleMouseEvent(), ImplHandleMove(), ImplHasDlgCtrl(), ImplHasIndirectTabParent(), ImplBorderWindowView::ImplHitTest(), vcl::HyperLabel::implInit(), TabPage::ImplInit(), ImplInit(), PushButton::ImplInitSettings(), ImageButton::ImplInitStyle(), SvTreeListBox::ImplInitStyle(), ImplBorderWindowView::ImplInitTitle(), ImplInitWinClipRegion(), ImplInvalidate(), ImplIsMnemonicCtrl(), Slider::ImplIsPageDown(), Slider::ImplIsPageUp(), Edit::ImplPaintBorder(), TabControl::ImplPosCurTabPage(), Edit::ImplRepaint(), ImplScroll(), ImplSetClipFlag(), ImplToTop(), ScrollBar::ImplUpdateRects(), Slider::ImplUpdateRects(), Edit::ImplUseNativeBorder(), ImplValidate(), ImplStdBorderWindowView::Init(), ImplSmallBorderWindowView::Init(), ImpVclMEdit::InitFromStyle(), SvTreeListBox::InitTreeView(), ImplListBoxWindow::InsertEntry(), SalInstanceWindow::is_default_widget(), ToolBox::KeyInput(), PushButton::KeyInput(), PushButton::KeyUp(), Edit::LoseFocus(), SalInstanceTreeView::make_sorted(), SalInstanceEntryTreeView::make_sorted(), SalInstanceTreeView::make_unsorted(), PushButton::MouseButtonDown(), MenuButton::MouseButtonDown(), ScrollBar::MouseButtonDown(), Slider::MouseButtonDown(), NotebookBar::NotebookBar(), ImpVclMEdit::Notify(), StatusBar::Paint(), TabControl::Paint(), SpinField::Paint(), IconView::PaintEntry(), SvTreeListBox::PaintEntry1(), PushButton::PreNotify(), VclBuilder::prepareWidgetOwnScrolling(), ImpVclMEdit::Resize(), ListBox::Resize(), SpinField::Resize(), SalInstanceWidget::set_background(), SalInstanceWidget::set_can_focus(), set_label_wrap(), set_property(), Button::set_property(), PushButton::set_property(), RadioButton::set_property(), ComboBox::set_property(), Edit::set_property(), FixedText::set_property(), FixedImage::set_property(), ListBox::set_property(), SvTreeListBox::set_property(), SetBorderStyle(), ImplBorderWindow::SetCloseButton(), SetParent(), setPosSizePixel(), VclMultiLineEdit::SetReadOnly(), SvTreeListBox::SetTabs(), ImpVclMEdit::SetText(), StatusBar::SetText(), Show(), SvImpLBox::ShowVerSBar(), FloatingWindow::StartPopupMode(), CalendarField::StateChanged(), Dialog::StateChanged(), DockingWindow::StateChanged(), PushButton::StateChanged(), CheckBox::StateChanged(), RadioButton::StateChanged(), ComboBox::StateChanged(), Edit::StateChanged(), FixedText::StateChanged(), FixedLine::StateChanged(), FixedBitmap::StateChanged(), FixedImage::StateChanged(), ListBox::StateChanged(), ScrollBar::StateChanged(), SpinField::StateChanged(), VclMultiLineEdit::StateChanged(), Slider::StateChanged(), TabControl::TabControl(), TextWindow::TextWindow(), PushButton::Tracking(), CheckBox::Tracking(), RadioButton::Tracking(), ImplStdBorderWindowView::Tracking(), Slider::Tracking(), VclBuilder::VclBuilder(), and VerticalTabControl::VerticalTabControl().

◆ GetSurroundingText()

OUString vcl::Window::GetSurroundingText ( ) const
virtual

Reimplemented in VclDrawingArea, and Edit.

Definition at line 3777 of file window.cxx.

Referenced by VclDrawingArea::GetSurroundingText(), and ImplHandleSurroundingTextRequest().

◆ GetSurroundingTextSelection()

Selection vcl::Window::GetSurroundingTextSelection ( ) const
virtual

Reimplemented in VclDrawingArea, and Edit.

Definition at line 3782 of file window.cxx.

Referenced by VclDrawingArea::GetSurroundingTextSelection(), and ImplHandleSurroundingTextRequest().

◆ GetSystemData()

const SystemEnvData * vcl::Window::GetSystemData ( ) const
virtual

Reimplemented in SystemChildWindow.

Definition at line 3854 of file window.cxx.

References mpWindowImpl.

Referenced by SalInstanceWindow::get_system_data(), and GetDragSource().

◆ GetSystemWindow()

SystemWindow * vcl::Window::GetSystemWindow ( ) const

◆ GetText()

OUString vcl::Window::GetText ( ) const
virtual

◆ GetTextAlign()

TextAlign vcl::Window::GetTextAlign ( ) const

◆ GetTextColor()

const Color & vcl::Window::GetTextColor ( ) const

◆ GetTextFillColor()

Color vcl::Window::GetTextFillColor ( ) const

◆ GetTextHeight()

tools::Long vcl::Window::GetTextHeight ( ) const

Height where any character of the current font fits; in logic coordinates.

See also GetTextBoundRect() for more explanation + code examples.

Definition at line 65 of file window3.cxx.

References GetOutDev(), and OutputDevice::GetTextHeight().

Referenced by SvTreeListBox::AdjustEntryHeight(), ImpVclMEdit::CalcBlockSize(), PushButton::CalcMinimumSize(), RadioButton::CalcMinimumSize(), Edit::CalcMinimumSizeForText(), FixedText::CalcMinimumTextSize(), Edit::CalcSize(), HeaderBar::CalcWindowSizePixel(), StatusBar::CalcWindowSizePixel(), Calendar::CalcWindowSizePixel(), Edit::Command(), MessageDialog::create_message_area(), StatusBar::DataChanged(), SalInstanceWidget::get_pixel_size(), SalInstanceWidget::get_text_height(), StatusBar::GetItemTextPos(), ImpVclMEdit::GetMaxVisColumnsAndLines(), SvxIconChoiceCtrl_Impl::GetMinGrid(), ImpVclMEdit::ImpInitScrollBars(), ToolBox::ImplCalcItem(), ImplListBoxWindow::ImplCalcMetrics(), StatusBar::ImplCalcProgressRect(), Menu::ImplCalcSize(), FixedLine::ImplDraw(), Calendar::ImplDrawDate(), TabControl::ImplDrawItem(), ToolBox::ImplDrawItem(), StatusBar::ImplDrawText(), Calendar::ImplFormat(), MenuFloatingWindow::ImplGetItemRect(), TabControl::ImplGetItemSize(), Edit::ImplGetTextYPosition(), MenuFloatingWindow::ImplHighlightItem(), ListBox::ImplInit(), ImplInitAppFontData(), ImplBorderWindowView::ImplInitTitle(), Edit::ImplRepaint(), Edit::ImplShowCursor(), Edit::ImplShowDDCursor(), TabControl::ImplShowFocus(), SvLBoxString::InitViewData(), StatusBar::InsertItem(), MenuFloatingWindow::MouseButtonUp(), MenuFloatingWindow::RenderHighlightItem(), StatusBar::Resize(), SvxIconChoiceCtrl_Impl::SetDefaultTextSize(), HelpTextWindow::SetHelpText(), and StatusBar::SetItemText().

◆ GetTextLineColor()

const Color & vcl::Window::GetTextLineColor ( ) const

◆ GetTextRect()

tools::Rectangle vcl::Window::GetTextRect ( const tools::Rectangle rRect,
const OUString &  rStr,
DrawTextFlags  nStyle = DrawTextFlags::WordBreak,
TextRectInfo pInfo = nullptr,
const vcl::ITextLayout _pTextLayout = nullptr 
) const

◆ GetTextWidth()

tools::Long vcl::Window::GetTextWidth ( const OUString &  rStr,
sal_Int32  nIndex = 0,
sal_Int32  nLen = -1,
vcl::text::TextLayoutCache const *  pCache = nullptr,
SalLayoutGlyphs const *const  pLayoutCache = nullptr 
) const

◆ GetType()

WindowType vcl::Window::GetType ( ) const

Definition at line 1000 of file window2.cxx.

References mpWindowImpl, and NONE.

Referenced by Dialog::Activate(), Dialog::add_button(), NotebookbarPopup::ApplyBackground(), VclBuilder::applyPackingProperty(), ImplSmallBorderWindowView::DrawWindow(), DumpAsPropertyTree(), vcl::RoadmapWizard::DumpAsPropertyTree(), Dialog::EndDialog(), SystemWindow::EventNotify(), GenerateAutoMnemonicsOnHierarchy(), SalInstanceBuilder::get_current_page_help_id(), WindowUIObject::get_state(), GetAccessibleChildWindow(), GetAccessibleChildWindowCount(), GetAccessibleDescription(), GetAccessibleParentWindow(), getDefaultAccessibleName(), getDefaultAccessibleRole(), getLegacyNonLayoutAccessibleRelationLabeledBy(), getLegacyNonLayoutAccessibleRelationLabelFor(), getLegacyNonLayoutAccessibleRelationMemberOf(), RadioButton::GetRadioButtonGroup(), SystemWindow::GetTaskPaneList(), GetWindowExtentsAbsolute(), VclBuilder::handleChild(), VclBuilder::handleTabChild(), NotebookbarPopup::hideSeparators(), ImplActivateFloatingWindows(), ImplCallFocusChangeActivate(), ImplControlFocus(), ImplDlgCtrl(), PushButton::ImplDrawPushButton(), ImplDrawSpinButton(), ImplFindAccelWindow(), ImplGetCancelButton(), ImplGetCurTabWindow(), ImplGetDlgWindow(), vcl::ImplGetLabeledBy(), ImplGetLabelFor(), Edit::ImplGetNativeControlType(), ImplGetOKButton(), ImplGetSubChildWindow(), ImplGetTopDockingAreaHeight(), ImplHandleShowDialog(), TabPage::ImplInit(), ImplInit(), PushButton::ImplInitStyle(), CheckBox::ImplInitStyle(), RadioButton::ImplInitStyle(), ImplIsFixedControl(), ImplIsMnemonicCtrl(), ImplDockingWindowWrapper::ImplPreparePopupMode(), Edit::ImplSetSelection(), Dialog::ImplStartExecute(), TopLevelWindowLocker::incBusy(), ImplSmallBorderWindowView::Init(), VclBuilder::insertObject(), isContainerWindow(), IsScrollable(), VclBuilder::makeObject(), nextLogicalChildOfParent(), TabPage::Paint(), SystemWindow::PreNotify(), PushButton::PreNotify(), VclBuilder::prepareWidgetOwnScrolling(), prevLogicalChildOfParent(), NotebookbarPopup::RemoveBackground(), SetActivateMode(), ContextVBox::SetContext(), SetParent(), Dialog::StartExecuteAsync(), VclBuilder::VclBuilder(), and SalInstanceBuilder::weld_notebook().

◆ GetUITestFactory()

FactoryFunction vcl::Window::GetUITestFactory ( ) const
virtual

◆ GetWindow()

vcl::Window * vcl::Window::GetWindow ( GetWindowType  nType) const

Definition at line 1036 of file stacking.cxx.

References Border, Client, FirstChild, FirstOverlap, FirstTopWindowChild, Frame, get(), ImplGetParent(), ImplGetWinData(), ImplIsOverlapWindow(), LastChild, ImplWinData::maTopWindowChildren, mpWindowImpl, Next, NextTopWindowSibling, nType, Overlap, Parent, ParentOverlap, Prev, and RealParent.

Referenced by VclVPaned::arrange(), VclHPaned::arrange(), assembleGrid(), ComboBox::Impl::calcComboBoxDropDownComponentBounds(), VclButtonBox::calculatePrimarySecondaryRequisitions(), VclBox::calculateRequisition(), VclVPaned::calculateRequisition(), VclHPaned::calculateRequisition(), VclEventBox::calculateRequisition(), PriorityHBox::calculateRequisition(), PriorityMergedHBox::calculateRequisition(), SalInstanceWindow::clear_child_help(), SalInstanceDialog::collapse(), SalInstanceBuilder::create_screenshot_window(), SalInstanceWidget::DoRecursivePaint(), ImplSmallBorderWindowView::DrawWindow(), ToolBox::ExecuteCustomMenu(), firstLogicalChildOfParent(), GenerateAutoMnemonicsOnHierarchy(), VclExpander::get_child(), VclEventBox::get_child(), SalInstanceBuilder::get_current_page_help_id(), Dialog::get_default_response(), Dialog::get_widget_for_response(), getActionArea(), getActionAreaButtonList(), ImplWin::GetFocus(), getLegacyBestSizeForChildren(), ComboBox::getMaxWidthScrollBarAndDownButton(), DockingWindow::GetOptimalSize(), InterimItemWindow::GetOptimalSize(), NotebookBar::GetOptimalSize(), TabPage::GetOptimalSize(), RadioButton::GetRadioButtonGroup(), VclBuilder::handleChild(), MenuBarWindow::HandleKeyEvent(), VclBuilder::handleTabChild(), SalInstanceWindow::help(), IMPL_LINK(), IMPL_LINK_NOARG(), ImplAdjustNWFSizes(), SpinField::ImplCalcButtonAreas(), ImplWin::ImplDraw(), Splitter::ImplFindSibling(), FloatingWindow::ImplFloatHitTest(), ImplGetCancelButton(), ImplGetCurTabWindow(), ImplGetDefaultButton(), ImplGetKeyInputWindow(), Edit::ImplGetNativeControlType(), ImplGetOKButton(), ImplGetTopDockingAreaHeight(), ImplGrabFocusToDocument(), ImplHandleShowDialog(), ToolBox::ImplHasExternalMenubutton(), Edit::ImplInvalidateOutermostBorder(), ImplIsMnemonicCtrl(), Edit::ImplPaintBorder(), ImplDockingWindowWrapper::ImplPreparePopupMode(), SalInstanceWindow::implResetDefault(), ImplTaskPaneListGrabFocus(), TopLevelWindowLocker::incBusy(), ImplSmallBorderWindowView::Init(), ResizableDockingWindow::InvalidateChildSizeCache(), InterimItemWindow::InvalidateChildSizeCache(), isLayoutEnabled(), ToolBox::KeyInput(), lastLogicalChildOfParent(), InterimItemWindow::Layout(), ImplWin::LoseFocus(), nextLogicalChildOfParent(), SalInstanceWindow::override_child_help(), PushButton::PreNotify(), ListBox::PreNotify(), PopupMenu::PrepareRun(), prevLogicalChildOfParent(), NotebookBar::Resize(), ComboBox::Resize(), ListBox::Resize(), SpinField::Resize(), Dialog::set_default_response(), VclBox::setAllocation(), VclButtonBox::setAllocation(), VclVPaned::setAllocation(), VclHPaned::setAllocation(), VclEventBox::setAllocation(), ImplDockingWindowWrapper::SetFloatingMode(), TabPage::SetPosPixel(), DockingWindow::setPosSizeOnContainee(), TabPage::SetPosSizePixel(), NotebookBar::setPosSizePixel(), TabPage::SetSizePixel(), sort_native_button_order(), PushButton::StateChanged(), CheckBox::StateChanged(), RadioButton::StateChanged(), ListBox::StateChanged(), ToolBox::ToggleFloatingMode(), InterimItemWindow::UnclipVisibleSysObj(), and VclBuilder::VclBuilder().

◆ GetWindowClipRegionPixel()

vcl::Region vcl::Window::GetWindowClipRegionPixel ( ) const

◆ GetWindowExtentsAbsolute()

tools::Rectangle vcl::Window::GetWindowExtentsAbsolute ( ) const

◆ GetWindowExtentsRelative()

tools::Rectangle vcl::Window::GetWindowExtentsRelative ( const vcl::Window rRelativeWindow) const

◆ GetWindowPeer()

VCLXWindow * vcl::Window::GetWindowPeer ( ) const

Definition at line 1278 of file window2.cxx.

References mpWindowImpl.

◆ GetZoom()

const Fraction & vcl::Window::GetZoom ( ) const

◆ GrabFocus()

void vcl::Window::GrabFocus ( )

◆ GrabFocusToDocument()

void vcl::Window::GrabFocusToDocument ( )

◆ HandleScrollCommand()

bool vcl::Window::HandleScrollCommand ( const CommandEvent rCmd,
Scrollable pHScrl,
Scrollable pVScrl 
)

◆ HasActiveChildFrame()

bool vcl::Window::HasActiveChildFrame ( ) const

◆ HasChildPathFocus()

bool vcl::Window::HasChildPathFocus ( bool  bSystemWindow = false) const

◆ HasFocus()

bool vcl::Window::HasFocus ( ) const

Definition at line 2981 of file window.cxx.

References ImplGetSVData().

Referenced by SvImpLBox::Clear(), ImplWin::DrawEntry(), ImplSmallBorderWindowView::DrawWindow(), Enable(), SvImpLBox::EntryRemoved(), SvHeaderTabListBox::FillAccessibleStateSet(), Dialog::GetFirstControlForFocus(), GetFocus(), SalInstanceWidget::has_focus(), SalInstanceExpander::has_focus(), ToolBox::ImplActivateItem(), ImplListBoxWindow::ImplDoPaint(), CheckBox::ImplDraw(), Slider::ImplDraw(), ImplWin::ImplDraw(), CheckBox::ImplDrawCheckBox(), CheckBox::ImplDrawCheckBoxState(), DisclosureButton::ImplDrawCheckBoxState(), Calendar::ImplDrawDate(), TabControl::ImplDrawItem(), ScrollBar::ImplDrawNative(), PushButton::ImplDrawPushButton(), RadioButton::ImplDrawRadioButton(), RadioButton::ImplDrawRadioButtonState(), Calendar::ImplEndTracking(), Calendar::ImplMouseSelect(), Edit::ImplRepaint(), ToolBox::ImplShowFocus(), SvImpLBox::InvalidateEntry(), ToolBox::KeyInput(), UITestLogger::logAction(), SvxIconChoiceCtrl_Impl::MouseButtonDown(), Edit::MouseButtonDown(), ScrollBar::MouseButtonDown(), SpinField::MouseButtonDown(), ToolBox::MouseMove(), TabControl::Paint(), TabPage::Paint(), SvTreeListBox::Paint(), IconView::PaintEntry(), SvxIconChoiceCtrl_Impl::PaintEntry(), SvTreeListBox::PaintEntry1(), SvImpLBox::RecalcFocusRect(), ImplListBoxWindow::ScrollHorz(), ImplListBoxWindow::SelectEntries(), ListBox::SelectEntriesPos(), ListBox::SelectEntryPos(), SetInputContext(), ImplListBoxWindow::SetTopEntry(), SvImpLBox::ShowCursor(), SvxIconChoiceCtrl_Impl::ShowCursor(), Dialog::StateChanged(), SvImpLBox::UpdateAll(), and IconViewImpl::UpdateAll().

◆ HasPaintEvent()

bool vcl::Window::HasPaintEvent ( ) const

◆ Hide()

void vcl::Window::Hide ( )
inline

◆ HideFocus()

void vcl::Window::HideFocus ( )

◆ HideTracking()

void vcl::Window::HideTracking ( )

◆ ImplAdjustNWFSizes()

void vcl::Window::ImplAdjustNWFSizes ( )
protectedvirtual

Reimplemented in CheckBox, and RadioButton.

Definition at line 28 of file window3.cxx.

References FirstChild, GetWindow(), and Next.

Referenced by Dialog::ImplStartExecute(), and TabPage::StateChanged().

◆ ImplCalcOverlapRegion()

void vcl::Window::ImplCalcOverlapRegion ( const tools::Rectangle rSourceRect,
vcl::Region rRegion,
bool  bChildren,
bool  bSiblings 
)
private

◆ ImplCalcOverlapRegionOverlaps()

void vcl::Window::ImplCalcOverlapRegionOverlaps ( const vcl::Region rInterRegion,
vcl::Region rRegion 
) const
private

◆ ImplCalcSymbolRect()

void vcl::Window::ImplCalcSymbolRect ( tools::Rectangle rRect)
static

◆ ImplCalcToTop()

void vcl::Window::ImplCalcToTop ( ImplCalcToTopData pPrevData)
private

◆ ImplCallActivateListeners()

void vcl::Window::ImplCallActivateListeners ( vcl::Window pOld)
private

◆ ImplCallDeactivateListeners()

void vcl::Window::ImplCallDeactivateListeners ( vcl::Window pNew)
private

◆ ImplCallFocusChangeActivate()

void vcl::Window::ImplCallFocusChangeActivate ( vcl::Window pNewOverlapWindow,
vcl::Window pOldOverlapWindow 
)
staticprivate

◆ ImplCallInitShow()

void vcl::Window::ImplCallInitShow ( )
private

Definition at line 492 of file event.cxx.

References CompatStateChanged(), ImplCallInitShow(), InitShow, and mpWindowImpl.

Referenced by ImplCallInitShow(), ImplSetReallyVisible(), and Show().

◆ ImplCallMouseMove()

void vcl::Window::ImplCallMouseMove ( sal_uInt16  nMouseCode,
bool  bModChanged = false 
)

◆ ImplCallMove()

void vcl::Window::ImplCallMove ( )

◆ ImplCallOverlapPaint()

void vcl::Window::ImplCallOverlapPaint ( )
private

Definition at line 625 of file paint.cxx.

References ImplCallOverlapPaint(), ImplCallPaint(), mpWindowImpl, Paint, and PaintChildren.

Referenced by ImplCallOverlapPaint(), and ImplUpdateAll().

◆ ImplCallPaint()

void vcl::Window::ImplCallPaint ( const vcl::Region pRegion,
ImplPaintFlags  nPaintFlags 
)
private

Invoke the actual painting.

This function is kind of recursive - it may be called from the PaintHelper destructor; and on the other hand it creates PaintHelper that (when destructed) calls other ImplCallPaint()'s.

Definition at line 579 of file paint.cxx.

References aHelper, CheckRtl, Erase, GetOutDev(), Invalidate(), comphelper::LibreOfficeKit::isActive(), mpWindowImpl, NoChildren, NoClipChildren, NoErase, NONE, NoTransparent, Paint(), Paint, PaintAll, PaintAllChildren, PaintChildren, PostPaint(), and PrePaint().

Referenced by ImplCallOverlapPaint(), PaintImmediately(), and PaintHelper::~PaintHelper().

◆ ImplCallResize()

void vcl::Window::ImplCallResize ( )

Definition at line 517 of file event.cxx.

References CallEventListeners(), GetBackground(), Invalidate(), mpWindowImpl, Resize(), and WindowResize.

Referenced by ImplPosSizeWindow(), and Show().

◆ ImplClipAllChildren()

void vcl::Window::ImplClipAllChildren ( vcl::Region rRegion) const
private

Definition at line 223 of file window/clipping.cxx.

References ImplExcludeWindowRegion(), and mpWindowImpl.

Referenced by ImplInvalidate(), and ImplScroll().

◆ ImplClipBoundaries()

void vcl::Window::ImplClipBoundaries ( vcl::Region rRegion,
bool  bThis,
bool  bOverlaps 
)
private

◆ ImplClipChildren()

bool vcl::Window::ImplClipChildren ( vcl::Region rRegion) const
private

◆ ImplClipSiblings()

void vcl::Window::ImplClipSiblings ( vcl::Region rRegion) const
private

Definition at line 234 of file window/clipping.cxx.

References ImplExcludeWindowRegion(), ImplGetParent(), and mpWindowImpl.

Referenced by ImplInitWinClipRegion().

◆ ImplControlFocus()

void vcl::Window::ImplControlFocus ( GetFocusFlags  nFlags = GetFocusFlags::NONE)

◆ ImplDlgCtrl()

bool vcl::Window::ImplDlgCtrl ( const KeyEvent rKEvt,
bool  bKeyInput 
)
private

◆ ImplDlgCtrlFocusChanged()

void vcl::Window::ImplDlgCtrlFocusChanged ( vcl::Window pWindow,
bool  bGetFocus 
)
private

Definition at line 1091 of file dlgctrl.cxx.

References vcl::ImplDlgCtrlUpdateDefButton(), and mpWindowImpl.

Referenced by EventNotify().

◆ ImplDlgCtrlNextWindow()

void vcl::Window::ImplDlgCtrlNextWindow ( )
private

◆ ImplEnableRTL()

void vcl::Window::ImplEnableRTL ( bool  bEnable)
private

Definition at line 33 of file globalization.cxx.

References CompatStateChanged(), Mirroring, and mpWindowImpl.

Referenced by vcl::WindowOutputDevice::EnableRTL().

◆ ImplExcludeOverlapWindows()

void vcl::Window::ImplExcludeOverlapWindows ( vcl::Region rRegion) const
private

◆ ImplExcludeOverlapWindows2()

void vcl::Window::ImplExcludeOverlapWindows2 ( vcl::Region rRegion)
private

◆ ImplExcludeWindowRegion()

void vcl::Window::ImplExcludeWindowRegion ( vcl::Region rRegion)
private

◆ ImplFindDlgCtrlWindow()

vcl::Window * vcl::Window::ImplFindDlgCtrlWindow ( vcl::Window pWindow)
private

◆ ImplFindWindow()

vcl::Window * vcl::Window::ImplFindWindow ( const Point rFramePos)

◆ ImplFocusToTop()

void vcl::Window::ImplFocusToTop ( ToTopFlags  nFlags,
bool  bReallyVisible 
)
private

◆ ImplGenerateMouseMove()

void vcl::Window::ImplGenerateMouseMove ( )

◆ ImplGetBorderWindow()

vcl::Window * vcl::Window::ImplGetBorderWindow ( ) const
protected

◆ ImplGetClientWindow()

vcl::Window * vcl::Window::ImplGetClientWindow ( ) const

◆ ImplGetDlgWindow()

vcl::Window * vcl::Window::ImplGetDlgWindow ( sal_uInt16  n,
GetDlgWindowType  nType,
sal_uInt16  nStart = 0,
sal_uInt16  nEnd = 0xFFFF,
sal_uInt16 *  pIndex = nullptr 
)

◆ ImplGetFirstOverlapWindow() [1/2]

vcl::Window * vcl::Window::ImplGetFirstOverlapWindow ( )
private

◆ ImplGetFirstOverlapWindow() [2/2]

const vcl::Window * vcl::Window::ImplGetFirstOverlapWindow ( ) const
private

Definition at line 924 of file window2.cxx.

References mpWindowImpl.

◆ ImplGetFrame()

SalFrame * vcl::Window::ImplGetFrame ( ) const

◆ ImplGetFrameData()

ImplFrameData * vcl::Window::ImplGetFrameData ( )

◆ ImplGetFrameGraphics()

SalGraphics * vcl::Window::ImplGetFrameGraphics ( ) const
private

Definition at line 1289 of file window.cxx.

References OutputDevice::AcquireGraphics(), and mpWindowImpl.

Referenced by ImplPosSizeWindow(), ImplScroll(), and InvertTracking().

◆ ImplGetFrameWindow()

vcl::Window * vcl::Window::ImplGetFrameWindow ( ) const

◆ ImplGetMousePointer()

PointerStyle vcl::Window::ImplGetMousePointer ( ) const

◆ ImplGetOwnerDrawList()

std::vector< VclPtr< vcl::Window > > & vcl::Window::ImplGetOwnerDrawList ( )
private

Definition at line 849 of file window2.cxx.

References ImplGetTopmostFrameWindow(), and mpWindowImpl.

Referenced by dispose(), ImplInit(), and SetParent().

◆ ImplGetParent()

vcl::Window * vcl::Window::ImplGetParent ( ) const

◆ ImplGetTopmostFrameWindow()

vcl::Window * vcl::Window::ImplGetTopmostFrameWindow ( )
private

Definition at line 51 of file stacking.cxx.

References ImplGetParent(), and mpWindowImpl.

Referenced by ImplGetOwnerDrawList().

◆ ImplGetUnmirroredOutOffX()

tools::Long vcl::Window::ImplGetUnmirroredOutOffX ( ) const
private

◆ ImplGetWinChildClipRegion()

Region & vcl::Window::ImplGetWinChildClipRegion ( )
private

◆ ImplGetWinData()

ImplWinData * vcl::Window::ImplGetWinData ( ) const

◆ ImplGetWindow()

vcl::Window * vcl::Window::ImplGetWindow ( ) const

◆ ImplGetWindowImpl()

SAL_DLLPRIVATE WindowImpl * vcl::Window::ImplGetWindowImpl ( ) const
inline

◆ ImplGrabFocus()

void vcl::Window::ImplGrabFocus ( GetFocusFlags  nFlags)

◆ ImplGrabFocusToDocument()

void vcl::Window::ImplGrabFocusToDocument ( GetFocusFlags  nFlags)

◆ ImplHandleScroll()

void vcl::Window::ImplHandleScroll ( Scrollable pHScrl,
double  nX,
Scrollable pVScrl,
double  nY 
)
staticprivate

Definition at line 827 of file window2.cxx.

References vcl::lcl_HandleScrollHelper().

Referenced by HandleScrollCommand().

◆ ImplHasDlgCtrl()

bool vcl::Window::ImplHasDlgCtrl ( ) const
private

◆ ImplHideAllOverlaps()

void vcl::Window::ImplHideAllOverlaps ( )
private

Definition at line 404 of file stacking.cxx.

References IsVisible(), mpWindowImpl, and Show().

Referenced by Show().

◆ ImplHitTest()

WindowHitTest vcl::Window::ImplHitTest ( const Point rFramePos)
protectedvirtual

◆ ImplInit()

void vcl::Window::ImplInit ( vcl::Window pParent,
WinBits  nStyle,
SystemParentData pSystemParentData 
)
protected

Definition at line 941 of file window.cxx.

References OutputDevice::AcquireGraphics(), BORDERWINDOW, CLOSEABLE, vcl::CountDPIScaleFactor(), SalInstance::CreateChildFrame(), SalInstance::CreateFrame(), DEFAULT, DIALOG, ERRORBOX, FIXEDIMAGE, FLOAT, Frame, StyleSettings::GetAppFont(), StyleSettings::GetButtonTextColor(), OutputDevice::GetDefaultFont(), StyleSettings::GetFaceColor(), AllSettings::GetLayoutRTL(), GetOutDev(), GetSettings(), GetStyle(), GetType(), StyleSettings::GetWindowColor(), StyleSettings::GetWindowTextColor(), ImplGetOwnerDrawList(), ImplGetSVData(), ImplGetWinData(), ImplInitAppFontData(), ImplInsertWindow(), ImplIsOverlapWindow(), ImplPointToLogic(), ImplUpdateGlobalSettings(), ImplUpdatePos(), ImplWindowFrameProc(), INFOBOX, INTRO, utl::ConfigManager::IsFuzzing(), IsTopWindow(), LANGUAGE_ENGLISH_US, ImplSVData::maAppData, ImplSVData::maGDIData, ImplWinData::maTopWindowChildren, ImplSVAppData::mbSettingsInit, MESSBOX, ImplSVGDIData::mnAppFontX, MODELESSDIALOG, MOVEABLE, ImplSVData::mpDefInst, mpWindowImpl, ImplSVAppData::mxSettings, NOICON, NONE, NOSHADOW, OWNERDRAWDECORATION, PLUG, QUERYBOX, RequestDoubleBuffering(), SAL_WARN_IF, SetBackground(), SalFrame::SetCallback(), SetTextColor(), SIZEABLE, SYSTEMCHILD, TABDIALOG, TOOLTIP, TOOLWINDOW, WARNINGBOX, WB_3DLOOK, WB_APP, WB_BORDER, WB_CLOSEABLE, WB_DEFAULTWIN, WB_DIALOGCONTROL, WB_INTROWIN, WB_MOVEABLE, WB_NODIALOGCONTROL, WB_NOSHADOW, WB_OWNERDRAWDECORATION, WB_SIZEABLE, WB_SYSTEMCHILDWINDOW, WB_SYSTEMFLOATWIN, and WB_TOOLTIPWIN.

Referenced by Dialog::AddBorderWindow(), Control::Control(), TabControl::ImplInit(), PushButton::ImplInit(), CheckBox::ImplInit(), RadioButton::ImplInit(), Edit::ImplInit(), FixedText::ImplInit(), FixedLine::ImplInit(), FixedBitmap::ImplInit(), FixedImage::ImplInit(), ListBox::ImplInit(), ScrollBar::ImplInit(), Slider::ImplInit(), Dialog::ImplInitDialog(), FloatingWindow::ImplInitFloating(), VclContainer::VclContainer(), and Window().

◆ ImplInitAppFontData()

void vcl::Window::ImplInitAppFontData ( vcl::Window const *  pWindow)
static

◆ ImplInitResolutionSettings()

void vcl::Window::ImplInitResolutionSettings ( )
private

◆ ImplInitWinChildClipRegion()

void vcl::Window::ImplInitWinChildClipRegion ( )
private

Definition at line 270 of file window/clipping.cxx.

References ImplClipChildren(), and mpWindowImpl.

Referenced by ImplGetWinChildClipRegion().

◆ ImplInitWinClipRegion()

void vcl::Window::ImplInitWinClipRegion ( )
private

◆ ImplInsertWindow()

void vcl::Window::ImplInsertWindow ( vcl::Window pParent)
private

Definition at line 59 of file stacking.cxx.

References ImplGetParent(), ImplIsOverlapWindow(), and mpWindowImpl.

Referenced by ImplInit(), ImplUpdateOverlapWindowPtr(), and SetParent().

◆ ImplIntersectAndUnionOverlapWindows()

void vcl::Window::ImplIntersectAndUnionOverlapWindows ( const vcl::Region rInterRegion,
vcl::Region rRegion 
) const
private

◆ ImplIntersectAndUnionOverlapWindows2()

void vcl::Window::ImplIntersectAndUnionOverlapWindows2 ( const vcl::Region rInterRegion,
vcl::Region rRegion 
)
private

◆ ImplIntersectWindowClipRegion()

void vcl::Window::ImplIntersectWindowClipRegion ( vcl::Region rRegion)
private

Definition at line 494 of file window/clipping.cxx.

References ImplInitWinClipRegion(), vcl::Region::Intersect(), and mpWindowImpl.

Referenced by ImplClipBoundaries().

◆ ImplIntersectWindowRegion()

void vcl::Window::ImplIntersectWindowRegion ( vcl::Region rRegion)
private

◆ ImplInvalidate()

void vcl::Window::ImplInvalidate ( const vcl::Region pRegion,
InvalidateFlags  nFlags 
)
protectedvirtual

◆ ImplInvalidateFrameRegion()

void vcl::Window::ImplInvalidateFrameRegion ( const vcl::Region pRegion,
InvalidateFlags  nFlags 
)

◆ ImplInvalidateOverlapFrameRegion()

void vcl::Window::ImplInvalidateOverlapFrameRegion ( const vcl::Region rRegion)

◆ ImplInvalidateParentFrameRegion()

void vcl::Window::ImplInvalidateParentFrameRegion ( const vcl::Region rRegion)
protected

◆ ImplInvertFocus()

void vcl::Window::ImplInvertFocus ( const tools::Rectangle rRect)

Definition at line 176 of file mouse.cxx.

References InvertTracking(), Small, and TrackWindow.

Referenced by HideFocus(), ImplScroll(), PopPaintHelper(), and ShowFocus().

◆ ImplIsAccessibleCandidate()

bool vcl::Window::ImplIsAccessibleCandidate ( ) const
private

◆ ImplIsAccessibleNativeFrame()

bool vcl::Window::ImplIsAccessibleNativeFrame ( ) const
private

◆ ImplIsChild()

bool vcl::Window::ImplIsChild ( const vcl::Window pWindow,
bool  bSystemWindow = false 
) const

◆ ImplIsFloatingWindow()

bool vcl::Window::ImplIsFloatingWindow ( ) const

◆ ImplIsInTaskPaneList()

void vcl::Window::ImplIsInTaskPaneList ( bool  mbIsInTaskList)

Definition at line 3631 of file window.cxx.

References mpWindowImpl.

Referenced by TaskPaneList::AddWindow(), and TaskPaneList::RemoveWindow().

◆ ImplIsOverlapWindow()

bool vcl::Window::ImplIsOverlapWindow ( ) const

◆ ImplIsPushButton()

bool vcl::Window::ImplIsPushButton ( ) const

Definition at line 957 of file window2.cxx.

References mpWindowImpl.

Referenced by vcl::ImplDlgCtrlUpdateDefButton(), and ImplGetDefaultButton().

◆ ImplIsRealParentPath()

bool vcl::Window::ImplIsRealParentPath ( const vcl::Window pWindow) const
private

◆ ImplIsSplitter()

bool vcl::Window::ImplIsSplitter ( ) const

Definition at line 952 of file window2.cxx.

References mpWindowImpl.

Referenced by Splitter::ImplFindSibling().

◆ ImplIsWindowOrChild()

bool vcl::Window::ImplIsWindowOrChild ( const vcl::Window pWindow,
bool  bSystemWindow = false 
) const

◆ ImplLogicToPoint()

void vcl::Window::ImplLogicToPoint ( vcl::RenderContext const &  rRenderContext,
vcl::Font rFont 
) const
private

◆ ImplMirrorFramePos()

void vcl::Window::ImplMirrorFramePos ( Point pt) const

Definition at line 3591 of file window.cxx.

References mpWindowImpl, and pt.

Referenced by DNDEventDispatcher::findTopLevelWindow().

◆ ImplMoveAllInvalidateRegions()

void vcl::Window::ImplMoveAllInvalidateRegions ( const tools::Rectangle rRect,
tools::Long  nHorzScroll,
tools::Long  nVertScroll,
bool  bChildren 
)
protected

◆ ImplMoveInvalidateRegion()

void vcl::Window::ImplMoveInvalidateRegion ( const tools::Rectangle rRect,
tools::Long  nHorzScroll,
tools::Long  nVertScroll,
bool  bChildren 
)
protected

◆ ImplNewInputContext()

void vcl::Window::ImplNewInputContext ( )
staticprivate

◆ ImplNotifyIconifiedState()

void vcl::Window::ImplNotifyIconifiedState ( bool  bIconified)

Definition at line 3636 of file window.cxx.

References mpWindowImpl, WindowMinimize, and WindowNormalize.

◆ ImplNotifyKeyMouseCommandEventListeners()

void vcl::Window::ImplNotifyKeyMouseCommandEventListeners ( NotifyEvent rNEvt)

◆ ImplOutputToUnmirroredAbsoluteScreenPixel()

tools::Rectangle vcl::Window::ImplOutputToUnmirroredAbsoluteScreenPixel ( const tools::Rectangle rRect) const
private

◆ ImplPaintToDevice()

void vcl::Window::ImplPaintToDevice ( ::OutputDevice pTargetOutDev,
const Point rPos 
)
privatevirtual

Reimplemented in InterimItemWindow.

Definition at line 1350 of file paint.cxx.

References VclPtr< reference_type >::disposeAndClear(), OutputDevice::DrawBitmapEx(), OutputDevice::DrawOutDev(), OutputDevice::EnableOutput(), Erase(), vcl::Font::GetAverageFontWidth(), OutputDevice::GetConnectMetaFile(), OutputDevice::GetDPIX(), OutputDevice::GetDPIY(), vcl::drawmode::GetFillColor(), GetFont(), vcl::Font::GetFontHeight(), vcl::drawmode::GetLineColor(), GetMapMode(), GetMapUnit(), GetOutDev(), GetOutOffYPixel(), GetOutputSizePixel(), GetOverlineColor(), GetParentClipMode(), tools::Rectangle::GetSize(), GetTextAlign(), GetTextColor(), GetTextFillColor(), GetTextLineColor(), OutputDevice::HasMirroredGraphics(), vcl::Region::Intersect(), comphelper::LibreOfficeKit::isActive(), IsBackground(), OutputDevice::IsOutputEnabled(), IsOverlineColor(), IsPaintTransparent(), IsRTLEnabled(), IsTextFillColor(), IsTextLineColor(), OutputDevice::mbDevOutput, OutputDevice::mnDPIX, OutputDevice::mnDPIY, OutputDevice::mnOutOffX, OutputDevice::mnOutWidth, mpWindowImpl, NoClip, Paint(), GDIMetaFile::Play(), OutputDevice::Pop(), OutputDevice::Push(), SAL_WARN_IF, vcl::Font::SetAverageFontWidth(), OutputDevice::SetClipRegion(), OutputDevice::SetConnectMetaFile(), OutputDevice::SetDigitLanguage(), OutputDevice::SetFillColor(), SetFont(), vcl::Font::SetFontHeight(), OutputDevice::SetLayoutMode(), OutputDevice::SetLineColor(), SetOverlineColor(), OutputDevice::SetRasterOp(), OutputDevice::SetRefPoint(), SetTextAlign(), SetTextColor(), SetTextFillColor(), SetTextLineColor(), GDIMetaFile::WindStart(), and WITH_ALPHA.

Referenced by PaintToDevice().

◆ ImplPointToLogic()

void vcl::Window::ImplPointToLogic ( vcl::RenderContext const &  rRenderContext,
vcl::Font rFont 
) const
private

◆ ImplPosSizeWindow()

void vcl::Window::ImplPosSizeWindow ( tools::Long  nX,
tools::Long  nY,
tools::Long  nWidth,
tools::Long  nHeight,
PosSizeFlags  nFlags 
)

◆ ImplRemoveWindow()

void vcl::Window::ImplRemoveWindow ( bool  bRemoveFrameData)
private

◆ ImplResetReallyVisible()

void vcl::Window::ImplResetReallyVisible ( )
private

◆ ImplScroll()

void vcl::Window::ImplScroll ( const tools::Rectangle rRect,
tools::Long  nHorzScroll,
tools::Long  nVertScroll,
ScrollFlags  nFlags 
)
protected

◆ ImplSetClipFlag()

bool vcl::Window::ImplSetClipFlag ( bool  bSysObjOnlySmaller = false)

◆ ImplSetClipFlagChildren()

bool vcl::Window::ImplSetClipFlagChildren ( bool  bSysObjOnlySmaller)
protected

◆ ImplSetClipFlagOverlapWindows()

bool vcl::Window::ImplSetClipFlagOverlapWindows ( bool  bSysObjOnlySmaller = false)
protected

◆ ImplSetFrameParent()

void vcl::Window::ImplSetFrameParent ( const vcl::Window pParent)
private

◆ ImplSetMouseTransparent()

void vcl::Window::ImplSetMouseTransparent ( bool  bTransparent)
protected

Definition at line 967 of file window2.cxx.

References mpWindowImpl.

Referenced by HelpTextWindow::HelpTextWindow().

◆ ImplSetReallyVisible()

void vcl::Window::ImplSetReallyVisible ( )
private

◆ ImplShowAllOverlaps()

void vcl::Window::ImplShowAllOverlaps ( )
private

Definition at line 389 of file stacking.cxx.

References mpWindowImpl, NoActivate, and Show().

Referenced by Show().

◆ ImplStartDnd()

void vcl::Window::ImplStartDnd ( )
private

Definition at line 646 of file mouse.cxx.

References GetDropTarget().

◆ ImplStartToTop()

void vcl::Window::ImplStartToTop ( ToTopFlags  nFlags)
private

◆ ImplStopDnd()

bool vcl::Window::ImplStopDnd ( )
private

Definition at line 632 of file mouse.cxx.

References mpWindowImpl.

◆ ImplSysObjClip()

bool vcl::Window::ImplSysObjClip ( const vcl::Region pOldRegion)
private

◆ ImplTestMousePointerSet()

bool vcl::Window::ImplTestMousePointerSet ( )
private

◆ ImplToBottomChild()

void vcl::Window::ImplToBottomChild ( )
private

Definition at line 195 of file stacking.cxx.

References ImplIsOverlapWindow(), and mpWindowImpl.

◆ ImplToTop()

void vcl::Window::ImplToTop ( ToTopFlags  nFlags)
private

◆ ImplUnmirroredAbsoluteScreenToOutputPixel()

tools::Rectangle vcl::Window::ImplUnmirroredAbsoluteScreenToOutputPixel ( const tools::Rectangle rRect) const
private

◆ ImplUpdateAll()

void vcl::Window::ImplUpdateAll ( )

◆ ImplUpdateGlobalSettings()

void vcl::Window::ImplUpdateGlobalSettings ( AllSettings rSettings,
bool  bCallHdl = true 
) const
private

◆ ImplUpdateOverlapWindowPtr()

void vcl::Window::ImplUpdateOverlapWindowPtr ( bool  bNewFrame)
private

◆ ImplUpdatePos()

bool vcl::Window::ImplUpdatePos ( )
private

◆ ImplUpdateSysObjChildrenClip()

void vcl::Window::ImplUpdateSysObjChildrenClip ( )
private

◆ ImplUpdateSysObjClip()

void vcl::Window::ImplUpdateSysObjClip ( )
private

◆ ImplUpdateSysObjOverlapsClip()

void vcl::Window::ImplUpdateSysObjOverlapsClip ( )
private

◆ ImplUpdateSysObjPos()

void vcl::Window::ImplUpdateSysObjPos ( )
private

◆ ImplUpdateWindowPtr() [1/2]

void vcl::Window::ImplUpdateWindowPtr ( )
private

Definition at line 770 of file stacking.cxx.

References ImplUpdateWindowPtr(), and mpWindowImpl.

Referenced by ImplUpdateOverlapWindowPtr(), and SetParent().

◆ ImplUpdateWindowPtr() [2/2]

void vcl::Window::ImplUpdateWindowPtr ( vcl::Window pWindow)
private

◆ ImplValidate()

void vcl::Window::ImplValidate ( )
protected

◆ ImplValidateFrameRegion()

void vcl::Window::ImplValidateFrameRegion ( const vcl::Region rRegion,
ValidateFlags  nFlags 
)
protected

◆ IncModalCount()

void vcl::Window::IncModalCount ( )

Definition at line 3602 of file window.cxx.

References GetParent(), and mpWindowImpl.

Referenced by Dialog::ImplSetModalInputMode(), and MenuFloatingWindow::Start().

◆ Invalidate() [1/3]

void vcl::Window::Invalidate ( const tools::Rectangle rRect,
InvalidateFlags  nFlags = InvalidateFlags::NONE 
)

◆ Invalidate() [2/3]

void vcl::Window::Invalidate ( const vcl::Region rRegion,
InvalidateFlags  nFlags = InvalidateFlags::NONE 
)

◆ Invalidate() [3/3]

void vcl::Window::Invalidate ( InvalidateFlags  nFlags = InvalidateFlags::NONE)

Definition at line 1143 of file paint.cxx.

References GetOutDev(), ImplInvalidate(), comphelper::LibreOfficeKit::isActive(), and LogicInvalidate().

Referenced by MenuBarWindow::ChangeHighlightItem(), StatusBar::Clear(), ListBox::Clear(), ImplListBoxWindow::Clear(), SvImpLBox::Clear(), SvxIconChoiceCtrl_Impl::Clear(), SvImpLBox::CollapsingEntry(), Edit::Command(), DockingWindow::DataChanged(), HeaderBar::DataChanged(), SplitWindow::DataChanged(), StatusBar::DataChanged(), TabControl::DataChanged(), TabPage::DataChanged(), ToolBox::DataChanged(), PushButton::DataChanged(), CheckBox::DataChanged(), RadioButton::DataChanged(), Dialog::DataChanged(), Edit::DataChanged(), FixedText::DataChanged(), FixedLine::DataChanged(), FixedBitmap::DataChanged(), FixedImage::DataChanged(), FloatingWindow::DataChanged(), SvtIconChoiceCtrl::DataChanged(), ListBox::DataChanged(), ScrollBar::DataChanged(), ScrollBarBox::DataChanged(), SpinField::DataChanged(), SvTreeListBox::DataChanged(), VclMultiLineEdit::DataChanged(), Calendar::DataChanged(), vcl::HyperLabel::DataChanged(), ImplListBoxWindow::DataChanged(), Slider::DataChanged(), MenuFloatingWindow::DataChanged(), MenuFloatingWindow::doShutdown(), DrawProgress(), SvTreeListBox::EnableCheckButton(), Menu::EnableItem(), SpinField::EndDropDown(), StatusBar::EndProgressMode(), PushButton::EndSelection(), SvImpLBox::EntryCollapsed(), SvImpLBox::EntryInserted(), SvImpLBox::EntryMoved(), SvxIconChoiceCtrl_Impl::EntrySelected(), SpinField::EventNotify(), ToolBox::ExecuteCustomMenu(), PushButton::FillLayoutData(), CheckBox::FillLayoutData(), RadioButton::FillLayoutData(), Edit::FillLayoutData(), FixedLine::FillLayoutData(), SvtIconChoiceCtrl::FillLayoutData(), ImplListBoxWindow::FillLayoutData(), SvImpLBox::FillView(), Splitter::GetFocus(), CheckBox::GetFocus(), Edit::GetFocus(), SvTreeListBox::GetFocus(), ImplWin::GetFocus(), HideFocus(), StatusBar::HideItem(), SvxIconChoiceCtrl_Impl::ImpArrange(), ScrollBar::ImplCalc(), Slider::ImplCalc(), SplitWindow::ImplCalcSet2(), RadioButton::ImplCallClick(), ImplCallPaint(), ImplCallResize(), TabControl::ImplChangeTabPage(), CheckBox::ImplCheck(), Slider::ImplDoMouseAction(), ScrollBar::ImplDoMouseAction(), HeaderBar::ImplDrag(), ScrollBar::ImplDragThumb(), ToolBox::ImplDrawTransparentBackground(), HeaderBar::ImplEndDrag(), ToolBox::ImplFormat(), ImplHandleControlAccelerator(), ToolBox::ImplHideFocus(), SvTreeListBox::ImplInitStyle(), ToolBox::ImplInvalidate(), ImplInvalidateMenubar(), Edit::ImplInvalidateOrRepaint(), Edit::ImplInvalidateOutermostBorder(), SplitWindow::ImplNewAlign(), MenuFloatingWindow::ImplScroll(), PushButton::ImplSetDefButton(), Edit::ImplSetText(), ImplWheelWindow::ImplSetWheelMode(), ToolBox::ImplShowFocus(), HeaderBar::ImplStartDrag(), SplitWindow::ImplUpdate(), Calendar::ImplUpdate(), HeaderBar::ImplUpdate(), Calendar::ImplUpdateDate(), ToolBox::ImplUpdateItem(), ScrollBar::ImplUpdateRects(), Slider::ImplUpdateRects(), ImplValidateFrameRegion(), SvxIconChoiceCtrl_Impl::InsertEntry(), Menu::InsertItem(), StatusBar::InsertItem(), TabControl::InsertPage(), ImplBorderWindow::InvalidateBorder(), SvImpLBox::InvalidateEntriesFrom(), SvxIconChoiceCtrl_Impl::InvalidateEntry(), IconViewImpl::InvalidateEntry(), SvImpLBox::InvalidateEntry(), ToolBox::InvalidateItem(), MenuFloatingWindow::InvalidateItem(), ToolBox::InvalidateMenuButton(), ToolBox::InvalidateSpin(), PushButton::KeyInput(), CheckBox::KeyInput(), RadioButton::KeyInput(), SvImpLBox::KeyLeftRight(), PushButton::KeyUp(), MenuBarWindow::LayoutChanged(), ToolBox::Lock(), Splitter::LoseFocus(), CheckBox::LoseFocus(), RadioButton::LoseFocus(), SelectableFixedText::LoseFocus(), ScrollBar::LoseFocus(), SvTreeListBox::LoseFocus(), ImplWin::LoseFocus(), SvxIconChoiceCtrl_Impl::MakeVisible(), SvImpLBox::MakeVisible(), SplitWindow::MouseButtonDown(), PushButton::MouseButtonDown(), CheckBox::MouseButtonDown(), RadioButton::MouseButtonDown(), ScrollBar::MouseButtonDown(), SpinField::MouseButtonDown(), SpinField::MouseButtonUp(), SpinField::MouseMove(), MenuBarWindow::MouseMove(), ScrollBar::Move(), SvImpLBox::MovingEntry(), SvImpLBox::PageDown(), SvImpLBox::PageUp(), SplitWindow::PreNotify(), TabControl::PreNotify(), PushButton::PreNotify(), CheckBox::PreNotify(), RadioButton::PreNotify(), ListBox::PreNotify(), ScrollBar::PreNotify(), SpinField::PreNotify(), ImplListBoxWindow::ProcessKeyInput(), SalInstanceDrawingArea::queue_draw(), SalInstanceDrawingArea::queue_draw_area(), StatusBar::RedrawItem(), StatusBar::RemoveItem(), Menu::RemoveItem(), TabControl::RemovePage(), SvImpLBox::RemovingEntry(), SvxIconChoiceCtrl_Impl::RepaintSelectedEntries(), SvImpLBox::Resize(), HeaderBar::Resize(), SplitWindow::Resize(), StatusBar::Resize(), ToolBox::Resize(), PushButton::Resize(), CheckBox::Resize(), RadioButton::Resize(), Edit::Resize(), FixedText::Resize(), FixedLine::Resize(), FixedBitmap::Resize(), FixedImage::Resize(), ScrollBar::Resize(), SpinField::Resize(), ImplWin::Resize(), Slider::Resize(), MenuBarWindow::Resize(), SvImpLBox::ScrollToAbsPos(), ImplListBoxWindow::SelectEntries(), ImplListBoxWindow::SelectEntry(), SalInstanceComboBoxWithEdit::set_entry_font(), SalInstanceLabel::set_font(), SalInstanceComboBoxWithoutEdit::set_font(), SalInstanceComboBoxWithEdit::set_font(), SalInstanceTextView::set_font(), ToolBox::SetAlign(), TabControl::setAllocation(), SvtIconChoiceCtrl::SetBackground(), SvImpLBox::SetEntryHeight(), SvxIconChoiceCtrl_Impl::SetEntryHighlightFrame(), SvxIconChoiceCtrl_Impl::SetEntryPos(), SvxIconChoiceCtrl_Impl::SetEntryTextMode(), StatusBar::SetItemData(), Menu::SetItemText(), StatusBar::SetItemText(), ToolBox::SetLineCount(), SpinField::SetLowerEnabled(), MenuBarWindow::SetMenu(), ToolBox::SetMenuType(), ListBox::SetNoSelection(), HeaderBar::SetOffset(), TabControl::SetPageEnabled(), TabControl::SetPageImage(), TabControl::SetPageText(), TabControl::SetPageVisible(), Edit::SetPlaceholderText(), StatusBar::SetProgressValue(), IconViewImpl::SetStartEntry(), SvTabListBox::SetTabJustify(), SvTabListBox::SetTabs(), StatusBar::SetText(), SvxIconChoiceCtrl_Impl::SetUpdateMode(), SpinField::SetUpperEnabled(), SetZOrder(), ShowFocus(), StatusBar::ShowItem(), SvImpLBox::ShowVerSBar(), StatusBar::StartProgressMode(), NotebookBar::StateChanged(), SvTreeListBox::StateChanged(), HeaderBar::StateChanged(), TabPage::StateChanged(), Dialog::StateChanged(), DockingWindow::StateChanged(), SplitWindow::StateChanged(), StatusBar::StateChanged(), TabControl::StateChanged(), ToolBox::StateChanged(), PushButton::StateChanged(), CheckBox::StateChanged(), RadioButton::StateChanged(), ComboBox::StateChanged(), Edit::StateChanged(), FixedText::StateChanged(), FixedLine::StateChanged(), FixedBitmap::StateChanged(), FixedImage::StateChanged(), FloatingWindow::StateChanged(), ListBox::StateChanged(), ScrollBar::StateChanged(), ScrollBarBox::StateChanged(), SpinField::StateChanged(), VclMultiLineEdit::StateChanged(), ImplListBoxWindow::StateChanged(), ImplListBox::StateChanged(), Slider::StateChanged(), MenuBarWindow::StateChanged(), MenuFloatingWindow::StateChanged(), SplitWindow::Tracking(), PushButton::Tracking(), CheckBox::Tracking(), RadioButton::Tracking(), ScrollBar::Tracking(), Slider::Tracking(), SvImpLBox::UpdateAll(), IconViewImpl::UpdateAll(), NotebookBar::UpdateBackground(), and Help::UpdatePopover().

◆ InvalidateSizeCache()

void vcl::Window::InvalidateSizeCache ( )
protected

clear OptimalSize cache

Definition at line 1333 of file window2.cxx.

References WindowImpl::mnOptimalHeightCache, WindowImpl::mnOptimalWidthCache, and mpWindowImpl.

Referenced by queue_resize(), and DockingWindow::queue_resize().

◆ InvertTracking()

void vcl::Window::InvertTracking ( const tools::Rectangle rRect,
ShowTrackFlags  nFlags 
)

◆ IsAccessibilityEventsSuppressed()

bool vcl::Window::IsAccessibilityEventsSuppressed ( bool  bTraverseParentPath = true)

Definition at line 545 of file accessibility.cxx.

References mpWindowImpl.

◆ IsActive()

bool vcl::Window::IsActive ( ) const

◆ IsAlwaysEnableInput()

bool vcl::Window::IsAlwaysEnableInput ( ) const

returns the current AlwaysEnableInput state

Returns
true if window is in AlwaysEnableInput state

Definition at line 1158 of file window2.cxx.

References AlwaysInputEnabled, and mpWindowImpl.

◆ IsAlwaysOnTopEnabled()

bool vcl::Window::IsAlwaysOnTopEnabled ( ) const

Definition at line 1169 of file window2.cxx.

References mpWindowImpl.

Referenced by ImplToTop().

◆ IsAncestorOf()

bool vcl::Window::IsAncestorOf ( const vcl::Window rWindow) const

Definition at line 997 of file stacking.cxx.

References ImplIsRealParentPath().

◆ IsBackground()

bool vcl::Window::IsBackground ( ) const

◆ IsChart()

virtual bool vcl::Window::IsChart ( ) const
inlinevirtual

Definition at line 1452 of file window.hxx.

◆ IsChild()

bool vcl::Window::IsChild ( const vcl::Window pWindow) const

Definition at line 1107 of file stacking.cxx.

References ImplGetParent(), and ImplIsOverlapWindow().

Referenced by ImplGetDlgWindow(), and SvInplaceEdit2::LoseFocus().

◆ IsChildTransparentModeEnabled()

bool vcl::Window::IsChildTransparentModeEnabled ( ) const

◆ IsCompoundControl()

bool vcl::Window::IsCompoundControl ( ) const

◆ IsControlBackground()

bool vcl::Window::IsControlBackground ( ) const

◆ IsControlFont()

bool vcl::Window::IsControlFont ( ) const

Definition at line 1093 of file window2.cxx.

References mpWindowImpl.

Referenced by ApplyControlFont(), set_font_attribute(), and VclBuilder::VclBuilder().

◆ IsControlForeground()

bool vcl::Window::IsControlForeground ( ) const

◆ IsCreatedWithToolkit()

bool vcl::Window::IsCreatedWithToolkit ( ) const

Definition at line 1263 of file window2.cxx.

References mpWindowImpl.

Referenced by DockingWindow::Close(), SystemWindow::Close(), and Dialog::Close().

◆ IsDefaultPos()

bool vcl::Window::IsDefaultPos ( ) const

Definition at line 1174 of file window2.cxx.

References mpWindowImpl.

◆ IsDefaultSize()

bool vcl::Window::IsDefaultSize ( ) const

Definition at line 1179 of file window2.cxx.

References mpWindowImpl.

Referenced by TabControl::SetTabPage(), and vcl::RoadmapWizard::StateChanged().

◆ IsDialog()

bool vcl::Window::IsDialog ( ) const

◆ IsDialogControlStart()

bool vcl::Window::IsDialogControlStart ( ) const

Definition at line 1073 of file window2.cxx.

References mpWindowImpl.

Referenced by ImplDlgCtrl(), and ImplFindDlgCtrlWindow().

◆ IsDockingWindow()

bool vcl::Window::IsDockingWindow ( ) const

◆ IsEnabled()

bool vcl::Window::IsEnabled ( ) const

Definition at line 1148 of file window2.cxx.

References mpWindowImpl.

Referenced by VclMultiLineEdit::ApplySettings(), dispose(), ComboBox::Draw(), Edit::Draw(), ListBox::Draw(), SpinField::Draw(), VclMultiLineEdit::Draw(), ImplSmallBorderWindowView::DrawWindow(), DumpAsPropertyTree(), Erase(), vcl::RoadmapWizard::EventNotify(), ListBoxUIObject::execute(), SvTreeListBox::FillAccessibleEntryStateSet(), SvHeaderTabListBox::FillAccessibleStateSet(), SvHeaderTabListBox::FillAccessibleStateSetForCell(), SalInstanceWidget::get_sensitive(), WindowUIObject::get_state(), RadioButtonUIObject::get_state(), vcl::HyperLabel::GetFocus(), FixedImage::ImplDraw(), FixedText::ImplDraw(), FixedLine::ImplDraw(), ScrollBar::ImplDraw(), Slider::ImplDraw(), ImplWin::ImplDraw(), Button::ImplDrawAlignedImage(), CheckBox::ImplDrawCheckBoxState(), DisclosureButton::ImplDrawCheckBoxState(), TabControl::ImplDrawItem(), ToolBox::ImplDrawItem(), HeaderBar::ImplDrawItem(), ScrollBar::ImplDrawNative(), PushButton::ImplDrawPushButtonContent(), RadioButton::ImplDrawRadioButtonState(), ToolBox::ImplDrawSpin(), ImplGetKeyInputWindow(), ImplGetMousePointer(), PushButton::ImplGetTextStyle(), ImplGrabFocus(), ImplHandleClose(), MenuBar::ImplHandleKeyEvent(), ImplHandleMouseEvent(), VclMultiLineEdit::ImplInitSettings(), ImageButton::ImplInitStyle(), ImplListBoxWindow::ImplPaint(), Menu::ImplPaint(), Edit::ImplRepaint(), ScrollBar::Inactive(), isEnabledInLayout(), ImplWin::MouseButtonDown(), ImplBtn::MouseButtonDown(), vcl::HyperLabel::MouseMove(), SvLBoxString::Paint(), SvLBoxButton::Paint(), SvLBoxContextBmp::Paint(), TabControl::Paint(), TabPage::Paint(), SpinField::Paint(), SvTreeListBox::PaintEntry1(), ImplListBoxWindow::SelectEntries(), vcl::HyperLabel::SetInteractive(), InterimItemWindow::StateChanged(), ComboBox::StateChanged(), ListBox::StateChanged(), SpinField::StateChanged(), VclMultiLineEdit::StateChanged(), and ImplListBox::StateChanged().

◆ IsInInitShow()

bool vcl::Window::IsInInitShow ( ) const

Definition at line 1143 of file window2.cxx.

References mpWindowImpl.

Referenced by vcl::RoadmapWizard::ImplPosTabPage(), and vcl::RoadmapWizard::Resize().

◆ IsInModalMode()

bool vcl::Window::IsInModalMode ( ) const

◆ IsInPaint()

bool vcl::Window::IsInPaint ( ) const

Definition at line 1118 of file window2.cxx.

References mpWindowImpl.

Referenced by ToolBox::ImplCheckUpdate(), and ToolBox::ImplDrawBackground().

◆ IsInputEnabled()

bool vcl::Window::IsInputEnabled ( ) const

◆ IsLOKWindowsEmpty()

bool vcl::Window::IsLOKWindowsEmpty ( )
static

check if LOK Window container is empty

Definition at line 3209 of file window.cxx.

Referenced by DeInitVCL().

◆ IsMapModeEnabled()

bool vcl::Window::IsMapModeEnabled ( ) const

◆ IsMenuFloatingWindow()

bool vcl::Window::IsMenuFloatingWindow ( ) const

Definition at line 1033 of file window2.cxx.

References mpWindowImpl.

Referenced by getDefaultAccessibleRole(), Dialog::GetDefDialogParent(), and ImplHandleLoseFocus().

◆ IsMouseCaptured()

bool vcl::Window::IsMouseCaptured ( ) const

◆ IsMouseOver()

bool vcl::Window::IsMouseOver ( ) const

◆ IsMouseTransparent()

bool vcl::Window::IsMouseTransparent ( ) const

Definition at line 1058 of file window2.cxx.

References mpWindowImpl.

◆ IsNativeControlSupported()

bool vcl::Window::IsNativeControlSupported ( ControlType  nType,
ControlPart  nPart 
) const

◆ IsNativeWidgetEnabled()

bool vcl::Window::IsNativeWidgetEnabled ( ) const

◆ IsOverlineColor()

bool vcl::Window::IsOverlineColor ( ) const

Definition at line 119 of file window3.cxx.

References GetOutDev(), and OutputDevice::IsOverlineColor().

Referenced by ImplPaintToDevice().

◆ IsPaintEnabled()

bool vcl::Window::IsPaintEnabled ( ) const

Definition at line 1194 of file window2.cxx.

References mpWindowImpl.

◆ IsPaintTransparent()

bool vcl::Window::IsPaintTransparent ( ) const

◆ IsReallyShown()

bool vcl::Window::IsReallyShown ( ) const

◆ IsReallyVisible()

bool vcl::Window::IsReallyVisible ( ) const

Definition at line 1133 of file window2.cxx.

References mpWindowImpl.

Referenced by ComboBox::Draw(), Enable(), EnableAlwaysOnTop(), EnableInput(), StatusBar::EndProgressMode(), ListBoxUIObject::execute(), SvHeaderTabListBox::FillAccessibleStateSet(), ListBox::FillLayoutData(), WindowUIObject::get_state(), TextWindow::GetFocus(), ListBox::GetIndexForPoint(), SplitWindow::ImplCalcSet2(), ImplCalcToTop(), TabControl::ImplChangeTabPage(), Menu::ImplFillLayoutData(), ImplHandleMove(), ToolBox::ImplInvalidate(), StatusBar::ImplIsItemUpdate(), SplitWindow::ImplNewAlign(), ImplPosSizeWindow(), vcl::RoadmapWizard::ImplPosTabPage(), Edit::ImplRepaint(), Edit::ImplShowCursor(), Dialog::ImplStartExecute(), ImplToTop(), Calendar::ImplUpdate(), Calendar::ImplUpdateDate(), ToolBox::ImplUpdateItem(), ImplBorderWindow::InvalidateBorder(), SalInstanceWidget::is_visible(), Menu::IsMenuVisible(), ScrollBar::Move(), ImplListBoxWindow::ProcessKeyInput(), ToolBox::Resize(), Edit::Resize(), ScrollBar::Resize(), Slider::Resize(), ImplListBoxWindow::SelectEntry(), ToolBox::SetAlign(), setPosSizePixel(), ImplListBoxFloatingWindow::setPosSizePixel(), StatusBar::SetProgressValue(), SetText(), StatusBar::SetText(), SetWindowRegionPixel(), SetZOrder(), StatusBar::StartProgressMode(), PushButton::StateChanged(), CheckBox::StateChanged(), RadioButton::StateChanged(), FixedText::StateChanged(), FixedLine::StateChanged(), FixedBitmap::StateChanged(), FixedImage::StateChanged(), ScrollBar::StateChanged(), ImplBorderWindow::StateChanged(), ImplListBoxWindow::StateChanged(), ImplListBox::StateChanged(), Slider::StateChanged(), and ToTop().

◆ IsRTLEnabled()

bool vcl::Window::IsRTLEnabled ( ) const

◆ IsScrollable()

bool vcl::Window::IsScrollable ( ) const

Definition at line 3577 of file window.cxx.

References GetType(), mpWindowImpl, and SCROLLBAR.

Referenced by getDefaultAccessibleRole().

◆ IsStarMath()

virtual bool vcl::Window::IsStarMath ( ) const
inlinevirtual

Definition at line 1453 of file window.hxx.

◆ IsSystemWindow()

bool vcl::Window::IsSystemWindow ( ) const

◆ IsTextFillColor()

bool vcl::Window::IsTextFillColor ( ) const

Definition at line 116 of file window3.cxx.

References GetOutDev(), and OutputDevice::IsTextFillColor().

Referenced by ImplPaintToDevice().

◆ IsTextLineColor()

bool vcl::Window::IsTextLineColor ( ) const

Definition at line 112 of file window3.cxx.

References GetOutDev(), and OutputDevice::IsTextLineColor().

Referenced by ImplPaintToDevice().

◆ IsToolbarFloatingWindow()

bool vcl::Window::IsToolbarFloatingWindow ( ) const

Definition at line 1038 of file window2.cxx.

References mpWindowImpl.

◆ IsTopWindow()

bool vcl::Window::IsTopWindow ( ) const

◆ IsTracking()

bool vcl::Window::IsTracking ( ) const

◆ IsUpdateMode()

bool vcl::Window::IsUpdateMode ( ) const

Definition at line 1199 of file window2.cxx.

References mpWindowImpl.

Referenced by SvTreeListBox::EnableCheckButton(), SalInstanceTreeView::expand_row(), SalInstanceTreeView::get_selected_id(), SalInstanceTreeView::get_selected_index(), SalInstanceTreeView::get_selected_text(), SplitWindow::ImplCalcSet2(), TabControl::ImplChangeTabPage(), ToolBox::ImplInvalidate(), StatusBar::ImplIsItemUpdate(), SplitWindow::ImplNewAlign(), Edit::ImplShowCursor(), SplitWindow::ImplUpdate(), Calendar::ImplUpdate(), HeaderBar::ImplUpdate(), Calendar::ImplUpdateDate(), ToolBox::ImplUpdateItem(), TabControl::InsertPage(), SalInstanceTreeView::make_sorted(), SvTreeListBox::ModelNotification(), ImplListBoxWindow::ProcessKeyInput(), TabControl::RemovePage(), SalInstanceTreeView::scroll_to_row(), SalInstanceTreeView::select(), ImplListBoxWindow::SelectEntry(), ToolBox::SetAlign(), Calendar::SetCurDate(), TabControl::SetPageEnabled(), TabControl::SetPageImage(), TabControl::SetPageText(), TabControl::SetPageVisible(), SvTabListBox::SetTabJustify(), SvTabListBox::SetTabs(), StatusBar::SetText(), SvTreeListBox::StartDrag(), SplitWindow::StateChanged(), TabControl::StateChanged(), ToolBox::StateChanged(), PushButton::StateChanged(), CheckBox::StateChanged(), RadioButton::StateChanged(), ComboBox::StateChanged(), FixedText::StateChanged(), FixedLine::StateChanged(), FixedBitmap::StateChanged(), FixedImage::StateChanged(), ListBox::StateChanged(), ScrollBar::StateChanged(), ImplListBoxWindow::StateChanged(), ImplListBox::StateChanged(), Slider::StateChanged(), SalInstanceTreeView::unselect(), and SalInstanceTreeView::vadjustment_set_value().

◆ IsVisible()

bool vcl::Window::IsVisible ( ) const

Definition at line 1128 of file window2.cxx.

References mpWindowImpl.

Referenced by MenuBarWindow::AddMenuBarButton(), VclVPaned::arrange(), VclHPaned::arrange(), assembleGrid(), ImpVclMEdit::CalcBlockSize(), calcMaxs(), ImpVclMEdit::CalcMinimumSize(), VclVPaned::calculateRequisition(), VclHPaned::calculateRequisition(), VclFrame::calculateRequisition(), VclExpander::calculateRequisition(), VclScrolledWindow::calculateRequisition(), VclEventBox::calculateRequisition(), SvxIconChoiceCtrl_Impl::CheckHorScrollBar(), SvxIconChoiceCtrl_Impl::CheckScrollBars(), SvxIconChoiceCtrl_Impl::CheckVerScrollBar(), SvImpLBox::Clear(), SalInstanceDialog::collapse(), SalInstanceWidget::DoRecursivePaint(), VclScrolledWindow::doSetAllocation(), DumpAsPropertyTree(), TabControl::DumpAsPropertyTree(), ImpVclMEdit::Enable(), Menu::EnableItem(), VclScrolledWindow::EventNotify(), vcl::RoadmapWizard::EventNotify(), get_preferred_size(), WindowUIObject::get_state(), SalInstanceWidget::get_visible(), GetAccessibleChildWindow(), GetAccessibleChildWindowCount(), ImplBorderWindow::GetBorder(), PriorityMergedHBox::GetHiddenCount(), getLegacyBestSizeForChildren(), getLegacyNonLayoutAccessibleRelationMemberOf(), VclScrolledWindow::getVisibleChildSize(), ImpVclMEdit::HandleCommand(), HasActiveChildFrame(), SvImpLBox::HasHorScrollBar(), Help::HideBalloonAndQuickHelp(), IMPL_LINK(), vcl::RoadmapWizard::ImplCalcSize(), ToolBox::ImplFormat(), ImplHandleMove(), ImplHideAllOverlaps(), ImplInvalidateOverlapFrameRegion(), vcl::RoadmapWizard::ImplPosCtrls(), ImplPosSizeWindow(), vcl::RoadmapWizard::ImplPosTabPage(), ImplWheelWindow::ImplSetWheelMode(), HeaderBar::ImplUpdate(), ImplUpdateOverlapWindowPtr(), ImpVclMEdit::ImpUpdateScrollBarVis(), VclScrolledWindow::InitScrollBars(), Menu::InsertItem(), isVisibleInLayout(), SvImpLBox::KeyDown(), IconViewImpl::KeyDown(), SvImpLBox::KeyInput(), SvImpLBox::KeyUp(), IconViewImpl::KeyUp(), SvxIconChoiceCtrl_Impl::MakeVisible(), ImplListBoxWindow::MouseMove(), MenuFloatingWindow::MouseMove(), ImpVclMEdit::Notify(), TabControl::Paint(), SvxIconChoiceCtrl_Impl::PaintEntry(), Menu::RemoveItem(), SvImpLBox::Resize(), ImpVclMEdit::Resize(), HeaderBar::Resize(), PriorityMergedHBox::Resize(), MenuBarWindow::Resize(), IconViewImpl::ScrollTo(), ImplListBoxWindow::SelectEntry(), VclVPaned::setAllocation(), VclHPaned::setAllocation(), VclFrame::setAllocation(), VclExpander::setAllocation(), VclViewport::setAllocation(), VclEventBox::setAllocation(), Calendar::SetCurDate(), DockingWindow::SetFloatingMode(), ImplDockingWindowWrapper::SetFloatingMode(), HelpTextWindow::SetHelpText(), Menu::SetItemText(), SetParent(), WorkWindow::SetPluginParent(), Menu::ShowItem(), SvImpLBox::ShowVerSBar(), WorkWindow::StartPresentationMode(), Dialog::StateChanged(), FloatingWindow::StateChanged(), ScrollBar::Tracking(), Slider::Tracking(), and InterimItemWindow::UnclipVisibleSysObj().

◆ IsWait()

bool vcl::Window::IsWait ( ) const

Definition at line 1224 of file window2.cxx.

References mpWindowImpl.

◆ IsWindowOrChild()

bool vcl::Window::IsWindowOrChild ( const vcl::Window pWindow,
bool  bSystemWindow = false 
) const

◆ IsZoom()

bool vcl::Window::IsZoom ( ) const

◆ KeyInput()

void vcl::Window::KeyInput ( const KeyEvent rKEvt)
virtual

◆ KeyUp()

void vcl::Window::KeyUp ( const KeyEvent rKEvt)
virtual

◆ LeaveWait()

void vcl::Window::LeaveWait ( )

◆ list_mnemonic_labels()

const std::vector< VclPtr< FixedText > > & vcl::Window::list_mnemonic_labels ( ) const

Definition at line 2023 of file window2.cxx.

References mpWindowImpl.

Referenced by dispose(), and GetAccessibleRelationLabeledBy().

◆ LocalStartDrag()

void vcl::Window::LocalStartDrag ( )

Definition at line 446 of file mouse.cxx.

References ImplGetFrameData(), and ImplFrameData::mbDragging.

◆ LogicInvalidate()

void vcl::Window::LogicInvalidate ( const tools::Rectangle pRectangle)
virtual

Notification about some rectangle of the output device got invalidated.Used for the main document window.

Parameters
pRectangleIf 0, that means the whole area, otherwise the area in logic coordinates.

Reimplemented in Control.

Definition at line 1190 of file paint.cxx.

References GetOutDev(), OutputDevice::ImplLogicToDevicePixel(), and PixelInvalidate().

Referenced by Invalidate(), Control::LogicInvalidate(), PaintImmediately(), and queue_resize().

◆ LogicToLogic()

Size vcl::Window::LogicToLogic ( const Size rSzSource,
const MapMode pMapModeSource,
const MapMode pMapModeDest 
) const

Definition at line 195 of file window3.cxx.

References GetOutDev(), and OutputDevice::LogicToLogic().

Referenced by SvTabListBox::SetTabs().

◆ LogicToPixel() [1/7]

Point vcl::Window::LogicToPixel ( const Point rLogicPt) const

◆ LogicToPixel() [2/7]

Point vcl::Window::LogicToPixel ( const Point rLogicPt,
const MapMode rMapMode 
) const

Definition at line 147 of file window3.cxx.

References GetOutDev(), and OutputDevice::LogicToPixel().

◆ LogicToPixel() [3/7]

Size vcl::Window::LogicToPixel ( const Size rLogicSize) const

Definition at line 135 of file window3.cxx.

References GetOutDev(), and OutputDevice::LogicToPixel().

◆ LogicToPixel() [4/7]

Size vcl::Window::LogicToPixel ( const Size rLogicSize,
const MapMode rMapMode 
) const

Definition at line 151 of file window3.cxx.

References GetOutDev(), and OutputDevice::LogicToPixel().

◆ LogicToPixel() [5/7]

tools::Rectangle vcl::Window::LogicToPixel ( const tools::Rectangle rLogicRect) const

Definition at line 139 of file window3.cxx.

References GetOutDev(), and OutputDevice::LogicToPixel().

◆ LogicToPixel() [6/7]

tools::Rectangle vcl::Window::LogicToPixel ( const tools::Rectangle rLogicRect,
const MapMode rMapMode 
) const

Definition at line 155 of file window3.cxx.

References GetOutDev(), and OutputDevice::LogicToPixel().

◆ LogicToPixel() [7/7]

vcl::Region vcl::Window::LogicToPixel ( const vcl::Region rLogicRegion) const

Definition at line 143 of file window3.cxx.

References GetOutDev(), and OutputDevice::LogicToPixel().

◆ LoseFocus()

void vcl::Window::LoseFocus ( )
virtual

◆ MouseButtonDown()

void vcl::Window::MouseButtonDown ( const MouseEvent rMEvt)
virtual

◆ MouseButtonUp()

void vcl::Window::MouseButtonUp ( const MouseEvent rMEvt)
virtual

◆ MouseMove()

void vcl::Window::MouseMove ( const MouseEvent rMEvt)
virtual

◆ Move()

void vcl::Window::Move ( )
virtual

Reimplemented in ScrollBar.

Definition at line 1833 of file window.cxx.

Referenced by ImplCallMove(), and ScrollBar::Move().

◆ NormalizedScreenToOutputPixel()

Point vcl::Window::NormalizedScreenToOutputPixel ( const Point rPos) const

Definition at line 2848 of file window.cxx.

References GetOutDev(), ImplGetUnmirroredOutOffX(), Point::X(), and Point::Y().

Referenced by Splitter::Tracking().

◆ NotifyAllChildren()

void vcl::Window::NotifyAllChildren ( DataChangedEvent rDCEvt)

Definition at line 40 of file event.cxx.

References CompatDataChanged(), mpWindowImpl, and NotifyAllChildren().

Referenced by NotifyAllChildren(), and Application::NotifyAllWindows().

◆ OutputToAbsoluteScreenPixel()

Point vcl::Window::OutputToAbsoluteScreenPixel ( const Point rPos) const

◆ OutputToNormalizedScreenPixel()

Point vcl::Window::OutputToNormalizedScreenPixel ( const Point rPos) const

Definition at line 2841 of file window.cxx.

References GetOutDev(), ImplGetUnmirroredOutOffX(), Point::X(), and Point::Y().

Referenced by Splitter::Tracking().

◆ OutputToScreenPixel()

Point vcl::Window::OutputToScreenPixel ( const Point rPos) const

Definition at line 2806 of file window.cxx.

References GetOutDev(), Point::X(), and Point::Y().

Referenced by ImplTBDragMgr::Dragging(), EventNotify(), DockingWindow::EventNotify(), MenuButton::ExecuteMenu(), MenuBarWindow::GetMenuBarButtonRectPixel(), weld::GetPopupParent(), IMPL_LINK_NOARG(), SpinField::ImplCalcButtonAreas(), FloatingWindow::ImplCalcPos(), FloatingWindow::ImplConvertToRelPos(), ImplHandleKey(), ImplHandleMouseEvent(), ImplNotifyKeyMouseCommandEventListeners(), ImplOutputToUnmirroredAbsoluteScreenPixel(), Edit::ImplPaintBorder(), SplitWindow::ImplSplitMousePos(), DockingWindow::ImplStartDocking(), ImplDockingWindowWrapper::ImplStartDocking(), vcl::ImplTranslateMouseEvent(), ToolBox::MouseButtonDown(), ImplWheelWindow::MouseMove(), OutputToAbsoluteScreenPixel(), SalInstancePopover::popup_at_rect(), PushButton::PreNotify(), PopupMenu::PrepareRun(), VclDrawingArea::RequestHelp(), RequestHelp(), SvImpLBox::RequestHelp(), SvxIconChoiceCtrl_Impl::RequestHelp(), HeaderBar::RequestHelp(), SplitWindow::RequestHelp(), StatusBar::RequestHelp(), TabControl::RequestHelp(), ToolBox::RequestHelp(), SvTreeListBox::RequestHelp(), ImplBorderWindow::RequestHelp(), Calendar::RequestHelp(), ListBox::Resize(), SpinField::Resize(), SetLastMousePos(), SetPointerPosPixel(), ImplListBoxFloatingWindow::setPosSizePixel(), CalendarField::ShowDropDown(), Help::ShowQuickHelp(), ImplListBoxFloatingWindow::StartFloat(), FloatingWindow::StartPopupMode(), ImplDockingWindowWrapper::Tracking(), DockingWindow::Tracking(), and Help::UpdatePopover().

◆ Paint()

void vcl::Window::Paint ( vcl::RenderContext rRenderContext,
const tools::Rectangle rRect 
)
virtual

◆ PaintImmediately()

void vcl::Window::PaintImmediately ( )

◆ PaintToDevice()

void vcl::Window::PaintToDevice ( ::OutputDevice pDevice,
const Point rPos 
)

◆ PixelInvalidate()

void vcl::Window::PixelInvalidate ( const tools::Rectangle pRectangle)
virtual

Notification about some rectangle of the output device got invalidated.

Used for the dialogs and floating windows (e.g. context menu, popup).

Parameters
pRectangleIf 0, that means the whole area, otherwise the area in pixel coordinates.

Reimplemented in Dialog, and FloatingWindow.

Definition at line 1201 of file paint.cxx.

References GetLOKNotifier(), GetLOKWindowId(), GetOutDev(), GetOutOffXPixel(), GetOutOffYPixel(), GetParentWithLOKNotifier(), GetSizePixel(), comphelper::LibreOfficeKit::isActive(), comphelper::LibreOfficeKit::isDialogPainting(), Size::IsEmpty(), IsRTLEnabled(), OutputDevice::ReMirror(), and tools::Rectangle::toString().

Referenced by LogicInvalidate().

◆ PixelToLogic() [1/8]

Point vcl::Window::PixelToLogic ( const Point rDevicePt) const

◆ PixelToLogic() [2/8]

Point vcl::Window::PixelToLogic ( const Point rDevicePt,
const MapMode rMapMode 
) const

Definition at line 181 of file window3.cxx.

References GetOutDev(), and OutputDevice::PixelToLogic().

◆ PixelToLogic() [3/8]

Size vcl::Window::PixelToLogic ( const Size rDeviceSize) const

Definition at line 165 of file window3.cxx.

References GetOutDev(), and OutputDevice::PixelToLogic().

◆ PixelToLogic() [4/8]

Size vcl::Window::PixelToLogic ( const Size rDeviceSize,
const MapMode rMapMode 
) const

Definition at line 185 of file window3.cxx.

References GetOutDev(), and OutputDevice::PixelToLogic().

◆ PixelToLogic() [5/8]

tools::PolyPolygon vcl::Window::PixelToLogic ( const tools::PolyPolygon rDevicePolyPoly) const

Definition at line 173 of file window3.cxx.

References GetOutDev(), and OutputDevice::PixelToLogic().

◆ PixelToLogic() [6/8]

tools::Rectangle vcl::Window::PixelToLogic ( const tools::Rectangle rDeviceRect) const

Definition at line 169 of file window3.cxx.

References GetOutDev(), and OutputDevice::PixelToLogic().

◆ PixelToLogic() [7/8]

tools::Rectangle vcl::Window::PixelToLogic ( const tools::Rectangle rDeviceRect,
const MapMode rMapMode 
) const

Definition at line 189 of file window3.cxx.

References GetOutDev(), and OutputDevice::PixelToLogic().

◆ PixelToLogic() [8/8]

vcl::Region vcl::Window::PixelToLogic ( const vcl::Region rDeviceRegion) const

Definition at line 177 of file window3.cxx.

References GetOutDev(), and OutputDevice::PixelToLogic().

◆ PopPaintHelper()

void vcl::Window::PopPaintHelper ( PaintHelper const *  pHelper)
protected

◆ PostExtTextInputEvent()

void vcl::Window::PostExtTextInputEvent ( VclEventId  nType,
const OUString &  rText 
)

◆ PostPaint()

void vcl::Window::PostPaint ( vcl::RenderContext rRenderContext)
virtual

Reimplemented in SystemWindow.

Definition at line 1016 of file paint.cxx.

Referenced by ImplCallPaint(), and SystemWindow::PostPaint().

◆ PostUserEvent()

ImplSVEvent * vcl::Window::PostUserEvent ( const Link< void *, void > &  rLink,
void *  pCaller = nullptr,
bool  bReferenceLink = false 
)

Definition at line 339 of file event.cxx.

References Link< typename Arg, typename Ret >::GetInstance(), and mpWindowImpl.

Referenced by Dialog::EventNotify().

◆ PreNotify()

bool vcl::Window::PreNotify ( NotifyEvent rNEvt)
virtual

◆ PrePaint()

void vcl::Window::PrePaint ( vcl::RenderContext rRenderContext)
virtual

Reimplemented in SystemWindow.

Definition at line 1012 of file paint.cxx.

Referenced by ImplCallPaint(), and SystemWindow::PrePaint().

◆ PushPaintHelper()

void vcl::Window::PushPaintHelper ( PaintHelper pHelper,
vcl::RenderContext rRenderContext 
)
protected

◆ queue_resize()

void vcl::Window::queue_resize ( StateChangedType  eReason = StateChangedType::Layout)
virtual

◆ RecordLayoutData()

void vcl::Window::RecordLayoutData ( vcl::ControlLayoutData pLayout,
const tools::Rectangle rRect 
)

Definition at line 3456 of file window.cxx.

References GetOutDev(), OutputDevice::mpOutDevData, and Paint().

◆ ReleaseLOKNotifier()

void vcl::Window::ReleaseLOKNotifier ( )

Indicate that LOK is not going to use this dialog any more.

Definition at line 3214 of file window.cxx.

References mpWindowImpl.

Referenced by Dialog::dispose(), FloatingWindow::dispose(), Dialog::EndDialog(), and FloatingWindow::StateChanged().

◆ ReleaseMouse()

void vcl::Window::ReleaseMouse ( )

◆ remove_from_all_size_groups()

void vcl::Window::remove_from_all_size_groups ( )

Definition at line 1991 of file window2.cxx.

References WindowImpl::m_xSizeGroup, mpWindowImpl, NONE, and queue_resize().

Referenced by dispose().

◆ remove_mnemonic_label()

void vcl::Window::remove_mnemonic_label ( FixedText pLabel)

Definition at line 2013 of file window2.cxx.

References mpWindowImpl, FixedText::set_mnemonic_widget(), and v.

Referenced by dispose(), and FixedText::set_mnemonic_widget().

◆ RemoveChildEventListener()

void vcl::Window::RemoveChildEventListener ( const Link< VclWindowEvent &, void > &  rEventListener)

Definition at line 328 of file event.cxx.

References mpWindowImpl.

Referenced by TabControl::dispose(), and SalInstanceWidget::~SalInstanceWidget().

◆ RemoveEventListener()

void vcl::Window::RemoveEventListener ( const Link< VclWindowEvent &, void > &  rEventListener)

◆ RemoveUserEvent()

void vcl::Window::RemoveUserEvent ( ImplSVEvent nUserEvent)

◆ reorderWithinParent()

void vcl::Window::reorderWithinParent ( sal_uInt16  nNewPosition)

◆ RequestDoubleBuffering()

void vcl::Window::RequestDoubleBuffering ( bool  bRequest)

Enable/disable double-buffering of the frame window and all its children.

Definition at line 3865 of file window.cxx.

References mpWindowImpl.

Referenced by WindowUIObject::get_state(), ListBox::ImplInit(), and ImplInit().

◆ RequestHelp()

void vcl::Window::RequestHelp ( const HelpEvent rHEvt)
virtual

◆ Resize()

void vcl::Window::Resize ( )
virtual

◆ SaveFocus()

VclPtr< vcl::Window > vcl::Window::SaveFocus ( )
static

Definition at line 380 of file window2.cxx.

References ImplGetSVData(), ImplSVWinData::mpFocusWin, and ImplSVData::mpWinData.

◆ ScreenToOutputPixel()

Point vcl::Window::ScreenToOutputPixel ( const Point rPos) const

Definition at line 2812 of file window.cxx.

References GetOutDev(), Point::X(), and Point::Y().

Referenced by AbsoluteScreenToOutputPixel(), ComboBox::Impl::calcComboBoxDropDownComponentBounds(), DockingWindow::EndDocking(), ImplDockingWindowWrapper::EndDocking(), EndTracking(), EventNotify(), DockingWindow::EventNotify(), DNDEventDispatcher::fireDragEnterEvent(), DNDEventDispatcher::fireDragGestureEvent(), DNDEventDispatcher::fireDragOverEvent(), DNDEventDispatcher::fireDropActionChangedEvent(), DNDEventDispatcher::fireDropEvent(), GetLastPointerPosPixel(), GetPointerPosPixel(), GetPointerState(), weld::GetPopupParent(), IMPL_LINK_NOARG(), SpinField::ImplCalcButtonAreas(), FloatingWindow::ImplCalcPos(), ImplCallWheelCommand(), FloatingWindow::ImplConvertToAbsPos(), ImplHandleMouseEvent(), ImplHandleSalQueryCharPosition(), ImplLOKHandleMouseEvent(), ImplNotifyKeyMouseCommandEventListeners(), Edit::ImplPaintBorder(), vcl::ImplTranslateMouseEvent(), ImplUnmirroredAbsoluteScreenToOutputPixel(), ToolBox::MouseButtonDown(), PushButton::PreNotify(), VclDrawingArea::RequestHelp(), SvImpLBox::RequestHelp(), SvxIconChoiceCtrl_Impl::RequestHelp(), HeaderBar::RequestHelp(), SplitWindow::RequestHelp(), StatusBar::RequestHelp(), TabControl::RequestHelp(), ToolBox::RequestHelp(), SvTreeListBox::RequestHelp(), ImplBorderWindow::RequestHelp(), Calendar::RequestHelp(), ListBox::Resize(), SpinField::Resize(), ImplDockingWindowWrapper::Tracking(), DockingWindow::Tracking(), and ImplStdBorderWindowView::Tracking().

◆ Scroll() [1/2]

void vcl::Window::Scroll ( tools::Long  nHorzScroll,
tools::Long  nVertScroll,
const tools::Rectangle rRect,
ScrollFlags  nFlags = ScrollFlags::NONE 
)

◆ Scroll() [2/2]

void vcl::Window::Scroll ( tools::Long  nHorzScroll,
tools::Long  nVertScroll,
ScrollFlags  nFlags = ScrollFlags::NONE 
)
virtual

◆ set_border_width()

void vcl::Window::set_border_width ( sal_Int32  nBorderWidth)

◆ set_expand()

void vcl::Window::set_expand ( bool  bExpand)

◆ set_fill()

void vcl::Window::set_fill ( bool  bFill)

Definition at line 1815 of file window2.cxx.

References WindowImpl::mbFill, and mpWindowImpl.

Referenced by VclBuilder::applyPackingProperty().

◆ set_font_attribute()

bool vcl::Window::set_font_attribute ( const OUString &  rKey,
std::u16string_view  rValue 
)

◆ set_grid_height()

void vcl::Window::set_grid_height ( sal_Int32  nRows)

Definition at line 1851 of file window2.cxx.

References WindowImpl::mnGridHeight, and mpWindowImpl.

Referenced by VclBuilder::applyPackingProperty().

◆ set_grid_left_attach()

void vcl::Window::set_grid_left_attach ( sal_Int32  nAttach)

◆ set_grid_top_attach()

void vcl::Window::set_grid_top_attach ( sal_Int32  nAttach)

◆ set_grid_width()

void vcl::Window::set_grid_width ( sal_Int32  nCols)

◆ set_halign()

void vcl::Window::set_halign ( VclAlign  eAlign)

Definition at line 1731 of file window2.cxx.

References WindowImpl::meHalign, and mpWindowImpl.

Referenced by set_property().

◆ set_height_request()

void vcl::Window::set_height_request ( sal_Int32  nHeightRequest)

◆ set_hexpand()

void vcl::Window::set_hexpand ( bool  bExpand)

◆ set_id()

void vcl::Window::set_id ( const OUString &  rID)

◆ set_margin_bottom()

void vcl::Window::set_margin_bottom ( sal_Int32  nWidth)

◆ set_margin_end()

void vcl::Window::set_margin_end ( sal_Int32  nWidth)

◆ set_margin_start()

void vcl::Window::set_margin_start ( sal_Int32  nWidth)

◆ set_margin_top()

void vcl::Window::set_margin_top ( sal_Int32  nWidth)

◆ set_non_homogeneous()

void vcl::Window::set_non_homogeneous ( bool  bNonHomogeneous)

Definition at line 1975 of file window2.cxx.

References WindowImpl::mbNonHomogeneous, and mpWindowImpl.

Referenced by VclBuilder::applyPackingProperty().

◆ set_pack_type()

void vcl::Window::set_pack_type ( VclPackType  ePackType)

◆ set_padding()

void vcl::Window::set_padding ( sal_Int32  nPadding)

Definition at line 1803 of file window2.cxx.

References WindowImpl::mnPadding, and mpWindowImpl.

Referenced by VclBuilder::applyPackingProperty().

◆ set_property()

bool vcl::Window::set_property ( const OUString &  rKey,
const OUString &  rValue 
)
virtual

◆ set_secondary()

void vcl::Window::set_secondary ( bool  bSecondary)

Definition at line 1963 of file window2.cxx.

References WindowImpl::mbSecondary, and mpWindowImpl.

Referenced by VclBuilder::applyPackingProperty().

◆ set_valign()

void vcl::Window::set_valign ( VclAlign  eAlign)

Definition at line 1743 of file window2.cxx.

References WindowImpl::meValign, and mpWindowImpl.

Referenced by MessageDialog::create_message_area(), and set_property().

◆ set_vexpand()

void vcl::Window::set_vexpand ( bool  bExpand)

◆ set_width_request()

void vcl::Window::set_width_request ( sal_Int32  nWidthRequest)

◆ SetAccessibilityEventsSuppressed()

void vcl::Window::SetAccessibilityEventsSuppressed ( bool  bSuppressed)

Definition at line 563 of file accessibility.cxx.

References mpWindowImpl.

◆ SetAccessible()

void vcl::Window::SetAccessible ( const css::uno::Reference< css::accessibility::XAccessible > &  x)

◆ SetAccessibleDescription()

void vcl::Window::SetAccessibleDescription ( const OUString &  rDescr)

Definition at line 445 of file accessibility.cxx.

References mpWindowImpl, and SAL_WARN_IF.

Referenced by SalInstanceWidget::set_accessible_description(), and set_property().

◆ SetAccessibleName()

void vcl::Window::SetAccessibleName ( const OUString &  rName)

◆ SetAccessibleRelationLabeledBy()

void vcl::Window::SetAccessibleRelationLabeledBy ( vcl::Window pLabeledBy)

◆ SetAccessibleRelationLabelFor()

void vcl::Window::SetAccessibleRelationLabelFor ( vcl::Window pLabelFor)

◆ SetAccessibleRole()

void vcl::Window::SetAccessibleRole ( sal_uInt16  nRole)

◆ SetActivateMode()

void vcl::Window::SetActivateMode ( ActivateModeFlags  nMode)

◆ SetBackground() [1/2]

void vcl::Window::SetBackground ( )

Definition at line 100 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetBackground().

Referenced by NotebookbarPopup::ApplyBackground(), Dialog::ApplySettings(), BubbleWindow::BubbleWindow(), Splitter::DataChanged(), ComboBox::DataChanged(), ListBox::DataChanged(), DecoToolBox::DataChanged(), PaintHelper::DoPaint(), ComboBox::ImplInit(), SpinField::ImplInit(), ImplBorderWindow::ImplInit(), ImplInit(), Splitter::ImplInit(), ImplInitDropDownButton(), DockingWindow::ImplInitSettings(), SplitWindow::ImplInitSettings(), TabPage::ImplInitSettings(), Dialog::ImplInitSettings(), FloatingWindow::ImplInitSettings(), Calendar::ImplInitSettings(), Slider::ImplInitSettings(), TabControl::ImplInitSettings(), PushButton::ImplInitSettings(), CheckBox::ImplInitSettings(), RadioButton::ImplInitSettings(), VclMultiLineEdit::ImplInitSettings(), SystemChildWindow::ImplInitSysChild(), ImplListBoxWindow::ImplListBoxWindow(), ImplWin::ImplWin(), ImplStdBorderWindowView::Init(), ImplSmallBorderWindowView::Init(), SvTreeListBox::InitSettings(), InterimItemWindow::InterimItemWindow(), MenuBarWindow::MenuBarWindow(), NotebookbarPopup::NotebookbarPopup(), NotebookbarPopup::RemoveBackground(), ImplBorderWindow::Resize(), SalInstanceWidget::set_background(), SalInstanceWidget::set_toolbar_background(), SvtIconChoiceCtrl::SetBackground(), ListBox::StateChanged(), VclMultiLineEdit::StateChanged(), SvInplaceEdit2::SvInplaceEdit2(), TextWindow::TextWindow(), NotebookBar::UpdateBackground(), UpdateSettings(), VclContainer::VclContainer(), and VclPaned::VclPaned().

◆ SetBackground() [2/2]

void vcl::Window::SetBackground ( const Wallpaper rBackground)

Definition at line 101 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetBackground().

◆ SetBorderStyle()

void vcl::Window::SetBorderStyle ( WindowBorderStyle  nBorderStyle)

◆ SetClipboard()

void vcl::Window::SetClipboard ( css::uno::Reference< css::datatransfer::clipboard::XClipboard > const &  xClipboard)

Sets a custom clipboard for the window's frame, instead of creating it on-demand using css::datatransfer::clipboard::SystemClipboard.

Definition at line 3441 of file window.cxx.

References mpWindowImpl.

◆ SetComponentInterface()

void vcl::Window::SetComponentInterface ( css::uno::Reference< css::awt::XVclWindowPeer > const &  xIFace)

◆ SetCompositionCharRect()

void vcl::Window::SetCompositionCharRect ( const tools::Rectangle pRect,
tools::Long  nCompositionLength,
bool  bVertical = false 
)

◆ SetCompoundControl()

void vcl::Window::SetCompoundControl ( bool  bCompound)
protected

◆ SetControlBackground() [1/2]

void vcl::Window::SetControlBackground ( )

◆ SetControlBackground() [2/2]

void vcl::Window::SetControlBackground ( const Color rColor)

◆ SetControlFont() [1/2]

void vcl::Window::SetControlFont ( )

◆ SetControlFont() [2/2]

void vcl::Window::SetControlFont ( const vcl::Font rFont)

Definition at line 447 of file window2.cxx.

References CompatStateChanged(), ControlFont, mpWindowImpl, and SetControlFont().

◆ SetControlForeground() [1/2]

void vcl::Window::SetControlForeground ( )

◆ SetControlForeground() [2/2]

void vcl::Window::SetControlForeground ( const Color rColor)

◆ SetCreatedWithToolkit()

void vcl::Window::SetCreatedWithToolkit ( bool  b)

Definition at line 1268 of file window2.cxx.

References mpWindowImpl.

◆ SetCursor()

void vcl::Window::SetCursor ( vcl::Cursor pCursor)

◆ SetCursorRect()

void vcl::Window::SetCursorRect ( const tools::Rectangle pRect = nullptr,
tools::Long  nExtTextInputWidth = 0 
)

◆ SetDialogControlFlags()

void vcl::Window::SetDialogControlFlags ( DialogControlFlags  nFlags)

Definition at line 1078 of file window2.cxx.

References mpWindowImpl.

Referenced by FloatingWindow::dispose().

◆ SetDialogControlStart()

void vcl::Window::SetDialogControlStart ( bool  bStart)

Definition at line 1068 of file window2.cxx.

References mpWindowImpl.

◆ SetDumpAsPropertyTreeHdl()

void vcl::Window::SetDumpAsPropertyTreeHdl ( const Link< tools::JsonWriter &, void > &  rLink)

Definition at line 1782 of file window.cxx.

References mpWindowImpl.

Referenced by SalInstanceWidget::connect_get_property_tree().

◆ SetExtendedStyle()

void vcl::Window::SetExtendedStyle ( WindowExtendedStyle  nExtendedStyle)

◆ SetFakeFocus()

void vcl::Window::SetFakeFocus ( bool  bFocus)

Set this when you need to act as if the window has focus even if it doesn't.

This is necessary for implementing tab stops inside floating windows, but floating windows don't get focus from the system.

Definition at line 2999 of file window.cxx.

References ImplGetWindowImpl(), and WindowImpl::mbFakeFocusSet.

Referenced by InterimItemWindow::ChildKeyInput().

◆ SetFont()

void vcl::Window::SetFont ( const vcl::Font rNewFont)

◆ SetHelpHdl()

void vcl::Window::SetHelpHdl ( const Link< vcl::Window &, bool > &  rLink)

◆ SetHelpId()

void vcl::Window::SetHelpId ( const OUString &  rHelpId)

◆ SetHelpText()

void vcl::Window::SetHelpText ( const OUString &  rHelpText)

Definition at line 1246 of file window2.cxx.

References mpWindowImpl.

◆ SetInputContext()

void vcl::Window::SetInputContext ( const InputContext rInputContext)

◆ SetLastMousePos()

void vcl::Window::SetLastMousePos ( const Point rPos)

Similar to SetPointerPosPixel(), but sets the frame data's last mouse position instead.

Definition at line 531 of file mouse.cxx.

References mpWindowImpl, OutputToScreenPixel(), Point::X(), and Point::Y().

◆ SetLOKNotifier()

void vcl::Window::SetLOKNotifier ( const vcl::ILibreOfficeKitNotifier pNotifier,
bool  bParent = false 
)

Interface to register for dialog / window tunneling.

Definition at line 3178 of file window.cxx.

References comphelper::LibreOfficeKit::isActive(), and mpWindowImpl.

Referenced by Dialog::ImplLOKNotifier(), Dialog::ImplStartExecute(), Dialog::StateChanged(), and FloatingWindow::StateChanged().

◆ SetMapMode() [1/2]

void vcl::Window::SetMapMode ( )

◆ SetMapMode() [2/2]

void vcl::Window::SetMapMode ( const MapMode rNewMapMode)

Definition at line 126 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetMapMode().

◆ SetMnemonicActivateHdl()

void vcl::Window::SetMnemonicActivateHdl ( const Link< vcl::Window &, bool > &  rLink)

◆ SetModalHierarchyHdl()

void vcl::Window::SetModalHierarchyHdl ( const Link< bool, void > &  rLink)

Definition at line 1790 of file window.cxx.

References ImplGetFrame(), and SalFrame::SetModalHierarchyHdl().

◆ SetMouseTransparent()

void vcl::Window::SetMouseTransparent ( bool  bTransparent)

Definition at line 434 of file mouse.cxx.

References mpWindowImpl.

Referenced by OpenGLContext::InitChildWindow().

◆ SetOutputSizePixel()

void vcl::Window::SetOutputSizePixel ( const Size rNewSize)
virtual

◆ SetOverlineColor() [1/2]

void vcl::Window::SetOverlineColor ( )

Definition at line 95 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetOverlineColor().

Referenced by ImplPaintToDevice().

◆ SetOverlineColor() [2/2]

void vcl::Window::SetOverlineColor ( const Color rColor)

Definition at line 96 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetOverlineColor().

◆ SetPaintTransparent()

void vcl::Window::SetPaintTransparent ( bool  bTransparent)

◆ SetParent()

void vcl::Window::SetParent ( vcl::Window pNewParent)

◆ SetParentClipMode()

void vcl::Window::SetParentClipMode ( ParentClipMode  nMode = ParentClipMode::NONE)

◆ SetParentUpdateMode()

void vcl::Window::SetParentUpdateMode ( bool  bUpdate)

Definition at line 1204 of file window2.cxx.

References mpWindowImpl.

◆ SetPointer()

void vcl::Window::SetPointer ( PointerStyle  nPointer)
virtual

◆ SetPointerPosPixel()

void vcl::Window::SetPointerPosPixel ( const Point rPos)

◆ SetPointFont()

void vcl::Window::SetPointFont ( vcl::RenderContext rRenderContext,
const vcl::Font rFont 
)

◆ SetPosPixel()

void vcl::Window::SetPosPixel ( const Point rNewPos)
virtual

◆ SetPosSizePixel()

void vcl::Window::SetPosSizePixel ( const Point rNewPos,
const Size rNewSize 
)
virtual

◆ setPosSizePixel()

void vcl::Window::setPosSizePixel ( tools::Long  nX,
tools::Long  nY,
tools::Long  nWidth,
tools::Long  nHeight,
PosSizeFlags  nFlags = PosSizeFlags::All 
)
virtual

Reimplemented in DockingWindow, NotebookBar, ComboBox, ListBox, and ImplListBoxFloatingWindow.

Definition at line 2666 of file window.cxx.

References VclPtr< reference_type >::get(), SystemWindow::GetMaxOutputSizePixel(), SystemWindow::GetMinOutputSizePixel(), GetOutDev(), GetParent(), GetStyle(), OutputDevice::HasMirroredGraphics(), Size::Height(), Height, ImplGenerateMouseMove(), ImplHandleResize(), OutputDevice::ImplIsAntiparallel(), ImplPosSizeWindow(), comphelper::LibreOfficeKit::isActive(), IsReallyVisible(), tools::Rectangle::Left(), SalFrameGeometry::leftDecoration(), OutputDevice::mnOutHeight, OutputDevice::mnOutOffX, OutputDevice::mnOutOffY, OutputDevice::mnOutWidth, mpWindowImpl, Pos, OutputDevice::ReMirror(), SAL_FRAME_POSSIZE_HEIGHT, SAL_FRAME_POSSIZE_WIDTH, SAL_FRAME_POSSIZE_X, SAL_FRAME_POSSIZE_Y, Size, WB_SYSTEMCHILDWINDOW, Size::Width(), Width, vcl::WindowPosSize::width(), X, vcl::WindowPosSize::x(), and Y.

Referenced by CheckBox::GetFocus(), vcl::RoadmapWizard::ImplPosCtrls(), PushButton::ImplSetDefButton(), OpenGLContext::init(), MenuBarWindow::LayoutChanged(), CheckBox::LoseFocus(), ImpVclMEdit::Resize(), ListBox::Resize(), ImplBorderWindow::Resize(), MenuBarWindow::Resize(), SetBorderStyle(), MenuBarWindow::SetHeight(), SetPosPixel(), SetPosSizePixel(), ImplDockingWindowWrapper::setPosSizePixel(), NotebookBar::setPosSizePixel(), ComboBox::setPosSizePixel(), ListBox::setPosSizePixel(), ImplListBoxFloatingWindow::setPosSizePixel(), SetSizePixel(), and ImplStdBorderWindowView::Tracking().

◆ SetQuickHelpText()

void vcl::Window::SetQuickHelpText ( const OUString &  rHelpText)

◆ SetSettings() [1/2]

void vcl::Window::SetSettings ( const AllSettings rSettings)

◆ SetSettings() [2/2]

void vcl::Window::SetSettings ( const AllSettings rSettings,
bool  bChild 
)

Definition at line 209 of file window3.cxx.

References GetOutDev(), and SetSettings().

◆ SetSizePixel()

void vcl::Window::SetSizePixel ( const Size rNewSize)
virtual

◆ SetStyle()

void vcl::Window::SetStyle ( WinBits  nStyle)

◆ SetText()

void vcl::Window::SetText ( const OUString &  rStr)
virtual

◆ SetTextAlign()

void vcl::Window::SetTextAlign ( TextAlign  eAlign)

Definition at line 120 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetTextAlign().

Referenced by ImplPaintToDevice().

◆ SetTextColor()

void vcl::Window::SetTextColor ( const Color rColor)

◆ SetTextFillColor() [1/2]

void vcl::Window::SetTextFillColor ( )

◆ SetTextFillColor() [2/2]

void vcl::Window::SetTextFillColor ( const Color rColor)

Definition at line 98 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetTextFillColor().

◆ SetTextLineColor() [1/2]

void vcl::Window::SetTextLineColor ( )

Definition at line 93 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetTextLineColor().

Referenced by ImplPaintToDevice().

◆ SetTextLineColor() [2/2]

void vcl::Window::SetTextLineColor ( const Color rColor)

Definition at line 94 of file window3.cxx.

References GetOutDev(), and OutputDevice::SetTextLineColor().

◆ SetType()

void vcl::Window::SetType ( WindowType  nType)

◆ SetUpdateMode()

void vcl::Window::SetUpdateMode ( bool  bUpdate)

◆ SetUseFrameData()

void vcl::Window::SetUseFrameData ( bool  bUseFrameData)

Definition at line 246 of file window2.cxx.

References mpWindowImpl.

◆ SetWindowPeer()

void vcl::Window::SetWindowPeer ( css::uno::Reference< css::awt::XVclWindowPeer > const &  xPeer,
VCLXWindow pVCLXWindow 
)

◆ SetWindowRegionPixel() [1/2]

void vcl::Window::SetWindowRegionPixel ( )

◆ SetWindowRegionPixel() [2/2]

void vcl::Window::SetWindowRegionPixel ( const vcl::Region rRegion)

◆ SetZoom()

void vcl::Window::SetZoom ( const Fraction rZoom)

◆ SetZoomedPointFont()

void vcl::Window::SetZoomedPointFont ( vcl::RenderContext rRenderContext,
const vcl::Font rFont 
)

◆ SetZOrder()

void vcl::Window::SetZOrder ( vcl::Window pRefWindow,
ZOrderFlags  nFlags 
)

◆ Show()

void vcl::Window::Show ( bool  bVisible = true,
ShowFlags  nFlags = ShowFlags::NONE 
)

Definition at line 2187 of file window.cxx.

References tools::Rectangle::AdjustBottom(), tools::Rectangle::AdjustLeft(), tools::Rectangle::AdjustRight(), tools::Rectangle::AdjustTop(), bVisible, CallEventListeners(), Children, CompatStateChanged(), EnableNativeWidget(), ForegroundTask, vcl::Region::GetBoundRect(), GetOutputSizePixel(), GetpApp(), GetParent(), GetStyle(), HasChildPathFocus(), Hide(), ImplCallInitShow(), ImplCallMove(), ImplCallResize(), ImplFocusToTop(), ImplGenerateMouseMove(), ImplGetParent(), ImplGetSVData(), ImplHandleResize(), ImplHideAllOverlaps(), ImplInitWinClipRegion(), ImplInvalidate(), ImplInvalidateParentFrameRegion(), ImplIsOverlapWindow(), ImplIsWindowOrChild(), ImplResetReallyVisible(), ImplSetClipFlag(), ImplSetReallyVisible(), ImplShowAllOverlaps(), ImplStartToTop(), IsCompoundControl(), VclReferenceBase::isDisposed(), vcl::Region::IsEmpty(), Application::IsHeadlessModeEnabled(), IsNativeWidgetEnabled(), IsPaintTransparent(), ImplSVData::mpIntroWindow, mpWindowImpl, NoActivate, NoFocusChange, NONE, NoTransparent, Visible, WB_TOOLTIPWIN, WindowHide, and WindowShow.

Referenced by SalInstanceDialog::add_button(), SvxIconChoiceCtrl_Impl::AdjustScrollBars(), SvImpLBox::AdjustScrollBars(), IconViewImpl::AdjustScrollBars(), SvxIconChoiceCtrl_Impl::CheckScrollBars(), DockingWindow::Close(), MessageDialog::create_message_area(), MessageDialog::create_owned_areas(), SalInstanceBuilder::create_screenshot_window(), CreateNotebookBarToolBox(), DockingWindow::dispose(), VclScrolledWindow::doSetAllocation(), ImplDockingWindowWrapper::EndDocking(), VclBuilder::handleChild(), DropdownBox::HideContent(), NotebookbarPopup::hideSeparators(), IMPL_LINK(), IMPL_LINK_NOARG(), TabControl::ImplChangeTabPage(), vcl::RoadmapWizard::implConstruct(), FloatingWindow::ImplEndPopupMode(), ImplHideAllOverlaps(), vcl::HyperLabel::implInit(), TabPage::ImplInit(), ListBox::ImplInit(), SpinField::ImplInit(), ImplListBox::ImplListBox(), ImplDockingWindowWrapper::ImplPreparePopupMode(), ImplListBox::ImplResizeControls(), ImplWheelWindow::ImplSetWheelMode(), HelpTextWindow::ImplShow(), ImplShowAllOverlaps(), vcl::RoadmapWizard::ImplShowTabPage(), Dialog::ImplStartExecute(), ImplWheelWindow::ImplStop(), ImplUpdateOverlapWindowPtr(), ImpVclMEdit::ImpUpdateScrollBarVis(), ImpVclMEdit::ImpVclMEdit(), InterimItemWindow::InterimItemWindow(), VclBuilder::makeObject(), NotebookBarAddonsMerger::MergeNotebookBarAddons(), NotebookBar::NotebookBar(), PaintToDevice(), SvImpLBox::PositionScrollBars(), PriorityMergedHBox::PriorityMergedHBox(), PriorityHBox::Resize(), PriorityMergedHBox::Resize(), MenuBarWindow::Resize(), MessageDialog::set_primary_text(), set_property(), VclScrolledWindow::set_property(), MessageDialog::set_secondary_text(), ContextVBox::SetContext(), VerticalTabControl::SetCurPageId(), DockingWindow::SetFloatingMode(), ImplDockingWindowWrapper::SetFloatingMode(), MenuBarWindow::SetMenu(), ImplBorderWindow::SetMenuBarWindow(), SetParent(), WorkWindow::SetPluginParent(), OpenGLContext::show(), SalInstanceWidget::show(), BubbleWindow::Show(), MenuBarWindow::ShowButtons(), DropdownBox::ShowContent(), OptionalBox::ShowContent(), FloatingWindow::StartPopupMode(), WorkWindow::StartPresentationMode(), VclExpander::StateChanged(), SvInplaceEdit2::SvInplaceEdit2(), ToolBox::ToolBox(), SalInstanceDialog::undo_collapse(), VclExpander::VclExpander(), VclPaned::VclPaned(), VerticalTabControl::VerticalTabControl(), and ImplDockingWindowWrapper::~ImplDockingWindowWrapper().

◆ ShowFocus()

void vcl::Window::ShowFocus ( const tools::Rectangle rRect)
virtual

◆ ShowPointer()

void vcl::Window::ShowPointer ( bool  bVisible)

Definition at line 564 of file mouse.cxx.

References bVisible, ImplGetMousePointer(), ImplTestMousePointerSet(), and mpWindowImpl.

◆ ShowTracking()

void vcl::Window::ShowTracking ( const tools::Rectangle rRect,
ShowTrackFlags  nFlags = ShowTrackFlags::Small 
)

◆ SimulateKeyPress()

void vcl::Window::SimulateKeyPress ( sal_uInt16  nKeyCode) const

Definition at line 1800 of file window.cxx.

References mpWindowImpl.

◆ StartAutoScroll()

void vcl::Window::StartAutoScroll ( StartAutoScrollFlags  nFlags)

◆ StartTracking()

void vcl::Window::StartTracking ( StartTrackingFlags  nFlags = StartTrackingFlags::NONE)

◆ StateChanged()

void vcl::Window::StateChanged ( StateChangedType  nStateChange)
virtual

◆ SupportsDoubleBuffering()

bool vcl::Window::SupportsDoubleBuffering ( ) const

◆ ToTop()

void vcl::Window::ToTop ( ToTopFlags  nFlags = ToTopFlags::NONE)

◆ Tracking()

void vcl::Window::Tracking ( const TrackingEvent rTEvt)
virtual

◆ UpdateSettings()

void vcl::Window::UpdateSettings ( const AllSettings rSettings,
bool  bChild = false 
)

◆ Validate()

void vcl::Window::Validate ( )

Definition at line 1233 of file paint.cxx.

References GetOutDev(), ImplValidate(), and comphelper::LibreOfficeKit::isActive().

Friends And Related Function Documentation

◆ ::Application

friend class ::Application
friend

Definition at line 447 of file window.hxx.

◆ ::Dialog

friend class ::Dialog
friend

Definition at line 450 of file window.hxx.

◆ ::DockingWindow

friend class ::DockingWindow
friend

Definition at line 454 of file window.hxx.

◆ ::Edit

friend class ::Edit
friend

Definition at line 451 of file window.hxx.

◆ ::FloatingWindow

friend class ::FloatingWindow
friend

Definition at line 455 of file window.hxx.

◆ ::GroupBox

friend class ::GroupBox
friend

Definition at line 456 of file window.hxx.

◆ ::ImplBorderWindow

friend class ::ImplBorderWindow
friend

Definition at line 461 of file window.hxx.

◆ ::ImplDockingWindowWrapper

friend class ::ImplDockingWindowWrapper
friend

Definition at line 468 of file window.hxx.

◆ ::ImplPopupFloatWin

friend class ::ImplPopupFloatWin
friend

Definition at line 469 of file window.hxx.

◆ ::LifecycleTest

friend class ::LifecycleTest
friend

Definition at line 463 of file window.hxx.

◆ ::MenuFloatingWindow

friend class ::MenuFloatingWindow
friend

Definition at line 470 of file window.hxx.

◆ ::MessageDialog

friend class ::MessageDialog
friend

Definition at line 453 of file window.hxx.

◆ ::MessBox

friend class ::MessBox
friend

Definition at line 452 of file window.hxx.

◆ ::OutputDevice

friend class ::OutputDevice
friend

Definition at line 446 of file window.hxx.

◆ ::PaintHelper

friend class ::PaintHelper
friend

Definition at line 462 of file window.hxx.

◆ ::PushButton

friend class ::PushButton
friend

Definition at line 457 of file window.hxx.

◆ ::RadioButton

friend class ::RadioButton
friend

Definition at line 458 of file window.hxx.

◆ ::SalInstanceWidget

friend class ::SalInstanceWidget
friend

Definition at line 459 of file window.hxx.

◆ ::svt::PopupWindowControllerImpl

friend class ::svt::PopupWindowControllerImpl
friend

Definition at line 472 of file window.hxx.

◆ ::SystemChildWindow

friend class ::SystemChildWindow
friend

Definition at line 460 of file window.hxx.

◆ ::SystemWindow

friend class ::SystemWindow
friend

Definition at line 448 of file window.hxx.

◆ ::vcl::Cursor

friend class ::vcl::Cursor
friend

Definition at line 444 of file window.hxx.

◆ ::vcl::WindowOutputDevice

friend class ::vcl::WindowOutputDevice
friend

Definition at line 445 of file window.hxx.

◆ ::VclEventListeners

friend class ::VclEventListeners
friend

Definition at line 464 of file window.hxx.

◆ ::WorkWindow

friend class ::WorkWindow
friend

Definition at line 449 of file window.hxx.

◆ ImplDbgCheckWindow

const char * ImplDbgCheckWindow ( const void *  pObj)
friend

Definition at line 26 of file debug.cxx.

Member Data Documentation

◆ mpWindowImpl

std::unique_ptr<WindowImpl> vcl::Window::mpWindowImpl
private

Definition at line 484 of file window.hxx.

Referenced by AbsoluteScreenToOutputPixel(), vcl::WindowOutputDevice::AcquireGraphics(), add_mnemonic_label(), add_to_size_group(), Dialog::AddBorderWindow(), AddChildEventListener(), AddEventListener(), AlwaysEnableInput(), Dialog::ApplySettings(), Edit::ApplySettings(), CalcOutputSize(), CalcTitleWidth(), CalcWindowSize(), VclEventListeners::Call(), CallEventListeners(), CaptureMouse(), RadioButton::Check(), DockingWindow::Close(), SystemWindow::Close(), Dialog::Close(), CollectChildren(), Command(), CompatDataChanged(), CompatGetFocus(), CompatLoseFocus(), CompatNotify(), CompatPreNotify(), CompatStateChanged(), ImplBorderWindow::DataChanged(), DecModalCount(), SystemChildWindow::dispose(), SystemWindow::dispose(), dispose(), PaintHelper::DoPaint(), vcl::WindowOutputDevice::DrawOutDevDirectCheck(), DumpAsPropertyTree(), Enable(), EnableAllResize(), EnableAlwaysOnTop(), EnableChildPointerOverwrite(), EnableChildTransparentMode(), EnableClipSiblings(), SystemChildWindow::EnableEraseBackground(), EnableInput(), EnableNativeWidget(), EnablePaint(), EndExtTextInput(), EndTracking(), EnterWait(), EventNotify(), DockingWindow::EventNotify(), ExpandPaintClipRegion(), vcl::WindowOutputDevice::Flush(), get_border_width(), get_expand(), get_fill(), get_grid_height(), get_grid_left_attach(), get_grid_top_attach(), get_grid_width(), get_halign(), get_height_request(), get_hexpand(), get_id(), get_margin_bottom(), get_margin_end(), get_margin_start(), get_margin_top(), get_non_homogeneous(), get_pack_type(), get_padding(), get_preferred_size(), get_secondary(), get_ungrouped_preferred_size(), get_valign(), get_vexpand(), get_width_request(), GetAccessible(), GetAccessibleChildWindow(), GetAccessibleChildWindowCount(), GetAccessibleDescription(), GetAccessibleName(), GetAccessibleParentWindow(), GetAccessibleRelationLabeledBy(), getAccessibleRelationLabelFor(), GetAccessibleRole(), GetActivateMode(), vcl::WindowOutputDevice::GetActiveClipRegion(), Application::GetActiveTopWindow(), GetBorder(), GetBorderStyle(), GetChild(), GetChildCount(), GetClipboard(), GetComponentInterface(), GetControlBackground(), GetControlFont(), GetControlForeground(), GetCursor(), getDefaultAccessibleName(), getDefaultAccessibleRole(), Dialog::GetDefDialogParent(), GetDesktopRectPixel(), GetDialogControlFlags(), GetDisplayBackground(), GetDragSource(), GetDropTarget(), GetExtendedStyle(), Dialog::GetFirstControlForFocus(), GetFocus(), GetFocusedWindow(), GetGetFocusFlags(), GetHelpId(), GetHelpText(), GetIndicatorState(), GetInputContext(), GetInputLanguage(), GetLastPointerPosPixel(), getLegacyNonLayoutAccessibleRelationLabeledBy(), getLegacyNonLayoutAccessibleRelationLabelFor(), GetLOKNotifier(), GetLOKWindowId(), Application::GetNextTopLevelWindow(), DockingWindow::GetOptimalSize(), SystemChildWindow::GetOptimalSize(), GetOutDev(), GetPaintRegion(), GetParent(), GetParentClipMode(), GetPointer(), GetPointerPosPixel(), GetPointerState(), GetPosPixel(), GetPrevStyle(), GetQuickHelpText(), GetSizePixel(), GetStyle(), GetSystemData(), SystemChildWindow::GetSystemData(), GetText(), Application::GetTopWindow(), Application::GetTopWindowCount(), GetType(), GetWindow(), GetWindowClipRegionPixel(), GetWindowExtentsAbsolute(), GetWindowExtentsRelative(), GetWindowPeer(), SystemWindow::GetWindowState(), GetZoom(), HandleScrollCommand(), HasActiveChildFrame(), HasPaintEvent(), HideFocus(), HideTracking(), IMPL_LINK_NOARG(), vcl::IMPL_LINK_NOARG(), ImplCalcOverlapRegion(), ImplCalcOverlapRegionOverlaps(), FloatingWindow::ImplCalcPos(), ImplCalcToTop(), ImplCallActivateListeners(), RadioButton::ImplCallClick(), ImplCallDeactivateListeners(), ImplCallFocusChangeActivate(), ImplCallInitShow(), ImplCallMouseMove(), ImplCallMove(), ImplCallOverlapPaint(), ImplCallPaint(), ImplCallResize(), OutputDevice::ImplClearAllFontData(), vcl::WindowOutputDevice::ImplClearFontData(), ImplClipAllChildren(), ImplClipBoundaries(), ImplClipChildren(), ImplClipSiblings(), ImplControlFocus(), ImplDlgCtrl(), ImplDlgCtrlFocusChanged(), vcl::Cursor::ImplDoShow(), PushButton::ImplDrawPushButton(), ImplEnableRTL(), ImplExcludeOverlapWindows(), ImplExcludeOverlapWindows2(), ImplExcludeWindowRegion(), ImplFindWindow(), ImplFocusToTop(), ImplGenerateMouseMove(), ImplGetBorderWindow(), vcl::WindowOutputDevice::ImplGetCanvas(), ImplGetClientWindow(), ImplGetFirstOverlapWindow(), ImplGetFrame(), ImplGetFrameData(), ImplGetFrameGraphics(), ImplGetFrameWindow(), ImplGetMousePointer(), ImplGetOwnerDrawList(), ImplGetParent(), ImplGetTopmostFrameWindow(), ImplGetUnmirroredOutOffX(), ImplGetWinChildClipRegion(), ImplGetWinData(), ImplGetWindow(), ImplGrabFocus(), ImplGrabFocusToDocument(), ImplHideAllOverlaps(), ImplHitTest(), ImplBorderWindow::ImplInit(), ImplInit(), WorkWindow::ImplInit(), Dialog::ImplInitDialog(), Dialog::ImplInitDialogData(), DockingWindow::ImplInitDockingWindowData(), FloatingWindow::ImplInitFloating(), vcl::WindowOutputDevice::ImplInitMapModeObjects(), PushButton::ImplInitPushButtonData(), ImplInitResolutionSettings(), Dialog::ImplInitSettings(), PushButton::ImplInitSettings(), RadioButton::ImplInitSettings(), SystemChildWindow::ImplInitSysChild(), ImplInitWinChildClipRegion(), ImplInitWinClipRegion(), ImplInsertWindow(), ImplIntersectAndUnionOverlapWindows(), ImplIntersectAndUnionOverlapWindows2(), ImplIntersectWindowClipRegion(), ImplIntersectWindowRegion(), ImplInvalidate(), ImplInvalidateFrameRegion(), ImplInvalidateOverlapFrameRegion(), ImplInvalidateParentFrameRegion(), ImplIsAccessibleCandidate(), ImplIsAccessibleNativeFrame(), ImplIsFloatingWindow(), ImplIsInTaskPaneList(), ImplIsOverlapWindow(), ImplIsPushButton(), ImplIsSplitter(), ImplLogicToPoint(), ImplMirrorFramePos(), ImplMoveAllInvalidateRegions(), ImplMoveInvalidateRegion(), ImplNewInputContext(), ImplNotifyIconifiedState(), ImplNotifyKeyMouseCommandEventListeners(), ImplOutputToUnmirroredAbsoluteScreenPixel(), ImplPaintToDevice(), ImplPointToLogic(), ImplPopupFloatWin::ImplPopupFloatWin(), ImplPosSizeWindow(), ImplDockingWindowWrapper::ImplPreparePopupMode(), vcl::WindowOutputDevice::ImplRefreshFontData(), ImplRemoveWindow(), ImplResetReallyVisible(), ImplScroll(), ImplSetClipFlag(), ImplSetClipFlagChildren(), ImplSetClipFlagOverlapWindows(), ImplSetFrameParent(), WorkWindow::ImplSetFrameState(), Dialog::ImplSetModalInputMode(), ImplSetMouseTransparent(), ImplSetReallyVisible(), ImplShowAllOverlaps(), ImplStartToTop(), ImplStopDnd(), ImplSysObjClip(), ImplToBottomChild(), ImplToTop(), RadioButton::ImplUncheckAllOther(), ImplUnmirroredAbsoluteScreenToOutputPixel(), ImplUpdateAll(), OutputDevice::ImplUpdateFontDataForAllFrames(), ImplUpdateOverlapWindowPtr(), ImplUpdatePos(), ImplUpdateSysObjChildrenClip(), ImplUpdateSysObjClip(), ImplUpdateSysObjOverlapsClip(), ImplUpdateSysObjPos(), ImplUpdateWindowPtr(), ImplValidate(), ImplValidateFrameRegion(), IncModalCount(), vcl::WindowOutputDevice::InitClipRegion(), ImplBorderWindow::InitView(), InvalidateSizeCache(), IsAccessibilityEventsSuppressed(), IsActive(), IsAlwaysEnableInput(), IsAlwaysOnTopEnabled(), IsChildTransparentModeEnabled(), IsCompoundControl(), IsControlBackground(), IsControlFont(), IsControlForeground(), IsCreatedWithToolkit(), IsDefaultPos(), IsDefaultSize(), IsDialog(), IsDialogControlStart(), IsDockingWindow(), IsEnabled(), IsInInitShow(), IsInModalMode(), IsInPaint(), IsInputEnabled(), WorkWindow::IsMaximized(), IsMenuFloatingWindow(), WorkWindow::IsMinimized(), IsMouseTransparent(), IsNativeWidgetEnabled(), IsPaintEnabled(), IsPaintTransparent(), IsReallyShown(), IsReallyVisible(), IsScrollable(), IsSystemWindow(), IsToolbarFloatingWindow(), IsTopWindow(), IsTracking(), IsUpdateMode(), IsVisible(), IsWait(), IsZoom(), KeyInput(), KeyUp(), LeaveWait(), list_mnemonic_labels(), MenuFloatingWindow::MenuFloatingWindow(), MouseButtonDown(), MouseButtonUp(), NotifyAllChildren(), Application::NotifyAllWindows(), OutputToAbsoluteScreenPixel(), PaintHelper::PaintBuffer(), PaintImmediately(), PaintToDevice(), PopPaintHelper(), PostUserEvent(), PreNotify(), PushPaintHelper(), queue_resize(), vcl::WindowOutputDevice::ReleaseGraphics(), ReleaseLOKNotifier(), ReleaseMouse(), remove_from_all_size_groups(), remove_mnemonic_label(), RemoveChildEventListener(), RemoveEventListener(), reorderWithinParent(), RequestDoubleBuffering(), RequestHelp(), ImplBorderWindow::Resize(), vcl::WindowOutputDevice::SaveBackground(), set_border_width(), set_expand(), set_fill(), set_grid_height(), set_grid_left_attach(), set_grid_top_attach(), set_grid_width(), set_halign(), set_height_request(), set_hexpand(), set_id(), set_margin_bottom(), set_margin_end(), set_margin_start(), set_margin_top(), set_non_homogeneous(), set_pack_type(), set_padding(), set_secondary(), set_valign(), set_vexpand(), set_width_request(), SetAccessibilityEventsSuppressed(), SetAccessible(), SetAccessibleDescription(), SetAccessibleName(), SetAccessibleRelationLabeledBy(), SetAccessibleRelationLabelFor(), SetAccessibleRole(), SetActivateMode(), SetBorderStyle(), SetClipboard(), SetCompoundControl(), SetControlBackground(), SetControlFont(), SetControlForeground(), SetCreatedWithToolkit(), SetCursor(), SetDialogControlFlags(), SetDialogControlStart(), SetDumpAsPropertyTreeHdl(), SetExtendedStyle(), DockingWindow::SetFloatingMode(), ImplDockingWindowWrapper::SetFloatingMode(), SystemChildWindow::SetForwardKey(), SetHelpHdl(), SetHelpId(), SetHelpText(), SystemWindow::SetIcon(), SetInputContext(), SetLastMousePos(), SystemChildWindow::SetLeaveEnterBackgrounds(), SetLOKNotifier(), SystemWindow::SetMaxOutputSizePixel(), SystemWindow::SetMinOutputSizePixel(), SetMnemonicActivateHdl(), SetMouseTransparent(), SetOutputSizePixel(), SetPaintTransparent(), SetParent(), SetParentClipMode(), SetParentUpdateMode(), WorkWindow::SetPluginParent(), SetPointer(), SetPointerPosPixel(), DockingWindow::setPosSizeOnContainee(), setPosSizePixel(), SetQuickHelpText(), SystemWindow::SetRepresentedURL(), Application::SetSettings(), vcl::WindowOutputDevice::SetSettings(), RadioButton::SetState(), SetStyle(), SetText(), FloatingWindow::SetTitleType(), SetType(), SetUpdateMode(), SetUseFrameData(), SetWindowPeer(), SetWindowRegionPixel(), SystemWindow::SetWindowState(), SetZoom(), SetZOrder(), Show(), ShowFocus(), WorkWindow::ShowFullScreenMode(), ShowPointer(), SystemWindow::ShowTitleButton(), ShowTracking(), SimulateKeyPress(), PaintHelper::StartBufferedPaint(), FloatingWindow::StartPopupMode(), WorkWindow::StartPresentationMode(), StartTracking(), MessageDialog::StateChanged(), SupportsDoubleBuffering(), SystemWindow::SystemWindow(), ToTop(), DockingWindow::Tracking(), UpdateSettings(), ImplBorderWindow::UpdateView(), Window(), and PaintHelper::~PaintHelper().


The documentation for this class was generated from the following files: