Searched refs:SetFldDrawY (Results 1 – 7 of 7) sorted by relevance
1127 SetFldDrawY( nVal ); in SetDefaults()1197 if( pValues[1].hasValue() ) SetFldDrawY( *(sal_Int32*) pValues[ 1 ].getValue() ); in ReadData()1252 SetFldDrawY( pView->GetGridCoarse().Height() ); in SdOptionsGridItem()1263 SetFldDrawY( pOpts->GetFldDrawY() ); in SdOptionsGridItem()1279 pOpts->SetFldDrawY( GetFldDrawY() ); in SetOptions()
226 pItem->SetFldDrawY ( aGridOpt.GetFldDrawY() ); in CreateGridItem()565 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDrawY( nIntVal ); in ScViewCfg()
59 void SetFldDrawY ( sal_uInt32 nSet){nFldDrawY = nSet;} in SetFldDrawY() function in SvxOptionsGrid
541 …void SetFldDrawY( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDrawY() ) { OptionsChange… in SetFldDrawY() function in SdOptionsGrid
301 …aGridOpt.SetFldDrawY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( aValue ) ) ); in setPropertyValue()
235 aGridItem.SetFldDrawY( (sal_uInt16) (rSnapSize.Height())); in CreateItemSet()
2933 …aGridOpt.SetFldDrawY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i]… in ReadUserDataSequence()
Completed in 190 milliseconds