LibreOffice Module sc (master) 1
|
#include <macromgr.hxx>
#include <document.hxx>
#include <basic/basmgr.hxx>
#include <cppuhelper/implbase.hxx>
#include <sfx2/objsh.hxx>
#include <formulacell.hxx>
#include <config_features.h>
#include <vector>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/script/XLibraryContainer.hpp>
Go to the source code of this file.
Classes | |
class | ScUserMacroDepTracker |
A simple container to keep track of cells that depend on basic modules changes. More... | |
Typedefs | |
typedef ::cppu::WeakImplHelper< css::container::XContainerListener > | ContainerListenerHelper |
typedef ::cppu::WeakImplHelper< css::container::XContainerListener > ContainerListenerHelper |
Definition at line 103 of file macromgr.cxx.