|
LibreOffice Module sc (master) 1
|
#include "address.hxx"#include <editeng/unotext.hxx>#include <svl/lstner.hxx>#include <com/sun/star/text/XTextFieldsSupplier.hpp>#include <com/sun/star/sheet/XHeaderFooterContent.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <comphelper/servicehelper.hxx>#include <cppuhelper/implbase.hxx>#include <cppuhelper/weakref.hxx>#include <rtl/ref.hxx>#include <memory>Go to the source code of this file.
Classes | |
| class | ScHeaderFooterContentObj |
| class | ScHeaderFooterTextData |
| class | ScHeaderFooterTextObj |
| Each of these instances represent, the left, center or right part of the header of footer of a page. More... | |
| class | ScCellTextCursor |
| uno3: SvxUnoTextCursor is not derived from XUnoTunnel, but should be (?) More... | |
| class | ScHeaderFooterTextCursor |
| class | ScDrawTextCursor |
| class | ScSimpleEditSourceHelper |
| class | ScEditEngineTextObj |
| class | ScCellTextData |
| class | ScCellTextObj |
Enumerations | |
| enum class | ScHeaderFooterPart { LEFT , CENTER , RIGHT } |
|
strong |
| Enumerator | |
|---|---|
| LEFT | |
| CENTER | |
| RIGHT | |
Definition at line 49 of file textuno.hxx.