LibreOffice Module sc (master) 1
|
#include "scdllapi.h"
#include <o3tl/deleter.hxx>
#include <vcl/timer.hxx>
#include <svl/lstner.hxx>
#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
#include "global.hxx"
#include "shellids.hxx"
#include <unotools/options.hxx>
#include <com/sun/star/uno/Reference.h>
#include <vector>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | ScModule |
Namespaces | |
namespace | svtools |
namespace | ooo |
namespace | ooo::vba |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::uno |
Macros | |
#define | SC_MOD() ( static_cast<ScModule*>(SfxApplication::GetModule(SfxToolsModule::Calc)) ) |
Functions | |
void | global_InitAppOptions () |
#define SC_MOD | ( | ) | ( static_cast<ScModule*>(SfxApplication::GetModule(SfxToolsModule::Calc)) ) |
void global_InitAppOptions | ( | ) |