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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstatbrma.cpp60 int leftMargin = 2; local
76 int xpos = rect.x + leftMargin + 1 ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlaywin.cpp233 int leftMargin = 0, rightMargin = 0, topMargin = 0, bottomMargin = 0; local
239 leftMargin = sashWindow->GetExtraBorderSize();
245 leftMargin += sashWindow->GetDefaultBorderSize();
258 wxRect rect(leftMargin, topMargin, cw - leftMargin - rightMargin, ch - topMargin - bottomMargin);
H A Dstatusbr.cpp248 int leftMargin = 2; local
259 int xpos = rect.x + leftMargin;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dstatbrma.cpp86 int leftMargin = 2; local
87 int xpos = rect.x + leftMargin + 1;
H A Dtextctrl.cpp1937 margins.leftMargin = style.GetLeftIndent() / 254.0 * 72 + 0.5;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp634 int leftMargin = 20; local
642 float leftMarginLogical = (float)(logUnitsFactor*leftMargin);
673 int leftMargin = 10; local
677 float leftMarginLogical = (float)(mmToLogical*leftMargin);
683 float xPos = (float)(((((pageWidthMM - leftMargin - rightMargin)/2.0)+leftMargin)*mmToLogical) - (xExtent/2.0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextctrl.tex172 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
233 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
H A Drichtextattr.tex738 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
H A Drichtextbuffer.tex184 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h788 virtual void SetMargins(int leftMargin, int rightMargin, int topMargin, int bottomMargin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp198 void wxRichTextObject::SetMargins(int leftMargin, int rightMargin, int topMargin, int bottomMargin) argument
200 m_leftMargin = leftMargin;

Completed in 145 milliseconds