Home
last modified time | relevance | path

Searched refs:nCurItem (Results 1 – 4 of 4) sorted by path

/trunk/main/basctl/source/basicide/
H A Dobjdlg.cxx200 sal_uInt16 nCurItem = pToolBox->GetCurItemId(); in IMPL_LINK() local
201 switch ( nCurItem ) in IMPL_LINK()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx533 const sal_uInt16 nCurItem = m_aActions.GetCurItemId(); variable
534 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 )
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1719 sal_uInt16 nCurItem = 0; in PaintEntry1() local
1721 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()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7992 static int nUsedItems = 0, nCurItem = 0; in GetFontCharMap() local
8015 CharMapCacheItem& rItem = aCache[ nCurItem ]; in GetFontCharMap()
8019 if( ++nCurItem >= NMAXITEMS ) in GetFontCharMap()
8020 nCurItem = 0; in GetFontCharMap()

Completed in 79 milliseconds