Searched refs:ScViewCfg (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | viewopti.cxx | 340 Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() in GetLayoutPropertyNames() 364 Sequence<OUString> ScViewCfg::GetDisplayPropertyNames() in GetDisplayPropertyNames() 386 Sequence<OUString> ScViewCfg::GetGridPropertyNames() in GetGridPropertyNames() 419 ScViewCfg::ScViewCfg() : in ScViewCfg() function in ScViewCfg 479 aLayoutItem.SetCommitLink( LINK( this, ScViewCfg, LayoutCommitHdl ) ); in ScViewCfg() 544 aDisplayItem.SetCommitLink( LINK( this, ScViewCfg, DisplayCommitHdl ) ); in ScViewCfg() 596 aGridItem.SetCommitLink( LINK( this, ScViewCfg, GridCommitHdl ) ); in ScViewCfg() 599 IMPL_LINK( ScViewCfg, LayoutCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument 650 IMPL_LINK( ScViewCfg, DisplayCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument 694 IMPL_LINK( ScViewCfg, GridCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
/trunk/main/sc/inc/ |
H A D | viewopti.hxx | 154 class ScViewCfg : public ScViewOptions class 169 ScViewCfg();
|
H A D | scmod.hxx | 58 class ScViewCfg; 124 ScViewCfg* pViewCfg;
|
/trunk/main/sc/source/ui/app/ |
H A D | scmod.cxx | 737 pViewCfg = new ScViewCfg; in SetViewOptions() 745 pViewCfg = new ScViewCfg; in GetViewOptions()
|
Completed in 53 milliseconds