Searched refs:GetLinkMode (Results 1 – 18 of 18) sorted by relevance
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpview.cxx | 635 nSet=pDoc->GetLinkMode(); in Reset() 641 nSet=aAppOptions.GetLinkMode(); in Reset()
|
/aoo41x/main/sc/inc/ |
H A D | appoptio.hxx | 71 ScLkUpdMode GetLinkMode() const { return eLinkMode ;} in GetLinkMode() function in ScAppOptions
|
H A D | document.hxx | 654 SC_DLLPUBLIC sal_uInt8 GetLinkMode( SCTAB nTab ) const; 1637 SC_DLLPUBLIC ScLkUpdMode GetLinkMode() const { return eLinkMode ;} in GetLinkMode() function in ScDocument
|
H A D | table.hxx | 259 sal_uInt8 GetLinkMode() const { return nLinkMode; } in GetLinkMode() function in ScTable
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1673 pDoc->GetLinkMode(nTab), in Undo() 1685 pDoc->SetLink( nTab, pUndoDoc->GetLinkMode(nTab), pUndoDoc->GetLinkDoc(nTab), in Undo() 1718 pRedoDoc->GetLinkMode(nTab), in Redo()
|
H A D | undotab.cxx | 381 pDoc->SetLink( nTab, pRefUndoDoc->GetLinkMode(nTab), pRefUndoDoc->GetLinkDoc(nTab), in Undo() 1104 sal_uInt8 nMode = pDoc->GetLinkMode(i); in ScUndoRemoveLink()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 365 aRet <<= static_cast<sal_Int16> ( pDoc->GetLinkMode() ); in getPropertyValue()
|
H A D | appluno.cxx | 607 else if (aString.EqualsAscii( SC_UNONAME_LINKUPD )) aRet <<= (sal_Int16) aAppOpt.GetLinkMode(); in getPropertyValue()
|
H A D | linkuno.cxx | 311 pDoc->SetLink( nTab, pDoc->GetLinkMode(nTab), aNewStr, in setFileName()
|
H A D | cellsuno.cxx | 7638 sal_uInt8 nMode = pDocSh->GetDocument()->GetLinkMode( GetTab_Impl() ); in getLinkMode()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | tablink.cxx | 250 sal_uInt8 nMode = pDoc->GetLinkMode(nTab); in Refresh()
|
H A D | docsh4.cxx | 445 ScLkUpdMode nSet=pDoc->GetLinkMode(); in Execute() 451 nSet=aAppOptions.GetLinkMode(); in Execute()
|
H A D | docfunc.cxx | 2771 pUndoDoc->SetLink( nTab, pDoc->GetLinkMode(nTab), pDoc->GetLinkDoc(nTab), in DeleteTable()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | appoptio.cxx | 670 pValues[nProp] <<= (sal_Int32) GetLinkMode(); in IMPL_LINK()
|
H A D | interpr1.cxx | 2060 if( pDok->GetLinkMode( nTab ) == SC_LINK_VALUE ) in ScCell()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen3.cxx | 356 sal_Bool ScDocument::GetLinkMode( SCTAB nTab ) const in GetLinkMode() function in ScDocument 359 return pTab[nTab]->GetLinkMode(); in GetLinkMode()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 677 else if( rDoc.GetLinkMode( nScTab ) == SC_LINK_VALUE ) in XclExpTabInfo()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2182 pUndoDoc->SetLink( nTab, pDoc->GetLinkMode(nTab), pDoc->GetLinkDoc(nTab), in DeleteTables()
|
Completed in 308 milliseconds