LibreOffice Module lotuswordpro (master) 1
|
#include <config_lgpl.h>
#include <memory>
#include "lwpdlvlist.hxx"
#include <lwpobjid.hxx>
#include <lwpatomholder.hxx>
Go to the source code of this file.
Classes | |
class | LwpSilverBullet |
Variables | |
const sal_uInt16 | MAXNUMBERPOSITIONS = 10 |
const sal_uInt16 | NUMCHAR_none = 0x00 |
const sal_uInt16 | NUMCHAR_1 = 0x01 |
const sal_uInt16 | NUMCHAR_A = 0x02 |
const sal_uInt16 | NUMCHAR_a = 0x03 |
const sal_uInt16 | NUMCHAR_I = 0x04 |
const sal_uInt16 | NUMCHAR_i = 0x05 |
const sal_uInt16 | NUMCHAR_other = 0x06 |
const sal_uInt16 | NUMCHAR_01 = 0x0B |
const sal_uInt16 | NUMCHAR_Chinese1 = 0x09 |
const sal_uInt16 | NUMCHAR_Chinese2 = 0x08 |
const sal_uInt16 | NUMCHAR_Chinese3 = 0x0A |
const sal_uInt16 | NUMCHAR_Chinese4 = 0x13 |
const sal_uInt16 MAXNUMBERPOSITIONS = 10 |
Definition at line 70 of file lwpsilverbullet.hxx.
const sal_uInt16 NUMCHAR_01 = 0x0B |
Definition at line 78 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID(), and LwpBulletStyleMgr::RegisterBulletStyle().
const sal_uInt16 NUMCHAR_1 = 0x01 |
Definition at line 72 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_A = 0x02 |
Definition at line 73 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_a = 0x03 |
Definition at line 74 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_Chinese1 = 0x09 |
Definition at line 80 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_Chinese2 = 0x08 |
Definition at line 81 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_Chinese3 = 0x0A |
Definition at line 82 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_Chinese4 = 0x13 |
Definition at line 83 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID(), and LwpBulletStyleMgr::RegisterBulletStyle().
const sal_uInt16 NUMCHAR_I = 0x04 |
Definition at line 75 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_i = 0x05 |
Definition at line 76 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_none = 0x00 |
Definition at line 71 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID().
const sal_uInt16 NUMCHAR_other = 0x06 |
Definition at line 77 of file lwpsilverbullet.hxx.
Referenced by LwpSilverBullet::GetNumCharByStyleID(), LwpBulletStyleMgr::RegisterBulletStyle(), and LwpSilverBullet::RegisterStyle().