Searched refs:VOPT_TABCONTROLS (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | viewopti.cxx | 155 aOptArr[ VOPT_TABCONTROLS ] = in SetDefaults() 470 SetOption( VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg() 638 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_TABCONTROLS ) ); in IMPL_LINK()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 175 aViewOpt.SetOption(VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue() 369 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_TABCONTROLS ) ); in getPropertyValue()
|
H A D | viewuno.cxx | 1908 aNewOpt.SetOption( VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue() 2026 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_TABCONTROLS ) ); in getPropertyValue()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 394 sal_Bool IsTabMode () const { return pOptions->GetOption( VOPT_TABCONTROLS ); } in IsTabMode() 395 void SetTabMode ( sal_Bool bNewMode ) { pOptions->SetOption( VOPT_TABCONTROLS, bNewMode ); } in SetTabMode()
|
/aoo42x/main/sc/source/ui/optdlg/ |
H A D | tpview.cxx | 214 aTblRegCB .Check( pLocalOptions->GetOption(VOPT_TABCONTROLS) ); in Reset() 308 else if ( &aTblRegCB == pBtn ) eOption = VOPT_TABCONTROLS; in IMPL_LINK()
|
/aoo42x/main/sc/inc/ |
H A D | viewopti.hxx | 48 VOPT_TABCONTROLS, enumerator
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xiview.cxx | 70 aViewOpt.SetOption( VOPT_TABCONTROLS, ::get_flag( maData.mnFlags, EXC_WIN1_TABBAR ) ); in Finalize()
|
H A D | xeview.cxx | 47 ::set_flag( mnFlags, EXC_WIN1_TABBAR, rViewOpt.GetOption( VOPT_TABCONTROLS ) ); in XclExpWindow1()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 2766 …pFunctions::SetBoolInAny( pSettings[SC_SHEETTABS].Value, pOptions->GetOption( VOPT_TABCONTROLS ) ); in WriteUserDataSequence() 2900 pOptions->SetOption(VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1484 aSc30ViewOpt.SetOption( VOPT_TABCONTROLS, sal_True ); in LoadTables()
|
Completed in 70 milliseconds