LibreOffice Module vcl (master) 1
Macros | Functions
toolbox2.cxx File Reference
#include <sal/config.h>
#include <utility>
#include <vcl/uitest/logger.hxx>
#include <sal/log.hxx>
#include <comphelper/base64.hxx>
#include <comphelper/processfactory.hxx>
#include <boost/property_tree/ptree.hpp>
#include <vcl/cvtgrf.hxx>
#include <vcl/svapp.hxx>
#include <vcl/idle.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/toolkit/floatwin.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/menu.hxx>
#include <vcl/settings.hxx>
#include <vcl/IconThemeInfo.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <svdata.hxx>
#include <brdwin.hxx>
#include <toolbox.h>
#include <unotools/confignode.hxx>
#include <tools/json_writer.hxx>
#include <vcl/uitest/uiobject.hxx>
#include "impldockingwrapper.hxx"
Include dependency graph for toolbox2.cxx:

Go to the source code of this file.

Macros

#define TB_SEP_SIZE   8
 

Functions

static Image ImplMirrorImage (const Image &rImage)
 
static Image ImplRotImage (const Image &rImage, Degree10 nAngle10)
 
 IMPL_LINK (ToolBox, ImplCustomMenuListener, VclMenuEvent &, rEvent, void)
 

Macro Definition Documentation

◆ TB_SEP_SIZE

#define TB_SEP_SIZE   8

Definition at line 54 of file toolbox2.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( ToolBox  ,
ImplCustomMenuListener  ,
VclMenuEvent ,
rEvent  ,
void   
)

Definition at line 1553 of file toolbox2.cxx.

References GetMenu(), MenuSelect, and TOOLBOX_MENUITEM_START.

◆ ImplMirrorImage()

static Image ImplMirrorImage ( const Image rImage)
static

Definition at line 948 of file toolbox2.cxx.

References Image::GetBitmapEx(), Horizontal, and BitmapEx::Mirror().

Referenced by ToolBox::SetItemImage().

◆ ImplRotImage()

static Image ImplRotImage ( const Image rImage,
Degree10  nAngle10 
)
static

Definition at line 957 of file toolbox2.cxx.

References COL_WHITE(), Image::GetBitmapEx(), and BitmapEx::Rotate().

Referenced by ToolBox::SetItemImage().