Searched refs:lChildIndex (Results 1 – 2 of 2) sorted by relevance
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.cpp | 701 long lCol, lColumnCount, lChildIndex; in selectRow() local 705 lChildIndex = GetXInterface()->getAccessibleIndex(row, lCol); in selectRow() 706 pRSelection.get()->selectAccessibleChild(lChildIndex); in selectRow() 747 long lRow, lRowCount, lChildIndex; in selectColumn() local 751 lChildIndex = GetXInterface()->getAccessibleIndex(lRow, column); in selectColumn() 752 pRSelection.get()->selectAccessibleChild(lChildIndex); in selectColumn() 796 long lColumn, lColumnCount, lChildIndex; in unselectRow() local 800 lChildIndex = GetXInterface()->getAccessibleIndex(row,lColumn); in unselectRow() 801 pRSelection.get()->deselectAccessibleChild(lChildIndex); in unselectRow() 845 long lRow, lRowCount, lChildIndex; in unselectColumn() local [all …]
|
/trunk/main/sw/source/core/access/ |
H A D | acctable.cxx | 1927 long lCol, lColumnCount, lChildIndex; in selectRow() local 1931 lChildIndex = getAccessibleIndex(row, lCol); in selectRow() 1932 selectAccessibleChild(lChildIndex); in selectRow() 1943 long lRow, lRowCount, lChildIndex; in selectColumn() local 1948 lChildIndex = getAccessibleIndex(lRow, column); in selectColumn() 1949 selectAccessibleChild(lChildIndex); in selectColumn()
|
Completed in 19 milliseconds