Lines Matching full:getvalue
52 return WideString::Format(L"%.8gmm", GetValue());
54 return WideString::Format(L"%.8gpt", GetValue());
56 return WideString::Format(L"%.8gin", GetValue());
58 return WideString::Format(L"%.8gcm", GetValue());
60 return WideString::Format(L"%.8gmp", GetValue());
62 return WideString::Format(L"%.8gpc", GetValue());
64 return WideString::Format(L"%.8gem", GetValue());
66 return WideString::Format(L"%.8g%%", GetValue());
70 return WideString::Format(L"%.8g", GetValue());
79 *fValue = GetValue();