LibreOffice Module extensions (master) 1
|
#include <memory>
#include "propertyhandler.hxx"
#include "sqlcommanddesign.hxx"
#include <comphelper/uno3.hxx>
#include <comphelper/proparrhlp.hxx>
#include <comphelper/propertycontainer.hxx>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/sdbc/XRowSet.hpp>
#include <com/sun/star/awt/XControlContainer.hpp>
#include <connectivity/dbtools.hxx>
#include <set>
Go to the source code of this file.
Classes | |
class | pcr::FormComponentPropertyHandler |
default ->XPropertyHandler for all form components. More... | |
Namespaces | |
namespace | pcr |
a property handler for any virtual string properties | |
Typedefs | |
typedef ::comphelper::OPropertyArrayUsageHelper< FormComponentPropertyHandler > | pcr::FormComponentPropertyHandler_PROP |
Enumerations | |
enum | pcr::ComponentClassification { pcr::eFormControl , pcr::eDialogControl , pcr::eUnknown } |