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.cxx2764 sal_Bool bLastWasSeperator = sal_True; // sal_True for Separator at the top in Execute() local
2771 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() local
2798 && !( 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() local
2840 …GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute()
2842bLastWasSeperator = pMenu->GetItemType( sal::static_int_cast< sal_uInt16 >(i) ) == MENUITEM_SEPARA… in Execute()

Completed in 31 milliseconds