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

Lines Matching refs:m_Cell

299     m_Cell = NULL;
341 delete m_Cell;
449 if (m_Cell)
451 delete m_Cell;
452 m_Cell = NULL;
454 m_Cell = (wxHtmlContainerCell*) m_Parser->Parse(newsrc);
456 m_Cell->SetIndent(m_Borders, wxHTML_INDENT_ALL, wxHTML_UNITS_PIXELS);
457 m_Cell->SetAlignHor(wxHTML_ALIGN_CENTER);
627 const wxHtmlCell *c = m_Cell->Find(wxHTML_COND_ISANCHOR, &anchor);
664 if (!m_Cell) return;
670 m_Cell->Layout(ClientWidth);
675 m_Cell->Layout(ClientWidth);
676 if (ClientHeight < m_Cell->GetHeight() + GetCharHeight())
680 m_Cell->GetWidth() / wxHTML_SCROLL_STEP,
681 (m_Cell->GetHeight() + GetCharHeight()) / wxHTML_SCROLL_STEP
686 SetScrollbars(wxHTML_SCROLL_STEP, 1, m_Cell->GetWidth() / wxHTML_SCROLL_STEP, 0); // disable...
688 m_Cell->Layout(ClientWidth); // ...and relayout
913 if (m_Cell)
916 sel.Set(m_Cell->GetFirstTerminal(), m_Cell->GetLastTerminal());
1012 if (m_tmpCanDrawLocks > 0 || m_Cell == NULL)
1051 m_Cell->Draw(dcm, 0, 0,
1063 wxHtmlCell *at = m_Cell->FindCellByPos(x, y);
1065 m_Cell->FindCellByPos(x, y, wxHTML_FIND_NEAREST_BEFORE);
1067 m_Cell->FindCellByPos(x, y, wxHTML_FIND_NEAREST_AFTER);
1176 wxHtmlWindowMouseHelper::HandleMouseClick(m_Cell, pos, event);
1198 if (m_Cell != NULL && DidMouseMove())
1208 wxHtmlCell *cell = m_Cell->FindCellByPos(x, y);
1214 m_tmpSelFromCell = m_Cell->FindCellByPos(
1246 m_tmpSelFromCell = m_Cell->FindCellByPos(
1250 m_tmpSelFromCell = m_Cell->GetFirstTerminal();
1254 m_tmpSelFromCell = m_Cell->FindCellByPos(
1258 m_tmpSelFromCell = m_Cell->GetLastTerminal();
1267 selcell = m_Cell->FindCellByPos(x, y,
1270 selcell = m_Cell->GetLastTerminal();
1274 selcell = m_Cell->FindCellByPos(x, y,
1277 selcell = m_Cell->GetFirstTerminal();
1317 // NB: because we're passing in 'cell' and not 'm_Cell' (so that the
1447 if ( m_Cell )
1449 wxHtmlCell *cell = m_Cell->FindCellByPos(pos.x, pos.y);
1463 if ( m_Cell )
1465 wxHtmlCell *cell = m_Cell->FindCellByPos(pos.x, pos.y);
1519 if ( m_Cell )
1523 m_selection->Set(m_Cell->GetFirstTerminal(), m_Cell->GetLastTerminal());