Home
last modified time | relevance | path

Searched refs:WB_AUTOVSCROLL (Results 1 – 23 of 23) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dscrollabledialog.cxx33 : Dialog( pParent, nStyle & ~( WB_AUTOHSCROLL | WB_AUTOVSCROLL ), eFlag ), in ScrollableDialog()
46 if ( nStyle & ( WB_AUTOHSCROLL | WB_AUTOVSCROLL ) ) in ScrollableDialog()
50 if ( nStyle & WB_AUTOVSCROLL ) in ScrollableDialog()
H A Dvclxtoolkit.cxx675 nWinBits |= WB_AUTOVSCROLL; in ImplGetWinBits()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dscrollabledialog.cxx33 : Dialog( pParent, nStyle & ~( WB_AUTOHSCROLL | WB_AUTOVSCROLL ), eFlag ), in ScrollableDialog()
46 if ( nStyle & ( WB_AUTOHSCROLL | WB_AUTOVSCROLL ) ) in ScrollableDialog()
50 if ( nStyle & WB_AUTOVSCROLL ) in ScrollableDialog()
H A Dvclxtoolkit.cxx665 nWinBits |= WB_AUTOVSCROLL; in ImplGetWinBits()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dtabpage.cxx40 if ( nStyle & ( WB_AUTOHSCROLL | WB_AUTOVSCROLL ) ) in ImplInit()
49 if ( nStyle & WB_AUTOVSCROLL ) in ImplInit()
H A Dlayout.cxx1809 : VclBin(pParent, WB_HIDE | WB_CLIPCHILDREN | WB_AUTOHSCROLL | WB_AUTOVSCROLL | WB_TABSTOP) in VclScrolledWindow()
1934 if (GetStyle() & WB_AUTOVSCROLL) in doSetAllocation()
1951 if (GetStyle() & WB_AUTOVSCROLL) in doSetAllocation()
2005 … WinBits nOldBits = (GetStyle() & (WB_AUTOVSCROLL | WB_VSCROLL | WB_AUTOHSCROLL | WB_HSCROLL)); in doSetAllocation()
2014 … WinBits nNewBits = (GetStyle() & (WB_AUTOVSCROLL | WB_VSCROLL | WB_AUTOHSCROLL | WB_HSCROLL)); in doSetAllocation()
H A Dwindow2.cxx1560 nBits &= ~(WB_AUTOVSCROLL|WB_VSCROLL); in set_property()
1564 nBits |= WB_AUTOVSCROLL; in set_property()
H A Dbuilder.cxx1445 nScrollBits &= (WB_AUTOHSCROLL|WB_HSCROLL|WB_AUTOVSCROLL|WB_VSCROLL); in prepareWidgetOwnScrolling()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dvclmedit.cxx140 const bool bAutoVScroll = ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL; in ImpUpdateScrollBarVis()
335 if ( ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL ) in Resize()
421 if ( ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL ) in SetText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dvclmedit.cxx137 const bool bAutoVScroll = ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL; in ImpUpdateSrollBarVis()
337 if ( ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL ) in Resize()
423 if ( ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL ) in SetText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dinspectorhelpwindow.cxx33 ,m_aHelpText( VclPtr<MultiLineEdit>::Create(this, WB_LEFT | WB_READONLY | WB_AUTOVSCROLL) ) in InspectorHelpWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/
H A DPanelLayout.cxx107 if (nStyle & (WB_AUTOVSCROLL | WB_VSCROLL)) in setPosSizePixel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dwintypes.hxx163 WinBits const WB_AUTOVSCROLL = SAL_CONST_INT64(0x40000000); variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dwintypes.hxx167 WinBits const WB_AUTOVSCROLL = SAL_CONST_INT64(0x40000000); variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dnotebookbar.cxx137 if (nStyle & (WB_AUTOVSCROLL | WB_VSCROLL)) in setPosSizePixel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dnotebookbar.cxx174 if (nStyle & (WB_AUTOVSCROLL | WB_VSCROLL)) in setPosSizePixel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dlayout.cxx1670 : VclBin(pParent, WB_HIDE | WB_CLIPCHILDREN | WB_AUTOHSCROLL | WB_AUTOVSCROLL | WB_TABSTOP) in VclScrolledWindow()
1771 if (GetStyle() & WB_AUTOVSCROLL) in doSetAllocation()
1790 if (GetStyle() & WB_AUTOVSCROLL) in doSetAllocation()
1839 … WinBits nOldBits = (GetStyle() & (WB_AUTOVSCROLL | WB_VSCROLL | WB_AUTOHSCROLL | WB_HSCROLL)); in doSetAllocation()
1848 … WinBits nNewBits = (GetStyle() & (WB_AUTOVSCROLL | WB_VSCROLL | WB_AUTOHSCROLL | WB_HSCROLL)); in doSetAllocation()
H A Dwindow2.cxx1529 nBits &= ~(WB_AUTOVSCROLL|WB_VSCROLL); in set_property()
1533 nBits |= WB_AUTOVSCROLL; in set_property()
H A Dbuilder.cxx1574 nScrollBits &= (WB_AUTOHSCROLL|WB_HSCROLL|WB_AUTOVSCROLL|WB_VSCROLL); in prepareWidgetOwnScrolling()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx2178 WinBits nWinBits = m_xScrolledWindow->GetStyle() & ~(WB_AUTOVSCROLL|WB_VSCROLL); in set_vpolicy()
2182 nWinBits |= WB_AUTOVSCROLL; in set_vpolicy()
2190 if (nWinBits & WB_AUTOVSCROLL) in get_vpolicy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx2284 WinBits nWinBits = m_xScrolledWindow->GetStyle() & ~(WB_AUTOVSCROLL | WB_VSCROLL); in set_vpolicy()
2288 nWinBits |= WB_AUTOVSCROLL; in set_vpolicy()
2296 if (nWinBits & WB_AUTOVSCROLL) in get_vpolicy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1695660 …/16 15:26:53 fs 1.16.24.1: support for more win bits: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL
1695664 …/16 15:26:53 fs 1.15.20.1: support for more win bits: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL
1695668 …13:56:09 fs 1.9.22.2: support for WindowBorderStyle 2008/01/16 15:02:38 fs 1.9.22.1: WB_AUTOVSCROLL
1695672 …TER, WB_BOTTOM, WB_AUTOVSCROLL 2008/01/16 15:02:22 fs 1.14.70.1: support for more win buts: WB_TOP…
1835416 … oihelp (1.1.2); FILE ADDED 2006/11/15 12:55:53 fs 1.1.2.4: #i71485# WB_AUTOVSCROLL for the HelpWi…
1835584 …h for consistency: bool->BOOL 2006/11/15 13:07:13 fs 1.36.38.1: #i71485# support for WB_AUTOVSCROLL
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1957709 …/16 15:26:53 fs 1.16.24.1: support for more win bits: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL
1957713 …/16 15:26:53 fs 1.15.20.1: support for more win bits: WB_TOP, WB_VCENTER, WB_BOTTOM, WB_AUTOVSCROLL
1957717 …13:56:09 fs 1.9.22.2: support for WindowBorderStyle 2008/01/16 15:02:38 fs 1.9.22.1: WB_AUTOVSCROLL
1957721 …TER, WB_BOTTOM, WB_AUTOVSCROLL 2008/01/16 15:02:22 fs 1.14.70.1: support for more win buts: WB_TOP…
2097465 … oihelp (1.1.2); FILE ADDED 2006/11/15 12:55:53 fs 1.1.2.4: #i71485# WB_AUTOVSCROLL for the HelpWi…
2097633 …h for consistency: bool->BOOL 2006/11/15 13:07:13 fs 1.36.38.1: #i71485# support for WB_AUTOVSCROLL