LibreOffice Module extensions (master) 1
Namespaces | Macros | Typedefs | Functions
formgeometryhandler.cxx File Reference
#include <sal/config.h>
#include "propertyhandler.hxx"
#include "formmetadata.hxx"
#include "formstrings.hxx"
#include "handlerhelper.hxx"
#include "cellbindinghelper.hxx"
#include <com/sun/star/inspection/XObjectInspectorUI.hpp>
#include <com/sun/star/awt/XControlModel.hpp>
#include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/container/XMap.hpp>
#include <com/sun/star/inspection/XNumericControl.hpp>
#include <com/sun/star/util/MeasureUnit.hpp>
#include <com/sun/star/text/TextContentAnchorType.hpp>
#include <com/sun/star/lang/NullPointerException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/table/XColumnRowRange.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/form/XGridColumnFactory.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <comphelper/interfacecontainer2.hxx>
#include <comphelper/componentbase.hxx>
#include <rtl/ref.hxx>
#include <utility>
#include <comphelper/diagnose_ex.hxx>
Include dependency graph for formgeometryhandler.cxx:

Go to the source code of this file.

Namespaces

namespace  pcr
 a property handler for any virtual string properties
 

Macros

#define ANCHOR_TO_SHEET   0
 
#define ANCHOR_TO_CELL   1
 

Typedefs

typedef ::comphelper::ComponentBase pcr::ShapeGeometryChangeNotifier_CBase
 helper class to work around the ...unfortunate implementation of property change broadcasts in the XShape implementation, which broadcasts way too generous and unspecified More...
 
typedef ::cppu::WeakImplHelper< css::beans::XPropertyChangeListener > pcr::ShapeGeometryChangeNotifier_IBase
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * extensions_propctrlr_FormGeometryHandler_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Macro Definition Documentation

◆ ANCHOR_TO_CELL

#define ANCHOR_TO_CELL   1

Definition at line 95 of file formgeometryhandler.cxx.

◆ ANCHOR_TO_SHEET

#define ANCHOR_TO_SHEET   0

Definition at line 94 of file formgeometryhandler.cxx.

Function Documentation

◆ extensions_propctrlr_FormGeometryHandler_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * extensions_propctrlr_FormGeometryHandler_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 815 of file formgeometryhandler.cxx.