Lines Matching refs:sal_Int32

67 VCLXAccessibleToolBoxItem::VCLXAccessibleToolBoxItem( ToolBox* _pToolBox, sal_Int32 _nPos ) :  in DBG_NAME()
276 void VCLXAccessibleToolBoxItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
348 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
355 Reference< XAccessible > SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleChild( sal_Int32 i ) thro… in getAccessibleChild()
373 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleIndexInParent( ) throw (RuntimeExceptio… in getAccessibleIndexInParent()
457 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getCaretPosition() throw (RuntimeException) in getCaretPosition()
462 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOf… in setCaretPosition()
472 Sequence< PropertyValue > SAL_CALL VCLXAccessibleToolBoxItem::getCharacterAttributes( sal_Int32 nIn… in getCharacterAttributes()
484 awt::Rectangle SAL_CALL VCLXAccessibleToolBoxItem::getCharacterBounds( sal_Int32 nIndex ) throw (In… in getCharacterBounds()
505 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getIndexAtPoint( const awt::Point& aPoint ) throw (Ru… in getIndexAtPoint()
509 sal_Int32 nIndex = -1; in getIndexAtPoint()
516 sal_Int32 nIdx = m_pToolBox->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint()
524 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndInd… in setSelection()
534 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex )… in copyText()
589 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getForeground( ) throw (RuntimeException) in getForeground()
593 sal_Int32 nColor = 0; in getForeground()
600 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getBackground( ) throw (RuntimeException) in getBackground()
604 sal_Int32 nColor = 0; in getBackground()
654 sal_Int32 VCLXAccessibleToolBoxItem::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
660 sal_Bool VCLXAccessibleToolBoxItem::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBounds… in doAccessibleAction()
673 ::rtl::OUString VCLXAccessibleToolBoxItem::getAccessibleActionDescription ( sal_Int32 nIndex ) thro… in getAccessibleActionDescription()
683 …eKeyBinding > VCLXAccessibleToolBoxItem::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (… in getAccessibleActionKeyBinding()
701 aValue <<= (sal_Int32)m_pToolBox->IsItemChecked( m_nItemId ); in getCurrentValue()
704 aValue <<= (sal_Int32)0; in getCurrentValue()
716 sal_Int32 nValue = 0; in setCurrentValue()
733 return makeAny((sal_Int32)1); in getMaximumValue()
738 return makeAny((sal_Int32)0); in getMinimumValue()