Searched refs:SetDefaultObjectSizeHeight (Results 1 – 4 of 4) sorted by relevance
629 if( pValues[13].hasValue() ) SetDefaultObjectSizeHeight( *(sal_uInt32*) pValues[ 13 ].getValue() ); in ReadData()753 maOptionsMisc.SetDefaultObjectSizeHeight( pOpts->GetDefaultObjectSizeHeight() ); in SdOptionsMiscItem()846 pOpts->SetDefaultObjectSizeHeight( maOptionsMisc.GetDefaultObjectSizeHeight() ); in SetOptions()
76 void SetDefaultObjectSizeHeight(sal_Int32 nNew) { nDefaultObjectSizeHeight = nNew; } in SetDefaultObjectSizeHeight() function in ScAppOptions
560 if (pValues[nProp] >>= nIntVal) SetDefaultObjectSizeHeight( nIntVal ); in ScAppCfg()
374 …void SetDefaultObjectSizeHeight( sal_uLong nHeight ) { if( nDefaultObjectSizeHeight != nHeight ) {… in SetDefaultObjectSizeHeight() function in SdOptionsMisc
Completed in 52 milliseconds