Home
last modified time | relevance | path

Searched refs:SetDefaultObjectSizeHeight (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sd/source/ui/app/
H A Doptsitem.cxx629 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()
/aoo4110/main/sc/inc/
H A Dappoptio.hxx76 void SetDefaultObjectSizeHeight(sal_Int32 nNew) { nDefaultObjectSizeHeight = nNew; } in SetDefaultObjectSizeHeight() function in ScAppOptions
/aoo4110/main/sc/source/core/tool/
H A Dappoptio.cxx560 if (pValues[nProp] >>= nIntVal) SetDefaultObjectSizeHeight( nIntVal ); in ScAppCfg()
/aoo4110/main/sd/source/ui/inc/
H A Doptsitem.hxx374 …void SetDefaultObjectSizeHeight( sal_uLong nHeight ) { if( nDefaultObjectSizeHeight != nHeight ) {… in SetDefaultObjectSizeHeight() function in SdOptionsMisc

Completed in 35 milliseconds