LibreOffice Module sw (master)
1
|
#include <o3tl/any.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <editeng/paperinf.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/UnitConversion.hxx>
#include <unotools/useroptions.hxx>
#include <swmodule.hxx>
#include <swtypes.hxx>
#include <envimg.hxx>
#include <strings.hrc>
#include <cmdid.h>
#include <unomid.h>
Go to the source code of this file.
Functions | |
OUString | MakeSender () |
Variables | |
constexpr OUStringLiteral | NEXTLINE = u"\n" |
OUString MakeSender | ( | ) |
Definition at line 49 of file envimg.cxx.
References SvtUserOptions::GetCity(), SvtUserOptions::GetCompany(), SvtUserOptions::GetCountry(), SvtUserOptions::GetFirstName(), SvtUserOptions::GetLastName(), SvtUserOptions::GetState(), SvtUserOptions::GetStreet(), o3tl::getToken(), SvtUserOptions::GetZip(), NEXTLINE, SW_MOD, SwResId(), and u.
Referenced by IMPL_LINK_NOARG(), and SwEnvItem::SwEnvItem().
constexpr OUStringLiteral NEXTLINE = u"\n" |
Definition at line 40 of file envimg.cxx.
Referenced by MakeSender().