LibreOffice Module reportdesign (master) 1
Classes | Namespaces | Typedefs
GeometryHandler.hxx File Reference
#include <sal/config.h>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/inspection/XPropertyHandler.hpp>
#include <com/sun/star/script/XTypeConverter.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/report/XFunctionsSupplier.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/sdbc/XRowSet.hpp>
#include <unotools/resmgr.hxx>
#include <map>
#include <memory>
#include <string_view>
#include <comphelper/interfacecontainer3.hxx>
#include <comphelper/stl_types.hxx>
Include dependency graph for GeometryHandler.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rptui::DefaultFunction
 
class  rptui::GeometryHandler
 
class  rptui::GeometryHandler::OBlocker
 

Namespaces

namespace  rptui
 

Typedefs

typedef ::std::pair< css::uno::Reference< css::report::XFunction >, css::uno::Reference< css::report::XFunctionsSupplier > > rptui::TFunctionPair
 
typedef ::std::multimap< OUString, TFunctionPair, ::comphelper::UStringMixLessrptui::TFunctions
 
typedef ::comphelper::OInterfaceContainerHelper3< css::beans::XPropertyChangeListener > rptui::PropertyChangeListeners
 
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler, css::beans::XPropertyChangeListener, css::lang::XServiceInfo > rptui::GeometryHandler_Base