Lines Matching refs:sal_uInt16

215         for ( sal_uInt16 d = 0; d < nDigits; d++ )  in valueToDouble()
223 for ( sal_uInt16 d = 0; d < nDigits; d++ ) in doubleToValue()
283 #define MetricUnitVclToUno(a) ((sal_uInt16)(a))
337 sal_uInt16 InsertEntry( OUString const& rStr, sal_uInt16 nPos ) in InsertEntry()
345 void RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
350 sal_uInt16 GetEntryPos( String const& rStr ) const in GetEntryPos()
354 sal_uInt16 n = sal::static_int_cast< sal_uInt16 >(aItems.getLength()); in GetEntryPos()
355 for (sal_uInt16 i = 0; i < n; i++) in GetEntryPos()
363 OUString GetEntry( sal_uInt16 nPos ) const in GetEntry()
368 sal_uInt16 GetEntryCount() const in GetEntryCount()
435 sal_uInt16 ComboBox::InsertEntry( String const& rStr, sal_uInt16 nPos ) in InsertEntry()
445 void ComboBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
457 sal_uInt16 ComboBox::GetEntryPos( String const& rStr ) const in GetEntryPos()
462 String ComboBox::GetEntry( sal_uInt16 nPos ) const in GetEntry()
468 sal_uInt16 ComboBox::GetEntryCount() const in GetEntryCount()
512 sal_uInt16 InsertEntry (String const& rStr, sal_uInt16 nPos) in InsertEntry()
520 void RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
525 sal_uInt16 RemoveEntry( String const& rStr, sal_uInt16 nPos) in RemoveEntry()
533 sal_uInt16 GetEntryPos( String const& rStr ) const in GetEntryPos()
537 sal_uInt16 n = sal::static_int_cast< sal_uInt16 >(aItems.getLength()); in GetEntryPos()
538 for (sal_uInt16 i = 0; i < n; i++) in GetEntryPos()
546 OUString GetEntry( sal_uInt16 nPos ) const in GetEntry()
551 sal_uInt16 GetEntryCount() const in GetEntryCount()
556 void SelectEntryPos( sal_uInt16 nPos, bool bSelect ) in SelectEntryPos()
561 sal_uInt16 GetSelectEntryCount() const in GetSelectEntryCount()
563 return sal::static_int_cast< sal_uInt16 >( mxListBox->getSelectedItems().getLength() ); in GetSelectEntryCount()
566 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()
568 sal_uInt16 nSelected = 0; in GetSelectEntryPos()
661 sal_uInt16 ListBox::InsertEntry (String const& rStr, sal_uInt16 nPos) in InsertEntry()
666 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
683 sal_uInt16 ListBox::GetEntryPos( String const& rStr ) const in GetEntryPos()
688 String ListBox::GetEntry( sal_uInt16 nPos ) const in GetEntry()
693 sal_uInt16 ListBox::GetEntryCount() const in GetEntryCount()
698 void ListBox::SelectEntryPos( sal_uInt16 nPos, bool bSelect ) in SelectEntryPos()
712 sal_uInt16 ListBox::GetSelectEntryCount() const in GetSelectEntryCount()
717 sal_uInt16 ListBox::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()
722 String ListBox::GetSelectEntry( sal_uInt16 nSelIndex ) const in GetSelectEntry()
758 void ListBox::SetEntryData( sal_uInt16 pos, void* data) in SetEntryData()
763 void* ListBox::GetEntryData( sal_uInt16 pos) const in GetEntryData()