Home
last modified time | relevance | path

Searched refs:GetWindowType (Results 1 – 25 of 150) sorted by path

123456

/dports/audio/snack/snack2.2.10/generic/
H A DjkCanvSect.c931 if (GetWindowType(interp, sectPtr->windowTypeStr, in ConfigureSection()
H A DjkCanvSpeg.c807 if (GetWindowType(interp, spegPtr->windowTypeStr, in ConfigureSpectrogram()
H A DjkSound.h446 extern int GetWindowType(Tcl_Interp *interp, char *str, SnackWindowType *type);
H A DjkSoundProc.c281 if (GetWindowType(interp, str, &wintype) != TCL_OK) in dBPowerSpectrumCmd()
521 GetWindowType(Tcl_Interp *interp, char *str, SnackWindowType *wintype) in GetWindowType() function
729 if (GetWindowType(interp, str, &wintype) != TCL_OK) in powerSpectrumCmd()
1014 if (GetWindowType(interp, str, &wintype) != TCL_OK) in powerCmd()
1363 if (GetWindowType(interp, str, &wintype) != TCL_OK) in speaturesCmd()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dwindow.hxx105 enum class GetWindowType enum
1075 vcl::Window* GetWindow( GetWindowType nType ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/cctrl/
H A Dchecklistmenu.cxx177 vcl::Window *pContainer = mxFrame->GetWindow(GetWindowType::FirstChild); in addSubMenuItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A Dpreventduplicateinteraction.hxx46 …ow *pChild = rTopLevel.GetWindow(GetWindowType::FirstTopWindowChild); pChild; pChild = rTopLevel.G… in closedialogs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dbackingcomp.cxx384 vcl::Window* pMenu = pParent->GetWindow(GetWindowType::Next); in attachFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsdrpaintwindow.cxx80 vcl::Window * pCandidate = rWindow.GetWindow( GetWindowType::FirstChild ); in PaintTransparentChildren()
95 pCandidate = pCandidate->GetWindow( GetWindowType::Next ); in PaintTransparentChildren()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx434 VclPtr<vcl::Window> pChild = pWindow->GetWindow( GetWindowType::FirstChild ); in FillAccessibleStateSet()
438 VclPtr<vcl::Window> pWinTemp = pChild->GetWindow( GetWindowType::FirstChild ); in FillAccessibleStateSet()
453 pChild = pChild->GetWindow( GetWindowType::Next ); in FillAccessibleStateSet()
H A Dvclxcontainer.cxx219 vcl::Window* pBehindLast = pWin->GetWindow( GetWindowType::Next ); in setGroup()
H A Dvclxwindow.cxx533 if (pWin->GetWindow(GetWindowType::Client) == GetWindow()) in ProcessWindowEvent()
544 if (!bSuppress && pWin->GetWindow(GetWindowType::Frame) == pWin) in ProcessWindowEvent()
547 pWin = pWin->GetWindow(GetWindowType::RealParent); in ProcessWindowEvent()
H A Dvclxwindows.cxx2353 vcl::Window* pParent = pDlg->GetWindow( GetWindowType::ParentOverlap ); in execute()
2359 vcl::Window* pFrame = pDlg->GetWindow( GetWindowType::Frame ); in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dunowrapper.cxx232 VclPtr< vcl::Window > pChild = pWindow->GetWindow( GetWindowType::FirstChild ); in WindowDestroyed()
235 VclPtr< vcl::Window > pNextChild = pChild->GetWindow( GetWindowType::Next ); in WindowDestroyed()
237 VclPtr< vcl::Window > pClient = pChild->GetWindow( GetWindowType::Client ); in WindowDestroyed()
248 VclPtr< vcl::Window > pOverlap = pWindow->GetWindow( GetWindowType::Overlap ); in WindowDestroyed()
251 pOverlap = pOverlap->GetWindow( GetWindowType::FirstOverlap ); in WindowDestroyed()
254 VclPtr< vcl::Window > pNextOverlap = pOverlap->GetWindow( GetWindowType::Next ); in WindowDestroyed()
255 VclPtr< vcl::Window > pClient = pOverlap->GetWindow( GetWindowType::Client ); in WindowDestroyed()
291 … VclPtr< vcl::Window > pTopWindowChild = pWindow->GetWindow( GetWindowType::FirstTopWindowChild ); in WindowDestroyed()
297 …VclPtr< vcl::Window > pNextTopChild = pTopWindowChild->GetWindow( GetWindowType::NextTopWindowSibl… in WindowDestroyed()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dlifecycle.cxx91 CPPUNIT_ASSERT(!xWin->GetWindow(GetWindowType::Parent)); in testMultiDispose()
186 CPPUNIT_ASSERT(!xWin->GetWindow(GetWindowType::Parent)); in testPostDispose()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx1165 vcl::Window* pChildLoop = _pWindow->GetWindow(GetWindowType::FirstChild); in implResetDefault()
1183 pChildLoop = pChildLoop->GetWindow(GetWindowType::Next); in implResetDefault()
1331 for (vcl::Window* pChild = pWindow->GetWindow(GetWindowType::FirstChild); pChild; in DoRecursivePaint()
1332 pChild = pChild->GetWindow(GetWindowType::Next)) in DoRecursivePaint()
1412 pChild = pChild->GetWindow(GetWindowType::Next)) in override_child_help()
1420 pChild = pChild->GetWindow(GetWindowType::Next)) in clear_child_help()
1555 for (vcl::Window* pChild = pTop->GetWindow(GetWindowType::FirstChild); pChild; in hideUnless()
1556 pChild = pChild->GetWindow(GetWindowType::Next)) in hideUnless()
1633 pCandidate = pCandidate->GetWindow(GetWindowType::RealParent)) in collapse()
1641 pCandidate = pCandidate->GetWindow(GetWindowType::RealParent)) in collapse()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A DInterimItemWindow.cxx78 vcl::Window* pChild = m_xVclContentArea->GetWindow(GetWindowType::FirstChild); in UnclipVisibleSysObj()
97 vcl::Window* pChild = GetWindow(GetWindowType::FirstChild); in Layout()
105 return VclContainer::getLayoutRequisition(*GetWindow(GetWindowType::FirstChild)); in GetOptimalSize()
112 vcl::Window* pChild = GetWindow(GetWindowType::FirstChild); in InvalidateChildSizeCache()
115 vcl::Window* pSubChild = pChild->GetWindow(GetWindowType::FirstChild); in InvalidateChildSizeCache()
H A DPriorityHBox.cxx79 for (vcl::Window* pChild = GetWindow(GetWindowType::FirstChild); pChild; in calculateRequisition()
80 pChild = pChild->GetWindow(GetWindowType::Next)) in calculateRequisition()
H A DPriorityMergedHBox.cxx143 for (vcl::Window* pChild = GetWindow(GetWindowType::FirstChild); pChild; in calculateRequisition()
144 pChild = pChild->GetWindow(GetWindowType::Next)) in calculateRequisition()
H A Dbutton.cxx609 return pParent ? pParent->GetWindow(GetWindowType::LastChild) : nullptr; in getPreviousSibling()
1435 SetStyle( ImplInitStyle( GetWindow( GetWindowType::Prev ), GetStyle() ) ); in StateChanged()
1519 vcl::Window *pBorder = GetParent()->GetWindow( GetWindowType::Border ); in PreNotify()
2258 vcl::Window* pWindow = pFirst->GetWindow( GetWindowType::Prev ); in GetRadioButtonGroup()
2272 pFirst = pFirst->GetWindow( GetWindowType::Next ); in GetRadioButtonGroup()
2564 SetStyle( ImplInitStyle( GetWindow( GetWindowType::Prev ), GetStyle() ) ); in StateChanged()
3433 SetStyle( ImplInitStyle( GetWindow( GetWindowType::Prev ), GetStyle() ) ); in StateChanged()
H A Dcombobox.cxx586 GetWindow(GetWindowType::Border)->GetOutputSizePixel())); in Resize()
1005 vcl::Window *pBorder = GetWindow( GetWindowType::Border ); in getMaxWidthScrollBarAndDownButton()
1455 vcl::Window *pBorder = m_rThis.GetWindow( GetWindowType::Border ); in calcComboBoxDropDownComponentBounds()
H A Dedit.cxx949 if ( GetWindow( GetWindowType::Border ) != this ) in ImplGetNativeControlType()
967 if (GetWindow(GetWindowType::Border) != this) in ImplGetNativeControlType()
1010 vcl::Window* pBorder = GetWindow(GetWindowType::Border); in ImplPaintBorder()
1015 pBorder = pControl->GetWindow(GetWindowType::Border); in ImplPaintBorder()
1837 vcl::Window* pBorder = pInvalWin->GetWindow( GetWindowType::Border ); in ImplInvalidateOutermostBorder()
H A Dimgctrl.cxx132 vcl::Window* pBorderWindow = GetWindow(GetWindowType::Border); in Paint()
175 GetWindow( GetWindowType::Border )->Invalidate(); in GetFocus()
181 GetWindow( GetWindowType::Border )->Invalidate(); in LoseFocus()
H A Dimp_listbox.cxx2514 … GetParent()->GetWindow( GetWindowType::Border )->Invalidate( InvalidateFlags::NoErase ); in PreNotify()
2558 vcl::Window *pChild = pWin->GetWindow( GetWindowType::FirstChild ); in ImplDraw()
2564 pChild = pChild->GetWindow( GetWindowType::Next ); in ImplDraw()
2739 vcl::Window* pWin = GetParent()->GetWindow( GetWindowType::Border ); in GetFocus()
2756 vcl::Window* pWin = GetParent()->GetWindow( GetWindowType::Border ); in LoseFocus()
H A Dlistbox.cxx566 vcl::Window *pBorder = GetWindow( GetWindowType::Border ); in Resize()
725 GetWindow( GetWindowType::Border )->Invalidate( InvalidateFlags::NoErase ); in StateChanged()

123456