Home
last modified time | relevance | path

Searched refs:TxtSize (Results 26 – 38 of 38) sorted by relevance

12

/dports/news/husky-htick/husky-htick-1.9.20191207/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-htick/husky-htick-1.9.20191207/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/progate/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky-hpt/husky-hpt-1.9.20191207/promknl/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/news/husky/husky-1.9.20191207/protick/
H A Dmkmsghud.pas103 TxtSize = 64;
111 TxtRecsType = Array[1..TxtSize] of MsgTxtType;
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
527 MaxTxt := TxtSize
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
577 (MsgRec^.CurrTxtRec <= TxtSize)) Then
582 (MsgRec^.CurrTxtRec > TxtSize)) Then
596 (MsgRec^.CurrTxtRec > TxtSize)) Then
766 If (MsgRec^.CurrTxtRec < TxtSize) or (MsgRec^.CurrTxtPos < 255) Then
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx116 Size TxtSize(GetDataWindow().GetTextWidth(aText), GetDataWindow().GetTextHeight()); in PaintCell() local
119 if (aPos.X() < _rRect.Right() || aPos.X() + TxtSize.Width() > _rRect.Right() || in PaintCell()
120 aPos.Y() < _rRect.Top() || aPos.Y() + TxtSize.Height() > _rRect.Bottom()) in PaintCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1037 Size TxtSize( GetDataWindow().GetTextWidth( aText ), GetDataWindow().GetTextHeight()); in PaintCell() local
1040 if( aPos.X() < rRect.Right() || aPos.X() + TxtSize.Width() > rRect.Right() || in PaintCell()
1041 aPos.Y() < rRect.Top() || aPos.Y() + TxtSize.Height() > rRect.Bottom()) in PaintCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1060 Size TxtSize( GetDataWindow().GetTextWidth( aText ), GetDataWindow().GetTextHeight()); in PaintCell() local
1063 if( aPos.X() < rRect.Right() || aPos.X() + TxtSize.Width() > rRect.Right() || in PaintCell()
1064 aPos.Y() < rRect.Top() || aPos.Y() + TxtSize.Height() > rRect.Bottom()) in PaintCell()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcanvas.inc463 TxtSize: TSize;
465 TxtSize:=TextExtent(Text);
466 w:=TxtSize.cx;
467 h:=TxtSize.cy;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcanvas.inc463 TxtSize: TSize;
465 TxtSize:=TextExtent(Text);
466 w:=TxtSize.cx;
467 h:=TxtSize.cy;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcanvas.inc463 TxtSize: TSize;
465 TxtSize:=TextExtent(Text);
466 w:=TxtSize.cx;
467 h:=TxtSize.cy;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcanvas.inc463 TxtSize: TSize;
465 TxtSize:=TextExtent(Text);
466 w:=TxtSize.cx;
467 h:=TxtSize.cy;

12