Searched refs:SetFldDrawX (Results 1 – 7 of 7) sorted by relevance
1146 SetFldDrawX( nVal ); in SetDefaults()1216 if( pValues[0].hasValue() ) SetFldDrawX( *(sal_Int32*) pValues[ 0 ].getValue() ); in ReadData()1273 SetFldDrawX( pView->GetGridCoarse().Width() ); in SdOptionsGridItem()1284 SetFldDrawX( pOpts->GetFldDrawX() ); in SdOptionsGridItem()1299 pOpts->SetFldDrawX( GetFldDrawX() ); in SetOptions()
224 pItem->SetFldDrawX ( aGridOpt.GetFldDrawX() ); in CreateGridItem()562 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDrawX( nIntVal ); in ScViewCfg()
57 void SetFldDrawX( sal_uInt32 nSet){nFldDrawX = nSet;} in SetFldDrawX() function in SvxOptionsGrid
539 …void SetFldDrawX( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDrawX() ) { OptionsChange… in SetFldDrawX() function in SdOptionsGrid
299 …aGridOpt.SetFldDrawX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( aValue ) ) ); in setPropertyValue()
234 aGridItem.SetFldDrawX( (sal_uInt16) (rSnapSize.Width() )); in CreateItemSet()
2927 …aGridOpt.SetFldDrawX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i]… in ReadUserDataSequence()
Completed in 59 milliseconds