Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/inc/
H A Doptsitem.hxx112 …void OptionsChanged() { if( mpCfgItem && mbEnableModify ) mpCfgItem->SetModifie… in OptionsChanged() function in SdOptionsGeneric
172 …void SetRulerVisible( sal_Bool bOn = sal_True ) { if( bRuler != bOn ) { OptionsChanged(); bRule… in SetRulerVisible()
173 …void SetMoveOutline( sal_Bool bOn = sal_True ) { if( bMoveOutline != bOn ) { OptionsChanged(); … in SetMoveOutline()
174 …void SetDragStripes( sal_Bool bOn = sal_True ) { if( bDragStripes != bOn ) { OptionsChanged(); … in SetDragStripes()
175 …lesBezier( sal_Bool bOn = sal_True ) { if( bHandlesBezier != bOn ) { OptionsChanged(); bHandlesBez… in SetHandlesBezier()
176 …void SetHelplines( sal_Bool bOn = sal_True ) { if( bHelplines != bOn ) { OptionsChanged(); bHel… in SetHelplines()
177 …void SetMetric( sal_uInt16 nInMetric ) { if( nMetric != nInMetric ) { OptionsChanged(); nMetric… in SetMetric()
178 …void SetDefTab( sal_uInt16 nTab ) { if( nDefTab != nTab ) { OptionsChanged(); nDefTab = nTab; }… in SetDefTab()
338 …void SetDisplay( sal_Int32 nDisplay = 0 ) { if( mnDisplay != nDisplay ) { OptionsChanged();… in SetDisplay()
341 …ionPenColor( sal_Int32 nPenColor ) { if( mnPenColor != nPenColor ) { OptionsChanged(); mnPenColor … in SetPresentationPenColor()
[all …]
/AOO41X/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
/AOO41X/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
/AOO41X/main/sc/source/ui/app/
H A Dscmod.cxx1253 pAppCfg->OptionsChanged(); in ModifyOptions()
1256 pInputCfg->OptionsChanged(); in ModifyOptions()
/AOO41X/main/framework/inc/services/
H A Dlayoutmanager.hxx289 DECL_LINK( OptionsChanged, void* );