Searched refs:childIndex (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.cpp | 897 STDMETHODIMP CAccTable::get_columnIndex(long childIndex, long * columnIndex) in get_columnIndex() argument 912 *columnIndex = GetXInterface()->getAccessibleColumn(childIndex); in get_columnIndex() 922 STDMETHODIMP CAccTable::get_rowIndex(long childIndex, long * rowIndex) in get_rowIndex() argument 937 *rowIndex = GetXInterface()->getAccessibleRow(childIndex); in get_rowIndex() 947 STDMETHODIMP CAccTable::get_childIndex(long RowIndex , long columnIndex, long * childIndex ) in get_childIndex() argument 955 if(childIndex == NULL) in get_childIndex() 962 *childIndex = GetXInterface()->getAccessibleIndex(RowIndex, columnIndex); in get_childIndex() 1060 long childIndex = pRContext->getAccessibleIndexInParent(); in get_selectedChildren() local 1061 (*children)[i] = childIndex; in get_selectedChildren()
|
H A D | AccTable.h | 143 STDMETHOD(get_columnIndex)(long childIndex, long * columnIndex); 145 STDMETHOD(get_rowIndex)(long childIndex, long * rowIndex); 147 STDMETHOD(get_childIndex)(long rowIndex,long columnIndex, long * childIndex);
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
H A D | PackageDescription.java | 631 public TreeNode getChildAt(int childIndex) { in getChildAt() argument 632 return (TreeNode)children.elementAt(childIndex); in getChildAt()
|
/aoo42x/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 309 …e > ToolbarMenu_Impl::getAccessibleChild( Control* pControl, sal_Int32 childIndex ) throw (IndexOu… in getAccessibleChild() argument 317 return pEntry->getAccessibleChild( childIndex ); in getAccessibleChild()
|
H A D | toolbarmenuimp.hxx | 298 …bility::XAccessible > getAccessibleChild( Control* pControl, sal_Int32 childIndex ) throw (::com::…
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 3849 [propget] HRESULT childIndex
|
Completed in 60 milliseconds