Home
last modified time | relevance | path

Searched refs:GetLineCount (Results 226 – 250 of 590) sorted by relevance

12345678910>>...24

/dports/devel/upp/upp/uppsrc/ide/
H A DContextGoto.cpp131 while(li + 1 < editor.GetLineCount()) { in ContextGoto0()
481 for(int i = 0; i < editor.GetLineCount(); i++) { in GotoFileAndId()
H A Didetool.cpp9 for(int i = 0; i < editor.GetLineCount(); i++) { in ResolveUvsConflict()
552 int h = editor.GetLineCount() - 1; in RemoveDs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dcsvcontrol.hxx331 sal_Int32 GetLineCount() const { return mrData.mnLineCount; } in GetLineCount() function in ScCsvControl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dcsvcontrol.hxx336 sal_Int32 GetLineCount() const { return mrData.mnLineCount; } in GetLineCount() function in ScCsvControl
/dports/net-p2p/amule/aMule-2.3.3/src/
H A Damule.cpp479 for ( size_t i = 0; i < vfile.GetLineCount(); i++ ) { in OnInit()
496 while ( vfile.GetLineCount() > 10 ) in OnInit()
497 vfile.RemoveLine( vfile.GetLineCount() - 1 ); in OnInit()
1601 } else if (!file.GetLineCount()) { in CheckNewVersion()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A Damule.cpp482 for ( size_t i = 0; i < vfile.GetLineCount(); i++ ) {
499 while ( vfile.GetLineCount() > 10 )
500 vfile.RemoveLine( vfile.GetLineCount() - 1 );
1600 } else if (!file.GetLineCount()) {
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/EditorTweaks/
H A DEditorTweaks.cpp765 int lineCount = control->GetLineCount(); in OnShowLineNumbers()
849 const int maxLines = stc->GetLineCount(); in MakeIndentsConsistent()
902 int maxLines = control->GetLineCount(); in StripTrailingBlanks()
993 int count = control->GetLineCount(); in DoFoldAboveLevel()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/netlist/
H A DNetList.cpp491 if( oFileCct.GetLineCount( ) < 3 ) { oFileCct.Close( ); return( false ); } in bLoadFile()
531 for( sz1=oFileCct.GetLineCount( ); sz1>0; sz1-- ) in bSaveFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccportions.cxx298 sal_Int32 SwAccessiblePortionData::GetLineCount() const in GetLineCount() function in SwAccessiblePortionData
316 const sal_Int32 nLineCount( GetLineCount() ); in GetLineNo()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/BrowseTracker/
H A DJumpTracker.cpp254 botLine = (botLine > edstc->GetLineCount()) ? edstc->GetLineCount() : botLine; in OnEditorUpdateEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccportions.cxx294 sal_Int32 SwAccessiblePortionData::GetLineCount() const in GetLineCount() function in SwAccessiblePortionData
312 const sal_Int32 nLineCount( GetLineCount() ); in GetLineNo()
/dports/net/opal/opal-3.10.10/include/lids/
H A Dlidpluginmgr.h117 virtual unsigned GetLineCount() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/accessibility/
H A DAccessibleEmptyEditSource.cxx143 … sal_Int32 GetLineCount( sal_Int32 nPara ) const override { return nPara == 0 ? 1 : 0; } in GetLineCount() function in accessibility::__anon436840690111::AccessibleEmptyEditSource_Impl
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dscidoc.h132 long GetLineCount() { return sendMessage(SCI_GETLINECOUNT,0,0); } in GetLineCount() function
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dfptemplt.pas216 for I:=0 to GetLineCount-1 do
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Ddisassemblydlg.cpp183 for (int i = 0; i < m_pCode->GetLineCount() && i < int(m_LineTypes.size()); ++i) in SetActiveAddress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/accessibility/
H A DAccessibleEmptyEditSource.cxx142 … sal_Int32 GetLineCount( sal_Int32 nPara ) const override { return nPara == 0 ? 1 : 0; } in GetLineCount() function in accessibility::AccessibleEmptyEditSource_Impl
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dfptemplt.pas216 for I:=0 to GetLineCount-1 do
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Ddialogue.h271 uint32_t GetLineCount() const { in GetLineCount() function
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/comafx/
H A DStdAfx.cpp156 if ( edit->GetLineCount() > 1 ) { in EditControlEnterHit()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DListWindow.cpp139 sum += adapter.GetEntry(this, i)->GetLineCount(); in IsSelectedItemCompletelyVisible()
/dports/net/opal/opal-3.10.10/src/lids/
H A Dixjunix.cxx541 unsigned OpalIxJDevice::GetLineCount() in GetLineCount() function in OpalIxJDevice
682 if (line >= GetLineCount()) in RingLine()
694 if (line >= GetLineCount()) in IsLineDisconnected()
1340 if (line >= GetLineCount()) in EnableAudio()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ctl/
H A DctlSQLBox.cpp524 if (GetLineCount() > curLineNum) in BlockComment()
552 wxT(" ") + NumToStr((long int)GetLineCount()) + wxT(" ")); in UpdateLineNumber()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emText/
H A DemTextFilePanel.cpp181 emString::Format("%d",Model->GetLineCount()) in CreateControlPanel()
219 rows=Model->GetLineCount(); in PaintAsText()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvtextfm.h455 int GetLineCount() in GetLineCount() function

12345678910>>...24