LibreOffice Module svx (master) 1
|
#include <sal/config.h>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <comphelper/diagnose_ex.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <svtools/valueset.hxx>
#include <editeng/numitem.hxx>
#include <svx/gallery.hxx>
#include <vcl/event.hxx>
#include <vcl/graph.hxx>
#include <vcl/virdev.hxx>
#include <svx/numvset.hxx>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/text/XNumberingFormatter.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <algorithm>
#include <uiobject.hxx>
Go to the source code of this file.
Functions | |
static vcl::Font & | lcl_GetDefaultBulletFont () |
static void | lcl_PaintLevel (OutputDevice *pVDev, sal_Int16 nNumberingType, const OUString &rBulletChar, const OUString &rText, const OUString &rFontName, Point &rLeft, vcl::Font &rRuleFont, const vcl::Font &rTextFont) |
IMPL_LINK_NOARG (SvxBmpNumValueSet, FormatHdl_Impl, Timer *, void) | |
Variables | |
const sal_Unicode | aBulletTypes [] |
const TranslateId | RID_SVXSTR_BULLET_DESCRIPTIONS [] |
const TranslateId | RID_SVXSTR_SINGLENUM_DESCRIPTIONS [] |
const TranslateId | RID_SVXSTR_OUTLINENUM_DESCRIPTIONS [] |
IMPL_LINK_NOARG | ( | SvxBmpNumValueSet | , |
FormatHdl_Impl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 522 of file svxbmpnumvalueset.cxx.
References SetFormat().
|
static |
Definition at line 63 of file svxbmpnumvalueset.cxx.
References FAMILY_DONTKNOW, PITCH_DONTKNOW, vcl::Font::SetCharSet(), vcl::Font::SetFamily(), vcl::Font::SetPitch(), vcl::Font::SetTransparent(), vcl::Font::SetWeight(), and WEIGHT_DONTKNOW.
Referenced by svx::sidebar::OutlineTypeMgr::ApplyNumRule(), svx::sidebar::BulletsTypeMgr::Init(), and SvxNumValueSet::UserDraw().
|
static |
Definition at line 78 of file svxbmpnumvalueset.cxx.
References Point::AdjustX(), OutputDevice::DrawText(), OutputDevice::GetTextWidth(), OutputDevice::SetFont(), and vcl::Font::SetStyleName().
Referenced by SvxNumValueSet::UserDraw().
const sal_Unicode aBulletTypes[] |
Definition at line 51 of file svxbmpnumvalueset.cxx.
Referenced by SvxNumValueSet::UserDraw().
const TranslateId RID_SVXSTR_BULLET_DESCRIPTIONS[] |
Definition at line 98 of file svxbmpnumvalueset.cxx.
Referenced by SvxNumValueSet::init().
const TranslateId RID_SVXSTR_OUTLINENUM_DESCRIPTIONS[] |
Definition at line 122 of file svxbmpnumvalueset.cxx.
Referenced by SvxNumValueSet::SetOutlineNumberingSettings().
const TranslateId RID_SVXSTR_SINGLENUM_DESCRIPTIONS[] |
Definition at line 110 of file svxbmpnumvalueset.cxx.
Referenced by SvxNumValueSet::SetNumberingSettings().