LibreOffice Module sw (master) 1
|
#include <memory>
#include <string_view>
#include <config_folders.h>
#include <swtypes.hxx>
#include <labelcfg.hxx>
#include <rtl/bootstrap.hxx>
#include <tools/UnitConversion.hxx>
#include <unotools/configpaths.hxx>
#include <xmlreader/xmlreader.hxx>
#include <comphelper/sequence.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
Go to the source code of this file.
Functions | |
static void | lcl_assertEndingItem (xmlreader::XmlReader &reader) |
static OUString | lcl_getValue (xmlreader::XmlReader &reader, const xmlreader::Span &span) |
static Sequence< OUString > | lcl_CreatePropertyNames (const OUString &rPrefix) |
static std::unique_ptr< SwLabRec > | lcl_CreateSwLabRec (const OUString &rType, std::u16string_view rMeasure, const OUString &rManufacturer) |
static Sequence< PropertyValue > | lcl_CreateProperties (Sequence< OUString > const &rPropNames, OUString &rMeasure, const SwLabRec &rRec) |
|
static |
Definition at line 40 of file labelcfg.cxx.
References name, xmlreader::XmlReader::nextItem(), and SwPostItHelper::NONE.
Referenced by lcl_getValue(), and SwLabelConfig::SwLabelConfig().
|
static |
Definition at line 207 of file labelcfg.cxx.
References convertTwipToMm100(), SwLabRec::m_aType, SwLabRec::m_bCont, SwLabRec::m_nCols, SwLabRec::m_nHDist, SwLabRec::m_nHeight, SwLabRec::m_nLeft, SwLabRec::m_nPHeight, SwLabRec::m_nPWidth, SwLabRec::m_nRows, SwLabRec::m_nUpper, SwLabRec::m_nVDist, SwLabRec::m_nWidth, pValues, sColon, and u.
Referenced by SwLabelConfig::SaveLabel().
|
static |
Definition at line 66 of file labelcfg.cxx.
Referenced by SwLabelConfig::SaveLabel(), and SwLabelConfig::SwLabelConfig().
|
static |
Definition at line 167 of file labelcfg.cxx.
References o3tl::getToken(), o3tl::mm100, o3tl::toInt32(), and o3tl::toTwips().
Referenced by SwLabelConfig::FillLabels().
|
static |
Definition at line 50 of file labelcfg.cxx.
References lcl_assertEndingItem(), name, xmlreader::XmlReader::nextItem(), and SwPostItHelper::NONE.
Referenced by SwLabelConfig::SwLabelConfig().