Home
last modified time | relevance | path

Searched refs:GetIndentStr (Results 1 – 25 of 90) sorted by relevance

1234

/dports/editors/lazarus/lazarus/components/codetools/
H A Dsourcechanger.pas196 function GetIndentStr(TheIndent: integer): string; inline; in GetIndentStr() function
895 IndentStr:=GetIndentStr(NewIndent-Indent);
1007 InsertText:=InsertText+GetIndentStr(NeededIndent);
1277 function TBeautifyCodeOptions.GetIndentStr(TheIndent: integer): string; in GetIndentStr() function
1279 Result:=BasicCodeTools.GetIndentStr(TheIndent,UseTabWidth);
1359 +GetIndentStr(IndentLen)
1392 +GetIndentStr(IndentLen)
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1757 AddAtom(Result,LineEnd+LineEnd+GetIndentStr(IndentSize));
1811 Result:=GetIndentStr(IndentSize);
H A Dcodebeautifier.pas434 …DebugLn([GetIndentStr(Top*2),'TFABBlockStack.BeginBlock ',EnumToStr(Typ),' ',StartPos,' at ',PosTo…
452 DebugLn([GetIndentStr(Top*2),'TFABBlockStack.EndBlock ',EnumToStr(TopType)]);
490 debugln([Prefix+GetIndentStr(i*2),EnumToStr(Stack[i].Typ),
584 …DebugLn([GetIndentStr(Stack.Top*2),'nested indentation learned ',EnumToStr(Block^.Typ),'/',EnumToS…
585 …debugln([GetIndentStr(Stack.Top*2),' Src=',dbgstr(copy(Src,AtomStart-10,10)),'|',copy(Src,AtomSta…
587 Stack.WriteDebugReport(GetIndentStr(Stack.Top*2));
594 …DebugLn([GetIndentStr(Stack.Top*2),'BeginBlock ',EnumToStr(Typ),' ',GetAtomString(@Src[AtomStart],…
601 …DebugLn([GetIndentStr(Stack.Top*2),'EndBlock ',EnumToStr(Stack.TopType),' ',GetAtomString(@Src[Ato…
1269 …DebugLn([GetIndentStr(Stack.Top*2),'Indentation learned for bbtNone: ',EnumToStr(Block^.Typ),' Ind…
1698 …DebugLn([GetIndentStr(i*2),' : Typ=',EnumToStr(Block^.Typ),' StartPos=',Block^.StartPos,' InnerIde…
H A Dcodecompletiontool.pas4281 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4532 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4855 Beauty.GetIndentStr(Indent)+'type');
5297 NewTxt:=Beauty.GetIndentStr(Indent)+NewTxt;
6259 +Beauty.GetIndentStr(Indent)+'begin'+e;
6280 ProcBody:=ProcBody+Beauty.GetIndentStr(Indent)+'end;'+e
7509 GetIndentStr(BeautifyCodeOpts.Indent),
8098 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8110 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8158 Code:=Beauty.GetIndentStr(Indent)+'{ '+Code+' }';
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dsourcechanger.pas196 function GetIndentStr(TheIndent: integer): string; inline; in GetIndentStr() function
895 IndentStr:=GetIndentStr(NewIndent-Indent);
1007 InsertText:=InsertText+GetIndentStr(NeededIndent);
1277 function TBeautifyCodeOptions.GetIndentStr(TheIndent: integer): string; in GetIndentStr() function
1279 Result:=BasicCodeTools.GetIndentStr(TheIndent,UseTabWidth);
1359 +GetIndentStr(IndentLen)
1392 +GetIndentStr(IndentLen)
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1757 AddAtom(Result,LineEnd+LineEnd+GetIndentStr(IndentSize));
1811 Result:=GetIndentStr(IndentSize);
H A Dcodebeautifier.pas434 …DebugLn([GetIndentStr(Top*2),'TFABBlockStack.BeginBlock ',EnumToStr(Typ),' ',StartPos,' at ',PosTo…
452 DebugLn([GetIndentStr(Top*2),'TFABBlockStack.EndBlock ',EnumToStr(TopType)]);
490 debugln([Prefix+GetIndentStr(i*2),EnumToStr(Stack[i].Typ),
584 …DebugLn([GetIndentStr(Stack.Top*2),'nested indentation learned ',EnumToStr(Block^.Typ),'/',EnumToS…
585 …debugln([GetIndentStr(Stack.Top*2),' Src=',dbgstr(copy(Src,AtomStart-10,10)),'|',copy(Src,AtomSta…
587 Stack.WriteDebugReport(GetIndentStr(Stack.Top*2));
594 …DebugLn([GetIndentStr(Stack.Top*2),'BeginBlock ',EnumToStr(Typ),' ',GetAtomString(@Src[AtomStart],…
601 …DebugLn([GetIndentStr(Stack.Top*2),'EndBlock ',EnumToStr(Stack.TopType),' ',GetAtomString(@Src[Ato…
1269 …DebugLn([GetIndentStr(Stack.Top*2),'Indentation learned for bbtNone: ',EnumToStr(Block^.Typ),' Ind…
1698 …DebugLn([GetIndentStr(i*2),' : Typ=',EnumToStr(Block^.Typ),' StartPos=',Block^.StartPos,' InnerIde…
H A Dcodecompletiontool.pas4282 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4533 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4856 Beauty.GetIndentStr(Indent)+'type');
5298 NewTxt:=Beauty.GetIndentStr(Indent)+NewTxt;
6260 +Beauty.GetIndentStr(Indent)+'begin'+e;
6281 ProcBody:=ProcBody+Beauty.GetIndentStr(Indent)+'end;'+e
7510 GetIndentStr(BeautifyCodeOpts.Indent),
8099 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8111 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8159 Code:=Beauty.GetIndentStr(Indent)+'{ '+Code+' }';
[all …]
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dsourcechanger.pas196 function GetIndentStr(TheIndent: integer): string; inline; in GetIndentStr() function
895 IndentStr:=GetIndentStr(NewIndent-Indent);
1007 InsertText:=InsertText+GetIndentStr(NeededIndent);
1277 function TBeautifyCodeOptions.GetIndentStr(TheIndent: integer): string; in GetIndentStr() function
1279 Result:=BasicCodeTools.GetIndentStr(TheIndent,UseTabWidth);
1359 +GetIndentStr(IndentLen)
1392 +GetIndentStr(IndentLen)
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1757 AddAtom(Result,LineEnd+LineEnd+GetIndentStr(IndentSize));
1811 Result:=GetIndentStr(IndentSize);
H A Dcodebeautifier.pas434 …DebugLn([GetIndentStr(Top*2),'TFABBlockStack.BeginBlock ',EnumToStr(Typ),' ',StartPos,' at ',PosTo…
452 DebugLn([GetIndentStr(Top*2),'TFABBlockStack.EndBlock ',EnumToStr(TopType)]);
490 debugln([Prefix+GetIndentStr(i*2),EnumToStr(Stack[i].Typ),
584 …DebugLn([GetIndentStr(Stack.Top*2),'nested indentation learned ',EnumToStr(Block^.Typ),'/',EnumToS…
585 …debugln([GetIndentStr(Stack.Top*2),' Src=',dbgstr(copy(Src,AtomStart-10,10)),'|',copy(Src,AtomSta…
587 Stack.WriteDebugReport(GetIndentStr(Stack.Top*2));
594 …DebugLn([GetIndentStr(Stack.Top*2),'BeginBlock ',EnumToStr(Typ),' ',GetAtomString(@Src[AtomStart],…
601 …DebugLn([GetIndentStr(Stack.Top*2),'EndBlock ',EnumToStr(Stack.TopType),' ',GetAtomString(@Src[Ato…
1269 …DebugLn([GetIndentStr(Stack.Top*2),'Indentation learned for bbtNone: ',EnumToStr(Block^.Typ),' Ind…
1698 …DebugLn([GetIndentStr(i*2),' : Typ=',EnumToStr(Block^.Typ),' StartPos=',Block^.StartPos,' InnerIde…
H A Dcodecompletiontool.pas4281 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4532 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4855 Beauty.GetIndentStr(Indent)+'type');
5297 NewTxt:=Beauty.GetIndentStr(Indent)+NewTxt;
6259 +Beauty.GetIndentStr(Indent)+'begin'+e;
6280 ProcBody:=ProcBody+Beauty.GetIndentStr(Indent)+'end;'+e
7509 GetIndentStr(BeautifyCodeOpts.Indent),
8098 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8110 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8158 Code:=Beauty.GetIndentStr(Indent)+'{ '+Code+' }';
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dsourcechanger.pas196 function GetIndentStr(TheIndent: integer): string; inline; in GetIndentStr() function
895 IndentStr:=GetIndentStr(NewIndent-Indent);
1007 InsertText:=InsertText+GetIndentStr(NeededIndent);
1277 function TBeautifyCodeOptions.GetIndentStr(TheIndent: integer): string; in GetIndentStr() function
1279 Result:=BasicCodeTools.GetIndentStr(TheIndent,UseTabWidth);
1359 +GetIndentStr(IndentLen)
1392 +GetIndentStr(IndentLen)
1755 AddAtom(Result,LineEnd+GetIndentStr(IndentSize));
1757 AddAtom(Result,LineEnd+LineEnd+GetIndentStr(IndentSize));
1811 Result:=GetIndentStr(IndentSize);
H A Dcodebeautifier.pas434 …DebugLn([GetIndentStr(Top*2),'TFABBlockStack.BeginBlock ',EnumToStr(Typ),' ',StartPos,' at ',PosTo…
452 DebugLn([GetIndentStr(Top*2),'TFABBlockStack.EndBlock ',EnumToStr(TopType)]);
490 debugln([Prefix+GetIndentStr(i*2),EnumToStr(Stack[i].Typ),
584 …DebugLn([GetIndentStr(Stack.Top*2),'nested indentation learned ',EnumToStr(Block^.Typ),'/',EnumToS…
585 …debugln([GetIndentStr(Stack.Top*2),' Src=',dbgstr(copy(Src,AtomStart-10,10)),'|',copy(Src,AtomSta…
587 Stack.WriteDebugReport(GetIndentStr(Stack.Top*2));
594 …DebugLn([GetIndentStr(Stack.Top*2),'BeginBlock ',EnumToStr(Typ),' ',GetAtomString(@Src[AtomStart],…
601 …DebugLn([GetIndentStr(Stack.Top*2),'EndBlock ',EnumToStr(Stack.TopType),' ',GetAtomString(@Src[Ato…
1269 …DebugLn([GetIndentStr(Stack.Top*2),'Indentation learned for bbtNone: ',EnumToStr(Block^.Typ),' Ind…
1698 …DebugLn([GetIndentStr(i*2),' : Typ=',EnumToStr(Block^.Typ),' StartPos=',Block^.StartPos,' InnerIde…
H A Dcodecompletiontool.pas4282 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4533 NewSrc:=Beauty.GetIndentStr(Beauty.Indent)
4856 Beauty.GetIndentStr(Indent)+'type');
5298 NewTxt:=Beauty.GetIndentStr(Indent)+NewTxt;
6260 +Beauty.GetIndentStr(Indent)+'begin'+e;
6281 ProcBody:=ProcBody+Beauty.GetIndentStr(Indent)+'end;'+e
7510 GetIndentStr(BeautifyCodeOpts.Indent),
8099 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8111 Beauty.GetIndentStr(NewClassSectionIndent[NewSection])+
8159 Code:=Beauty.GetIndentStr(Indent)+'{ '+Code+' }';
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dencloseselectiondlg.pas205 NewStr:=GetIndentStr(FirstLineIndent)+NewStr;
263 IndentStr:=GetIndentStr(TemplateIndent-OldSelectionIndent);
/dports/editors/lazarus/lazarus/ide/
H A Dencloseselectiondlg.pas198 NewStr:=GetIndentStr(FirstLineIndent)+NewStr;
256 IndentStr:=GetIndentStr(TemplateIndent-OldSelectionIndent);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dencloseselectiondlg.pas205 NewStr:=GetIndentStr(FirstLineIndent)+NewStr;
263 IndentStr:=GetIndentStr(TemplateIndent-OldSelectionIndent);
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dencloseselectiondlg.pas198 NewStr:=GetIndentStr(FirstLineIndent)+NewStr;
256 IndentStr:=GetIndentStr(TemplateIndent-OldSelectionIndent);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dhtmlexp.hxx170 const char* GetIndentStr() const in GetIndentStr() function in ScHTMLExport
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dcodynodeinfodlg.pas119 Report.Add(GetIndentStr(length(Prefix)+2)+'Src="'+s+'"');
184 s:=GetIndentStr(Node.GetLevel*2);
/dports/editors/lazarus/lazarus/components/codetools/ide/
H A Dcodynodeinfodlg.pas119 Report.Add(GetIndentStr(length(Prefix)+2)+'Src="'+s+'"');
184 s:=GetIndentStr(Node.GetLevel*2);
/dports/editors/lazarus-qt5/lazarus/components/codetools/ide/
H A Dcodynodeinfodlg.pas119 Report.Add(GetIndentStr(length(Prefix)+2)+'Src="'+s+'"');
184 s:=GetIndentStr(Node.GetLevel*2);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dcodynodeinfodlg.pas119 Report.Add(GetIndentStr(length(Prefix)+2)+'Src="'+s+'"');
184 s:=GetIndentStr(Node.GetLevel*2);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dhtmlexp.hxx171 const sal_Char* GetIndentStr() const in GetIndentStr() function in ScHTMLExport
/dports/editors/lazarus/examples/idequickfix/
H A Dquickfixdemo1.pas199 Beauty.GetIndentStr(Indent)+'Assert(Sender=nil);')
/dports/editors/lazarus-devel/examples/idequickfix/
H A Dquickfixdemo1.pas199 Beauty.GetIndentStr(Indent)+'Assert(Sender=nil);')
/dports/editors/lazarus-qt5/examples/idequickfix/
H A Dquickfixdemo1.pas199 Beauty.GetIndentStr(Indent)+'Assert(Sender=nil);')

1234