/aoo42x/main/vcl/source/control/ |
H A D | ctrl.cxx | 169 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 D | combobox.cxx | 1579 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 D | lstbox.cxx | 780 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 D | tabctrl.cxx | 2095 long TabControl::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPageId ) const in GetIndexForPoint() function in TabControl 2104 int nIndex = mpControlData->mpLayoutData->GetIndexForPoint( rPoint ); in GetIndexForPoint()
|
/aoo42x/main/accessibility/inc/accessibility/helper/ |
H A D | listboxhelper.hxx | 183 long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const in GetIndexForPoint() function in VCLListBoxHelper 185 return m_aComboListBox.GetIndexForPoint( rPoint, nPos ); in GetIndexForPoint()
|
H A D | IComboListBoxHelper.hxx | 61 virtual long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const = 0;
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | tabctrl.hxx | 191 using Control::GetIndexForPoint; 192 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rPageId ) const;
|
H A D | combobox.hxx | 224 using Control::GetIndexForPoint; 225 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const;
|
H A D | lstbox.hxx | 247 using Control::GetIndexForPoint; 248 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const;
|
H A D | controllayout.hxx | 57 long GetIndexForPoint( const Point& rPoint ) const;
|
H A D | ctrl.hxx | 152 long GetIndexForPoint( const Point& rPoint ) const;
|
H A D | menu.hxx | 352 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const;
|
H A D | toolbox.hxx | 626 long GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const;
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | editbrowsebox2.cxx | 209 nRet = pController->GetWindow().GetIndexForPoint(_rPoint); in GetFieldIndexAtPoint()
|
/aoo42x/main/accessibility/source/standard/ |
H A D | vclxaccessibletextcomponent.cxx | 289 nIndex = pControl->GetIndexForPoint( VCLPoint( aPoint ) ); in getIndexAtPoint()
|
H A D | vclxaccessiblestatusbaritem.cxx | 575 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
|
H A D | vclxaccessibletabpage.cxx | 646 sal_Int32 nI = m_pTabControl->GetIndexForPoint( aPnt, nPageId ); in getIndexAtPoint()
|
H A D | vclxaccessiblemenuitem.cxx | 307 sal_Int32 nI = m_pParent->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint()
|
H A D | vclxaccessibletoolboxitem.cxx | 516 sal_Int32 nIdx = m_pToolBox->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint()
|
H A D | vclxaccessiblelistitem.cxx | 509 sal_Int32 nI = m_pListBoxHelper->GetIndexForPoint( aPnt, nPos ); in getIndexAtPoint()
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | opendoccontrols.cxx | 346 if ( GetIndexForPoint( aRequestPos, nItemIndex ) != -1 ) in RequestHelp()
|
/aoo42x/main/svtools/source/table/ |
H A D | tablecontrol.cxx | 646 return GetIndexForPoint(_rPoint); in GetFieldIndexAtPoint()
|
/aoo42x/main/vcl/source/window/ |
H A D | toolbox2.cxx | 2049 long ToolBox::GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const in GetIndexForPoint() function in ToolBox 2057 nIndex = mpData->m_pLayoutData->GetIndexForPoint( rPoint ); in GetIndexForPoint()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | accessibleiconchoicectrlentry.cxx | 521 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
|
H A D | accessiblelistboxentry.cxx | 737 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
|