LibreOffice Module forms (master) 1
Namespaces | Functions
Edit.cxx File Reference
#include "Edit.hxx"
#include <property.hxx>
#include <services.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/form/XSubmit.hpp>
#include <com/sun/star/util/NumberFormat.hpp>
#include <vcl/svapp.hxx>
#include <vcl/keycodes.hxx>
#include <connectivity/formattedcolumnvalue.hxx>
#include <comphelper/property.hxx>
#include <comphelper/types.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
Include dependency graph for Edit.cxx:

Go to the source code of this file.

Namespaces

namespace  frm
 ListBox is a bit confusing / different from other form components, so here are a few notes:
 

Functions

 frm::IMPL_LINK_NOARG (OEditControl, OnKeyPressed, void *, void)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_form_OEditModel_get_implementation (css::uno::XComponentContext *component, css::uno::Sequence< css::uno::Any > const &)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_form_OEditControl_get_implementation (css::uno::XComponentContext *component, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_form_OEditControl_get_implementation()

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

Definition at line 712 of file Edit.cxx.

◆ com_sun_star_form_OEditModel_get_implementation()

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

Definition at line 705 of file Edit.cxx.