LibreOffice Module sw (master) 1
|
Classes | |
class | ColorConfig |
class | ColorConfig_Impl |
struct | ColorConfigValue |
class | EditableColorConfig |
class | EditableExtendedColorConfig |
class | ExtendedColorConfig |
class | ExtendedColorConfig_Impl |
class | ExtendedColorConfigValue |
class | ItemHolder2 |
class | QueryDeleteDlg_Impl |
struct | VolumeInfo |
Enumerations | |
enum | ColorConfigEntry |
enum | ColorPickerMode { Select , Modify } |
enum | QueryDeleteResult_Impl |
enum | RestartReason |
Functions | |
IMPL_LINK (ColorConfig_Impl, DataChangedEventListener, VclSimpleEvent &, rEvent, void) | |
static void | lcl_addString (uno::Sequence< OUString > &_rSeq, std::u16string_view _sAdd) |
IMPL_LINK (ExtendedColorConfig_Impl, DataChangedEventListener, VclSimpleEvent &, rEvent, void) | |
bool | IsFontSubstitutionsEnabled () |
std::vector< SubstitutionStruct > | GetFontSubstitutions () |
void | SetFontSubstitutions (bool bIsEnabled, std::vector< SubstitutionStruct > const &aSubstArr) |
void | ApplyFontSubstitutionsToVcl () |
void | GetPrinterOptions (vcl::printer::Options &rOptions, bool bFile) |
void | SetPrinterOptions (const vcl::printer::Options &rOptions, bool bFile) |
IMPL_LINK_NOARG (AsynchronLink, HandleCall_PostUserEvent, void *, void) | |
static std::vector< double > | GetDashing (SvxBorderLineStyle nDashing) |
std::vector< double > | GetLineDashing (SvxBorderLineStyle nDashing, double fScale) |
basegfx::B2DPolyPolygon | ApplyLineDashing (const basegfx::B2DPolygon &rPolygon, SvxBorderLineStyle nDashing, double fScale) |
void | DrawLine (OutputDevice &rDev, const Point &rP1, const Point &rP2, sal_uInt32 nWidth, SvxBorderLineStyle nDashing) |
void | DrawLine (OutputDevice &rDev, const basegfx::B2DPoint &rP1, const basegfx::B2DPoint &rP2, sal_uInt32 nWidth, SvxBorderLineStyle nDashing) |
class | UNLESS_MERGELIBS (SVT_DLLPUBLIC) AsynchronLink |
SVT_DLLPUBLIC bool | executeRestartDialog (css::uno::Reference< css::uno::XComponentContext > const &context, weld::Window *parent, RestartReason reason) |