Home
last modified time | relevance | path

Searched refs:GetLCLClientBoundsOffset (Results 1 – 25 of 44) sorted by relevance

12

/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas180 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
181 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1257 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
1298 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1303 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
1312 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincallback.inc265 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
648 if GetLCLClientBoundsOffset(WindowInfo, R) then
714 if GetLCLClientBoundsOffset(WindowInfo, R) then
1102 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
1108 if GetLCLClientBoundsOffset(WindowInfo, R) then
1116 if GetLCLClientBoundsOffset(WindowInfo, R) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas180 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
181 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1256 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
1297 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1302 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
1310 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincallback.inc265 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
648 if GetLCLClientBoundsOffset(WindowInfo, R) then
714 if GetLCLClientBoundsOffset(WindowInfo, R) then
1102 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
1108 if GetLCLClientBoundsOffset(WindowInfo, R) then
1116 if GetLCLClientBoundsOffset(WindowInfo, R) then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas180 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
181 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1257 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
1298 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1303 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
1312 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincallback.inc265 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
648 if GetLCLClientBoundsOffset(WindowInfo, R) then
714 if GetLCLClientBoundsOffset(WindowInfo, R) then
1102 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
1108 if GetLCLClientBoundsOffset(WindowInfo, R) then
1116 if GetLCLClientBoundsOffset(WindowInfo, R) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawn_winproc.pas180 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
181 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1256 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean; in GetLCLClientBoundsOffset() function
1297 function GetLCLClientBoundsOffset(Handle: TWindowInfo; var Rect: TRect): boolean; in GetLCLClientBoundsOffset() function
1302 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
1310 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincallback.inc265 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
648 if GetLCLClientBoundsOffset(WindowInfo, R) then
714 if GetLCLClientBoundsOffset(WindowInfo, R) then
1102 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
1108 if GetLCLClientBoundsOffset(WindowInfo, R) then
1116 if GetLCLClientBoundsOffset(WindowInfo, R) then
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwinceproc.pp76 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
77 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
789 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
828 // 'GetLCLClientBoundsOffset Handle: ' + IntToStr(Handle) +
854 Format('GetLCLClientBoundsOffset Name=%s OLeft=%d OTop=%d ORight=%d OBottom=%d',
861 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
866 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
875 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincecallback.inc407 //Is not necessary to check the result of GetLCLClientBoundsOffset since
410 GetLCLClientBoundsOffset(lWinControl, ORect);
709 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
2143 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
2149 if GetLCLClientBoundsOffset(Window, R) then
2157 if GetLCLClientBoundsOffset(Window, R) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinceproc.pp76 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
77 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
788 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
827 // 'GetLCLClientBoundsOffset Handle: ' + IntToStr(Handle) +
853 Format('GetLCLClientBoundsOffset Name=%s OLeft=%d OTop=%d ORight=%d OBottom=%d',
860 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
865 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
873 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincecallback.inc407 //Is not necessary to check the result of GetLCLClientBoundsOffset since
410 GetLCLClientBoundsOffset(lWinControl, ORect);
709 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
2143 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
2149 if GetLCLClientBoundsOffset(Window, R) then
2157 if GetLCLClientBoundsOffset(Window, R) then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwinceproc.pp76 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
77 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
789 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
828 // 'GetLCLClientBoundsOffset Handle: ' + IntToStr(Handle) +
854 Format('GetLCLClientBoundsOffset Name=%s OLeft=%d OTop=%d ORight=%d OBottom=%d',
861 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
866 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
875 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincecallback.inc407 //Is not necessary to check the result of GetLCLClientBoundsOffset since
410 GetLCLClientBoundsOffset(lWinControl, ORect);
709 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
2143 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
2149 if GetLCLClientBoundsOffset(Window, R) then
2157 if GetLCLClientBoundsOffset(Window, R) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinceproc.pp76 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
77 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
788 function GetLCLClientBoundsOffset(Sender: TObject; var ORect: TRect): boolean;
827 // 'GetLCLClientBoundsOffset Handle: ' + IntToStr(Handle) +
853 Format('GetLCLClientBoundsOffset Name=%s OLeft=%d OTop=%d ORight=%d OBottom=%d',
860 function GetLCLClientBoundsOffset(Handle: HWnd; var Rect: TRect): boolean;
865 Result:=GetLCLClientBoundsOffset(OwnerObject, Rect);
873 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwincecallback.inc407 //Is not necessary to check the result of GetLCLClientBoundsOffset since
410 GetLCLClientBoundsOffset(lWinControl, ORect);
709 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
2143 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
2149 if GetLCLClientBoundsOffset(Window, R) then
2157 if GetLCLClientBoundsOffset(Window, R) then
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32proc.pp72 ClientOffsetProc: TGetClientOffsetProc; // used by GetLCLClientBoundsOffset
85 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
86 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
669 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
679 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
748 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
753 Result := GetLCLClientBoundsOffset(OwnerObject, Rect);
762 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
772 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwin32pagecontrol.inc474 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
493 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
607 GetLCLClientBoundsOffset(ATabControl, ORect);
626 GetLCLClientBoundsOffset(ATabControl, ORect);
H A Dwin32callback.inc647 //Is not necessary to check the result of GetLCLClientBoundsOffset since
650 GetLCLClientBoundsOffset(lWinControl, ORect);
857 if GetLCLClientBoundsOffset(lWinControl, BoundsOffset) then
2482 // hack to prevent GetLCLClientBoundsOffset from changing mouse client
2488 if GetLCLClientBoundsOffset(lWinControl, R) then
2496 if GetLCLClientBoundsOffset(lWinControl, R) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32proc.pp72 ClientOffsetProc: TGetClientOffsetProc; // used by GetLCLClientBoundsOffset
85 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
86 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
670 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
680 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
749 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
754 Result := GetLCLClientBoundsOffset(OwnerObject, Rect);
762 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
772 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwin32pagecontrol.inc490 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
509 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
623 GetLCLClientBoundsOffset(ATabControl, ORect);
642 GetLCLClientBoundsOffset(ATabControl, ORect);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32proc.pp72 ClientOffsetProc: TGetClientOffsetProc; // used by GetLCLClientBoundsOffset
85 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
86 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
669 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
679 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
748 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
753 Result := GetLCLClientBoundsOffset(OwnerObject, Rect);
762 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
772 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwin32pagecontrol.inc474 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
493 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
607 GetLCLClientBoundsOffset(ATabControl, ORect);
626 GetLCLClientBoundsOffset(ATabControl, ORect);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32proc.pp72 ClientOffsetProc: TGetClientOffsetProc; // used by GetLCLClientBoundsOffset
85 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
86 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
670 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
680 function GetLCLClientBoundsOffset(Sender: TObject; out ORect: TRect): boolean;
749 function GetLCLClientBoundsOffset(Handle: HWnd; out Rect: TRect): boolean;
754 Result := GetLCLClientBoundsOffset(OwnerObject, Rect);
762 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
772 if not GetLCLClientBoundsOffset(TWinControl(Sender).Parent, ORect) then exit;
H A Dwin32pagecontrol.inc490 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
509 if (not GetLCLClientBoundsOffset(AWinControl, R)) then begin
623 GetLCLClientBoundsOffset(ATabControl, ORect);
642 GetLCLClientBoundsOffset(ATabControl, ORect);

12