Searched refs:WB_SMALLSTYLE (Results 1 – 16 of 16) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/ |
H A D | wintypes.hxx | 184 WinBits const WB_SMALLSTYLE = 0x04000000; variable
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/ |
H A D | wintypes.hxx | 188 WinBits const WB_SMALLSTYLE = 0x04000000; variable
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/ |
H A D | ivctrl.hxx | 162 #define WB_SMALLICON WB_SMALLSTYLE
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | ivctrl.hxx | 163 #define WB_SMALLICON WB_SMALLSTYLE
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/ |
H A D | fixed.cxx | 957 nBits &= ~WB_SMALLSTYLE; in set_property() 959 nBits |= WB_SMALLSTYLE; in set_property()
|
H A D | button.cxx | 59 WB_RECTSTYLE | WB_SMALLSTYLE | 689 if (!(GetStyle() & (WB_RECTSTYLE | WB_SMALLSTYLE))) in ImplDrawPushButtonFrame() 1663 if( (GetStyle() & WB_SMALLSTYLE) == 0 ) in CalcMinimumSize()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/ |
H A D | menubarwindow.cxx | 116 m_aFloatBtn(VclPtr<PushButton>::Create(this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE)), in MenuBarWindow() 117 m_aHideBtn(VclPtr<PushButton>::Create(this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE)) in MenuBarWindow()
|
H A D | builder.cxx | 719 pTargetButton->SetStyle(pTargetButton->GetStyle() | WB_SMALLSTYLE); 724 if (pImage->GetStyle() & WB_SMALLSTYLE) 748 assert(pImage->GetStyle() & WB_SMALLSTYLE); 749 pTarget->SetStyle(pTarget->GetStyle() | WB_SMALLSTYLE); 752 pTarget->SetStyle(pTarget->GetStyle() | WB_SMALLSTYLE);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/ |
H A D | menubarwindow.cxx | 117 m_aFloatBtn(VclPtr<PushButton>::Create(this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE)), in MenuBarWindow() 118 m_aHideBtn(VclPtr<PushButton>::Create(this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE)) in MenuBarWindow()
|
H A D | builder.cxx | 677 pTargetButton->SetStyle(pTargetButton->GetStyle() | WB_SMALLSTYLE);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/ |
H A D | button.cxx | 57 WB_RECTSTYLE | WB_SMALLSTYLE | 666 if (!(GetStyle() & (WB_RECTSTYLE | WB_SMALLSTYLE))) in ImplDrawPushButtonFrame() 1616 if( (GetStyle() & WB_SMALLSTYLE) == 0 ) in CalcMinimumSize()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/ |
H A D | inputwin.cxx | 712 …maButton(VclPtr<ImageButton>::Create(this, WB_TABSTOP | WB_FLATBUTTON | WB_SMALLSTYLE | WB_NOPOINT… in ScInputBarGroup()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/ |
H A D | tabbar.cxx | 242 …: PushButton(pParent, nWinStyle | WB_FLATBUTTON | WB_RECTSTYLE | WB_SMALLSTYLE | WB_NOLIGHTBORDER … in ImplTabButton()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/ |
H A D | baside2b.cxx | 1576 , aRemoveWatchButton(VclPtr<ImageButton>::Create(this, WB_SMALLSTYLE)) in WatchWindow()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ |
H A D | ChangeLog | 237939 support WB_SMALLSTYLE via small-toolbar icon size 238306 support WB_SMALLSTYLE via small-toolbar icon size 819725 + new control: vcllo-SmallButton with WB_SMALLSTYLE property
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ |
H A D | ChangeLog | 557676 + new control: vcllo-SmallButton with WB_SMALLSTYLE property
|