LibreOffice Module extensions (master) 1
|
#include "commoncontrol.hxx"
#include "pcrcommon.hxx"
#include <com/sun/star/inspection/XNumericControl.hpp>
#include <com/sun/star/inspection/XStringListControl.hpp>
#include <com/sun/star/inspection/XHyperlinkControl.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/interfacecontainer2.hxx>
#include <svtools/ctrlbox.hxx>
#include <svx/colorbox.hxx>
Go to the source code of this file.
Classes | |
class | pcr::OTimeControl |
class | pcr::ODateControl |
class | pcr::OEditControl |
class | pcr::ODateTimeControl |
class | pcr::OHyperlinkControl |
class | pcr::ONumericControl |
class | pcr::OColorControl |
class | pcr::OListboxControl |
class | pcr::OComboboxControl |
class | pcr::OMultilineEditControl |
Namespaces | |
namespace | pcr |
a property handler for any virtual string properties | |
Typedefs | |
typedef CommonBehaviourControl< css::inspection::XPropertyControl, weld::FormattedSpinButton > | pcr::OTimeControl_Base |
typedef CommonBehaviourControl< css::inspection::XPropertyControl, weld::Container > | pcr::ODateControl_Base |
typedef CommonBehaviourControl< css::inspection::XPropertyControl, weld::Entry > | pcr::OEditControl_Base |
typedef CommonBehaviourControl< css::inspection::XPropertyControl, weld::Container > | pcr::ODateTimeControl_Base |
typedef CommonBehaviourControl< css::inspection::XHyperlinkControl, weld::Container > | pcr::OHyperlinkControl_Base |
typedef CommonBehaviourControl< css::inspection::XNumericControl, weld::MetricSpinButton > | pcr::ONumericControl_Base |
typedef CommonBehaviourControl< css::inspection::XPropertyControl, ColorListBox > | pcr::OColorControl_Base |
typedef CommonBehaviourControl< css::inspection::XStringListControl, weld::ComboBox > | pcr::OListboxControl_Base |
typedef CommonBehaviourControl< css::inspection::XStringListControl, weld::ComboBox > | pcr::OComboboxControl_Base |
typedef CommonBehaviourControl< css::inspection::XPropertyControl, weld::Container > | pcr::OMultilineEditControl_Base |
Enumerations | |
enum | pcr::MultiLineOperationMode { pcr::eStringList , pcr::eMultiLineText } |