LibreOffice Module shell (master) 1
Namespaces | Functions | Variables
thumbviewer.cxx File Reference
#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>
Include dependency graph for thumbviewer.cxx:

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"
 

Variable Documentation

◆ THUMBNAIL_CONTENT

const std::string THUMBNAIL_CONTENT = "Thumbnails/thumbnail.png"

Definition at line 337 of file thumbviewer.cxx.

Referenced by CThumbviewer::Extract().