/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/cctrl/ |
H A D | cbnumberformat.cxx | 29 ListBox(pParent, nStyle | WB_DROPDOWN|WB_LEFT|WB_VCENTER|WB_BORDER|WB_3DLOOK) in ScNumberFormat()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/ |
H A D | fixed.cxx | 34 WB_TOP | WB_VCENTER | WB_BOTTOM | 40 WB_TOP | WB_VCENTER | WB_BOTTOM | 44 WB_TOP | WB_VCENTER | WB_BOTTOM | 119 else if ( nWinStyle & WB_VCENTER ) in ImplGetTextStyle() 510 if (nWinStyle & WB_VCENTER) in ImplDraw()
|
H A D | button.cxx | 56 WB_TOP | WB_VCENTER | WB_BOTTOM | 63 WB_TOP | WB_VCENTER | WB_BOTTOM | 416 if (nWinStyle & WB_VCENTER) in ImplDrawAlignedImage() 632 if ( ( nStyle & ( WB_TOP | WB_VCENTER | WB_BOTTOM ) ) == 0 ) in ImplInitStyle() 633 nStyle |= WB_VCENTER; in ImplInitStyle() 2056 if( (nWinStyle & (WB_TOP|WB_VCENTER|WB_BOTTOM)) == 0 && in ImplDrawRadioCheck() 2111 if ( nWinStyle & WB_VCENTER ) in ImplDraw() 2678 nBits &= ~(WB_VCENTER | WB_BOTTOM); in set_property() 2683 nBits &= ~(WB_VCENTER | WB_TOP); in set_property() 3096 if ( nWinStyle & WB_VCENTER ) in ImplDraw() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/ |
H A D | fixed.cxx | 33 WB_TOP | WB_VCENTER | WB_BOTTOM | 39 WB_TOP | WB_VCENTER | WB_BOTTOM | 43 WB_TOP | WB_VCENTER | WB_BOTTOM | 118 else if ( nWinStyle & WB_VCENTER ) in ImplGetTextStyle() 513 if (nWinStyle & WB_VCENTER) in ImplDraw()
|
H A D | button.cxx | 54 WB_TOP | WB_VCENTER | WB_BOTTOM | 61 WB_TOP | WB_VCENTER | WB_BOTTOM | 65 WB_TOP | WB_VCENTER | WB_BOTTOM | 392 if (nWinStyle & WB_VCENTER) in ImplDrawAlignedImage() 609 if ( ( nStyle & ( WB_TOP | WB_VCENTER | WB_BOTTOM ) ) == 0 ) in ImplInitStyle() 610 nStyle |= WB_VCENTER; in ImplInitStyle() 2045 if ( nWinStyle & WB_VCENTER ) in ImplDraw() 2618 nBits &= ~(WB_VCENTER | WB_BOTTOM); in set_property() 2623 nBits &= ~(WB_VCENTER | WB_TOP); in set_property() 3070 if ( nWinStyle & WB_VCENTER ) in ImplDraw() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/ |
H A D | FixedTextToolbarController.cxx | 45 m_pFixedTextControl = VclPtr<FixedText>::Create(m_pToolbar, WB_NOMULTILINE | WB_VCENTER in FixedTextToolbarController()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/solar/control/ |
H A D | navtoolbar.cxx | 304 … pItemWindow = VclPtr<FixedText>::Create( m_pToolbar, WB_CENTER | WB_VCENTER ); in implInit() 309 pItemWindow = VclPtr<FixedText>::Create( m_pToolbar, WB_VCENTER ); in implInit() 651 :NumericField( _pParent, WB_BORDER | WB_VCENTER ) in RecordPositionInput()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/ |
H A D | managedmenubutton.cxx | 120 VCL_BUILDER_FACTORY_ARGS(ManagedMenuButton, WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_FLATBUTTON)
|
H A D | filectrl.cxx | 68 const WinBits nAlignmentStyle = ( WB_TOP | WB_VCENTER | WB_BOTTOM ); in ImplInitStyle()
|
H A D | calendar.cxx | 343 … WinBits nAllAlignmentBits = ( WB_LEFT | WB_CENTER | WB_RIGHT | WB_TOP | WB_VCENTER | WB_BOTTOM ); in StateChanged()
|
H A D | ctrlbox.cxx | 343 WinBits nWinBits = WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_TABSTOP; in makeFontNameBox() 731 WinBits nWinBits = WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_TABSTOP; in makeFontStyleBox() 933 WinBits nWinBits = WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_TABSTOP; in makeFontSizeBox()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/ |
H A D | TableWindowTitle.cxx | 42 FixedText( pParent, WB_3DLOOK|WB_LEFT|WB_NOLABEL|WB_VCENTER ) in OTableWindowTitle()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/ |
H A D | wintypes.hxx | 150 WinBits const WB_VCENTER = 0x00040000; variable
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/ |
H A D | wintypes.hxx | 154 WinBits const WB_VCENTER = 0x00040000; variable
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/ |
H A D | ivctrl.hxx | 163 #define WB_DETAILS WB_VCENTER
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/ |
H A D | filectrl.cxx | 69 const WinBits nAlignmentStyle = ( WB_TOP | WB_VCENTER | WB_BOTTOM ); in ImplInitStyle()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/bibliography/ |
H A D | toolbar.cxx | 179 , aFtSource(VclPtr<FixedText>::Create(this,WB_VCENTER)) in BibToolBar() 181 , aFtQuery(VclPtr<FixedText>::Create(this,WB_VCENTER)) in BibToolBar()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/ |
H A D | builder.cxx | 1241 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER; in extractStockAndBuildPushButton() 1253 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_3DLOOK; in extractStockAndBuildMenuButton() 1263 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_3DLOOK; in extractStockAndBuildMenuToggleButton() 1786 WinBits nBits = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 1793 WinBits nBits = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 1819 … xWindow = VclPtr<FixedHyperlink>::Create(pParent, WB_CENTER|WB_VCENTER|WB_3DLOOK|WB_NOLABEL); in makeObject() 1824 WinBits nBits = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 1886 WinBits nWinStyle = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 1915 WinBits nWinStyle = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 2000 WinBits nWinStyle = WB_CENTER|WB_VCENTER|WB_3DLOOK; in makeObject() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/ |
H A D | builder.cxx | 1233 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER; in extractStockAndBuildPushButton() 1269 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_3DLOOK; in extractStockAndBuildMenuButton() 1285 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_3DLOOK; in extractStockAndBuildMenuToggleButton() 1882 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_3DLOOK; in makeObject() 1897 WinBits nBits = WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_3DLOOK; in makeObject() 1982 WinBits nBits = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 2026 WinBits nBits = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 2064 WinBits nWinStyle = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 2095 WinBits nWinStyle = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; in makeObject() 2182 WinBits nWinStyle = WB_CENTER|WB_VCENTER|WB_3DLOOK; in makeObject() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | ivctrl.hxx | 164 #define WB_DETAILS WB_VCENTER
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/ |
H A D | btndlg.cxx | 166 else if ( GetStyle() & WB_VCENTER ) in ImplPosControls()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/ |
H A D | btndlg.cxx | 165 else if ( GetStyle() & WB_VCENTER ) in ImplPosControls()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/ |
H A D | classificationcontroller.cxx | 245 …m_pCategory = VclPtr<ListBox>::Create(this, WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_DROPDO… in ClassificationControl()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 232 pBox = VclPtr<TriStateBox>::Create(this,WB_CENTER|WB_VCENTER); in CheckBoxControl()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/framework/ |
H A D | mediacontrol.cxx | 59 … mpMediaPath = VclPtr<FixedText>::Create(this, WB_VCENTER | WB_READONLY | WB_BORDER | WB_3DLOOK ) ; in MediaControl()
|