#include <sal/config.h>
#include <sal/log.hxx>
#include <stdio.h>
#include <vector>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ucb/UniversalContentBroker.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <tools/urlobj.hxx>
#include <vcl/vclmain.hxx>
#include <osl/file.hxx>
#include <osl/process.h>
#include <sfx2/app.hxx>
#include <sal/types.h>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/svapp.hxx>
#include <svx/galtheme.hxx>
#include <svx/gallery1.hxx>
Go to the source code of this file.
◆ createTheme()
static void createTheme |
( |
const OUString & |
aThemeName, |
|
|
std::u16string_view |
aGalleryURL, |
|
|
const OUString & |
aDestDir, |
|
|
std::vector< INetURLObject > & |
rFiles, |
|
|
bool |
bRelativeURLs |
|
) |
| |
|
static |
◆ PrintHelp()
◆ ReadResponseFile()
static void ReadResponseFile |
( |
std::vector< INetURLObject > & |
rFiles, |
|
|
OUString const & |
rInput |
|
) |
| |
|
static |
◆ ReadResponseFile_Impl()
static std::vector< OUString > ReadResponseFile_Impl |
( |
OUString const & |
rInput | ) |
|
|
static |
◆ Smartify()