Lines Matching refs:bFloat

379             bool        bFloat( false );  in executeControlCommand()  local
383 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
384 aStep = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
398 bool bFloat( false ); in executeControlCommand() local
400 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
402 … aValue = bFloat ? ::rtl::OUString::valueOf( fValue ) : ::rtl::OUString::valueOf( nValue ); in executeControlCommand()
403 bFloatValue = bFloat; in executeControlCommand()
415 bool bFloat( false ); in executeControlCommand() local
418 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
422 … aValue = bFloat ? ::rtl::OUString::valueOf( fValue ) : ::rtl::OUString::valueOf( nValue ); in executeControlCommand()
423 bFloatValue = bFloat; in executeControlCommand()
426 aStep = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
429 aMin = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
432 aMax = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
445 bool bFloat( false ); in executeControlCommand() local
449 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
450 aMin = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
462 bool bFloat( false ); in executeControlCommand() local
466 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
467 aMax = bFloat ? ::rtl::OUString::valueOf( fValue ) : in executeControlCommand()
510 const Any& rAny, sal_Int32& nValue, double& fValue, bool& bFloat ) in impl_getValue() argument
516 bFloat = false; in impl_getValue()
526 bFloat = true; in impl_getValue()