LibreOffice Module sfx2 (master) 1
|
#include <sfx2/thumbnailview.hxx>
#include <sfx2/thumbnailviewitem.hxx>
#include <utility>
#include "thumbnailviewacc.hxx"
#include <basegfx/color/bcolortools.hxx>
#include <comphelper/processfactory.hxx>
#include <drawinglayer/attribute/fontattribute.hxx>
#include <drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx>
#include <drawinglayer/primitive2d/Primitive2DContainer.hxx>
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/processor2d/processor2dtools.hxx>
#include <o3tl/safeint.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <svtools/optionsdrawinglayer.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/event.hxx>
#include <vcl/filter/PngImageReader.hxx>
#include <vcl/weldutils.hxx>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/StorageFactory.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <memory>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ThumbnailView, ImplScrollHdl, weld::ScrolledWindow &, void) | |
Variables | |
constexpr int | gnFineness = 5 |
IMPL_LINK_NOARG | ( | ThumbnailView | , |
ImplScrollHdl | , | ||
weld::ScrolledWindow & | , | ||
void | |||
) |
Definition at line 565 of file thumbnailview.cxx.
|
constexpr |
Definition at line 49 of file thumbnailview.cxx.
Referenced by ThumbnailView::CalculateItemPositions().