Home
last modified time | relevance | path

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

/aoo41x/main/sc/inc/
H A Dappoptio.hxx71 ScLkUpdMode GetLinkMode() const { return eLinkMode ;} in GetLinkMode()
72 void SetLinkMode( ScLkUpdMode nSet ) { eLinkMode = nSet;} in SetLinkMode()
99 ScLkUpdMode eLinkMode;
H A Dglobal.hxx436 enum ScLkUpdMode enum
H A Ddocument.hxx372 ScLkUpdMode eLinkMode;
1637 SC_DLLPUBLIC ScLkUpdMode GetLinkMode() const { return eLinkMode ;} in GetLinkMode()
1638 void SetLinkMode( ScLkUpdMode nSet ) { eLinkMode = nSet;} in SetLinkMode()
/aoo41x/main/sc/source/ui/optdlg/
H A Dtpview.cxx527 ScLkUpdMode nSet=LM_ALWAYS; in FillItemSet()
631 ScLkUpdMode nSet=LM_UNKNOWN; in Reset()
/aoo41x/main/sc/source/ui/unoobj/
H A Dconfuno.cxx171 pDoc->SetLinkMode( static_cast<ScLkUpdMode> ( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ) ); in setPropertyValue()
H A Dappluno.cxx479 aAppOpt.SetLinkMode( (ScLkUpdMode) ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
/aoo41x/main/sc/source/core/tool/
H A Dappoptio.cxx511 if (pValues[nProp] >>= nIntVal) SetLinkMode( (ScLkUpdMode) nIntVal ); in ScAppCfg()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh4.cxx445 ScLkUpdMode nSet=pDoc->GetLinkMode(); in Execute()

Completed in 83 milliseconds