LibreOffice Module sdext (master) 1
|
#include <pdfiprocessor.hxx>
#include <xmlemitter.hxx>
#include <pdfihelper.hxx>
#include <imagecontainer.hxx>
#include <genericelements.hxx>
#include "style.hxx"
#include <treevisiting.hxx>
#include <sal/log.hxx>
#include <comphelper/sequence.hxx>
#include <basegfx/polygon/b2dpolygonclipper.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/utils/canvastools.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <i18nutil/unicode.hxx>
Go to the source code of this file.
Namespaces | |
namespace | pdfi |
Macros | |
#define | OASIS_STR "urn:oasis:names:tc:opendocument:xmlns:" |
Functions | |
static bool | pdfi::lr_tb_sort (std::unique_ptr< Element > const &pLeft, std::unique_ptr< Element > const &pRight) |
#define OASIS_STR "urn:oasis:names:tc:opendocument:xmlns:" |