LibreOffice Module forms (master) 1
Namespaces | Functions
FormattedField.cxx File Reference
#include "FormattedField.hxx"
#include <services.hxx>
#include <property.hxx>
#include <propertybaghelper.hxx>
#include <comphelper/property.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/numbers.hxx>
#include <comphelper/types.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbconversion.hxx>
#include <o3tl/any.hxx>
#include <svl/numformat.hxx>
#include <svl/numuno.hxx>
#include <vcl/keycodes.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <tools/debug.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/util/NumberFormat.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/awt/MouseEvent.hpp>
#include <com/sun/star/form/XSubmit.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/util/XNumberFormatTypes.hpp>
#include <com/sun/star/form/XForm.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <osl/mutex.hxx>
#include <comphelper/streamsection.hxx>
#include <cppuhelper/weakref.hxx>
#include <unotools/desktopterminationobserver.hxx>
#include <vector>
#include <algorithm>
Include dependency graph for FormattedField.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 (OFormattedControl, OnKeyPressed, void *, void)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_form_OFormattedControl_get_implementation (css::uno::XComponentContext *component, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_form_OFormattedControl_get_implementation()

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

Definition at line 1016 of file FormattedField.cxx.

Variable Documentation

◆ m_pMyPrivateFormatter

std::unique_ptr<SvNumberFormatter> m_pMyPrivateFormatter
protected

Definition at line 79 of file FormattedField.cxx.

◆ s_xDefaultFormatsSupplier

WeakReference< XNumberFormatsSupplier > s_xDefaultFormatsSupplier
staticprotected

Definition at line 80 of file FormattedField.cxx.