Searched refs:TOOLBOX_ITEM_NOTFOUND (Results 1 – 9 of 9) sorted by relevance
58 mnSmallItem = TOOLBOX_ITEM_NOTFOUND; in DECLARE_LIST()135 mnUpdateNewPos = TOOLBOX_ITEM_NOTFOUND; in Resize()203 if ( mnUpdateNewPos == TOOLBOX_ITEM_NOTFOUND ) in ImplFormatTaskToolBox()227 (mnSmallItem != TOOLBOX_ITEM_NOTFOUND)) ) in ImplFormatTaskToolBox()229 mnSmallItem = TOOLBOX_ITEM_NOTFOUND; in ImplFormatTaskToolBox()254 if ( mnSmallItem == TOOLBOX_ITEM_NOTFOUND ) in ImplFormatTaskToolBox()293 mnUpdateNewPos = TOOLBOX_ITEM_NOTFOUND; in StartUpdateTask()335 if ( mnUpdateNewPos == TOOLBOX_ITEM_NOTFOUND ) in EndUpdateTask()
642 DBG_ASSERT( GetItemPos( aItem.mnId ) == TOOLBOX_ITEM_NOTFOUND, in InsertItem()664 DBG_ASSERT( GetItemPos( nItemId ) == TOOLBOX_ITEM_NOTFOUND, in InsertItem()685 DBG_ASSERT( GetItemPos( nItemId ) == TOOLBOX_ITEM_NOTFOUND, in InsertItem()705 DBG_ASSERT( GetItemPos( nItemId ) == TOOLBOX_ITEM_NOTFOUND, in InsertItem()725 DBG_ASSERT( GetItemPos( nItemId ) == TOOLBOX_ITEM_NOTFOUND, in InsertWindow()850 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in MoveItem()877 DBG_ASSERT( GetItemPos( nItemId ) == TOOLBOX_ITEM_NOTFOUND, in CopyItem()883 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in CopyItem()1086 return TOOLBOX_ITEM_NOTFOUND; in GetItemPos()1094 sal_uInt16 nRet = TOOLBOX_ITEM_NOTFOUND; in GetItemPos()[all …]
1587 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in ImplInit()1588 mnFocusPos = TOOLBOX_ITEM_NOTFOUND; // current position during keyboard access in ImplInit()2911 if( mnCurPos != TOOLBOX_ITEM_NOTFOUND && in IMPL_LINK()2926 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in IMPL_LINK()3920 if ( mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in ImplFloatControl()3926 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in ImplFloatControl()3978 if ( mbDrag && mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in ImplHandleMouseMove()4074 if ( mnCurPos == TOOLBOX_ITEM_NOTFOUND ) in ImplHandleMouseButtonUp()4133 if ( mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in ImplHandleMouseButtonUp()4142 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in ImplHandleMouseButtonUp()[all …]
222 DBG_ASSERT( m_pToolbar->GetItemPos( (sal_uInt16)_nFeatureId ) != TOOLBOX_ITEM_NOTFOUND, in enableFeature()231 DBG_ASSERT( m_pToolbar->GetItemPos( (sal_uInt16)_nFeatureId ) != TOOLBOX_ITEM_NOTFOUND, in checkFeature()240 DBG_ASSERT( m_pToolbar->GetItemPos( (sal_uInt16)_nFeatureId ) != TOOLBOX_ITEM_NOTFOUND, in setFeatureText()
307 if ( pFocusItem && (sal_uInt16)_nPos != TOOLBOX_ITEM_NOTFOUND ) in UpdateChecked_Impl()557 else if( pToolBox->GetItemPos(pToolBox->GetCurItemId()) != TOOLBOX_ITEM_NOTFOUND ) in ProcessWindowEvent()792 if ( nItemPos != TOOLBOX_ITEM_NOTFOUND ) in getAccessibleAtPoint()
126 if( nPos != TOOLBOX_ITEM_NOTFOUND ) in notify_toolbox_item_focus()
248 aResult.nPos = TOOLBOX_ITEM_NOTFOUND; in FindReferencePoint()
435 if( nPos != TOOLBOX_ITEM_NOTFOUND ) in notify_toolbox_item_focus()
133 #define TOOLBOX_ITEM_NOTFOUND ((sal_uInt16)0xFFFF) macro