LibreOffice Module desktop (master) 1
Macros | Functions
updater.cxx File Reference
#include "updater.hxx"
#include <unistd.h>
#include <errno.h>
#include <fstream>
#include <config_folders.h>
#include <rtl/bootstrap.hxx>
#include <officecfg/Office/Update.hxx>
#include <rtl/ustring.hxx>
#include <unotools/tempfile.hxx>
#include <unotools/configmgr.hxx>
#include <osl/file.hxx>
#include <rtl/process.h>
#include <sal/log.hxx>
#include <curl/curl.h>
#include <orcus/json_document_tree.hpp>
#include <orcus/config.hpp>
#include <orcus/pstring.hpp>
#include <comphelper/hash.hxx>
#include <com/sun/star/container/XNameAccess.hpp>
#include <officecfg/Setup.hxx>
#include <functional>
#include <memory>
#include <set>
Include dependency graph for updater.cxx:

Go to the source code of this file.

Macros

#define tstrncpy   std::strncpy
 

Functions

bool update ()
 
void update_checker ()
 

Macro Definition Documentation

◆ tstrncpy

#define tstrncpy   std::strncpy

Definition at line 140 of file updater.cxx.

Function Documentation

◆ update()

bool update ( )

◆ update_checker()

void update_checker ( )