#include <vcl/image.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <sfx2/tabdlg.hxx>
#include <vcl/combobox.hxx>
#include <svx/charmap.hxx>
#include <sfx2/basedlgs.hxx>
#include <vcl/field.hxx>
#include <vcl/menubtn.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/menu.hxx>
#include <vcl/outdev.hxx>
#include <svtools/ctrlbox.hxx>
#include <svtools/ctrltool.hxx>
#include "utility.hxx"
#include "format.hxx"
#include "symbol.hxx"
Include dependency graph for dialog.hxx:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SmPrintOptionsTabPage |
class | SmShowFont |
class | SmFontDialog |
class | SmFontSizeDialog |
class | SmFontTypeDialog |
class | SmCategoryDesc |
class | SmDistanceDialog |
class | SmAlignDialog |
class | SmShowSymbolSet |
class | SmShowSymbol |
class | SmSymbolDialog |
class | SmShowChar |
class | SmSymDefineDialog |
Defines | |
#define | CATEGORY_NONE 0xFFFF |
#define | NOCATEGORIES 10 |
Functions | |
const XubString | GetFontStyleName (const Font &rFont) |
void | SetFontStyle (const XubString &rStyleName, Font &rFont) |
#define CATEGORY_NONE 0xFFFF |
Definition at line 100 of file dialog.hxx.
Referenced by SmDistanceDialog::ReadFrom(), SmDistanceDialog::SetCategory(), and SmDistanceDialog::SmDistanceDialog().
#define NOCATEGORIES 10 |
Definition at line 246 of file dialog.hxx.
Referenced by SmDistanceDialog::ApplyImages(), SmDistanceDialog::SetCategory(), SmDistanceDialog::SmDistanceDialog(), and SmDistanceDialog::~SmDistanceDialog().
const XubString GetFontStyleName | ( | const Font & | rFont | ) |
void SetFontStyle | ( | const XubString & | rStyleName, | |
Font & | rFont | |||
) |
Definition at line 205 of file dialog.cxx.
References SmFontStyles::GetCount(), GetFontStyles(), and SmFontStyles::GetStyleName().
Referenced by SmSymDefineDialog::SetFont().