LibreOffice Module sc (master) 1
Classes | Typedefs
fielduno.hxx File Reference
#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>
Include dependency graph for fielduno.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ ScEditFieldObj_Base

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.