Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx394 sal_uInt16 nSVPos = 0; in CreateFromSVMenu() local
395 for ( sal_uInt16 nPos=0; nPos<nCount; ++nPos, ++nSVPos ) in CreateFromSVMenu()
397 sal_uInt16 nSlotId = pSVMenu->GetItemId(nSVPos); in CreateFromSVMenu()
464 switch ( pSVMenu->GetItemType(nSVPos) ) in CreateFromSVMenu()
529 pSVMenu->RemoveItem( nSVPos-- ); in CreateFromSVMenu()
579 for ( sal_uInt16 nSVPos=0; nSVPos<nItemCount; ++nSVPos ) in IMPL_LINK() local
581 sal_uInt16 nSlotId = pSVMenu->GetItemId( nSVPos ); in IMPL_LINK()
582 MenuItemType nType = pSVMenu->GetItemType( nSVPos ); in IMPL_LINK()
649 for ( sal_uInt16 nSVPos=0; nSVPos < nItemCount; ++nSVPos ) in UpdateImages() local
651 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 24 milliseconds