Searched refs:GetValuePos (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/cui/source/tabpages/ |
H A D | tabstpge.cxx | 559 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue() ); in IMPL_LINK() 639 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK() 670 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK() 689 const sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit); in IMPL_LINK() 706 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK() 719 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK() 733 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK()
|
/aoo42x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 700 int iPos = maFontSizeBox.GetValuePos(iValue, FUNIT_NONE); in IMPL_LINK() 711 while(maFontSizeBox.GetValuePos(nSize, FUNIT_NONE) == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK() 733 int iPos = maFontSizeBox.GetValuePos(iValue, FUNIT_NONE); in IMPL_LINK() 748 while(maFontSizeBox.GetValuePos(nSize, FUNIT_NONE) == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | field.hxx | 761 sal_uInt16 GetValuePos( sal_Int64 nPos ) const; 789 sal_uInt16 GetValuePos( sal_Int64 nValue, 820 sal_uInt16 GetValuePos( sal_Int64 nValue ) const;
|
H A D | longcurr.hxx | 155 sal_uInt16 GetValuePos( BigInt nValue ) const;
|
/aoo42x/main/vcl/source/control/ |
H A D | field.cxx | 1078 sal_uInt16 NumericBox::GetValuePos( sal_Int64 nValue ) const in GetValuePos() function in NumericBox 2068 sal_uInt16 MetricBox::GetValuePos( sal_Int64 nValue, FieldUnit eInUnit ) const in GetValuePos() function in MetricBox 2508 sal_uInt16 CurrencyBox::GetValuePos( sal_Int64 nValue ) const in GetValuePos() function in CurrencyBox
|
H A D | longcurr.cxx | 847 sal_uInt16 LongCurrencyBox::GetValuePos( BigInt nValue ) const in GetValuePos() function in LongCurrencyBox
|
Completed in 45 milliseconds