LibreOffice Module cui (master) 1
|
Provides the preview to show how looks bullet or numbering format before the apply. More...
#include <numberingpreview.hxx>
Public Member Functions | |
SvxNumberingPreview () | |
void | SetNumRule (const SvxNumRule *pNum) |
void | SetPositionMode () |
void | SetLevel (sal_uInt16 nSet) |
Public Member Functions inherited from weld::CustomWidgetController | |
virtual css::uno::Reference< css::accessibility::XAccessible > | CreateAccessible () |
virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect)=0 |
virtual void | Resize () |
virtual bool | MouseButtonDown (const MouseEvent &) |
virtual bool | MouseMove (const MouseEvent &) |
virtual bool | MouseButtonUp (const MouseEvent &) |
virtual void | GetFocus () |
virtual void | LoseFocus () |
virtual void | StyleUpdated () |
virtual bool | Command (const CommandEvent &) |
virtual bool | KeyInput (const KeyEvent &) |
virtual tools::Rectangle | GetFocusRect () |
virtual FactoryFunction | GetUITestFactory () const |
virtual OUString | RequestHelp (tools::Rectangle &) |
virtual OUString | GetHelpText () const |
Size const & | GetOutputSizePixel () const |
void | SetOutputSizePixel (const Size &rSize) |
virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) |
weld::DrawingArea * | GetDrawingArea () const |
void | Invalidate () |
void | Invalidate (const tools::Rectangle &rRect) |
virtual void | Show () |
virtual void | Hide () |
void | SetCursor (void *pData) |
void | GrabFocus () |
bool | HasFocus () const |
bool | HasChildFocus () const |
bool | IsVisible () const |
bool | IsReallyVisible () const |
bool | IsEnabled () const |
void | Enable () const |
void | Disable () const |
bool | IsActive () const |
int | GetTextHeight () const |
int | GetTextWidth (const OUString &rText) const |
OUString | GetAccessibleName () const |
OUString | GetAccessibleDescription () const |
void | CaptureMouse () |
bool | IsMouseCaptured () const |
Point | GetPointerPosPixel () const |
void | EnableRTL (bool bEnable) |
bool | IsRTLEnabled () const |
void | ReleaseMouse () |
void | SetPointer (PointerStyle ePointerStyle) |
void | SetHelpId (const OUString &rHelpId) |
void | SetAccessibleName (const OUString &rName) |
void | SetInputContext (const InputContext &rInputContext) |
void | SetCursorRect (const tools::Rectangle &rCursorRect, int nExtTextInputWidth) |
virtual int | GetSurroundingText (OUString &) |
virtual bool | DeleteSurroundingText (const Selection &) |
css::uno::Reference< css::datatransfer::dnd::XDropTarget > | GetDropTarget () |
css::uno::Reference< css::datatransfer::clipboard::XClipboard > | GetClipboard () const |
void | SetDragDataTransferable (rtl::Reference< TransferDataContainer > &rTransferable, sal_uInt8 eDNDConstants) |
virtual bool | StartDrag () |
void | set_size_request (int nWidth, int nHeight) |
void | queue_resize () |
CustomWidgetController () | |
virtual | ~CustomWidgetController () |
CustomWidgetController (CustomWidgetController const &)=default | |
CustomWidgetController (CustomWidgetController &&)=default | |
CustomWidgetController & | operator= (CustomWidgetController const &)=default |
CustomWidgetController & | operator= (CustomWidgetController &&)=default |
Private Member Functions | |
virtual void | Paint (vcl::RenderContext &rRenderContext, const ::tools::Rectangle &rRect) override |
Private Attributes | |
const SvxNumRule * | pActNum |
vcl::Font | aStdFont |
bool | bPosition |
sal_uInt16 | nActLevel |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
static bool | IsUpdateMode () |
Provides the preview to show how looks bullet or numbering format before the apply.
Definition at line 9 of file numberingpreview.hxx.
SvxNumberingPreview::SvxNumberingPreview | ( | ) |
Definition at line 2209 of file numpages.cxx.
References SAL_MAX_UINT16.
|
overrideprivatevirtual |
Definition at line 2217 of file numpages.cxx.
References aStdFont, bPosition, COL_AUTO(), COL_BLACK(), COL_LIGHTGRAY(), COL_WHITE(), svtools::DOCCOLOR, OutputDevice::DrawOutDev(), svtools::FONTCOLOR, VclPtr< class reference_type >::get(), SvxNumberFormat::GetAbsLSpace(), SvxNumberFormat::GetBulletColor(), SvxNumberFormat::GetBulletRelSize(), SvxNumberFormat::GetCharTextDistance(), svtools::ColorConfig::GetColorValue(), MsLangId::getConfiguredSystemLanguage(), OutputDevice::GetDefaultFont(), SvxNumberFormat::GetFirstLineIndent(), SvxNumberFormat::GetFirstLineOffset(), vcl::Font::GetFontSize(), SvxNumberFormat::GetIndentAt(), SvxNumberFormat::GetLabelFollowedBy(), SvxNumRule::GetLevel(), SvxNumRule::GetLevelCount(), SvxNodeNum::GetLevelVal(), SvxNumberFormat::GetListtabPos(), OutputDevice::GetMapMode(), SvxNumberType::GetNumberingType(), weld::CustomWidgetController::GetOutputSizePixel(), SvxNumberFormat::GetPositionAndSpaceMode(), SvxNumberFormat::GetStart(), Size::Height(), Color::Invert(), SvxNumRule::IsContinuousNumbering(), Color::IsDark(), SvxNumRule::IsFeatureSupported(), OutputDevice::IsRTLEnabled(), SvxNumberType::IsShowSymbol(), SvxNumberFormat::LABEL_ALIGNMENT, SvxNumberFormat::LABEL_WIDTH_AND_POSITION, lcl_DrawBullet(), lcl_DrawGraphic(), LINK_TOKEN, SvxNumberFormat::LISTTAB, SvxNumRule::MakeNumString(), nActLevel, svtools::ColorConfigValue::nColor, SvxNumberFormat::NEWLINE, nFirstLineOffset, SvxNumberFormat::NOTHING, pActNum, OutputDevice::PixelToLogic(), vcl::Font::SetColor(), vcl::Font::SetFillColor(), vcl::Font::SetFontSize(), Size::setHeight(), SvxNodeNum::SetLevel(), Size::setWidth(), SvxNumberFormat::SPACE, SVX_NUM_BITMAP, SVX_NUM_CHAR_SPECIAL, and Size::Width().
|
inline |
Definition at line 28 of file numberingpreview.hxx.
Referenced by SvxNumPositionTabPage::ActivatePage(), SvxNumOptionsTabPage::InitControls(), SvxNumPositionTabPage::SetModified(), and SvxNumOptionsTabPage::SetModified().
|
inline |
Definition at line 22 of file numberingpreview.hxx.
References weld::CustomWidgetController::Invalidate().
Referenced by SvxNumOptionsTabPage::Reset(), and SvxNumPositionTabPage::Reset().
|
inline |
Definition at line 27 of file numberingpreview.hxx.
Referenced by SvxNumPositionTabPage::SvxNumPositionTabPage().
|
private |
Definition at line 12 of file numberingpreview.hxx.
Referenced by Paint().
|
private |
Definition at line 13 of file numberingpreview.hxx.
Referenced by Paint().
|
private |
Definition at line 14 of file numberingpreview.hxx.
Referenced by Paint().
|
private |
Definition at line 11 of file numberingpreview.hxx.
Referenced by Paint().