Home
last modified time | relevance | path

Searched refs:childIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp897 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 DAccTable.h143 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);
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java631 public TreeNode getChildAt(int childIndex) { in getChildAt() argument
632 return (TreeNode)children.elementAt(childIndex); in getChildAt()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx309 …e > ToolbarMenu_Impl::getAccessibleChild( Control* pControl, sal_Int32 childIndex ) throw (IndexOu… in getAccessibleChild() argument
317 return pEntry->getAccessibleChild( childIndex ); in getAccessibleChild()
H A Dtoolbarmenuimp.hxx298 …bility::XAccessible > getAccessibleChild( Control* pControl, sal_Int32 childIndex ) throw (::com::…
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3849 [propget] HRESULT childIndex

Completed in 48 milliseconds