Searched refs:bLastWasSeperator (Results 1 – 1 of 1) sorted by relevance
2764 sal_Bool bLastWasSeperator = sal_True; // sal_True for Separator at the top in Execute() local2771 if ( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) in Execute()2773 bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute()2776 if ( bLastWasSeperator ) // Separator at bottom in Execute()2793 sal_Bool bLastWasSeperator = sal_True; // sal_True for Separator at the top in Execute() local2798 && !( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()2801 bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute()2836 sal_Bool bLastWasSeperator = sal_False; in Execute() local2840 …GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()2842 …bLastWasSeperator = pMenu->GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARA… in Execute()
Completed in 31 milliseconds