LibreOffice Module vcl (master) 1
|
#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"
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) | |
#define TB_SEP_SIZE 8 |
Definition at line 54 of file toolbox2.cxx.
IMPL_LINK | ( | ToolBox | , |
ImplCustomMenuListener | , | ||
VclMenuEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 1553 of file toolbox2.cxx.
References GetMenu(), MenuSelect, and TOOLBOX_MENUITEM_START.
Definition at line 948 of file toolbox2.cxx.
References Image::GetBitmapEx(), Horizontal, and BitmapEx::Mirror().
Referenced by ToolBox::SetItemImage().
Definition at line 957 of file toolbox2.cxx.
References COL_WHITE(), Image::GetBitmapEx(), and BitmapEx::Rotate().
Referenced by ToolBox::SetItemImage().