Home
last modified time | relevance | path

Searched refs:isKeepScenarioFlags (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dclipcontext.hxx142 bool isKeepScenarioFlags() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dclipcontext.hxx142 bool isKeepScenarioFlags() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dclipcontext.cxx350 bool CopyToClipContext::isKeepScenarioFlags() const in isKeepScenarioFlags() function in sc::CopyToClipContext
H A Dcolumn.cxx1047 rCxt.isKeepScenarioFlags() ? (ScMF::All & ~ScMF::Scenario) : ScMF::All ); in CopyToClip()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dclipcontext.cxx350 bool CopyToClipContext::isKeepScenarioFlags() const in isKeepScenarioFlags() function in sc::CopyToClipContext
H A Dcolumn.cxx1041 rCxt.isKeepScenarioFlags() ? (ScMF::All & ~ScMF::Scenario) : ScMF::All ); in CopyToClip()