LibreOffice Module sc (master) 1
|
#include "address.hxx"
#include <svl/lstner.hxx>
#include <editeng/editdata.hxx>
#include <com/sun/star/text/XTextField.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/util/XRefreshable.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <comphelper/interfacecontainer4.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <comphelper/compbase.hxx>
#include <osl/mutex.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | ScCellFieldsObj |
class | ScHeaderFieldsObj |
class | ScEditFieldObj |
Typedefs | |
typedef comphelper::WeakComponentImplHelper< css::text::XTextField, css::beans::XPropertySet, css::lang::XServiceInfo > | ScEditFieldObj_Base |
Generic UNO wrapper for edit engine's field item in cells, headers, and footers. More... | |
typedef comphelper::WeakComponentImplHelper< css::text::XTextField, css::beans::XPropertySet, css::lang::XServiceInfo> ScEditFieldObj_Base |
Generic UNO wrapper for edit engine's field item in cells, headers, and footers.
Definition at line 162 of file fielduno.hxx.