Lines Matching refs:ScViewCfg
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
743 void ScViewCfg::SetOptions( const ScViewOptions& rNew ) in SetOptions()