Searched refs:nCurItem (Results 1 – 4 of 4) sorted by relevance
533 const sal_uInt16 nCurItem = m_aActions.GetCurItemId(); variable534 if ( SID_ADD_CONTROL_PAIR == nCurItem )538 if ( SID_FM_REMOVE_FILTER_SORT == nCurItem || !m_aActions.IsItemChecked(nCurItem) )544 if ( nCurItem != nItemId )548 if ( SID_FM_REMOVE_FILTER_SORT != nCurItem )550 m_aActions.CheckItem(nCurItem,!m_aActions.IsItemChecked(nCurItem));558 if ( SID_FM_REMOVE_FILTER_SORT == nCurItem )
200 sal_uInt16 nCurItem = pToolBox->GetCurItemId(); in IMPL_LINK() local201 switch ( nCurItem ) in IMPL_LINK()
1719 sal_uInt16 nCurItem = 0; in PaintEntry1() local1721 while( nCurTab < nTabCount && nCurItem < nItemCount ) in PaintEntry1()1726 SvLBoxItem* pItem = nCurItem < nItemCount ? pEntry->GetItem(nCurItem) : 0; in PaintEntry1()1729 Size aSize( pItem->GetSize( pViewDataEntry, nCurItem )); in PaintEntry1()1855 nCurItem++; in PaintEntry1()
7992 static int nUsedItems = 0, nCurItem = 0; in GetFontCharMap() local8015 CharMapCacheItem& rItem = aCache[ nCurItem ]; in GetFontCharMap()8019 if( ++nCurItem >= NMAXITEMS ) in GetFontCharMap()8020 nCurItem = 0; in GetFontCharMap()
Completed in 72 milliseconds