Home
last modified time | relevance | path

Searched refs:pRSelection (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp697 if(!pRSelection.is()) in selectRow()
706 pRSelection.get()->selectAccessibleChild(lChildIndex); in selectRow()
743 if(!pRSelection.is()) in selectColumn()
752 pRSelection.get()->selectAccessibleChild(lChildIndex); in selectColumn()
792 if(!pRSelection.is()) in unselectRow()
801 pRSelection.get()->deselectAccessibleChild(lChildIndex); in unselectRow()
841 if(!pRSelection.is()) in unselectColumn()
851 pRSelection.get()->deselectAccessibleChild(lChildIndex); in unselectColumn()
1010 if(!pRSelection.is()) in get_nSelectedChildren()
1013 *childCount = pRSelection->getSelectedAccessibleChildCount(); in get_nSelectedChildren()
[all …]
H A DEnumVariant.cpp210 Reference< XAccessibleSelection > pRSelection(pRContext,UNO_QUERY); in GetXAccessibleSelection() local
211 if( !pRSelection.is() ) in GetXAccessibleSelection()
214 return pRSelection; in GetXAccessibleSelection()
H A DMAccessible.cpp2162 Reference< XAccessibleSelection > pRSelection(pRContext,UNO_QUERY); in GetSelection() local
2163 return pRSelection; in GetSelection()
2183 Reference< XAccessibleSelection > pRSelection = GetSelection(); in SelectChild() local
2184 if( !pRSelection.is() ) in SelectChild()
2187 pRSelection->selectAccessibleChild( Index ); in SelectChild()
2209 Reference< XAccessibleSelection > pRSelection = GetSelection(); in DeSelectChild() local
2210 if( !pRSelection.is() ) in DeSelectChild()
2213 pRSelection->deselectAccessibleChild( Index ); in DeSelectChild()
/aoo4110/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx464 Reference< XAccessibleSelection > pRSelection(pRContext,UNO_QUERY); in UpdateAccSelection() local
465 if( !pRSelection.is() ) in UpdateAccSelection()
474 int selectNum= pRSelection->getSelectedAccessibleChildCount(); in UpdateAccSelection()
485 pRChild = pRSelection->getSelectedAccessibleChild(i); in UpdateAccSelection()

Completed in 43 milliseconds