Home
last modified time | relevance | path

Searched refs:MENUITEM_SEPARATOR (Results 1 – 20 of 20) sorted by relevance

/trunk/main/framework/source/classes/
H A Dmenumanager.cxx198 if ( pPopupMenu->GetItemType( nCount-1 ) != MENUITEM_SEPARATOR ) in MenuManager()
284 else if ( pMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in MenuManager()
395 if ( pAddonMenu->GetItemType( i ) != MENUITEM_SEPARATOR )
689 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in UpdateSpecialFileMenu()
821 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in UpdateSpecialWindowMenu()
1017 pMenu->GetItemType( nCurItemId ) != MENUITEM_SEPARATOR ) in IMPL_LINK()
1134 if ( _pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in FillMenuImages()
/trunk/main/framework/source/uielement/
H A Dnewmenucontroller.cxx154 if ( nId != 0 && pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR ) in determineAndSetNewDocAccel()
176 if ( nId != 0 && pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR ) in determineAndSetNewDocAccel()
255 if ( nId & ( pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR )) in setAccelerators()
374 ( pSubMenu->GetItemType( nItemId ) != MENUITEM_SEPARATOR )) in fillPopupMenu()
H A Dmenubarmanager.cxx897 if (( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) && in IMPL_LINK()
1095 pMenu->GetItemType( nCurPos ) != MENUITEM_SEPARATOR ) in IMPL_LINK()
1395 if ( pPopup->GetItemType( nCount-1 ) != MENUITEM_SEPARATOR ) in FillMenuManager()
1442 else if ( pMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in FillMenuManager()
2097 if ( pAddonMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in Init()
/trunk/main/vcl/source/window/
H A Dmenu.cxx281 pData->eType = MENUITEM_SEPARATOR; in InsertSeparator()
295 aSalMIData.eType = MENUITEM_SEPARATOR; in InsertSeparator()
1440 if ( eType == MENUITEM_SEPARATOR ) in ImplCopyItem()
2164 if ( bVisible && pData && pData->eType == MENUITEM_SEPARATOR ) in ImplIsVisible()
3023 if ( pItem->eType == MENUITEM_SEPARATOR ) in RemoveDisabledEntries()
3025 if ( !n || ( GetItemType( n-1 ) == MENUITEM_SEPARATOR ) ) in RemoveDisabledEntries()
3046 if ( pItem->eType == MENUITEM_SEPARATOR ) in RemoveDisabledEntries()
4753 if ( pData->eType != MENUITEM_SEPARATOR ) in HighlightItem()
4846 if ( pData->eType != MENUITEM_SEPARATOR ) in ImplGetItemRect()
5627 if ( pData->eType != MENUITEM_SEPARATOR ) in HighlightItem()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx79 if ( GetItemType( i ) != MENUITEM_SEPARATOR ) in ~AddonMenu()
252 if ( nInsPos < nItemCount && pHelpMenu->GetItemType( nInsPos ) != MENUITEM_SEPARATOR ) in MergeAddonHelpMenu()
263 if ( pHelpMenu->GetItemType( nInsSepAfterPos ) != MENUITEM_SEPARATOR ) in MergeAddonHelpMenu()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx504 if ( _pPopup->GetItemType(i) != MENUITEM_SEPARATOR ) in lcl_enableEntries()
537 if ( _rMenu.GetItemType( pos ) == MENUITEM_SEPARATOR ) in lcl_adjustMenuItemIDs()
575 if ( _rMenu.GetItemType( pos ) == MENUITEM_SEPARATOR ) in lcl_insertMenuItemImages()
H A Dtoolboxcontroller.cxx247 if ( pMenu->GetItemType( nPos ) == MENUITEM_SEPARATOR ) in getMenu()
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx537 case MENUITEM_SEPARATOR: in CreateFromSVMenu()
702 if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in UpdateImages()
881 if ( nItemCount > 0 && pMenu->GetItemType( nItemCount-1 ) != MENUITEM_SEPARATOR ) in InsertAddOnsMenuItem()
982 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in IMPL_LINK()
H A Dmnuitem.cxx489 if ( pActMenu->GetItemType( nSVPos ) != MENUITEM_SEPARATOR ) in IMPL_LINK()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx278 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in CreateMenuEntries()
283 != MENUITEM_SEPARATOR && m_nAllowedMenuSize ) in CreateMenuEntries()
/trunk/main/rsc/inc/
H A Dvclrsc.hxx113 MENUITEM_STRINGIMAGE, MENUITEM_SEPARATOR }; enumerator
/trunk/main/automation/source/server/
H A Dstatemnt.cxx1066 case MENUITEM_SEPARATOR: in WriteControlData()
2771 if ( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) in Execute()
2773 bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute()
2798 && !( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()
2801 bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute()
2840 …( pMenu->GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARATOR && bLastWasSep… in Execute()
2842 …stWasSeperator = pMenu->GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARATOR; in Execute()
2852 … ( RET_Value, nMethodId, (comm_BOOL)(pMenu->GetItemType(nPhysicalIndex-1) == MENUITEM_SEPARATOR) ); in Execute()
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx344 if ( nType == MENUITEM_SEPARATOR ) in FillActionTriggerContainerWithMenu()
/trunk/main/vcl/win/source/window/
H A Dsalmenu.cxx94 if( pItemData->eType == MENUITEM_SEPARATOR ) in CreateMenuItem()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx629 if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in completeMenuProperties()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenubasecomponent.cxx357 if ( m_pMenu->GetItemType( (sal_uInt16)i ) == MENUITEM_SEPARATOR ) in GetChild()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx78 MENUITEM_STRINGIMAGE, MENUITEM_SEPARATOR }; enumerator
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx928 if (pItemData->eType == MENUITEM_SEPARATOR) in AquaSalMenuItem()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx453 if ( MENUITEM_SEPARATOR != rContextMenu.GetItemType(i)) in lcl_insertMenuItemImages()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx319 if ( MENUITEM_SEPARATOR != aContextMenu.GetItemType(i)) in Command()

Completed in 152 milliseconds