LibreOffice Module svx (master) 1
Typedefs | Variables
fmundo.cxx File Reference
#include <sal/config.h>
#include <map>
#include <sal/macros.h>
#include <fmundo.hxx>
#include <fmpgeimp.hxx>
#include <svx/svditer.hxx>
#include <fmobj.hxx>
#include <fmprop.hxx>
#include <svx/strings.hrc>
#include <svx/dialmgr.hxx>
#include <svx/fmmodel.hxx>
#include <svx/fmpage.hxx>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/container/XContainerListener.hpp>
#include <com/sun/star/script/XEventAttacherManager.hpp>
#include <com/sun/star/form/binding/XBindableValue.hpp>
#include <com/sun/star/form/binding/XListEntrySink.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <svx/fmtools.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/event.hxx>
#include <osl/mutex.hxx>
#include <comphelper/property.hxx>
#include <comphelper/types.hxx>
#include <connectivity/dbtools.hxx>
#include <vcl/svapp.hxx>
#include <com/sun/star/script/XScriptListener.hpp>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase.hxx>
Include dependency graph for fmundo.cxx:

Go to the source code of this file.

Typedefs

typedef std::map< Reference< XPropertySet >, PropertySetInfo > PropertySetInfoCache
 

Variables

static OUString static_STR_UNDO_PROPERTY
 

Typedef Documentation

◆ PropertySetInfoCache

typedef std::map<Reference< XPropertySet >, PropertySetInfo> PropertySetInfoCache

Definition at line 165 of file fmundo.cxx.

Variable Documentation

◆ static_STR_UNDO_PROPERTY

OUString static_STR_UNDO_PROPERTY
static