LibreOffice Module sc (master) 1
|
#include <pagesettings.hxx>
#include <algorithm>
#include <set>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/sheet/XHeaderFooterContent.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/style/GraphicLocation.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/text/FilenameDisplayFormat.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/text/XTextCursor.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <osl/diagnose.h>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <sax/tools/converter.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/helper/binaryinputstream.hxx>
#include <oox/helper/graphichelper.hxx>
#include <oox/helper/propertymap.hxx>
#include <oox/helper/propertyset.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/tokens.hxx>
#include <oox/core/filterbase.hxx>
#include <oox/core/relations.hxx>
#include <stylesbuffer.hxx>
#include <document.hxx>
#include <biffhelper.hxx>
#include <filter/msfilter/util.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Classes | |
class | oox::xls::HeaderFooterParser |
Namespaces | |
namespace | oox |
namespace | oox::xls |
Functions | |
constexpr OUStringLiteral | oox::xls::gaPageNumberService (u"com.sun.star.text.TextField.PageNumber") |
constexpr OUStringLiteral | oox::xls::gaPageCountService (u"com.sun.star.text.TextField.PageCount") |
constexpr OUStringLiteral | oox::xls::gaSheetNameService (u"com.sun.star.text.TextField.SheetName") |
constexpr OUStringLiteral | oox::xls::gaFileNameService (u"com.sun.star.text.TextField.FileName") |
constexpr OUStringLiteral | oox::xls::gaDateTimeService (u"com.sun.star.text.TextField.DateTime") |
double mfCurrHeight |
Sum of heights of previous lines in points.
Definition at line 363 of file pagesettings.cxx.
double mfTotalHeight |
End position of current text range for formatting.
Definition at line 362 of file pagesettings.cxx.
Referenced by oox::xls::HeaderFooterParser::parse().
Reference<text::XTextCursor> mxEnd |
Start position of current text range for formatting.
Definition at line 361 of file pagesettings.cxx.
Reference<text::XTextCursor> mxStart |
XText interface of this portion.
Definition at line 360 of file pagesettings.cxx.
Reference<text::XText> mxText |
Definition at line 359 of file pagesettings.cxx.