Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx496 sal_uInt16 nNaviId = aNavigationInsertIds[i]; in SwScrollNaviPopup() local
499 if((NID_PREV != nNaviId) && (NID_NEXT != nNaviId)) in SwScrollNaviPopup()
502 sal_uInt16 nResStr = ST_TBL - 2 + nNaviId - NID_START; in SwScrollNaviPopup()
508 if (nNaviId == NID_PREV) in SwScrollNaviPopup()
510 else if (nNaviId == NID_NEXT) in SwScrollNaviPopup()
513 aToolBox.InsertItem(nNaviId, sText, nTbxBits); in SwScrollNaviPopup()
514 aToolBox.SetHelpId( nNaviId, aNavigationHelpIds[i] ); in SwScrollNaviPopup()
578 sal_uInt16 nNaviId = aNavigationInsertIds[i]; in ApplyImageList() local
579 aToolBox.SetItemImage(nNaviId, rImgLst.GetImage(nNaviId)); in ApplyImageList()

Completed in 15 milliseconds