LibreOffice Module reportdesign (master) 1
Classes | Namespaces | Typedefs
UndoEnv.cxx File Reference
#include <UndoActions.hxx>
#include <UndoEnv.hxx>
#include "formatnormalizer.hxx"
#include <conditionupdater.hxx>
#include <RptPage.hxx>
#include <strings.hrc>
#include <RptModel.hxx>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/beans/theIntrospection.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <com/sun/star/beans/XIntrospectionAccess.hpp>
#include <com/sun/star/beans/XIntrospection.hpp>
#include <svl/hint.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/svapp.hxx>
#include <dbaccess/dbsubcomponentcontroller.hxx>
#include <osl/mutex.hxx>
#include <unordered_map>
Include dependency graph for UndoEnv.cxx:

Go to the source code of this file.

Classes

class  rptui::OXUndoEnvironmentImpl
 

Namespaces

namespace  rptui
 

Typedefs

typedef std::unordered_map< OUString, PropertyInfo > rptui::PropertiesInfo
 
typedef ::std::map< Reference< XPropertySet >, ObjectInfo > rptui::PropertySetInfoCache
 

Variable Documentation

◆ aProperties

PropertiesInfo aProperties

Definition at line 75 of file UndoEnv.cxx.

◆ bIsReadonlyOrTransient

bool bIsReadonlyOrTransient

Definition at line 59 of file UndoEnv.cxx.

◆ xPropertyIntrospection

Reference< XPropertySet > xPropertyIntrospection

Definition at line 76 of file UndoEnv.cxx.