Home
last modified time | relevance | path

Searched refs:TOOLBOX_ITEM_NOTFOUND (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/svtools/source/control/
H A Dtaskbox.cxx58 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()
/AOO41X/main/vcl/source/window/
H A Dtoolbox2.cxx642 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 …]
H A Dtoolbox.cxx1587 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 …]
/AOO41X/main/forms/source/solar/control/
H A Dnavtoolbar.cxx222 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()
/AOO41X/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx307 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()
/AOO41X/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx126 if( nPos != TOOLBOX_ITEM_NOTFOUND ) in notify_toolbox_item_focus()
/AOO41X/main/framework/source/uielement/
H A Dtoolbarmerger.cxx248 aResult.nPos = TOOLBOX_ITEM_NOTFOUND; in FindReferencePoint()
/AOO41X/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx435 if( nPos != TOOLBOX_ITEM_NOTFOUND ) in notify_toolbox_item_focus()
/AOO41X/main/vcl/inc/vcl/
H A Dtoolbox.hxx133 #define TOOLBOX_ITEM_NOTFOUND ((sal_uInt16)0xFFFF) macro