Home
last modified time | relevance | path

Searched refs:ToolBoxItemBits (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/vcl/inc/vcl/
H A Dtoolbox.hxx105 typedef sal_uInt16 ToolBoxItemBits; typedef
112 #define TIB_CHECKABLE ((ToolBoxItemBits)0x0001)
113 #define TIB_RADIOCHECK ((ToolBoxItemBits)0x0002)
114 #define TIB_AUTOCHECK ((ToolBoxItemBits)0x0004)
115 #define TIB_LEFT ((ToolBoxItemBits)0x0008)
116 #define TIB_AUTOSIZE ((ToolBoxItemBits)0x0010)
117 #define TIB_DROPDOWN ((ToolBoxItemBits)0x0020)
118 #define TIB_REPEAT ((ToolBoxItemBits)0x0040)
120 #define TIB_TEXT_ONLY ((ToolBoxItemBits)0x0100)
121 #define TIB_ICON_ONLY ((ToolBoxItemBits)0x0200)
[all …]
/aoo42x/main/rsc/inc/
H A Dvclrsc.hxx77 typedef sal_uInt16 ToolBoxItemBits; typedef
79 #define TIB_CHECKABLE ((ToolBoxItemBits)0x0001)
80 #define TIB_RADIOCHECK ((ToolBoxItemBits)0x0002)
81 #define TIB_AUTOCHECK ((ToolBoxItemBits)0x0004)
82 #define TIB_LEFT ((ToolBoxItemBits)0x0008)
83 #define TIB_AUTOSIZE ((ToolBoxItemBits)0x0010)
84 #define TIB_DROPDOWN ((ToolBoxItemBits)0x0020)
85 #define TIB_REPEAT ((ToolBoxItemBits)0x0040)
/aoo42x/main/vcl/inc/
H A Dtoolbox.h73 ToolBoxItemBits mnBits;
85 ToolBoxItemBits nItemBits );
87 ToolBoxItemBits nItemBits );
90 ToolBoxItemBits nItemBits );
/aoo42x/main/vcl/source/window/
H A Dtoolbox2.cxx116 ToolBoxItemBits nItemBits ) : in ImplToolItem()
140 ToolBoxItemBits nItemBits ) : in ImplToolItem()
164 const XubString& rText, ToolBoxItemBits nItemBits ) : in ImplToolItem()
587 aItem.mnBits = (ToolBoxItemBits)ReadLongRes(); in InsertItem()
661 ToolBoxItemBits nBits, sal_uInt16 nPos ) in InsertItem()
682 ToolBoxItemBits nBits, sal_uInt16 nPos ) in InsertItem()
702 ToolBoxItemBits nBits, sal_uInt16 nPos ) in InsertItem()
722 ToolBoxItemBits nBits, sal_uInt16 nPos ) in InsertWindow()
1274 void ToolBox::SetItemBits( sal_uInt16 nItemId, ToolBoxItemBits nBits ) in SetItemBits()
1280 ToolBoxItemBits nOldBits = mpData->m_aItems[nPos].mnBits; in SetItemBits()
[all …]
H A Dtoolbox.cxx229 ToolBoxItemBits nBits( pItem->mnBits & 0x300 ); in determineButtonType()
/aoo42x/main/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx122 ToolBoxItemBits nCurStyle( pToolBox->GetItemBits( m_nToolBoxId ) ); in initialize()
123 ToolBoxItemBits nSetStyle( getDropDownStyle() ); in initialize()
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx94 ToolBoxItemBits nBits = m_pToolBox->GetItemBits( m_nItemId ); in DBG_NAME()
/aoo42x/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx498 ToolBoxItemBits nTbxBits = 0; in SwScrollNaviPopup()

Completed in 63 milliseconds