Home
last modified time | relevance | path

Searched refs:nNumVal (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cui/source/options/
H A Doptlingu.cxx415 sal_Bool bHasNV, sal_uInt16 nNumVal,
427 void SetNumericValue( sal_uInt8 nNumVal );
431 sal_Bool bHasNV, sal_uInt16 nNumVal, in OptionsUserData() argument
435 DBG_ASSERT( nNumVal < 256, "value out of range" ); in OptionsUserData()
440 ((sal_uLong)(0xFF & nNumVal)); in OptionsUserData()
453 void OptionsUserData::SetNumericValue( sal_uInt8 nNumVal ) in SetNumericValue() argument
456 if (HasNumericValue() && (GetNumericValue() != nNumVal)) in SetNumericValue()
459 nVal |= (nNumVal); in SetNumericValue()
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx104 double nNumVal,
118 double nNumVal,
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx66 double nNumVal, in Create() argument
70 eNumValType,nNumVal,pNumStr ); in Create()
113 double nNumVal,
126 nValNum = nNumVal;

Completed in 47 milliseconds