Home
last modified time | relevance | path

Searched refs:GetCurrentLine (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmVisualStudioSlnParser.cxx113 size_t GetCurrentLine() const { return this->CurrentLine; } in GetCurrentLine() function in cmVisualStudioSlnParser::State
199 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
214 result.SetError(ResultErrorInputData, this->GetCurrentLine()); in Process()
223 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
240 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
251 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
283 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
348 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Finished()
535 state.GetCurrentLine()); in ParseMultiValueTag()
601 state.GetCurrentLine()); in ParseTag()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmVisualStudioSlnParser.cxx113 size_t GetCurrentLine() const { return this->CurrentLine; } in GetCurrentLine() function in cmVisualStudioSlnParser::State
199 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
214 result.SetError(ResultErrorInputData, this->GetCurrentLine()); in Process()
223 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
240 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
251 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
283 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
348 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Finished()
535 state.GetCurrentLine()); in ParseMultiValueTag()
601 state.GetCurrentLine()); in ParseTag()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmVisualStudioSlnParser.cxx113 size_t GetCurrentLine() const { return this->CurrentLine; } in GetCurrentLine() function in cmVisualStudioSlnParser::State
199 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
214 result.SetError(ResultErrorInputData, this->GetCurrentLine()); in Process()
223 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
240 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
251 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
283 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Process()
348 result.SetError(ResultErrorInputStructure, this->GetCurrentLine()); in Finished()
535 state.GetCurrentLine()); in ParseMultiValueTag()
601 state.GetCurrentLine()); in ParseTag()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteshell.cpp132 bool on_last = (GetCurrentLine() >= prompt_line); in CaretOnPromptLine()
144 return GetCurrentLine() >= prompt_line; in CaretOnPromptLine()
298 int current_line = GetCurrentLine(); in OnKeyDown()
313 int current_line = GetCurrentLine(); in OnKeyDown()
324 int current_line = GetCurrentLine(); in OnKeyDown()
360 int current_line = GetCurrentLine(); in OnKeyDown()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Ddisassemblydlg.cpp172 displine = m_pCode->GetCurrentLine() ; in CenterCurrentLine()
219 if (m_pCode->GetCurrentLine() == m_pCode->GetFirstVisibleLine()) in OnAdjustLine()
220 displine = m_pCode->GetCurrentLine(); in OnAdjustLine()
221 else if (m_pCode->GetCurrentLine() == m_pCode->GetFirstVisibleLine() + los/2) in OnAdjustLine()
222 displine = m_pCode->GetCurrentLine() - (los/2) + 1; in OnAdjustLine()
224 displine = m_pCode->GetCurrentLine() + (los/2); in OnAdjustLine()
/dports/devel/upp/upp/uppsrc/ide/
H A DJump.cpp8 virtual int GetCurrentLine();
61 int NavDlg::GetCurrentLine() in GetCurrentLine() function in NavDlg
63 return theide->editor.GetCurrentLine(); in GetCurrentLine()
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Derror.c115 LineNum = GetCurrentLine (); in Fatal()
145 LineNum = GetCurrentLine (); in Internal()
217 IntError (GetCurrentFile(), GetCurrentLine(), Format, ap); in PPError()
280 IntWarning (GetCurrentFile(), GetCurrentLine(), Format, ap); in PPWarning()
H A Dinput.h110 unsigned GetCurrentLine (void);
/dports/cad/gspiceui/gspiceui-v1.1.00/src/process/
H A DPrcGnuCap.cpp215 m_oFileResults.RemoveLine( m_oFileResults.GetCurrentLine( ) ); in bFmtResultsFO()
254 m_oFileResults[ m_oFileResults.GetCurrentLine( ) ] = os1; in bFmtResultsFO()
283 if( m_oFileResults.GetCurrentLine( ) > 0 ) in bFmtResultsFO()
284 m_oFileResults.RemoveLine( m_oFileResults.GetCurrentLine( ) ); in bFmtResultsFO()
316 m_oFileResults.RemoveLine( m_oFileResults.GetCurrentLine( ) ); in bFmtResultsFO()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DLegacy.cpp52 kind = (*f)[f->GetCurrentLine()]; in ConvertLegacyTrack()
94 size_t envStart = f->GetCurrentLine(); in ConvertLegacyTrack()
241 f->GoToLine(f->GetCurrentLine()-1); in ConvertLegacyTrack()
244 } while (f->GetCurrentLine() < f->GetLineCount()); in ConvertLegacyTrack()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SmartIndent/
H A DSmartIndentCpp.cpp155 int line = stc->GetCurrentLine(); in DoSmartIndent()
316 int line = stc->GetCurrentLine(); in DoSmartIndent()
335 stc->SetLineIndentation(stc->GetCurrentLine(), autoIndentLineIndent); in DoSmartIndent()
354 wxString str = stc->GetLine(stc->GetCurrentLine()); in DoSmartIndent()
385 const int curLine = stc->GetCurrentLine(); in DoSmartIndent()
574 const int ppLine = control->GetCurrentLine() - 1; in DoBraceCompletion()
654 const int curLine = control->GetCurrentLine(); in DoBraceCompletion()
H A DSmartIndentHDL.cpp205 wxString strWithSpaces = stc->GetLine(stc->GetCurrentLine()); in DoUnIndent()
214 int pos = stc->GetLineEndPosition(stc->GetCurrentLine())-2; in DoUnIndent()
282 wxString str = stc->GetLine(stc->GetCurrentLine()); in DoUnIndent()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/py/
H A Dsliceshell.py1115 line_num=self.GetCurrentLine()
1140 line_num=self.GetCurrentLine()
1163 line_num=self.GetCurrentLine()
1180 line_num=self.GetCurrentLine()
1200 line_num=self.GetCurrentLine()
1218 line_num=self.GetCurrentLine()
2324 cur_line = self.GetCurrentLine()
2372 cpos=self.GetCurrentLine()
2398 line = self.GetCurrentLine()
2405 line = self.GetCurrentLine()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/readers/
H A Dstruct_cmt_reader.hpp67 CTempString current = reader.GetCurrentLine(); in LoadComments()
94 CTempString current = reader.GetCurrentLine(); in LoadCommentsByRow()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/readers/
H A Dstruct_cmt_reader.hpp67 CTempString current = reader.GetCurrentLine(); in LoadComments()
94 CTempString current = reader.GetCurrentLine(); in LoadCommentsByRow()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ctl/
H A DctlSQLBox.cpp408 line = GetLine(GetCurrentLine()); in OnKeyDown()
423 int max = line.Length() - (GetLineEndPosition(GetCurrentLine()) - GetCurrentPos()) - offset; in OnKeyDown()
435 …(unsigned int)GetCurrentPos() <= ((GetLineEndPosition(GetCurrentLine()) - line.Length()) + indent.… in OnKeyDown()
437 …SetSelection(GetLineEndPosition(GetCurrentLine()) - line.Length() + offset, GetLineEndPosition(Get… in OnKeyDown()
500 int curLineNum = GetCurrentLine(); in BlockComment()
760 wxString what = GetCurLine().Left(GetCurrentPos() - PositionFromLine(GetCurrentLine()));; in OnAutoComplete()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/BrowseTracker/
H A DJumpTracker.cpp244 if(edstc->GetCurrentLine() == wxSCI_INVALID_POSITION) in OnEditorUpdateEvent()
247 long edLine = edstc->GetCurrentLine(); in OnEditorUpdateEvent()
327 if(edstc->GetCurrentLine() == wxSCI_INVALID_POSITION) in OnEditorActivated()
332 JumpDataAdd(edFilename, edPosn, edstc->GetCurrentLine()); in OnEditorActivated()
370 if(edstc->GetCurrentLine() == wxSCI_INVALID_POSITION) in OnEditorDeactivated()
375 JumpDataAdd(edFilename, edPosn, edstc->GetCurrentLine()); in OnEditorDeactivated()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/stc/
H A Dedit.cpp285 int lineStart = PositionFromLine (GetCurrentLine()); in OnEditSelectLine()
286 int lineEnd = PositionFromLine (GetCurrentLine() + 1); in OnEditSelectLine()
317 ToggleFold (GetFoldParent(GetCurrentLine())); in OnFoldToggle()
347 const int line = GetCurrentLine(); in OnAnnotationAdd()
390 AnnotationSetText(GetCurrentLine(), wxString()); in OnAnnotationRemove()
455 int currentLine = GetCurrentLine(); in OnCharAdded()
778 text = wxString::Format (wxT("%d"), edit->GetCurrentLine()); in EditProperties()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/stc/
H A Dedit.cpp285 int lineStart = PositionFromLine (GetCurrentLine()); in OnEditSelectLine()
286 int lineEnd = PositionFromLine (GetCurrentLine() + 1); in OnEditSelectLine()
317 ToggleFold (GetFoldParent(GetCurrentLine())); in OnFoldToggle()
347 const int line = GetCurrentLine(); in OnAnnotationAdd()
390 AnnotationSetText(GetCurrentLine(), wxString()); in OnAnnotationRemove()
455 int currentLine = GetCurrentLine(); in OnCharAdded()
778 text = wxString::Format (wxT("%d"), edit->GetCurrentLine()); in EditProperties()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodetoolgdbtracer.pas97 function GetCurrentLine: string; in GetCurrentLine() function
539 function TCTGDBTracer.GetCurrentLine: string; in TCTGDBTracer.GetCurrentLine() function
554 Line.Source:=GetCurrentLine;
677 NewLine.Source:=GetCurrentLine;
/dports/editors/lazarus/lazarus/components/codetools/
H A Dcodetoolgdbtracer.pas97 function GetCurrentLine: string; in GetCurrentLine() function
539 function TCTGDBTracer.GetCurrentLine: string; in TCTGDBTracer.GetCurrentLine() function
554 Line.Source:=GetCurrentLine;
677 NewLine.Source:=GetCurrentLine;
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dcodetoolgdbtracer.pas97 function GetCurrentLine: string; in GetCurrentLine() function
539 function TCTGDBTracer.GetCurrentLine: string; in TCTGDBTracer.GetCurrentLine() function
554 Line.Source:=GetCurrentLine;
677 NewLine.Source:=GetCurrentLine;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodetoolgdbtracer.pas97 function GetCurrentLine: string; in GetCurrentLine() function
539 function TCTGDBTracer.GetCurrentLine: string; in TCTGDBTracer.GetCurrentLine() function
554 Line.Source:=GetCurrentLine;
677 NewLine.Source:=GetCurrentLine;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/stc/
H A Dedit.cpp300 int lineStart = PositionFromLine (GetCurrentLine()); in OnEditSelectLine()
301 int lineEnd = PositionFromLine (GetCurrentLine() + 1); in OnEditSelectLine()
332 ToggleFold (GetFoldParent(GetCurrentLine())); in OnFoldToggle()
362 const int line = GetCurrentLine(); in OnAnnotationAdd()
405 AnnotationSetText(GetCurrentLine(), wxString()); in OnAnnotationRemove()
500 int currentLine = GetCurrentLine(); in OnCharAdded()
863 text = wxString::Format ("%d", edit->GetCurrentLine()); in EditProperties()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/tableval/
H A Dtab_table_reader.cpp279 string lower = reader.GetCurrentLine(); in _ProcessHeader()
301 CTempString current = reader.GetCurrentLine(); in _OperateRows()
402 CTempString line = reader->GetCurrentLine(); in RegisterAliases()

12345678910