LibreOffice Module vcl (master) 1
Functions
ImplImageTree.cxx File Reference
#include <config_folders.h>
#include <sal/config.h>
#include <sal/log.hxx>
#include <deque>
#include <string_view>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/packages/zip/ZipFileAccess.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase.hxx>
#include <osl/file.hxx>
#include <osl/diagnose.h>
#include <osl/process.h>
#include <rtl/bootstrap.hxx>
#include <rtl/uri.hxx>
#include <rtl/strbuf.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/stream.hxx>
#include <tools/urlobj.hxx>
#include <implimagetree.hxx>
#include <utility>
#include <vcl/bitmapex.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/BitmapTools.hxx>
#include <IconThemeScanner.hxx>
#include <vcl/filter/PngImageReader.hxx>
#include <vcl/outdev.hxx>
#include <vcl/filter/PngImageWriter.hxx>
#include <o3tl/string_view.hxx>
#include <bitmap/BitmapLightenFilter.hxx>
Include dependency graph for ImplImageTree.cxx:

Go to the source code of this file.

Functions

static bool isVclDemo ()
 The vcldemo app doesn't set up all the config stuff that the main app does, so we need another way of finding the cursor images. More...
 

Function Documentation

◆ isVclDemo()

static bool isVclDemo ( )
static

The vcldemo app doesn't set up all the config stuff that the main app does, so we need another way of finding the cursor images.

Definition at line 471 of file ImplImageTree.cxx.

Referenced by ImplImageTree::checkPathAccess(), and ImplImageTree::createStyle().