Home
last modified time | relevance | path

Searched refs:mBoxSize (Results 1 – 6 of 6) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dequipmentwindow.cpp112 if (mBoxSize == 0) in EquipmentWindow()
113 mBoxSize = 36; in EquipmentWindow()
419 const Rect tRect(box->x, box->y, mBoxSize, mBoxSize); in getItem()
458 const Rect tRect(box->x, box->y, mBoxSize, mBoxSize); in mousePressed()
547 const Rect tRect(box->x, box->y, mBoxSize, mBoxSize); in mouseReleased()
732 if (x + mBoxSize > mMaxX) in loadSlot()
733 mMaxX = x + mBoxSize; in loadSlot()
734 if (y + mBoxSize > mMaxY) in loadSlot()
735 mMaxY = y + mBoxSize; in loadSlot()
822 if (x + mBoxSize > mMaxX) in addBox()
[all …]
H A Dequipmentwindow.h154 int mBoxSize; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A DElementsDockingWindow.cxx408 element->mBoxSize = Size(10, nControlHeight); in LayoutOrPaintContents()
423 element->mBoxSize = Size(nControlWidth, 10); in LayoutOrPaintContents()
453 element->mBoxSize = Size(boxX, boxY); in LayoutOrPaintContents()
549 rRect = tools::Rectangle(pHelpElement->mBoxLocation, pHelpElement->mBoxSize); in RequestHelp()
635 tools::Rectangle rect(element->mBoxLocation, element->mBoxSize); in MouseButtonDown()
701 nScrollPos += pCur->mBoxSize.Width() - GetOutputSizePixel().Width(); in scrollToElement()
728 tools::Rectangle elementRect(pCur->mBoxLocation, pCur->mBoxSize); in stepFocus()
755 tools::Rectangle elementRect(pCur->mBoxLocation, pCur->mBoxSize); in pageFocus()
767 elementRect = tools::Rectangle(pCur->mBoxLocation, pCur->mBoxSize); in pageFocus()
1127 return tools::Rectangle(pItem->mBoxLocation, pItem->mBoxSize); in itemPosRect()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A DElementsDockingWindow.cxx377 element->mBoxSize = Size(10, nControlHeight); in LayoutOrPaintContents()
392 element->mBoxSize = Size(nControlWidth, 10); in LayoutOrPaintContents()
422 element->mBoxSize = Size(boxX, boxY); in LayoutOrPaintContents()
585 const tools::Rectangle rect(element->mBoxLocation, element->mBoxSize); in MouseMove()
639 tools::Rectangle rect(element->mBoxLocation, element->mBoxSize); in MouseButtonDown()
702 nScrollPos += pCur->mBoxSize.Width() - GetOutputSizePixel().Width(); in scrollToElement()
727 tools::Rectangle elementRect(pCur->mBoxLocation, pCur->mBoxSize); in stepFocus()
754 tools::Rectangle elementRect(pCur->mBoxLocation, pCur->mBoxSize); in pageFocus()
766 elementRect = tools::Rectangle(pCur->mBoxLocation, pCur->mBoxSize); in pageFocus()
1076 return tools::Rectangle(pItem->mBoxLocation, pItem->mBoxSize); in itemPosRect()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A DElementsDockingWindow.hxx44 Size mBoxSize; member in SmElement
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A DElementsDockingWindow.hxx39 Size mBoxSize; member in SmElement