Home
last modified time | relevance | path

Searched refs:ScViewCfg (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dviewopti.cxx229 Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() in GetLayoutPropertyNames()
245 Sequence<OUString> ScViewCfg::GetDisplayPropertyNames() in GetDisplayPropertyNames()
258 Sequence<OUString> ScViewCfg::GetGridPropertyNames() in GetGridPropertyNames()
278 ScViewCfg::ScViewCfg() : in ScViewCfg() function in ScViewCfg
343 aLayoutItem.SetCommitLink( LINK( this, ScViewCfg, LayoutCommitHdl ) ); in ScViewCfg()
408 aDisplayItem.SetCommitLink( LINK( this, ScViewCfg, DisplayCommitHdl ) ); in ScViewCfg()
460 aGridItem.SetCommitLink( LINK( this, ScViewCfg, GridCommitHdl ) ); in ScViewCfg()
463 IMPL_LINK_NOARG(ScViewCfg, LayoutCommitHdl, ScLinkConfigItem&, void) in IMPL_LINK_NOARG() argument
514 IMPL_LINK_NOARG(ScViewCfg, DisplayCommitHdl, ScLinkConfigItem&, void) in IMPL_LINK_NOARG() argument
556 IMPL_LINK_NOARG(ScViewCfg, GridCommitHdl, ScLinkConfigItem&, void) in IMPL_LINK_NOARG() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dviewopti.cxx245 Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() in GetLayoutPropertyNames()
260 Sequence<OUString> ScViewCfg::GetDisplayPropertyNames() in GetDisplayPropertyNames()
273 Sequence<OUString> ScViewCfg::GetGridPropertyNames() in GetGridPropertyNames()
293 ScViewCfg::ScViewCfg() : in ScViewCfg() function in ScViewCfg
352 aLayoutItem.SetCommitLink( LINK( this, ScViewCfg, LayoutCommitHdl ) ); in ScViewCfg()
417 aDisplayItem.SetCommitLink( LINK( this, ScViewCfg, DisplayCommitHdl ) ); in ScViewCfg()
469 aGridItem.SetCommitLink( LINK( this, ScViewCfg, GridCommitHdl ) ); in ScViewCfg()
472 IMPL_LINK_NOARG(ScViewCfg, LayoutCommitHdl, ScLinkConfigItem&, void) in IMPL_LINK_NOARG() argument
520 IMPL_LINK_NOARG(ScViewCfg, DisplayCommitHdl, ScLinkConfigItem&, void) in IMPL_LINK_NOARG() argument
562 IMPL_LINK_NOARG(ScViewCfg, GridCommitHdl, ScLinkConfigItem&, void) in IMPL_LINK_NOARG() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dviewopti.hxx136 class ScViewCfg : public ScViewOptions class
151 ScViewCfg();
H A Dscmod.hxx52 class ScViewCfg;
88 std::unique_ptr<ScViewCfg, o3tl::default_delete<ScViewCfg>> m_pViewCfg;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dviewopti.hxx136 class ScViewCfg : public ScViewOptions class
151 ScViewCfg();
H A Dscmod.hxx53 class ScViewCfg;
90 std::unique_ptr<ScViewCfg, o3tl::default_delete<ScViewCfg>> m_pViewCfg;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dscmod.cxx653 m_pViewCfg.reset(new ScViewCfg); in SetViewOptions()
661 m_pViewCfg.reset( new ScViewCfg ); in GetViewOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dscmod.cxx657 m_pViewCfg.reset(new ScViewCfg); in SetViewOptions()
665 m_pViewCfg.reset( new ScViewCfg ); in GetViewOptions()