Home
last modified time | relevance | path

Searched refs:LB1 (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_newrp.pas30 LB1: TListBox;
57 LB1.Items.Clear;
62 LB1.Items.Add(ChangeFileExt(SearchRec.Name, ''));
81 LB1.Items.InsertObject(0, sTemplEmtpyRp, self);
88 Index := LB1.ItemIndex;
92 if LB1.Items.Objects[Index]=Self then
99 if LB1.Items.Objects[Index]=LB1 then
143 Index := LB1.ItemIndex;
144 if LB1.Items.Objects[Index]=self then
148 aFileName := FTemplatePath + LB1.Items[LB1.ItemIndex];
[all …]
H A Dlr_vbnd.pas35 LB1: TListBox;
81 LB1.Items.Add(t1.Name + ': ' + frBandNames[TfrBandView(t1).BandType]);
100 if LB1.Items.Count = 0 then
104 LB1.ItemIndex := 0;
150 s := LB1.Items[LB1.ItemIndex];
172 s := LB1.Items[LB1.ItemIndex];
H A Dlr_crosstabeditor.pas322 LB1: TListBox;
326 LB1:=TListBox(Source);
328 if (LB1.ItemIndex>-1) and (LB1.Items.Count>LB1.ItemIndex) then
333 LB2.Items.Add(LB1.Items[LB1.ItemIndex]+'|SUM')
335 LB2.Items.Add(LB1.Items[LB1.ItemIndex]);
337 if (LB1<>ListBox1) then
338 LB1.Items.Delete(LB1.ItemIndex);
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_newrp.pas30 LB1: TListBox;
57 LB1.Items.Clear;
62 LB1.Items.Add(ChangeFileExt(SearchRec.Name, ''));
81 LB1.Items.InsertObject(0, sTemplEmtpyRp, self);
88 Index := LB1.ItemIndex;
92 if LB1.Items.Objects[Index]=Self then
99 if LB1.Items.Objects[Index]=LB1 then
143 Index := LB1.ItemIndex;
144 if LB1.Items.Objects[Index]=self then
148 aFileName := FTemplatePath + LB1.Items[LB1.ItemIndex];
[all …]
H A Dlr_vbnd.pas35 LB1: TListBox;
81 LB1.Items.Add(t1.Name + ': ' + frBandNames[TfrBandView(t1).BandType]);
100 if LB1.Items.Count = 0 then
104 LB1.ItemIndex := 0;
150 s := LB1.Items[LB1.ItemIndex];
172 s := LB1.Items[LB1.ItemIndex];
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_newrp.pas30 LB1: TListBox;
57 LB1.Items.Clear;
62 LB1.Items.Add(ChangeFileExt(SearchRec.Name, ''));
81 LB1.Items.InsertObject(0, sTemplEmtpyRp, self);
88 Index := LB1.ItemIndex;
92 if LB1.Items.Objects[Index]=Self then
99 if LB1.Items.Objects[Index]=LB1 then
143 Index := LB1.ItemIndex;
144 if LB1.Items.Objects[Index]=self then
148 aFileName := FTemplatePath + LB1.Items[LB1.ItemIndex];
[all …]
H A Dlr_vbnd.pas35 LB1: TListBox;
81 LB1.Items.Add(t1.Name + ': ' + frBandNames[TfrBandView(t1).BandType]);
100 if LB1.Items.Count = 0 then
104 LB1.ItemIndex := 0;
150 s := LB1.Items[LB1.ItemIndex];
172 s := LB1.Items[LB1.ItemIndex];
H A Dlr_crosstabeditor.pas322 LB1: TListBox;
326 LB1:=TListBox(Source);
328 if (LB1.ItemIndex>-1) and (LB1.Items.Count>LB1.ItemIndex) then
333 LB2.Items.Add(LB1.Items[LB1.ItemIndex]+'|SUM')
335 LB2.Items.Add(LB1.Items[LB1.ItemIndex]);
337 if (LB1<>ListBox1) then
338 LB1.Items.Delete(LB1.ItemIndex);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_newrp.pas30 LB1: TListBox;
57 LB1.Items.Clear;
62 LB1.Items.Add(ChangeFileExt(SearchRec.Name, ''));
81 LB1.Items.InsertObject(0, sTemplEmtpyRp, self);
88 Index := LB1.ItemIndex;
92 if LB1.Items.Objects[Index]=Self then
99 if LB1.Items.Objects[Index]=LB1 then
143 Index := LB1.ItemIndex;
144 if LB1.Items.Objects[Index]=self then
148 aFileName := FTemplatePath + LB1.Items[LB1.ItemIndex];
[all …]
H A Dlr_vbnd.pas35 LB1: TListBox;
81 LB1.Items.Add(t1.Name + ': ' + frBandNames[TfrBandView(t1).BandType]);
100 if LB1.Items.Count = 0 then
104 LB1.ItemIndex := 0;
150 s := LB1.Items[LB1.ItemIndex];
172 s := LB1.Items[LB1.ItemIndex];
H A Dlr_crosstabeditor.pas322 LB1: TListBox;
326 LB1:=TListBox(Source);
328 if (LB1.ItemIndex>-1) and (LB1.Items.Count>LB1.ItemIndex) then
333 LB2.Items.Add(LB1.Items[LB1.ItemIndex]+'|SUM')
335 LB2.Items.Add(LB1.Items[LB1.ItemIndex]);
337 if (LB1<>ListBox1) then
338 LB1.Items.Delete(LB1.ItemIndex);
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/bfin/
H A Dhwloop-bits.S29 R0 = LB1;
61 LB1 = R7; define
78 LB1 = R5; define
93 LB1 = R5; define
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw30948.pp19 var XHA, XLA, XLB, HA1, LA1, LB1, HA2, LA2, LB2 : QWord;
31 LB1 := XLB;
32 Add64x2(HA1,LA1,0,LB1,HA1,LA1);
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8_1-m-loloop-bad.s5 wls r1, r2, .LB1
11 .LB1: label
H A Darmv8_1-m-bfcsel.s5 bfcsel .LB1, .LBranch, .LB2, eq
7 .LB1: label
H A Darmv8_1-m-bf-exchange.s5 bfx .LB1, r5
9 .LB1: label
H A Darmv8_1-m-loloop.s6 wls lr, r2, .LB1
13 .LB1: label
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8_1-m-loloop-bad.s5 wls r1, r2, .LB1
11 .LB1: label
H A Darmv8_1-m-bfcsel.s5 bfcsel .LB1, .LBranch, .LB2, eq
7 .LB1: label
H A Darmv8_1-m-bf-exchange.s5 bfx .LB1, r5
9 .LB1: label
H A Darmv8_1-m-loloop.s6 wls lr, r2, .LB1
13 .LB1: label
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8_1-m-loloop-bad.s5 wls r1, r2, .LB1
11 .LB1: label
H A Darmv8_1-m-bfcsel.s5 bfcsel .LB1, .LBranch, .LB2, eq
7 .LB1: label
H A Darmv8_1-m-bf-exchange.s5 bfx .LB1, r5
9 .LB1: label
H A Darmv8_1-m-loloop.s6 wls lr, r2, .LB1
13 .LB1: label

12345678910>>...20