Home
last modified time | relevance | path

Searched refs:AInfo (Results 276 – 300 of 362) sorted by relevance

1...<<1112131415

/dports/math/curv/curv-0.5/issues/closed/
H A DDefn_Error91 AInfo
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_view.pas533 AInfo:string;
543 …s(EMFPages)[i]^.r.Left) / per), Round((pt.Y - TfrEMFPages(EMFPages)[i]^.r.Top) / per)), AInfo) then
545 K:=Pos ('@', AInfo);
548 PP:=StrToIntDef(Copy(AInfo, K+1, 255), -1);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_view.pas533 AInfo:string;
543 …s(EMFPages)[i]^.r.Left) / per), Round((pt.Y - TfrEMFPages(EMFPages)[i]^.r.Top) / per)), AInfo) then
545 K:=Pos ('@', AInfo);
548 PP:=StrToIntDef(Copy(AInfo, K+1, 255), -1);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2callback.inc79 AInfo: PWidgetInfo;
89 AInfo := GetWidgetInfo(Widget);
90 AInfo^.FirstPaint := True;
876 AInfo: PWidgetInfo;
935 AInfo := GetWidgetInfo(Widget);
936 if AInfo <> nil then
938 if (AInfo^.LCLObject is TCustomEdit)
939 and ((AInfo^.CursorPos > 0) or (AInfo^.SelLength > 0)) then
942 // gtk_editable_select_region(PGtkEditable(Widget), AInfo^.CursorPos, AInfo^.CursorPos);
944 PGtkEntry(Widget)^.current_pos := AInfo^.CursorPos;
[all …]
H A Dgtk2wscomctrls.pp305 procedure GtkWSTrackBar_Changed({%H-}AWidget: PGtkWidget; AInfo: PWidgetInfo); cdecl;
309 if AInfo^.ChangeLock > 0 then Exit;
311 DeliverMessage(AInfo^.LCLObject, Msg);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2callback.inc79 AInfo: PWidgetInfo;
89 AInfo := GetWidgetInfo(Widget);
90 AInfo^.FirstPaint := True;
876 AInfo: PWidgetInfo;
935 AInfo := GetWidgetInfo(Widget);
936 if AInfo <> nil then
938 if (AInfo^.LCLObject is TCustomEdit)
939 and ((AInfo^.CursorPos > 0) or (AInfo^.SelLength > 0)) then
942 // gtk_editable_select_region(PGtkEditable(Widget), AInfo^.CursorPos, AInfo^.CursorPos);
944 PGtkEntry(Widget)^.current_pos := AInfo^.CursorPos;
[all …]
H A Dgtk2wscomctrls.pp305 procedure GtkWSTrackBar_Changed({%H-}AWidget: PGtkWidget; AInfo: PWidgetInfo); cdecl;
309 if AInfo^.ChangeLock > 0 then Exit;
311 DeliverMessage(AInfo^.LCLObject, Msg);
/dports/print/yatex/yatex1.82/
H A Dyatex.ref34 ����begin�^�⊮�́A�‹����̓������̑Ή��ɂ‚��ẮAInfo �}�j��
/dports/print/yatex/yatex1.82/docs/
H A Dyatex.ref34 ����begin�^�⊮�́A�‹����̓������̑Ή��ɂ‚��ẮAInfo �}�j��
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgdwarf.pas73AInfo: PDwarfAddressInfo; AAddress: TDbgPtr; ADbgInfo: TFpDwarfInfo): TDbgDwarfSymbolBase; overrid…
959 …constructor Create(ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo; AAddress: TD…
991 …constructor Create(const AName: String; AnInformationEntry: TDwarfInformationEntry; AInfo: PDwarfA…
1193 ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo; in CreateProcSymbol()
1196 Result := TFpSymbolDwarfDataProc.Create(ACompilationUnit, AInfo, AAddress, ADbgInfo);
5691 ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo;
5697 FAddressInfo := AInfo;
5701 InfoEntry.ScopeIndex := AInfo^.ScopeIndex;
6094 AnInformationEntry: TDwarfInformationEntry; AInfo: PDwarfAddressInfo);
6096 FAddressInfo := AInfo;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgdwarf.pas73AInfo: PDwarfAddressInfo; AAddress: TDbgPtr; ADbgInfo: TFpDwarfInfo): TDbgDwarfSymbolBase; overrid…
959 …constructor Create(ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo; AAddress: TD…
991 …constructor Create(const AName: String; AnInformationEntry: TDwarfInformationEntry; AInfo: PDwarfA…
1193 ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo; in CreateProcSymbol()
1196 Result := TFpSymbolDwarfDataProc.Create(ACompilationUnit, AInfo, AAddress, ADbgInfo);
5691 ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo;
5697 FAddressInfo := AInfo;
5701 InfoEntry.ScopeIndex := AInfo^.ScopeIndex;
6094 AnInformationEntry: TDwarfInformationEntry; AInfo: PDwarfAddressInfo);
6096 FAddressInfo := AInfo;
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfpdbgdwarf.pas66 AInfo: PDwarfAddressInfo; AAddress: TDbgPtr): TDbgDwarfSymbolBase; override;
873 …constructor Create(ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo; AAddress: TD…
971 AInfo: PDwarfAddressInfo; AAddress: TDbgPtr): TDbgDwarfSymbolBase;
973 Result := TFpDwarfSymbolValueProc.Create(ACompilationUnit, AInfo, AAddress);
4501 AInfo: PDwarfAddressInfo; AAddress: TDbgPtr);
4506 FAddressInfo := AInfo;
4509 InfoEntry.ScopeIndex := AInfo^.ScopeIndex;
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfpdbgdwarf.pas66 AInfo: PDwarfAddressInfo; AAddress: TDbgPtr): TDbgDwarfSymbolBase; override;
873 …constructor Create(ACompilationUnit: TDwarfCompilationUnit; AInfo: PDwarfAddressInfo; AAddress: TD…
971 AInfo: PDwarfAddressInfo; AAddress: TDbgPtr): TDbgDwarfSymbolBase;
973 Result := TFpDwarfSymbolValueProc.Create(ACompilationUnit, AInfo, AAddress);
4501 AInfo: PDwarfAddressInfo; AAddress: TDbgPtr);
4506 FAddressInfo := AInfo;
4509 InfoEntry.ScopeIndex := AInfo^.ScopeIndex;
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2wscomctrls.pp303 procedure GtkWSTrackBar_Changed({%H-}AWidget: PGtkWidget; AInfo: PWidgetInfo); cdecl;
307 if AInfo^.ChangeLock > 0 then Exit;
309 DeliverMessage(AInfo^.LCLObject, Msg);
H A Dgtk2callback.inc842 AInfo: PWidgetInfo;
901 AInfo := GetWidgetInfo(Widget);
902 if AInfo <> nil then
904 if (AInfo^.LCLObject is TCustomEdit)
905 and ((AInfo^.CursorPos > 0) or (AInfo^.SelLength > 0)) then
907 // gtk_entry_set_position(PGtkEntry(Widget), AInfo^.CursorPos);
908 // gtk_editable_select_region(PGtkEditable(Widget), AInfo^.CursorPos, AInfo^.CursorPos);
910 PGtkEntry(Widget)^.current_pos := AInfo^.CursorPos;
911 PGtkEntry(Widget)^.selection_bound := AInfo^.CursorPos + AInfo^.SelLength;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk2/
H A Dgtk2wscomctrls.pp303 procedure GtkWSTrackBar_Changed({%H-}AWidget: PGtkWidget; AInfo: PWidgetInfo); cdecl;
307 if AInfo^.ChangeLock > 0 then Exit;
309 DeliverMessage(AInfo^.LCLObject, Msg);
H A Dgtk2callback.inc842 AInfo: PWidgetInfo;
901 AInfo := GetWidgetInfo(Widget);
902 if AInfo <> nil then
904 if (AInfo^.LCLObject is TCustomEdit)
905 and ((AInfo^.CursorPos > 0) or (AInfo^.SelLength > 0)) then
907 // gtk_entry_set_position(PGtkEntry(Widget), AInfo^.CursorPos);
908 // gtk_editable_select_region(PGtkEditable(Widget), AInfo^.CursorPos, AInfo^.CursorPos);
910 PGtkEntry(Widget)^.current_pos := AInfo^.CursorPos;
911 PGtkEntry(Widget)^.selection_bound := AInfo^.CursorPos + AInfo^.SelLength;
/dports/editors/lazarus/lazarus/lcl/
H A Dinterfacebase.pp49 TChildExitEvent = procedure(AData: PtrInt; AReason: TChildExitReason; AInfo: dword) of object;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dinterfacebase.pp48 TChildExitEvent = procedure(AData: PtrInt; AReason: TChildExitReason; AInfo: dword) of object;
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dinterfacebase.pp49 TChildExitEvent = procedure(AData: PtrInt; AReason: TChildExitReason; AInfo: dword) of object;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dinterfacebase.pp48 TChildExitEvent = procedure(AData: PtrInt; AReason: TChildExitReason; AInfo: dword) of object;
/dports/editors/lazarus/lazarus/lcl/include/
H A Dicon.inc225 constructor TIconImage.Create(const AInfo: TIconInfo);
230 FHandle := AInfo.hbmColor;
231 FMaskHandle := AInfo.hbmMask;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dicon.inc225 constructor TIconImage.Create(const AInfo: TIconInfo);
230 FHandle := AInfo.hbmColor;
231 FMaskHandle := AInfo.hbmMask;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dicon.inc225 constructor TIconImage.Create(const AInfo: TIconInfo);
230 FHandle := AInfo.hbmColor;
231 FMaskHandle := AInfo.hbmMask;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dicon.inc225 constructor TIconImage.Create(const AInfo: TIconInfo);
230 FHandle := AInfo.hbmColor;
231 FMaskHandle := AInfo.hbmMask;

1...<<1112131415