Home
last modified time | relevance | path

Searched refs:OptionsChanged (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sd/source/ui/inc/
H A Doptsitem.hxx112 void OptionsChanged() { if( mpCfgItem && mbEnableModify ) mpCfgItem->SetModified(); } in OptionsChanged() function in SdOptionsGeneric
178 void SetDefTab( sal_uInt16 nTab ) { if( nDefTab != nTab ) { OptionsChanged(); nDefTab = nTab; } } in SetDefTab()
451 …void SetOrtho( sal_Bool bOn = sal_True ) { if( bOrtho != bOn ) { OptionsChanged(); bOrtho = bOn; }… in SetOrtho()
453 …void SetRotate( sal_Bool bOn = sal_True ) { if( bRotate != bOn ) { OptionsChanged(); bRotate = bOn… in SetRotate()
454 void SetSnapArea( sal_Int16 nIn ) { if( nSnapArea != nIn ) { OptionsChanged(); nSnapArea = nIn; } } in SetSnapArea()
455 void SetAngle( sal_Int16 nIn ) { if( nAngle != nIn ) { OptionsChanged(); nAngle = nIn; } } in SetAngle()
627 void SetDraw( sal_Bool bOn = sal_True ) { if( bDraw != bOn ) { OptionsChanged(); bDraw = bOn; } } in SetDraw()
628 …void SetNotes( sal_Bool bOn = sal_True ) { if( bNotes != bOn ) { OptionsChanged(); bNotes = bOn; }… in SetNotes()
631 void SetDate( sal_Bool bOn = sal_True ) { if( bDate != bOn ) { OptionsChanged(); bDate = bOn; } } in SetDate()
632 void SetTime( sal_Bool bOn = sal_True ) { if( bTime != bOn ) { OptionsChanged(); bTime = bOn; } } in SetTime()
[all …]
/aoo4110/main/sc/source/core/tool/
H A Dappoptio.cxx728 OptionsChanged(); in SetOptions()
731 void ScAppCfg::OptionsChanged() in OptionsChanged() function in ScAppCfg
H A Dinputopt.cxx265 void ScInputCfg::OptionsChanged() in OptionsChanged() function in ScInputCfg
/aoo4110/main/sc/inc/
H A Dinputopt.hxx93 void OptionsChanged(); // after direct access to SetOptions base class
H A Dappoptio.hxx140 void OptionsChanged(); // after direct access to ScAppOptions base class
/aoo4110/main/sc/source/ui/app/
H A Dscmod.cxx1253 pAppCfg->OptionsChanged(); in ModifyOptions()
1256 pInputCfg->OptionsChanged(); in ModifyOptions()
/aoo4110/main/framework/inc/services/
H A Dlayoutmanager.hxx289 DECL_LINK( OptionsChanged, void* );

Completed in 69 milliseconds