Searched refs:bLastWasSeperator (Results 1 – 1 of 1) sorted by relevance
2760 … sal_Bool bLastWasSeperator = sal_True; // sal_True for Separator at the top in Execute() local2767 … if ( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) in Execute()2769 … bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute()2772 if ( bLastWasSeperator ) // Separator at bottom in Execute()2789 … sal_Bool bLastWasSeperator = sal_True; // sal_True for Separator at the top in Execute() local2794 … && !( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()2797 … bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute()2832 sal_Bool bLastWasSeperator = sal_False; in Execute() local2836 …GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()2838 …bLastWasSeperator = pMenu->GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARA… in Execute()