Home
last modified time | relevance | path

Searched refs:GetValuePos (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx559 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()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx700 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()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx761 sal_uInt16 GetValuePos( sal_Int64 nPos ) const;
789 sal_uInt16 GetValuePos( sal_Int64 nValue,
820 sal_uInt16 GetValuePos( sal_Int64 nValue ) const;
H A Dlongcurr.hxx155 sal_uInt16 GetValuePos( BigInt nValue ) const;
/trunk/main/vcl/source/control/
H A Dfield.cxx1078 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 Dlongcurr.cxx847 sal_uInt16 LongCurrencyBox::GetValuePos( BigInt nValue ) const in GetValuePos() function in LongCurrencyBox

Completed in 45 milliseconds