LibreOffice Module basctl (master) 1
Namespaces | Functions
iderdll.cxx File Reference
#include <memory>
#include <comphelper/unique_disposing_ptr.hxx>
#include <comphelper/processfactory.hxx>
#include <iderdll.hxx>
#include "iderdll2.hxx"
#include <iderid.hxx>
#include <basidesh.hxx>
#include <basobj.hxx>
#include "basdoc.hxx"
#include "basicmod.hxx"
#include <basic/sbstar.hxx>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>
#include <unotools/resmgr.hxx>
#include <sfx2/app.hxx>
#include <osl/diagnose.h>
Include dependency graph for iderdll.cxx:

Go to the source code of this file.

Namespaces

namespace  basctl
 

Functions

void basctl::EnsureIde ()
 
Shellbasctl::GetShell ()
 
void basctl::ShellCreated (Shell *pShell)
 
void basctl::ShellDestroyed (Shell const *pShell)
 
ExtraData * basctl::GetExtraData ()
 
OUString basctl::IDEResId (TranslateId aId)
 
 basctl::IMPL_STATIC_LINK (ExtraData, GlobalBasicBreakHdl, StarBASIC *, pBasic, BasicDebugFlags)
 

Variable Documentation

◆ m_pShell

Shell* m_pShell
private

Definition at line 50 of file iderdll.cxx.

◆ m_xExtraData

std::unique_ptr<ExtraData> m_xExtraData
private

Definition at line 51 of file iderdll.cxx.