LibreOffice Module sw (master) 1
Classes | Functions | Variables
ndole.cxx File Reference
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/embed/XLinkageSupport.hpp>
#include <com/sun/star/embed/EmbedMisc.hpp>
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <cppuhelper/implbase.hxx>
#include <sot/exchange.hxx>
#include <tools/globname.hxx>
#include <sfx2/linkmgr.hxx>
#include <unotools/configitem.hxx>
#include <utility>
#include <vcl/outdev.hxx>
#include <fmtanchr.hxx>
#include <frmfmt.hxx>
#include <doc.hxx>
#include <docsh.hxx>
#include <pam.hxx>
#include <section.hxx>
#include <cntfrm.hxx>
#include <ndole.hxx>
#include <viewsh.hxx>
#include <DocumentSettingManager.hxx>
#include <IDocumentLinksAdministration.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <comphelper/classids.hxx>
#include <comphelper/propertyvalue.hxx>
#include <vcl/graph.hxx>
#include <sot/formats.hxx>
#include <vcl/svapp.hxx>
#include <strings.hrc>
#include <svx/charthelper.hxx>
#include <comphelper/threadpool.hxx>
#include <atomic>
#include <deque>
#include <libxml/xmlwriter.h>
#include <osl/diagnose.h>
#include <flyfrm.hxx>
Include dependency graph for ndole.cxx:

Go to the source code of this file.

Classes

class  SwOLEListener_Impl
 
class  DeflateData
 Holder for local data for a parallel-executed task to load a chart model. More...
 

Functions

 IMPL_LINK_NOARG (SwOLEObj, IsProtectedHdl, LinkParamNone *, bool)
 

Variables

static std::shared_ptr< SwOLELRUCache > g_pOLELRU_Cache
 

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SwOLEObj  ,
IsProtectedHdl  ,
LinkParamNone ,
bool   
)

Definition at line 982 of file ndole.cxx.

Variable Documentation

◆ g_pOLELRU_Cache

std::shared_ptr<SwOLELRUCache> g_pOLELRU_Cache
static