LibreOffice Module vcl (master) 1
Namespaces | Functions | Variables
formpdfexport.cxx File Reference
#include <memory>
#include <vcl/formpdfexport.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/lineend.hxx>
#include <unordered_map>
#include <sal/log.hxx>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/form/XForm.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/awt/TextAlign.hpp>
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <com/sun/star/form/FormButtonType.hpp>
#include <com/sun/star/form/FormSubmitMethod.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/pdfextoutdevdata.hxx>
#include <vcl/unohelp.hxx>
#include <algorithm>
#include <iterator>
Include dependency graph for formpdfexport.cxx:

Go to the source code of this file.

Namespaces

namespace  toolkitform
 

Functions

static vcl::Font CreateFont (const css::awt::FontDescriptor &rDescr)
 
std::unique_ptr< vcl::PDFWriter::AnyWidgettoolkitform::describePDFControl (const Reference< XControl > &_rxControl, vcl::PDFExtOutDevData &i_pdfExportData)
 creates a PDF compatible control descriptor for the given control More...
 

Variables

constexpr OUStringLiteral toolkitform::FM_PROP_NAME = u"Name"
 

Function Documentation

◆ CreateFont()

static vcl::Font CreateFont ( const css::awt::FontDescriptor &  rDescr)
static