LibreOffice Module sw (master) 1
|
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/util/XUpdatable.hpp>
#include <com/sun/star/text/XDependentTextField.hpp>
#include <cppuhelper/implbase.hxx>
#include <unobaseclass.hxx>
#include <unocoll.hxx>
#include <fldbas.hxx>
Go to the source code of this file.
Classes | |
class | SwXFieldMaster |
class | SwXTextField |
UNO wrapper around an SwFormatField, i.e. More... | |
class | SwXFieldEnumeration |
Typedefs | |
typedef ::cppu::WeakImplHelper< css::beans::XPropertySet, css::lang::XServiceInfo, css::lang::XComponent > | SwXFieldMaster_Base |
typedef ::cppu::WeakImplHelper< css::text::XDependentTextField, css::lang::XServiceInfo, css::beans::XPropertySet, css::util::XUpdatable > | SwXTextField_Base |
typedef ::cppu::WeakImplHelper< css::container::XEnumeration, css::lang::XServiceInfo > | SwXFieldEnumeration_Base |
typedef ::cppu::WeakImplHelper< css::container::XEnumeration, css::lang::XServiceInfo> SwXFieldEnumeration_Base |
Definition at line 199 of file unofield.hxx.
typedef ::cppu::WeakImplHelper< css::beans::XPropertySet, css::lang::XServiceInfo, css::lang::XComponent> SwXFieldMaster_Base |
Definition at line 42 of file unofield.hxx.
typedef ::cppu::WeakImplHelper< css::text::XDependentTextField, css::lang::XServiceInfo, css::beans::XPropertySet, css::util::XUpdatable> SwXTextField_Base |
Definition at line 112 of file unofield.hxx.