Home
last modified time | relevance | path

Searched refs:bFloat (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx379 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()
[all …]
/AOO41X/main/framework/inc/uielement/
H A Dspinfieldtoolbarcontroller.hxx95 …etValue( const ::com::sun::star::uno::Any& rAny, sal_Int32& nValue, double& fValue, bool& bFloat );
/AOO41X/main/vcl/source/window/
H A Dmenu.cxx718 void ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide );
3368 void MenuBar::ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ) in ShowButtons() argument
3371 (bFloat != mbFloatBtnVisible) || in ShowButtons()
3375 mbFloatBtnVisible = bFloat; in ShowButtons()
3378 ((MenuBarWindow*)ImplGetWindow())->ShowButtons( bClose, bFloat, bHide ); in ShowButtons()
5316 void MenuBarWindow::ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ) in ShowButtons() argument
5320 aFloatBtn.Show( bFloat ); in ShowButtons()
H A Dtoolbox.cxx5427 sal_Bool bFloat = mpData->mbAssumeFloating; in CalcFloatingWindowSizePixel() local
5438 pThis->mpData->mbAssumeFloating = bFloat; in CalcFloatingWindowSizePixel()
/AOO41X/main/vcl/inc/vcl/
H A Dmenu.hxx431 void ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide );