Searched refs:aLayoutItem (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | docoptio.cxx | 253 aLayoutItem( OUString::createFromAscii( CFGPATH_DOCLAYOUT ) ) in ScDocCfg() 325 aValues = aLayoutItem.GetProperties(aNames); in ScDocCfg() 326 aLayoutItem.EnableNotification(aNames); in ScDocCfg() 347 aLayoutItem.SetCommitLink( LINK( this, ScDocCfg, LayoutCommitHdl ) ); in ScDocCfg() 424 aLayoutItem.PutProperties(aNames, aValues); in IMPL_LINK() 435 aLayoutItem.SetModified(); in SetOptions()
|
H A D | appoptio.cxx | 387 aLayoutItem( OUString::createFromAscii( CFGPATH_LAYOUT ) ), in ScAppCfg() 401 aValues = aLayoutItem.GetProperties(aNames); in ScAppCfg() 402 aLayoutItem.EnableNotification(aNames); in ScAppCfg() 433 aLayoutItem.SetCommitLink( LINK( this, ScAppCfg, LayoutCommitHdl ) ); in ScAppCfg() 599 aLayoutItem.PutProperties(aNames, aValues); in IMPL_LINK() 733 aLayoutItem.SetModified(); in OptionsChanged()
|
H A D | viewopti.cxx | 420 aLayoutItem( OUString::createFromAscii( CFGPATH_LAYOUT ) ), in ScViewCfg() 427 Sequence<Any> aValues = aLayoutItem.GetProperties(aNames); in ScViewCfg() 428 aLayoutItem.EnableNotification(aNames); in ScViewCfg() 479 aLayoutItem.SetCommitLink( LINK( this, ScViewCfg, LayoutCommitHdl ) ); in ScViewCfg() 645 aLayoutItem.PutProperties(aNames, aValues); in IMPL_LINK() 746 aLayoutItem.SetModified(); in SetOptions()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | tpoption.cxx | 210 SdOptionsLayoutItem aLayoutItem( (const SdOptionsLayoutItem&) rAttrs. in Reset() local 213 aCbxRuler.Check( aLayoutItem.GetOptionsLayout().IsRulerVisible() ); in Reset() 214 aCbxMoveOutline.Check( aLayoutItem.GetOptionsLayout().IsMoveOutline() ); in Reset() 215 aCbxDragStripes.Check( aLayoutItem.GetOptionsLayout().IsDragStripes() ); in Reset() 216 aCbxHandlesBezier.Check( aLayoutItem.GetOptionsLayout().IsHandlesBezier() ); in Reset()
|
/aoo41x/main/sc/inc/ |
H A D | viewopti.hxx | 156 ScLinkConfigItem aLayoutItem; member in ScViewCfg
|
H A D | appoptio.hxx | 115 ScLinkConfigItem aLayoutItem; member in ScAppCfg
|
H A D | docoptio.hxx | 196 ScLinkConfigItem aLayoutItem; member in ScDocCfg
|
Completed in 52 milliseconds