Home
last modified time | relevance | path

Searched refs:GetIndexForPoint (Results 1 – 25 of 26) sorted by path

12

/trunk/main/accessibility/inc/accessibility/helper/
H A DIComboListBoxHelper.hxx61 virtual long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const = 0;
H A Dlistboxhelper.hxx183 long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const in GetIndexForPoint() function in VCLListBoxHelper
185 return m_aComboListBox.GetIndexForPoint( rPoint, nPos ); in GetIndexForPoint()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx521 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
H A Daccessiblelistboxentry.cxx737 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx509 sal_Int32 nI = m_pListBoxHelper->GetIndexForPoint( aPnt, nPos ); in getIndexAtPoint()
H A Dvclxaccessiblemenuitem.cxx307 sal_Int32 nI = m_pParent->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint()
H A Dvclxaccessiblestatusbaritem.cxx575 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
H A Dvclxaccessibletabpage.cxx646 sal_Int32 nI = m_pTabControl->GetIndexForPoint( aPnt, nPageId ); in getIndexAtPoint()
H A Dvclxaccessibletextcomponent.cxx289 nIndex = pControl->GetIndexForPoint( VCLPoint( aPoint ) ); in getIndexAtPoint()
H A Dvclxaccessibletoolboxitem.cxx516 sal_Int32 nIdx = m_pToolBox->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx346 if ( GetIndexForPoint( aRequestPos, nItemIndex ) != -1 ) in RequestHelp()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx209 nRet = pController->GetWindow().GetIndexForPoint(_rPoint); in GetFieldIndexAtPoint()
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx646 return GetIndexForPoint(_rPoint); in GetFieldIndexAtPoint()
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx224 using Control::GetIndexForPoint;
225 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const;
H A Dcontrollayout.hxx57 long GetIndexForPoint( const Point& rPoint ) const;
H A Dctrl.hxx152 long GetIndexForPoint( const Point& rPoint ) const;
H A Dlstbox.hxx247 using Control::GetIndexForPoint;
248 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const;
H A Dmenu.hxx352 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const;
H A Dtabctrl.hxx191 using Control::GetIndexForPoint;
192 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rPageId ) const;
H A Dtoolbox.hxx626 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const;
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1579 long ComboBox::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const in GetIndexForPoint() function in ComboBox
1585 long nIndex = Control::GetIndexForPoint( rPoint ); in GetIndexForPoint()
H A Dctrl.cxx169 long ControlLayoutData::GetIndexForPoint( const Point& rPoint ) const in GetIndexForPoint() function in ControlLayoutData
185 long Control::GetIndexForPoint( const Point& rPoint ) const in GetIndexForPoint() function in Control
189 … return mpControlData->mpLayoutData ? mpControlData->mpLayoutData->GetIndexForPoint( rPoint ) : -1; in GetIndexForPoint()
H A Dlstbox.cxx780 long ListBox::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const in GetIndexForPoint() function in ListBox
786 long nIndex = Control::GetIndexForPoint( rPoint ); in GetIndexForPoint()
H A Dtabctrl.cxx2095 long TabControl::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPageId ) const in GetIndexForPoint() function in TabControl
2104 int nIndex = mpControlData->mpLayoutData->GetIndexForPoint( rPoint ); in GetIndexForPoint()
/trunk/main/vcl/source/window/
H A Dmenu.cxx3139 long Menu::GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const in GetIndexForPoint() function in Menu
3147 nIndex = mpLayoutData->GetIndexForPoint( rPoint ); in GetIndexForPoint()

Completed in 153 milliseconds

12