Searched refs:nCurItemId (Results 1 – 6 of 6) sorted by relevance
390 const sal_uInt16 nCurItemId = GetCurItemId(); in Select() local391 mnCurHeight = mpHeightAry[ nCurItemId - 1 ]; in Select()400 const sal_uInt16 nCurItemId = GetCurItemId(); in Highlight() local401 if ( !nCurItemId ) in Highlight()406 mnCurHeight = mpHeightAry[ nCurItemId - 1 ]; in Highlight()
1432 sal_uInt16 nCurItemId; in ImplShowMenu() local1458 nCurItemId = aPopupMenu.Execute( this, rPos ); in ImplShowMenu()1469 if ( nCurItemId ) in ImplShowMenu()1473 sal_uInt16 nNewMonth = nCurItemId % 1000; in ImplShowMenu()1474 sal_uInt16 nNewYear = nYear+((nCurItemId-1000)/1000); in ImplShowMenu()
561 RoadmapTypes::ItemId nCurItemId = m_pImpl->pRoadmap->GetCurrentRoadmapItemID(); in IMPL_LINK() local562 if ( nCurItemId == getCurrentState() ) in IMPL_LINK()572 sal_Int32 nNewIndex = m_pImpl->getStateIndexInPath( nCurItemId, m_pImpl->nActivePath ); in IMPL_LINK()584 bResult = skipUntil( (WizardState)nCurItemId ); in IMPL_LINK()585 WizardState nTemp = (WizardState)nCurItemId; in IMPL_LINK()593 bResult = skipBackwardUntil( (WizardState)nCurItemId ); in IMPL_LINK()
1015 sal_uInt16 nCurItemId = pMenu->GetCurItemId(); in IMPL_LINK() local1017 pMenu->GetItemType( nCurItemId ) != MENUITEM_SEPARATOR ) in IMPL_LINK()1019 if ( nCurItemId >= START_ITEMID_WINDOWLIST && in IMPL_LINK()1020 nCurItemId <= END_ITEMID_WINDOWLIST ) in IMPL_LINK()1039 if ( xFrame.is() && nTaskId == nCurItemId ) in IMPL_LINK()1053 MenuItemHandler* pMenuItemHandler = GetMenuItemHandler( nCurItemId ); in IMPL_LINK()1059 if ( nCurItemId >= START_ITEMID_PICKLIST && in IMPL_LINK()1060 nCurItemId < START_ITEMID_WINDOWLIST ) in IMPL_LINK()
1092 sal_uInt16 nCurItemId = pMenu->GetCurItemId(); in IMPL_LINK() local1093 sal_uInt16 nCurPos = pMenu->GetItemPos( nCurItemId ); in IMPL_LINK()1097 if ( nCurItemId >= START_ITEMID_WINDOWLIST && in IMPL_LINK()1098 nCurItemId <= END_ITEMID_WINDOWLIST ) in IMPL_LINK()1115 if ( xFrame.is() && nTaskId == nCurItemId ) in IMPL_LINK()1129 MenuItemHandler* pMenuItemHandler = GetMenuItemHandler( nCurItemId ); in IMPL_LINK()
976 sal_uInt16 nCurItemId = aHeadBar.GetCurItemId(); in IMPL_LINK() local981 if ( nItemId == nCurItemId ) in IMPL_LINK()
Completed in 118 milliseconds