Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx850 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in MoveItem()
883 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in CopyItem()
1086 return TOOLBOX_ITEM_NOTFOUND; in GetItemPos()
1334 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in SetItemImage()
1385 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in SetItemImageAngle()
1428 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in SetItemImageMirrorMode()
1517 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in SetItemText()
1561 if ( nPos != TOOLBOX_ITEM_NOTFOUND ) in SetItemWindow()
1594 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in StartSelection()
1618 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in EndSelection()
[all …]
H A Dtoolbox.cxx1587 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in ImplInit()
2911 if( mnCurPos != TOOLBOX_ITEM_NOTFOUND && in IMPL_LINK()
3920 if ( mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in ImplFloatControl()
3926 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in ImplFloatControl()
4453 if ( nNewPos != TOOLBOX_ITEM_NOTFOUND ) in MouseButtonDown()
4718 nHighPos = TOOLBOX_ITEM_NOTFOUND; in Paint()
5002 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in Notify()
5015 (mnCurPos == TOOLBOX_ITEM_NOTFOUND) ) in Command()
5989 return TOOLBOX_ITEM_NOTFOUND; in ImplFindItemPos()
6032 if( aPos != TOOLBOX_ITEM_NOTFOUND) in ImplChangeHighlight()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx126 if( nPos != TOOLBOX_ITEM_NOTFOUND ) in notify_toolbox_item_focus()
/trunk/main/framework/source/uielement/
H A Dtoolbarmerger.cxx248 aResult.nPos = TOOLBOX_ITEM_NOTFOUND; in FindReferencePoint()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx435 if( nPos != TOOLBOX_ITEM_NOTFOUND ) in notify_toolbox_item_focus()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx133 #define TOOLBOX_ITEM_NOTFOUND ((sal_uInt16)0xFFFF) macro

Completed in 79 milliseconds