Home
last modified time | relevance | path

Searched refs:pWindowImpl (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwindow2.cxx1644 if (pWindowImpl->mnOptimalWidthCache == -1 || pWindowImpl->mnOptimalHeightCache == -1) in get_ungrouped_preferred_size()
1664 if (pWindowImpl->m_xSizeGroup) in get_preferred_size()
1693 return pWindowImpl->meHalign; in get_halign()
1705 return pWindowImpl->meValign; in get_valign()
1717 return pWindowImpl->mbHexpand; in get_hexpand()
1729 return pWindowImpl->mbVexpand; in get_vexpand()
1741 return pWindowImpl->mbExpand; in get_expand()
1765 return pWindowImpl->mnPadding; in get_padding()
1777 return pWindowImpl->mbFill; in get_fill()
1783 pWindowImpl->mbFill = bFill; in set_fill()
[all …]
H A Dpaint.cxx249 WindowImpl* pWindowImpl = m_pWindow->ImplGetWindowImpl(); in DoPaint() local
255 pWindowImpl->maInvalidateRegion = rWinChildClipRegion; in DoPaint()
260 pWindowImpl->maInvalidateRegion.Union( *pRegion ); in DoPaint()
262 if (pWindowImpl->mpWinData && pWindowImpl->mbTrackVisible) in DoPaint()
268 pWindowImpl->maInvalidateRegion.Union(*pWindowImpl->mpWinData->mpTrackRect); in DoPaint()
274 pWindowImpl->mnPaintFlags = ImplPaintFlags::NONE; in DoPaint()
275 if (pWindowImpl->maInvalidateRegion.IsEmpty()) in DoPaint()
538 WindowImpl* pWindowImpl = m_pWindow->ImplGetWindowImpl(); in ~PaintHelper() local
548 vcl::Window* pTempWindow = pWindowImpl->mpLastChild; in ~PaintHelper()
557 …if ( pWindowImpl->mpWinData && pWindowImpl->mbTrackVisible && (pWindowImpl->mpWinData->mnTrackFlag… in ~PaintHelper()
[all …]
H A Dlayout.cxx1390 return pWindowImpl->mpFirstChild; in get_child()
1493 if (pWindowImpl->mpFirstChild == pWindowImpl->mpLastChild) //no label exists in get_label_widget()
1495 return pWindowImpl->mpFirstChild; in get_label_widget()
1509 return pWindowImpl->mpLastChild; in get_child()
1510 if (pWindowImpl->mpFirstChild == pWindowImpl->mpLastChild) //only label exists in get_child()
1512 return pWindowImpl->mpLastChild; in get_child()
1679 WindowImpl* pWindowImpl = ImplGetWindowImpl(); in calculateRequisition() local
1682 …const vcl::Window *pLabel = pChild != pWindowImpl->mpLastChild ? pWindowImpl->mpLastChild.get() : … in calculateRequisition()
1707 WindowImpl* pWindowImpl = ImplGetWindowImpl(); in setAllocation() local
1711 …vcl::Window *pLabel = pChild != pWindowImpl->mpLastChild.get() ? pWindowImpl->mpLastChild.get() : … in setAllocation()
[all …]
H A Dbuilder.cxx2207 WindowImpl *pWindowImpl = xWindow->ImplGetWindowImpl(); in makeObject() local
2208 pWindowImpl->mbDisabled = false; in makeObject()
2317 WindowImpl *pWindowImpl = rWindow.ImplGetWindowImpl(); in reorderWithinParent() local
2318 if (pWindowImpl->mpParent != pWindowImpl->mpRealParent) in reorderWithinParent()
2320 assert(pWindowImpl->mpBorderWindow == pWindowImpl->mpParent); in reorderWithinParent()
2321 … assert(pWindowImpl->mpBorderWindow->ImplGetWindowImpl()->mpParent == pWindowImpl->mpRealParent); in reorderWithinParent()
2322 reorderWithinParent(*pWindowImpl->mpBorderWindow, nNewPosition); in reorderWithinParent()
H A Dwindow.cxx3238 WindowImpl* pWindowImpl = it->second->ImplGetWindowImpl(); in ~ILibreOfficeKitNotifier() local
3239 if (pWindowImpl && pWindowImpl->mpLOKNotifier == this) in ~ILibreOfficeKitNotifier()
3241 pWindowImpl->mpLOKNotifier = nullptr; in ~ILibreOfficeKitNotifier()
3242 pWindowImpl->mnLOKWindowId = 0; in ~ILibreOfficeKitNotifier()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dwindow2.cxx1613 if (pWindowImpl->mnOptimalWidthCache == -1 || pWindowImpl->mnOptimalHeightCache == -1) in get_ungrouped_preferred_size()
1633 if (pWindowImpl->m_xSizeGroup) in get_preferred_size()
1662 return pWindowImpl->meHalign; in get_halign()
1674 return pWindowImpl->meValign; in get_valign()
1686 return pWindowImpl->mbHexpand; in get_hexpand()
1698 return pWindowImpl->mbVexpand; in get_vexpand()
1710 return pWindowImpl->mbExpand; in get_expand()
1734 return pWindowImpl->mnPadding; in get_padding()
1746 return pWindowImpl->mbFill; in get_fill()
1752 pWindowImpl->mbFill = bFill; in set_fill()
[all …]
H A Dpaint.cxx248 WindowImpl* pWindowImpl = m_pWindow->ImplGetWindowImpl(); in DoPaint() local
254 pWindowImpl->maInvalidateRegion = *pWinChildClipRegion; in DoPaint()
259 pWindowImpl->maInvalidateRegion.Union( *pRegion ); in DoPaint()
261 if (pWindowImpl->mpWinData && pWindowImpl->mbTrackVisible) in DoPaint()
267 pWindowImpl->maInvalidateRegion.Union(*pWindowImpl->mpWinData->mpTrackRect); in DoPaint()
273 pWindowImpl->mnPaintFlags = ImplPaintFlags::NONE; in DoPaint()
274 if (!pWindowImpl->maInvalidateRegion.IsEmpty()) in DoPaint()
537 WindowImpl* pWindowImpl = m_pWindow->ImplGetWindowImpl(); in ~PaintHelper() local
547 vcl::Window* pTempWindow = pWindowImpl->mpLastChild; in ~PaintHelper()
556 …if ( pWindowImpl->mpWinData && pWindowImpl->mbTrackVisible && (pWindowImpl->mpWinData->mnTrackFlag… in ~PaintHelper()
[all …]
H A Dlayout.cxx1327 return pWindowImpl->mpFirstChild; in get_child()
1430 if (pWindowImpl->mpFirstChild == pWindowImpl->mpLastChild) //no label exists in get_label_widget()
1432 return pWindowImpl->mpFirstChild; in get_label_widget()
1446 return pWindowImpl->mpLastChild; in get_child()
1447 if (pWindowImpl->mpFirstChild == pWindowImpl->mpLastChild) //only label exists in get_child()
1449 return pWindowImpl->mpLastChild; in get_child()
1556 WindowImpl* pWindowImpl = ImplGetWindowImpl(); in calculateRequisition() local
1559 …const vcl::Window *pLabel = pChild != pWindowImpl->mpLastChild ? pWindowImpl->mpLastChild.get() : … in calculateRequisition()
1584 WindowImpl* pWindowImpl = ImplGetWindowImpl(); in setAllocation() local
1588 …vcl::Window *pLabel = pChild != pWindowImpl->mpLastChild.get() ? pWindowImpl->mpLastChild.get() : … in setAllocation()
[all …]
H A Dbuilder.cxx2497 WindowImpl *pWindowImpl = rWindow.ImplGetWindowImpl(); in reorderWithinParent() local
2498 if (pWindowImpl->mpParent != pWindowImpl->mpRealParent) in reorderWithinParent()
2500 assert(pWindowImpl->mpBorderWindow == pWindowImpl->mpParent); in reorderWithinParent()
2501 … assert(pWindowImpl->mpBorderWindow->ImplGetWindowImpl()->mpParent == pWindowImpl->mpRealParent); in reorderWithinParent()
2502 reorderWithinParent(*pWindowImpl->mpBorderWindow, nNewPosition); in reorderWithinParent()
H A Dwindow.cxx3232 WindowImpl* pWindowImpl = it->second->ImplGetWindowImpl(); in ~ILibreOfficeKitNotifier() local
3233 if (pWindowImpl && pWindowImpl->mpLOKNotifier == this) in ~ILibreOfficeKitNotifier()
3235 pWindowImpl->mpLOKNotifier = nullptr; in ~ILibreOfficeKitNotifier()
3236 pWindowImpl->mnLOKWindowId = 0; in ~ILibreOfficeKitNotifier()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A DInterimItemWindow.cxx81 WindowImpl* pWindowImpl = pChild->ImplGetWindowImpl(); in UnclipVisibleSysObj() local
82 if (!pWindowImpl) in UnclipVisibleSysObj()
84 if (!pWindowImpl->mpSysObj) in UnclipVisibleSysObj()
86 pWindowImpl->mpSysObj->Show(true); in UnclipVisibleSysObj()
87 pWindowImpl->mpSysObj->ResetClipRegion(); in UnclipVisibleSysObj()
89 pWindowImpl->mbInitWinClipRegion = true; in UnclipVisibleSysObj()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog186231 > pWindowImpl = 0x344a620
186241 > pWindowImpl = 0x4ec5e30
186247 > pWindowImpl = 0x4e1bb50
186253 > pWindowImpl = 0x4dda7e0
186259 > pWindowImpl = 0x52dfbe0
186269 > pWindowImpl = 0x4c53a60
186275 > pWindowImpl = 0x4f521b0
186281 > pWindowImpl = 0x4e5d6a0
186290 > pWindowImpl = 0x4ccb7f0
186296 > pWindowImpl = 0x4cc8950
[all …]