Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx2760 … sal_Bool bLastWasSeperator = sal_True; // sal_True for Separator at the top in Execute() local
2767 … if ( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) in Execute()
2769bLastWasSeperator = 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() local
2794 … && !( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()
2797bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute()
2832 sal_Bool bLastWasSeperator = sal_False; in Execute() local
2836 …GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()
2838bLastWasSeperator = pMenu->GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARA… in Execute()