Home
last modified time | relevance | path

Searched refs:WB_SMALLSTYLE (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dwintypes.hxx184 WinBits const WB_SMALLSTYLE = 0x04000000; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dwintypes.hxx188 WinBits const WB_SMALLSTYLE = 0x04000000; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Divctrl.hxx162 #define WB_SMALLICON WB_SMALLSTYLE
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Divctrl.hxx163 #define WB_SMALLICON WB_SMALLSTYLE
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfixed.cxx957 nBits &= ~WB_SMALLSTYLE; in set_property()
959 nBits |= WB_SMALLSTYLE; in set_property()
H A Dbutton.cxx59 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 Dmenubarwindow.cxx116 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 Dbuilder.cxx719 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 Dmenubarwindow.cxx117 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 Dbuilder.cxx677 pTargetButton->SetStyle(pTargetButton->GetStyle() | WB_SMALLSTYLE);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dbutton.cxx57 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 Dinputwin.cxx712 …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 Dtabbar.cxx242 …: 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 Dbaside2b.cxx1576 , aRemoveWatchButton(VclPtr<ImageButton>::Create(this, WB_SMALLSTYLE)) in WatchWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog237939 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 DChangeLog557676 + new control: vcllo-SmallButton with WB_SMALLSTYLE property