Searched refs:VOPT_NULLVALS (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | viewopti.cxx | 152 aOptArr[ VOPT_NULLVALS ] = in SetDefaults() 499 SetOption( VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg() 664 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_NULLVALS ) ); in IMPL_LINK()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 153 aViewOpt.SetOption(VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue() 351 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NULLVALS ) ); in getPropertyValue()
|
H A D | viewuno.cxx | 1922 aNewOpt.SetOption( VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue() 2033 …ii( SC_UNO_SHOWZERO ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_NULLVALS ) ); in getPropertyValue()
|
/trunk/main/sc/source/ui/optdlg/ |
H A D | tpview.cxx | 201 aNilCB .Check(pLocalOptions->GetOption(VOPT_NULLVALS)); in Reset() 301 else if ( &aNilCB == pBtn ) eOption = VOPT_NULLVALS; in IMPL_LINK()
|
/trunk/main/sc/inc/ |
H A D | viewopti.hxx | 43 VOPT_NULLVALS, enumerator
|
/trunk/main/sc/source/filter/excel/ |
H A D | xiview.cxx | 289 aViewOpt.SetOption( VOPT_NULLVALS, maData.mbShowZeros ); in Finalize()
|
H A D | xeview.cxx | 314 maData.mbShowZeros = rViewOpt.GetOption( VOPT_NULLVALS ); in XclExpTabViewSettings()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 2752 …oHelpFunctions::SetBoolInAny( pSettings[SC_SHOWZERO].Value, pOptions->GetOption( VOPT_NULLVALS ) ); in WriteUserDataSequence() 2877 pOptions->SetOption(VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
|
H A D | gridwin4.cxx | 565 aOutputData.SetShowNullValues ( rOpts.GetOption( VOPT_NULLVALS ) ); in Draw()
|
H A D | printfun.cxx | 433 bNullVal = rOpt.GetOption(VOPT_NULLVALS); in DrawToDev()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 812 else if (!aOptions.GetOption( VOPT_NULLVALS )) in GetCellText()
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1479 aSc30ViewOpt.SetOption( VOPT_NULLVALS, IS_SET(dfZerro,Display) ); in LoadTables()
|
Completed in 105 milliseconds