LibreOffice Module extensions (master) 1
Namespaces | Functions
standardcontrol.cxx File Reference
#include "standardcontrol.hxx"
#include "pcrcommon.hxx"
#include <com/sun/star/beans/IllegalTypeException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/Color.hpp>
#include <com/sun/star/util/MeasureUnit.hpp>
#include <com/sun/star/inspection/PropertyControlType.hpp>
#include <comphelper/string.hxx>
#include <o3tl/float_int_conversion.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <svx/svxids.hrc>
#include <tools/datetime.hxx>
#include <unotools/datetime.hxx>
#include <o3tl/string_view.hxx>
#include <limits>
#include <memory>
Include dependency graph for standardcontrol.cxx:

Go to the source code of this file.

Namespaces

namespace  pcr
 a property handler for any virtual string properties
 

Functions

 pcr::IMPL_LINK_NOARG (ODateControl, ActivateHdl, SvtCalendarBox &, void)
 
 pcr::IMPL_LINK (ODateControl, ToggleHdl, weld::Toggleable &, rToggle, void)
 
static sal_Int64 pcr::ImplCalcLongValue (double nValue, sal_uInt16 nDigits)
 
static double pcr::ImplCalcDoubleValue (sal_Int64 nValue, sal_uInt16 nDigits)
 
 pcr::IMPL_LINK_NOARG (OHyperlinkControl, OnHyperlinkClicked, weld::Button &, void)
 
 pcr::IMPL_LINK_NOARG (OComboboxControl, OnEntrySelected, weld::ComboBox &, void)
 
 pcr::IMPL_LINK_NOARG (OMultilineEditControl, TextViewModifiedHdl, weld::TextView &, void)
 
 pcr::IMPL_LINK_NOARG (OMultilineEditControl, ButtonHandler, weld::Button &, void)