Searched refs:implGetSelectedColumnCount (Results 1 – 3 of 3) sorted by relevance
217 sal_Int32 implGetSelectedColumnCount() const;
285 sal_Int32 AccessibleBrowseBoxTableBase::implGetSelectedColumnCount() const in implGetSelectedColumnCount() function in accessibility::AccessibleBrowseBoxTableBase
260 return isRowBar() ? implGetSelectedRowCount() : implGetSelectedColumnCount(); in getSelectedAccessibleChildCount()