• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching defs:m_pLine

158   int           m_nLine;        // used if m_pLine == NULL only
162 wxFileConfigLineList *m_pLine;
173 bool IsLocal() const { return m_pLine != 0; }
176 GetLine() const { return m_pLine; }
197 wxFileConfigLineList *m_pLine; // pointer to our line in the linked list
1370 m_pLine = NULL;
1398 wxASSERT_MSG( !m_pParent || !m_pLine || !pLine,
1401 m_pLine = pLine;
1409 variables for each group: m_pLine, m_pLastEntry and m_pLastGroup.
1411 m_pLine points to the line containing "[group_name]"
1425 element) or the m_pLine of the group, in which case there are no more entries
1429 immediately after m_pLine, but in this case the entries would appear
1444 if ( !m_pLine )
1464 m_pLine = m_pConfig->LineListInsert(strFullName,
1472 return m_pLine;
1477 // last line is the group line (m_pLine) itself.
1521 if ( !m_pLine )
1529 m_pLine = pEntry->GetLine();
1704 _T(" (m_pLine) = prev: %p, this %p, next %p"),
1705 m_pLine ? wx_static_cast(void*, m_pLine->Prev()) : 0,
1706 wx_static_cast(void*, m_pLine),
1707 m_pLine ? wx_static_cast(void*, m_pLine->Next()) : 0 );
1710 m_pLine ? m_pLine->Text().c_str() : wxEmptyString );
1743 wxFileConfigLineList *pLine = pGroup->m_pLine;
1753 ((m_pLine) ? m_pLine->Text().c_str() : wxEmptyString) );
1777 if ( m_aSubgroups[n]->m_pLine == pl )
1784 if ( pl == m_pLine )
1819 wxASSERT( m_pLine != NULL ); // if we have an entry with !NULL pLine...
1863 m_pLine = NULL;
1878 if ( m_pLine != NULL ) {
1883 m_pLine = pLine;
1921 if ( m_pLine )
1924 m_pLine->SetText(strLine);
1933 m_pLine = Group()->Config()->LineListInsert(strLine, line);