Searched refs:m_spacingBefore (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextindentspage.cpp90 m_spacingBefore = NULL;
290 m_spacingBefore = new wxTextCtrl( itemPanel1, ID_RICHTEXTINDENTSSPACINGPAGE_SPACING_BEFORE, wxEmptyString, wxDefaultPosition, wxSize(50, -1), 0 );
291 m_spacingBefore->SetHelpText(_("The spacing before the paragraph."));
293 m_spacingBefore->SetToolTip(_("The spacing before the paragraph."));
294 itemBoxSizer43->Add(m_spacingBefore, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5);
440 wxString spacingBefore(m_spacingBefore->GetValue());
523 m_spacingBefore->SetValue(spacingBefore);
526 m_spacingBefore->SetValue(wxEmptyString);
H A Drichtextliststylepage.cpp157 m_spacingBefore = NULL;
436 m_spacingBefore = new wxTextCtrl( itemPanel37, ID_RICHTEXTLISTSTYLEPAGE_SPACINGBEFORE, _T(""), wxDefaultPosition, wxSize(50, -1), 0 );
437 m_spacingBefore->SetHelpText(_("The spacing before the paragraph."));
439 m_spacingBefore->SetToolTip(_("The spacing before the paragraph."));
440 itemBoxSizer76->Add(m_spacingBefore, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);
626 wxString spacingBefore(m_spacingBefore->GetValue());
776 m_spacingBefore->SetValue(spacingBefore);
779 m_spacingBefore->SetValue(wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextindentspage.h138 wxTextCtrl* m_spacingBefore; member in class:wxRichTextIndentsSpacingPage
H A Drichtextliststylepage.h233 wxTextCtrl* m_spacingBefore; member in class:wxRichTextListStylePage

Completed in 383 milliseconds