Searched refs:SetFldDrawY (Results 1 – 7 of 7) sorted by relevance
1147 SetFldDrawY( nVal ); in SetDefaults()1217 if( pValues[1].hasValue() ) SetFldDrawY( *(sal_Int32*) pValues[ 1 ].getValue() ); in ReadData()1274 SetFldDrawY( pView->GetGridCoarse().Height() ); in SdOptionsGridItem()1285 SetFldDrawY( pOpts->GetFldDrawY() ); in SdOptionsGridItem()1301 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()
2929 …aGridOpt.SetFldDrawY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i]… in ReadUserDataSequence()
Completed in 36 milliseconds