Lines Matching refs:VALUESETITEM_SPACE
218 if ( pItem->meType == VALUESETITEM_SPACE ) in ImplFormatItem()
1204 if ( pItem->meType != VALUESETITEM_SPACE ) in ImplGetFirstItem()
1223 if( pItem->meType != VALUESETITEM_SPACE ) in ImplGetVisibleItemCount()
1241 …if( ( pItem->meType != VALUESETITEM_SPACE ) && !pItem->maRect.IsEmpty() && ( nVisiblePos == nFound… in ImplGetVisibleItem()
1306 if ( pItem && (pItem->meType != VALUESETITEM_SPACE) ) in ImplTracking()
1334 if ( pItem && (pItem->meType != VALUESETITEM_SPACE) ) in ImplEndTracking()
1361 if ( pItem && (pItem->meType != VALUESETITEM_SPACE) ) in MouseButtonDown()
1372 if ( pItem && (pItem->meType != VALUESETITEM_SPACE) && !rMEvt.IsMod2() ) in MouseButtonDown()
1457 while ( ImplGetItem( nItemPos )->meType == VALUESETITEM_SPACE ) in KeyInput()
1464 while ( ImplGetItem( nItemPos )->meType == VALUESETITEM_SPACE ) in KeyInput()
1492 while ( ImplGetItem( nItemPos )->meType == VALUESETITEM_SPACE ); in KeyInput()
1511 while ( ImplGetItem( nItemPos )->meType == VALUESETITEM_SPACE ); in KeyInput()
1559 while ( ImplGetItem( nItemPos )->meType == VALUESETITEM_SPACE ); in KeyInput()
1604 while ( ImplGetItem( nItemPos )->meType == VALUESETITEM_SPACE ); in KeyInput()
1953 pItem->meType = VALUESETITEM_SPACE; in InsertSpace()
2184 if ( mpImpl->mpItemList->GetObject( nItemPos )->meType == VALUESETITEM_SPACE ) in SelectItem()