Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/menu/
H A Dvirtmenu.cxx397 sal_uInt16 nSVPos = 0; in CreateFromSVMenu() local
398 for ( sal_uInt16 nPos=0; nPos<nCount; ++nPos, ++nSVPos ) in CreateFromSVMenu()
400 sal_uInt16 nSlotId = pSVMenu->GetItemId(nSVPos); in CreateFromSVMenu()
467 switch ( pSVMenu->GetItemType(nSVPos) ) in CreateFromSVMenu()
532 pSVMenu->RemoveItem( nSVPos-- ); in CreateFromSVMenu()
582 for ( sal_uInt16 nSVPos=0; nSVPos<nItemCount; ++nSVPos ) in IMPL_LINK() local
584 sal_uInt16 nSlotId = pSVMenu->GetItemId( nSVPos ); in IMPL_LINK()
585 MenuItemType nType = pSVMenu->GetItemType( nSVPos ); in IMPL_LINK()
652 for ( sal_uInt16 nSVPos=0; nSVPos < nItemCount; ++nSVPos ) in UpdateImages() local
654 sal_uInt16 nSlotId = pSVMenu->GetItemId( nSVPos ); in UpdateImages()
[all …]
H A Dmnuitem.cxx486 for ( sal_uInt16 nSVPos = 0; nSVPos < nCount; nSVPos++ ) in IMPL_LINK() local
488 sal_uInt16 nItemId = pActMenu->GetItemId( nSVPos ); in IMPL_LINK()
489 if ( pActMenu->GetItemType( nSVPos ) != MENUITEM_SEPARATOR ) in IMPL_LINK()

Completed in 35 milliseconds