Home
last modified time | relevance | path

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

/AOO41X/main/offapi/com/sun/star/sheet/
H A DSpreadsheetDocumentSettings.idl229 [optional, property] boolean IsExecuteLinkEnabled;
/AOO41X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1917 if (!mpDoc->IsExecuteLinkEnabled()) in getSrcDocument()
H A Ddocfunc.cxx4872 if (pDoc->IsExecuteLinkEnabled()) in InsertAreaLink()
/AOO41X/main/sc/inc/
H A Ddocument.hxx1048 bool IsExecuteLinkEnabled() const { return mbExecuteLinkEnabled; } in IsExecuteLinkEnabled() function in ScDocument
/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1979 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->IsExecuteLinkEnabled() ); in getPropertyValue()
H A Dcellsuno.cxx7749 if ( nLinkMode != SC_LINK_NONE && pDoc->IsExecuteLinkEnabled() ) // Link updaten in link()