Searched refs:SC_LINK_NONE (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableSourceContext.cxx | 128 sal_uInt8 nLinkMode = SC_LINK_NONE; in EndElement()
|
/aoo42x/main/sc/inc/ |
H A D | global.hxx | 266 #define SC_LINK_NONE 0 macro
|
H A D | table.hxx | 260 sal_Bool IsLinked() const { return nLinkMode != SC_LINK_NONE; } in IsLinked()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | tablink.cxx | 121 pDoc->SetLink( nTab, SC_LINK_NONE, aEmpty, aEmpty, aEmpty, aEmpty, 0 ); in ~ScTableLink()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 1148 pDoc->SetLink( pTabs[i], SC_LINK_NONE, aEmpty, aEmpty, aEmpty, aEmpty, 0 ); in DoChange()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen3.cxx | 360 return SC_LINK_NONE; in GetLinkMode()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 7733 sal_uInt8 nLinkMode = SC_LINK_NONE; in link() 7749 if ( nLinkMode != SC_LINK_NONE && pDoc->IsExecuteLinkEnabled() ) // Link updaten in link()
|
Completed in 89 milliseconds