LibreOffice Module writerfilter (master) 1
Namespaces | Functions
SdtHelper.cxx File Reference
#include "SdtHelper.hxx"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <editeng/unoprnms.hxx>
#include <sal/log.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/outdev.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/string.hxx>
#include <comphelper/sequence.hxx>
#include <xmloff/odffields.hxx>
#include <com/sun/star/text/XTextField.hpp>
#include "DomainMapper_Impl.hxx"
#include "StyleSheetTable.hxx"
#include <officecfg/Office/Writer.hxx>
#include <com/sun/star/util/XRefreshable.hpp>
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <com/sun/star/document/XOOXMLDocumentPropertiesImporter.hpp>
#include <ooxml/OOXMLDocument.hxx>
#include <com/sun/star/xml/xpath/XPathAPI.hpp>
#include <com/sun/star/xml/xpath/XPathException.hpp>
#include <com/sun/star/xml/dom/DocumentBuilder.hpp>
Include dependency graph for SdtHelper.cxx:

Go to the source code of this file.

Namespaces

namespace  writerfilter
 
namespace  writerfilter::dmapper
 

Functions

static awt::Size writerfilter::dmapper::lcl_getOptimalWidth (const StyleSheetTablePtr &pStyleSheet, OUString const &rDefault, std::vector< OUString > &rItems)
 w:sdt's w:dropDownList doesn't have width, so guess the size based on the longest string. More...
 
static void writerfilter::dmapper::lcl_registerNamespaces (std::u16string_view sNamespaceString, const uno::Reference< XXPathAPI > &xXPathAPI)