#include "precompiled_starmath.hxx"
#include <rtl/logfile.hxx>
#include <svtools/eitem.hxx>
#include <sfx2/app.hxx>
#include <svtools/intitem.hxx>
#include <svtools/imgdef.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/imgmgr.hxx>
#include <vcl/wrkwin.hxx>
#include "toolbox.hxx"
#include "starmath.hrc"
#include "toolbox.hrc"
#include "view.hxx"
Include dependency graph for toolbox.cxx:
Go to the source code of this file.
Functions | |
static USHORT | GetImageListRID (USHORT nCategoryRID, BOOL bHighContrast) |
static sal_Int16 | GetToolBoxCategoriesIndex (USHORT nCategoryRID) |
static USHORT | GetCategoryRID (USHORT nResId) |
IMPL_LINK_INLINE_START (SmToolBoxWindow, CategoryClickHdl, ToolBox *, pToolBox) | |
IMPL_LINK_INLINE_START (SmToolBoxWindow, CmdSelectHdl, ToolBox *, pToolBox) | |
SFX_IMPL_FLOATINGWINDOW (SmToolBoxWrapper, SID_TOOLBOXWINDOW) |
static USHORT GetCategoryRID | ( | USHORT | nResId | ) | [static] |
static USHORT GetImageListRID | ( | USHORT | nCategoryRID, | |
BOOL | bHighContrast | |||
) | [static] |
static sal_Int16 GetToolBoxCategoriesIndex | ( | USHORT | nCategoryRID | ) | [static] |
Definition at line 103 of file toolbox.cxx.
Referenced by SmToolBoxWindow::ApplyImageLists(), SmToolBoxWindow::GetImageList(), and SmToolBoxWindow::SetCategory().
IMPL_LINK_INLINE_START | ( | SmToolBoxWindow | , | |
CmdSelectHdl | , | |||
ToolBox * | , | |||
pToolBox | ||||
) |
IMPL_LINK_INLINE_START | ( | SmToolBoxWindow | , | |
CategoryClickHdl | , | |||
ToolBox * | , | |||
pToolBox | ||||
) |
Definition at line 404 of file toolbox.cxx.
SFX_IMPL_FLOATINGWINDOW | ( | SmToolBoxWrapper | , | |
SID_TOOLBOXWINDOW | ||||
) |