Searched refs:aGridOpt (Results 1 – 4 of 4) sorted by relevance
293 ScGridOptions aGridOpt(aViewOpt.GetGridOptions()); in setPropertyValue() local295 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()310 aViewOpt.SetGridOptions(aGridOpt); in setPropertyValue()428 const ScGridOptions& aGridOpt = aViewOpt.GetGridOptions(); in getPropertyValue() local430 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetUseGridSnap() ); in getPropertyValue()432 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetGridVisible() ); in getPropertyValue()434 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawX() ); in getPropertyValue()436 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in getPropertyValue()438 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionX() ); in getPropertyValue()440 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionY() ); in getPropertyValue()[all …]
172 aGridOpt.SetDefaults(); in SetDefaults()196 aGridOpt = rCpy.aGridOpt; in operator =()213 bEqual = bEqual && (aGridOpt == rOpt.aGridOpt); in operator ==()224 pItem->SetFldDrawX ( aGridOpt.GetFldDrawX() ); in CreateGridItem()226 pItem->SetFldDrawY ( aGridOpt.GetFldDrawY() ); in CreateGridItem()228 pItem->SetFldSnapX ( aGridOpt.GetFldSnapX() ); in CreateGridItem()229 pItem->SetFldSnapY ( aGridOpt.GetFldSnapY() ); in CreateGridItem()230 pItem->SetUseGridSnap ( aGridOpt.GetUseGridSnap() ); in CreateGridItem()231 pItem->SetSynchronize ( aGridOpt.GetSynchronize() ); in CreateGridItem()232 pItem->SetGridVisible ( aGridOpt.GetGridVisible() ); in CreateGridItem()[all …]
110 const ScGridOptions& GetGridOptions() const { return aGridOpt; } in GetGridOptions()111 void SetGridOptions( const ScGridOptions& rNew ) { aGridOpt = rNew; } in SetGridOptions()123 ScGridOptions aGridOpt; member in ScViewOptions
2770 const ScGridOptions& aGridOpt = pOptions->GetGridOptions(); in WriteUserDataSequence() local2774 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_RASTERVIS].Value, aGridOpt.GetGridVisible() ); in WriteUserDataSequence()2776 pSettings[SC_RASTERRESX].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawX() ); in WriteUserDataSequence()2778 pSettings[SC_RASTERRESY].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in WriteUserDataSequence()2780 pSettings[SC_RASTERSUBX].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionX() ); in WriteUserDataSequence()2782 pSettings[SC_RASTERSUBY].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionY() ); in WriteUserDataSequence()2921 ScGridOptions aGridOpt(pOptions->GetGridOptions()); in ReadUserDataSequence() local2923 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()2925 aGridOpt.SetGridVisible( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()2935 aGridOpt.SetSynchronize( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()[all …]
Completed in 35 milliseconds