Lines Matching refs:sal_Int32

56 …void checkActionIndex_Impl( sal_Int32 _nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsExc…  in checkActionIndex_Impl()
228 void AccessibleListBoxEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
337 sal_Int32 SAL_CALL AccessibleListBoxEntry::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
344 sal_Int32 nCount = 0; in getAccessibleChildCount()
351 …Reference< XAccessible > SAL_CALL AccessibleListBoxEntry::getAccessibleChild( sal_Int32 i ) throw … in getAccessibleChild()
383 ::std::deque< sal_Int32 > aParentPath( m_aEntryPath ); in implGetParentAccessible()
413 sal_Int32 SAL_CALL AccessibleListBoxEntry::getAccessibleIndexInParent( ) throw (RuntimeException) in getAccessibleIndexInParent()
421 sal_Int32 SAL_CALL AccessibleListBoxEntry::getRoleType() in getRoleType()
423 sal_Int32 nCase = 0; in getRoleType()
659 sal_Int32 AccessibleListBoxEntry::getForeground( ) throw (RuntimeException) in getForeground()
664 sal_Int32 nColor = 0; in getForeground()
676 sal_Int32 AccessibleListBoxEntry::getBackground( ) throw (RuntimeException) in getBackground()
681 sal_Int32 nColor = 0; in getBackground()
696 …awt::Rectangle SAL_CALL AccessibleListBoxEntry::getCharacterBounds( sal_Int32 nIndex ) throw (Inde… in getCharacterBounds()
721sal_Int32 SAL_CALL AccessibleListBoxEntry::getIndexAtPoint( const awt::Point& aPoint ) throw (Runt… in getIndexAtPoint()
728 sal_Int32 nIndex = -1; in getIndexAtPoint()
743 …sal_Bool SAL_CALL AccessibleListBoxEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) t… in copyText()
754 sal_Int32 nLen = nEndIndex - nStartIndex + 1; in copyText()
779sal_Int32 nListenerCount = comphelper::AccessibleEventNotifier::removeEventListener( m_nClientId, … in removeEventListener()
786 sal_Int32 nId = m_nClientId; in removeEventListener()
796 sal_Int32 SAL_CALL AccessibleListBoxEntry::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
817 …sal_Bool SAL_CALL AccessibleListBoxEntry::doAccessibleAction( sal_Int32 nIndex ) throw (IndexOutOf… in doAccessibleAction()
852 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getAccessibleActionDescription( sal_Int32 nIndex … in getAccessibleActionDescription()
893 …ibleKeyBinding > AccessibleListBoxEntry::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (… in getAccessibleActionKeyBinding()
905 …void SAL_CALL AccessibleListBoxEntry::selectAccessibleChild( sal_Int32 nChildIndex ) throw (IndexO… in selectAccessibleChild()
918 …sal_Bool SAL_CALL AccessibleListBoxEntry::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw… in isAccessibleChildSelected()
943 sal_Int32 i, nCount = 0; in clearAccessibleSelection()
963 sal_Int32 i, nCount = 0; in selectAllAccessibleChildren()
973sal_Int32 SAL_CALL AccessibleListBoxEntry::getSelectedAccessibleChildCount( ) throw (RuntimeExcep… in getSelectedAccessibleChildCount()
980 sal_Int32 i, nSelCount = 0, nCount = 0; in getSelectedAccessibleChildCount()
996 …Reference< XAccessible > SAL_CALL AccessibleListBoxEntry::getSelectedAccessibleChild( sal_Int32 nS… in getSelectedAccessibleChild()
1007 sal_Int32 i, nSelCount = 0, nCount = 0; in getSelectedAccessibleChild()
1029 …void SAL_CALL AccessibleListBoxEntry::deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) thr… in deselectAccessibleChild()
1043sal_Int32 SAL_CALL AccessibleListBoxEntry::getCaretPosition( ) throw (::com::sun::star::uno::Runt… in getCaretPosition()
1047 …sal_Bool SAL_CALL AccessibleListBoxEntry::setCaretPosition ( sal_Int32 nIndex ) throw (::com::sun:… in setCaretPosition()
1058 …sal_Unicode SAL_CALL AccessibleListBoxEntry::getCharacter( sal_Int32 nIndex ) throw (::com::sun::s… in getCharacter()
1065 …ropertyValue > SAL_CALL AccessibleListBoxEntry::getCharacterAttributes( sal_Int32 nIndex, const ::… in getCharacterAttributes()
1078sal_Int32 SAL_CALL AccessibleListBoxEntry::getCharacterCount( ) throw (::com::sun::star::uno::Run… in getCharacterCount()
1093sal_Int32 SAL_CALL AccessibleListBoxEntry::getSelectionStart( ) throw (::com::sun::star::uno::Run… in getSelectionStart()
1100sal_Int32 SAL_CALL AccessibleListBoxEntry::getSelectionEnd( ) throw (::com::sun::star::uno::Runti… in getSelectionEnd()
1107 …sal_Bool SAL_CALL AccessibleListBoxEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex… in setSelection()
1125 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nE… in getTextRange()
1132 …ssibility::TextSegment SAL_CALL AccessibleListBoxEntry::getTextAtIndex( sal_Int32 nIndex, sal_Int1… in getTextAtIndex()
1139 …ility::TextSegment SAL_CALL AccessibleListBoxEntry::getTextBeforeIndex( sal_Int32 nIndex, sal_Int1… in getTextBeforeIndex()
1146 …ility::TextSegment SAL_CALL AccessibleListBoxEntry::getTextBehindIndex( sal_Int32 nIndex, sal_Int1… in getTextBehindIndex()
1162 sal_Int32 level = ((sal_Int32) m_aEntryPath.size() - 1); in getCurrentValue()
1182 sal_Int32 nValue(0), nValueMin(0), nValueMax(0); in setCurrentValue()
1211 aValue <<= (sal_Int32)1; in getMaximumValue()
1232 aValue <<= (sal_Int32)0; in getMinimumValue()
1244 SvLBoxEntry * AccessibleListBoxEntry::GetRealChild(sal_Int32 nIndex) in GetRealChild()