Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/optdlg/
H A Dtpview.cxx542 pDoc->SetLinkMode(nSet); in FillItemSet()
544 aAppOptions.SetLinkMode(nSet ); in FillItemSet()
/aoo4110/main/sc/inc/
H A Dappoptio.hxx72 void SetLinkMode( ScLkUpdMode nSet ) { eLinkMode = nSet;} in SetLinkMode() function in ScAppOptions
H A Ddocument.hxx1638 void SetLinkMode( ScLkUpdMode nSet ) { eLinkMode = nSet;} in SetLinkMode() function in ScDocument
/aoo4110/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()
/aoo4110/main/sc/source/core/tool/
H A Dappoptio.cxx511 if (pValues[nProp] >>= nIntVal) SetLinkMode( (ScLkUpdMode) nIntVal ); in ScAppCfg()

Completed in 71 milliseconds