Searched refs:MenuItemType (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XPopupMenuController.java | 213 public com.sun.star.awt.MenuItemType getItemType(short param ) { in getItemType() 215 return com.sun.star.awt.MenuItemType.DONTKNOW; in getItemType() 218 public void setItemType(com.sun.star.awt.MenuItemType param ) { in setItemType()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XMenu.idl | 26 #include <com/sun/star/awt/MenuItemType.idl> 122 a <type>MenuItemType</type> indicating the item type. 124 ::com::sun::star::awt::MenuItemType getItemType( [in] short nItemPos );
|
H A D | MenuItemType.idl | 30 published enum MenuItemType
|
H A D | makefile.mk | 323 MenuItemType.idl \
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxmenu.cxx | 738 css::awt::MenuItemType SAL_CALL VCLXMenu::getItemType( in getItemType() 745 css::awt::MenuItemType aMenuItemType = in getItemType() 749 aMenuItemType = ( (css::awt::MenuItemType) mpMenu->GetItemType( nItemPos ) ); in getItemType()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | menu.hxx | 77 enum MenuItemType { MENUITEM_DONTKNOW, MENUITEM_STRING, MENUITEM_IMAGE, enum 243 MenuItemType GetItemType( sal_uInt16 nPos ) const;
|
/aoo42x/main/vcl/inc/ |
H A D | salmenu.hxx | 40 MenuItemType eType; // MenuItem-Type
|
/aoo42x/main/rsc/inc/ |
H A D | vclrsc.hxx | 112 enum MenuItemType { MENUITEM_DONTKNOW, MENUITEM_STRING, MENUITEM_IMAGE, enum
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxmenu.hxx | 98 …virtual css::awt::MenuItemType SAL_CALL getItemType( ::sal_Int16 nItemPos ) throw (css::uno::Runti…
|
/aoo42x/main/framework/source/fwe/helper/ |
H A D | actiontriggerhelper.cxx | 337 MenuItemType nType = pMenu->GetItemType( nPos ); in FillActionTriggerContainerWithMenu()
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 150 MenuItemType eType; // MenuItem-Type 212 MenuItemData* Insert( sal_uInt16 nId, MenuItemType eType, MenuItemBits nBits, 243 MenuItemData* MenuItemList::Insert( sal_uInt16 nId, MenuItemType eType, in Insert() 1435 MenuItemType eType = rMenu.GetItemType( nPos ); in ImplCopyItem() 1562 MenuItemType Menu::GetItemType( sal_uInt16 nPos ) const in GetItemType()
|
/aoo42x/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 582 MenuItemType nType = pSVMenu->GetItemType( nSVPos ); in IMPL_LINK()
|
/aoo42x/main/offapi/ |
H A D | UnoApi_offapi.mk | 1378 offapi/com/sun/star/awt/MenuItemType \
|
Completed in 553 milliseconds