Searched refs:SetDefaultObjectSizeWidth (Results 1 – 4 of 4) sorted by relevance
628 if( pValues[12].hasValue() ) SetDefaultObjectSizeWidth( *(sal_uInt32*) pValues[ 12 ].getValue() ); in ReadData()752 maOptionsMisc.SetDefaultObjectSizeWidth( pOpts->GetDefaultObjectSizeWidth() ); in SdOptionsMiscItem()845 pOpts->SetDefaultObjectSizeWidth( maOptionsMisc.GetDefaultObjectSizeWidth() ); in SetOptions()
74 void SetDefaultObjectSizeWidth(sal_Int32 nNew) { nDefaultObjectSizeWidth = nNew; } in SetDefaultObjectSizeWidth() function in ScAppOptions
557 if (pValues[nProp] >>= nIntVal) SetDefaultObjectSizeWidth( nIntVal ); in ScAppCfg()
373 …void SetDefaultObjectSizeWidth( sal_uLong nWidth ) { if( nDefaultObjectSizeWidth != nWidth ) { Opt… in SetDefaultObjectSizeWidth() function in SdOptionsMisc
Completed in 34 milliseconds