Lines Matching refs:sal_Int16

173         m_aBoundColumn <<= (sal_Int16)1;  in OListBoxModel()
343 … DBG_ASSERT(_rValue.getValueType().equals(::getCppuType(static_cast< Sequence<sal_Int16>*>(NULL))), in setFastPropertyValue_NoBroadcast()
378 …ConvertedValue, _rOldValue, _rValue, m_aBoundColumn, ::getCppuType(static_cast<sal_Int16*>(NULL))); in convertFastPropertyValue()
447 DECL_PROP1(TABINDEX, sal_Int16, BOUND); in describeFixedProperties()
448 DECL_PROP2(BOUNDCOLUMN, sal_Int16, BOUND, MAYBEVOID); in describeFixedProperties()
452 DECL_PROP1(DEFAULT_SELECT_SEQ, Sequence<sal_Int16>, BOUND); in describeFixedProperties()
495 Sequence<sal_Int16> aDummySeq; in write()
509 _rxOutStream << (sal_Int16)m_eListSourceType; in write()
515 sal_Int16 nBoundColumn = 0; in write()
555 m_aBoundColumn <<= (sal_Int16)0; in read()
593 sal_Int16 nListSourceType; in read()
602 Sequence<sal_Int16> aDummySeq; in read()
606 Sequence<sal_Int16> aDefaultSelectSeq; in read()
615 sal_Int16 nValue; in read()
648 const sal_Int16 nNULLPosBackup( m_nNULLPos ); in loadData()
678 ::boost::optional< sal_Int16 > aBoundColumn; in loadData()
681 sal_Int16 nBoundColumn( 0 ); in loadData()
863 sal_Int16 entryPos = 0; in loadData()
878 m_nNULLPos = sal_Int16( aDisplayList.size() - 1 ); in loadData()
985 Sequence< sal_Int16 > aSelectedIndices; in getFirstSelectedValue()
1043 Sequence< sal_Int16 > aSelectionIndicies; in translateDbColumnToControlValue()
1082 Sequence<sal_Int16> aSeq(1); in getDefaultForReset()
1088 Sequence<sal_Int16> aSeq; in getDefaultForReset()
1155 Sequence< sal_Int16 > aSelectIndexes; in translateExternalValueToControlValue()
1181 aSelectIndexes[ 0 ] = static_cast< sal_Int16 >( nSelectIndex ); in translateExternalValueToControlValue()
1192 ::std::set< sal_Int16 > aSelectionSet; in translateExternalValueToControlValue()
1200 Sequence< sal_Int16 > aThisEntryIndexes; in translateExternalValueToControlValue()
1207 … ::std::insert_iterator< ::std::set< sal_Int16 > >( aSelectionSet, aSelectionSet.begin() ) in translateExternalValueToControlValue()
1238 … struct ExtractStringFromSequence_Safe : public ::std::unary_function< sal_Int16, ::rtl::OUString >
1246 ::rtl::OUString operator ()( sal_Int16 _nIndex ) in operator ()()
1256 …Any lcl_getSingleSelectedEntry( const Sequence< sal_Int16 >& _rSelectSequence, const Sequence< ::r… in lcl_getSingleSelectedEntry()
1276 …Any lcl_getMultiSelectedEntries( const Sequence< sal_Int16 >& _rSelectSequence, const Sequence< ::… in lcl_getMultiSelectedEntries()
1294 Sequence< sal_Int16 > aSelectSequence; in translateControlValueToExternalValue()
1348 Sequence< sal_Int16 > aSelectSequence; in getCurrentFormComponentValue()
1598 Sequence<sal_Int16>& rSelection = *(Sequence<sal_Int16> *)aValue.getValue(); in itemStateChanged()
1599 … Sequence<sal_Int16>& rOldSelection = *(Sequence<sal_Int16> *)m_aCurrentSelection.getValue(); in itemStateChanged()
1605 const sal_Int16* pVal = rSelection.getConstArray(); in itemStateChanged()
1606 const sal_Int16* pCompVal = rOldSelection.getConstArray(); in itemStateChanged()
1715 …void SAL_CALL OListBoxControl::addItem( const ::rtl::OUString& aItem, ::sal_Int16 nPos ) throw (Ru… in addItem()
1722 …void SAL_CALL OListBoxControl::addItems( const Sequence< ::rtl::OUString >& aItems, ::sal_Int16 nP… in addItems()
1729 …void SAL_CALL OListBoxControl::removeItems( ::sal_Int16 nPos, ::sal_Int16 nCount ) throw (RuntimeE… in removeItems()
1736 ::sal_Int16 SAL_CALL OListBoxControl::getItemCount( ) throw (RuntimeException) in getItemCount()
1744 ::rtl::OUString SAL_CALL OListBoxControl::getItem( ::sal_Int16 nPos ) throw (RuntimeException) in getItem()
1760 ::sal_Int16 SAL_CALL OListBoxControl::getSelectedItemPos( ) throw (RuntimeException) in getSelectedItemPos()
1768 … Sequence< ::sal_Int16 > SAL_CALL OListBoxControl::getSelectedItemsPos( ) throw (RuntimeException) in getSelectedItemsPos()
1772 return Sequence< ::sal_Int16 >( ); in getSelectedItemsPos()
1792 …void SAL_CALL OListBoxControl::selectItemPos( ::sal_Int16 nPos, ::sal_Bool bSelect ) throw (Runtim… in selectItemPos()
1799 …void SAL_CALL OListBoxControl::selectItemsPos( const Sequence< ::sal_Int16 >& aPositions, ::sal_Bo… in selectItemsPos()
1828 ::sal_Int16 SAL_CALL OListBoxControl::getDropDownLineCount( ) throw (RuntimeException) in getDropDownLineCount()
1836 … void SAL_CALL OListBoxControl::setDropDownLineCount( ::sal_Int16 nLines ) throw (RuntimeException) in setDropDownLineCount()
1843 void SAL_CALL OListBoxControl::makeVisible( ::sal_Int16 nEntry ) throw (RuntimeException) in makeVisible()