Searched refs:SetDefaultObjectSizeHeight (Results 1 – 4 of 4) sorted by relevance
619 if( pValues[13].hasValue() ) SetDefaultObjectSizeHeight( *(sal_uInt32*) pValues[ 13 ].getValue() ); in ReadData()741 maOptionsMisc.SetDefaultObjectSizeHeight( pOpts->GetDefaultObjectSizeHeight() ); in SdOptionsMiscItem()834 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 109 milliseconds