Home
last modified time | relevance | path

Searched refs:aGridOpt (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dviewopti.cxx120 aGridOpt.SetDefaults(); in SetDefaults()
140 aGridOpt = rCpy.aGridOpt; in operator =()
155 bEqual = bEqual && (aGridOpt == rOpt.aGridOpt); in operator ==()
164 pItem->SetFieldDrawX ( aGridOpt.GetFieldDrawX() ); in CreateGridItem()
166 pItem->SetFieldDrawY ( aGridOpt.GetFieldDrawY() ); in CreateGridItem()
168 pItem->SetFieldSnapX ( aGridOpt.GetFieldSnapX() ); in CreateGridItem()
169 pItem->SetFieldSnapY ( aGridOpt.GetFieldSnapY() ); in CreateGridItem()
170 pItem->SetUseGridSnap ( aGridOpt.GetUseGridSnap() ); in CreateGridItem()
171 pItem->SetSynchronize ( aGridOpt.GetSynchronize() ); in CreateGridItem()
172 pItem->SetGridVisible ( aGridOpt.GetGridVisible() ); in CreateGridItem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dconfuno.cxx391 ScGridOptions aGridOpt(aViewOpt.GetGridOptions()); in setPropertyValue() local
393 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
408 aViewOpt.SetGridOptions(aGridOpt); in setPropertyValue()
592 const ScGridOptions& aGridOpt = aViewOpt.GetGridOptions(); in getPropertyValue() local
594 aRet <<= aGridOpt.GetUseGridSnap(); in getPropertyValue()
596 aRet <<= aGridOpt.GetGridVisible(); in getPropertyValue()
598 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDrawX() ); in getPropertyValue()
600 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDrawY() ); in getPropertyValue()
602 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDivisionX() ); in getPropertyValue()
604 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDivisionY() ); in getPropertyValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dconfuno.cxx394 ScGridOptions aGridOpt(aViewOpt.GetGridOptions()); in setPropertyValue() local
396 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
411 aViewOpt.SetGridOptions(aGridOpt); in setPropertyValue()
595 const ScGridOptions& aGridOpt = aViewOpt.GetGridOptions(); in getPropertyValue() local
597 aRet <<= aGridOpt.GetUseGridSnap(); in getPropertyValue()
599 aRet <<= aGridOpt.GetGridVisible(); in getPropertyValue()
601 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDrawX() ); in getPropertyValue()
603 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDrawY() ); in getPropertyValue()
605 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDivisionX() ); in getPropertyValue()
607 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDivisionY() ); in getPropertyValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dviewopti.cxx115 aGridOpt.SetDefaults(); in SetDefaults()
138 bEqual = bEqual && (aGridOpt == rOpt.aGridOpt); in operator ==()
147 pItem->SetFieldDrawX ( aGridOpt.GetFieldDrawX() ); in CreateGridItem()
148 pItem->SetFieldDivisionX ( aGridOpt.GetFieldDivisionX() ); in CreateGridItem()
149 pItem->SetFieldDrawY ( aGridOpt.GetFieldDrawY() ); in CreateGridItem()
151 pItem->SetFieldSnapX ( aGridOpt.GetFieldSnapX() ); in CreateGridItem()
152 pItem->SetFieldSnapY ( aGridOpt.GetFieldSnapY() ); in CreateGridItem()
153 pItem->SetUseGridSnap ( aGridOpt.GetUseGridSnap() ); in CreateGridItem()
154 pItem->SetSynchronize ( aGridOpt.GetSynchronize() ); in CreateGridItem()
155 pItem->SetGridVisible ( aGridOpt.GetGridVisible() ); in CreateGridItem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dviewopti.hxx96 const ScGridOptions& GetGridOptions() const { return aGridOpt; } in GetGridOptions()
97 void SetGridOptions( const ScGridOptions& rNew ) { aGridOpt = rNew; } in SetGridOptions()
109 ScGridOptions aGridOpt; member in ScViewOptions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dviewopti.hxx96 const ScGridOptions& GetGridOptions() const { return aGridOpt; } in GetGridOptions()
97 void SetGridOptions( const ScGridOptions& rNew ) { aGridOpt = rNew; } in SetGridOptions()
109 ScGridOptions aGridOpt; member in ScViewOptions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dviewdata.cxx3318 const ScGridOptions& aGridOpt = pOptions->GetGridOptions(); in WriteUserDataSequence() local
3320 pSettings[SC_SNAPTORASTER].Value <<= aGridOpt.GetUseGridSnap(); in WriteUserDataSequence()
3322 pSettings[SC_RASTERVIS].Value <<= aGridOpt.GetGridVisible(); in WriteUserDataSequence()
3324 pSettings[SC_RASTERRESX].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDrawX() ); in WriteUserDataSequence()
3326 pSettings[SC_RASTERRESY].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFieldDrawY() ); in WriteUserDataSequence()
3332 pSettings[SC_RASTERSYNC].Value <<= aGridOpt.GetSynchronize(); in WriteUserDataSequence()
3471 ScGridOptions aGridOpt(pOptions->GetGridOptions()); in ReadUserDataSequence() local
3473 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( rSetting.Value ) ); in ReadUserDataSequence()
3475 aGridOpt.SetGridVisible( ScUnoHelpFunctions::GetBoolFromAny( rSetting.Value ) ); in ReadUserDataSequence()
3485 aGridOpt.SetSynchronize( ScUnoHelpFunctions::GetBoolFromAny( rSetting.Value ) ); in ReadUserDataSequence()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewdata.cxx3735 const ScGridOptions& aGridOpt = maOptions.GetGridOptions(); in WriteUserDataSequence() local
3737 pSettings[SC_SNAPTORASTER].Value <<= aGridOpt.GetUseGridSnap(); in WriteUserDataSequence()
3739 pSettings[SC_RASTERVIS].Value <<= aGridOpt.GetGridVisible(); in WriteUserDataSequence()
3741 pSettings[SC_RASTERRESX].Value <<= static_cast<sal_Int32>(aGridOpt.GetFieldDrawX()); in WriteUserDataSequence()
3743 pSettings[SC_RASTERRESY].Value <<= static_cast<sal_Int32>(aGridOpt.GetFieldDrawY()); in WriteUserDataSequence()
3745 pSettings[SC_RASTERSUBX].Value <<= static_cast<sal_Int32>(aGridOpt.GetFieldDivisionX()); in WriteUserDataSequence()
3747 pSettings[SC_RASTERSUBY].Value <<= static_cast<sal_Int32>(aGridOpt.GetFieldDivisionY()); in WriteUserDataSequence()
3749 pSettings[SC_RASTERSYNC].Value <<= aGridOpt.GetSynchronize(); in WriteUserDataSequence()
3887 ScGridOptions aGridOpt(maOptions.GetGridOptions()); in ReadUserDataSequence() local
3889 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( rSetting.Value ) ); in ReadUserDataSequence()
[all …]