Searched defs:iRight (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkRequestWidget.cpp91 int iLeft, iTop, iRight, iBottom; local
93 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
95 iMinimumWidth -= iRight;
97 layout()->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
99 iMinimumWidth -= iRight;
102 pParentLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
104 iMinimumWidth -= iRight;
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIAdvancedToolBar.cpp123 void QIAdvancedToolBar::setToolBarMargins(int iLeft, int iTop, int iRight, int iBottom) argument
125 m_pMainLayout->setContentsMargins(iLeft, iTop, iRight, iBottom);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStack.cpp134 int iLeft, iTop, iRight, iBottom; local
135 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
298 int iLeft, iTop, iRight, iBottom; local
299 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
300 iWidth -= (iLeft + iRight);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizard.cpp239 int iLeft, iTop, iRight, iBottom; local
240 pPage->layout()->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
241 int iCurrentLabelWidth = iPageWidth - iLeft - iRight;
314 int iLeft, iTop, iRight, iBottom; local
315 pPage->layout()->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer.cpp220 uint32_t iRight = RTAsn1Integer_UnsignedLastBit(pRight); local
221 if (iLeft != iRight)
222 return iLeft < iRight ? -1 : 1;
/vbox/src/bldprogs/
H A Dscmdiff.cpp117 * @param iRight Where the difference starts on the right side.
122 size_t iRight, size_t cRight)
142 if (c >= iRight)
143 cRight = c - iRight;
146 iRight = c;
166 RTStrmPrintf(pState->pDiff, "%zu,%zu%c%zu,%zu\n", iLeft + 1, iLeft + cLeft, ch, iRight + 1, iRight + cRight);
168 RTStrmPrintf(pState->pDiff, "%zu,%zu%c%zu\n", iLeft + 1, iLeft + cLeft, ch, iRight + 1);
170 RTStrmPrintf(pState->pDiff, "%zu%c%zu,%zu\n", iLeft + 1, ch, iRight + 1, iRight
120 scmDiffReport(PSCMDIFFSTATE pState, size_t cMatches, size_t iLeft, size_t cLeft, size_t iRight, size_t cRight) argument
257 scmDiffCompareLines(PSCMDIFFSTATE pState, size_t iLeft, size_t iRight, size_t cLines) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMenuBarEditorWindow.cpp264 int iLeft, iTop, iRight, iBottom; local
265 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
269 iRight = qMin(iRight, 10);
277 iRight += 5;
280 m_pMainLayout->setContentsMargins(iLeft, iTop, iRight, iBottom);
H A DUIStatusBarEditorWindow.cpp361 int iLeft, iTop, iRight, iBottom; local
362 m_pMainLayout->getContentsMargins(&iLeft, &iTop, &iRight, &iBottom);
366 iRight = qMin(iRight, 10);
375 m_pMainLayout->setContentsMargins(iLeft, iTop, iRight, iBottom);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp3577 int iLeft = 0, iRight = 0; local
3584 iRight = data[1].toInt(&fOk);
3593 hints << iRight; local

Completed in 70 milliseconds