LibreOffice Module shell (master) 1
|
#include <global.hxx>
#include <thumbviewer.hxx>
#include <shlxthdl.hxx>
#include <registry.hxx>
#include <fileextensions.hxx>
#include <config.hxx>
#include <zipfile.hxx>
#include <utilities.hxx>
#include <resource.h>
#include <stdio.h>
#include <utility>
#include <stdlib.h>
#include <shellapi.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
static void | internal::LoadSignetImageFromResource (ZipFile::ZipContentBuffer_t &buffer) |
static bool | internal::IsSignedDocument (const ZipFile *zipfile) |
static Gdiplus::Point | internal::CalcSignetPosition (const Gdiplus::Rect &canvas, const Gdiplus::Rect &thumbnail_border, const Gdiplus::Rect &signet) |
Variables | |
const std::string | THUMBNAIL_CONTENT = "Thumbnails/thumbnail.png" |
const std::string THUMBNAIL_CONTENT = "Thumbnails/thumbnail.png" |
Definition at line 337 of file thumbviewer.cxx.
Referenced by CThumbviewer::Extract().