Lines Matching refs:_pMenu
1113 sal_uInt16 MenuManager::FillItemCommand(::rtl::OUString& _rItemCommand,Menu* _pMenu,sal_uInt16 _nIn… in FillItemCommand() argument
1115 sal_uInt16 nItemId = _pMenu->GetItemId( _nIndex ); in FillItemCommand()
1117 _rItemCommand = _pMenu->GetItemCommand( nItemId ); in FillItemCommand()
1123 _pMenu->SetItemCommand( nItemId, _rItemCommand ); in FillItemCommand()
1127 void MenuManager::FillMenuImages(Reference< XFrame >& _xFrame,Menu* _pMenu,sal_Bool bIsHiContrast,s… in FillMenuImages() argument
1131 for ( sal_uInt16 nPos = 0; nPos < _pMenu->GetItemCount(); nPos++ ) in FillMenuImages()
1133 sal_uInt16 nId = _pMenu->GetItemId( nPos ); in FillMenuImages()
1134 if ( _pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in FillMenuImages()
1137 MenuItemBits nBits = _pMenu->GetItemBits( nId ); in FillMenuImages()
1148 (::framework::MenuConfiguration::Attributes*)_pMenu->GetUserValue( nId ); in FillMenuImages()
1159 _pMenu->SetItemImage( nId, aImage ); in FillMenuImages()
1165 rtl::OUString aMenuItemCommand = _pMenu->GetItemCommand( nId ); in FillMenuImages()
1170 _pMenu->SetItemImage( nId, aImage ); in FillMenuImages()
1174 _pMenu->SetItemImage( nId, Image() ); in FillMenuImages()