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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexthtml.cpp287 wxString styleStr; variable
293 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM);
299 styleStr += wxString::Format(wxT("margin-bottom: %.2fmm; "), spacingAfterMM);
305 styleStr += wxString::Format(wxT("margin-left: %.2fmm; "), indentLeftMM);
310 styleStr += wxString::Format(wxT("margin-right: %.2fmm; "), indentRightMM);
316 styleStr += wxString::Format(wxT("text-indent: %.2fmm; "), firstLineIndentMM);
319 if (!styleStr.IsEmpty())
320 str << wxT(" style=\"") << styleStr << wxT("\"");
347 wxString styleStr; variable
353 styleStr
[all...]

Completed in 113 milliseconds