LibreOffice Module basic (master) 1
Classes | Namespaces | Typedefs
basicmanagerrepository.cxx File Reference
#include <basic/basicmanagerrepository.hxx>
#include <basic/basmgr.hxx>
#include <scriptcont.hxx>
#include <dlgcont.hxx>
#include <sbintern.hxx>
#include <sbxbase.hxx>
#include <com/sun/star/document/XStorageBasedDocument.hpp>
#include <com/sun/star/document/XEmbeddedScripts.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <o3tl/string_view.hxx>
#include <svtools/ehdl.hxx>
#include <svtools/sfxecode.hxx>
#include <unotools/pathoptions.hxx>
#include <svl/hint.hxx>
#include <vcl/svapp.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/urlobj.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/documentinfo.hxx>
#include <unotools/eventlisteneradapter.hxx>
#include <sot/storage.hxx>
#include <map>
#include <mutex>
Include dependency graph for basicmanagerrepository.cxx:

Go to the source code of this file.

Classes

class  basic::ImplRepository
 

Namespaces

namespace  basic
 

Typedefs

typedef std::map< Reference< XInterface >, std::unique_ptr< BasicManager > > basic::BasicManagerStore
 
typedef std::vector< BasicManagerCreationListener * > basic::CreationListeners