LibreOffice Module extensions (master) 1
|
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <connectivity/dbtools.hxx>
#include <tools/link.hxx>
#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
#include <salhelper/simplereferenceobject.hxx>
Go to the source code of this file.
Classes | |
class | pcr::SQLCommandDesigner |
encapsulates the code for calling and managing a query design frame, used for interactively designing the Command property of a ->RowSet More... | |
class | pcr::ISQLCommandAdapter |
an adapter to forward changed SQL command property values to a component More... | |
Namespaces | |
namespace | pcr |
a property handler for any virtual string properties | |
Typedefs | |
typedef ::cppu::WeakImplHelper< css::beans::XPropertyChangeListener > | pcr::SQLCommandDesigner_Base |