/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/ |
H A D | scrollabledialog.cxx | 33 : 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 D | vclxtoolkit.cxx | 675 nWinBits |= WB_AUTOVSCROLL; in ImplGetWinBits()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/ |
H A D | scrollabledialog.cxx | 33 : 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 D | vclxtoolkit.cxx | 665 nWinBits |= WB_AUTOVSCROLL; in ImplGetWinBits()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/ |
H A D | tabpage.cxx | 40 if ( nStyle & ( WB_AUTOHSCROLL | WB_AUTOVSCROLL ) ) in ImplInit() 49 if ( nStyle & WB_AUTOVSCROLL ) in ImplInit()
|
H A D | layout.cxx | 1809 : 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 D | window2.cxx | 1560 nBits &= ~(WB_AUTOVSCROLL|WB_VSCROLL); in set_property() 1564 nBits |= WB_AUTOVSCROLL; in set_property()
|
H A D | builder.cxx | 1445 nScrollBits &= (WB_AUTOHSCROLL|WB_HSCROLL|WB_AUTOVSCROLL|WB_VSCROLL); in prepareWidgetOwnScrolling()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/ |
H A D | vclmedit.cxx | 140 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 D | vclmedit.cxx | 137 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 D | inspectorhelpwindow.cxx | 33 ,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 D | PanelLayout.cxx | 107 if (nStyle & (WB_AUTOVSCROLL | WB_VSCROLL)) in setPosSizePixel()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/ |
H A D | wintypes.hxx | 163 WinBits const WB_AUTOVSCROLL = SAL_CONST_INT64(0x40000000); variable
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/ |
H A D | wintypes.hxx | 167 WinBits const WB_AUTOVSCROLL = SAL_CONST_INT64(0x40000000); variable
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/ |
H A D | notebookbar.cxx | 137 if (nStyle & (WB_AUTOVSCROLL | WB_VSCROLL)) in setPosSizePixel()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/ |
H A D | notebookbar.cxx | 174 if (nStyle & (WB_AUTOVSCROLL | WB_VSCROLL)) in setPosSizePixel()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/ |
H A D | layout.cxx | 1670 : 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 D | window2.cxx | 1529 nBits &= ~(WB_AUTOVSCROLL|WB_VSCROLL); in set_property() 1533 nBits |= WB_AUTOVSCROLL; in set_property()
|
H A D | builder.cxx | 1574 nScrollBits &= (WB_AUTOHSCROLL|WB_HSCROLL|WB_AUTOVSCROLL|WB_VSCROLL); in prepareWidgetOwnScrolling()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/ |
H A D | salvtables.cxx | 2178 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 D | salvtables.cxx | 2284 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 D | ChangeLog | 1695660 …/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 D | ChangeLog | 1957709 …/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
|