|
LibreOffice Module sw (master) 1
|
#include <labfmt.hxx>
Public Member Functions | |
| SwLabPreview () | |
| void | UpdateItem (const SwLabItem &rItem) |
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 | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
| virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override |
Private Attributes | |
| Color | m_aGrayColor |
| OUString | m_aHDistStr |
| OUString | m_aVDistStr |
| OUString | m_aWidthStr |
| OUString | m_aHeightStr |
| OUString | m_aLeftStr |
| OUString | m_aUpperStr |
| OUString | m_aColsStr |
| OUString | m_aRowsStr |
| tools::Long | m_lHDistWidth |
| tools::Long | m_lVDistWidth |
| tools::Long | m_lHeightWidth |
| tools::Long | m_lLeftWidth |
| tools::Long | m_lUpperWidth |
| tools::Long | m_lColsWidth |
| tools::Long | m_lXWidth |
| tools::Long | m_lXHeight |
| SwLabItem | m_aItem |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
Definition at line 31 of file labfmt.hxx.
| SwLabPreview::SwLabPreview | ( | ) |
Definition at line 101 of file labfmt.cxx.
References COL_LIGHTGRAY().
|
overrideprivatevirtual |
Implements weld::CustomWidgetController.
Definition at line 139 of file labfmt.cxx.
References COL_LIGHTGRAYBLUE(), OutputDevice::DrawLine(), OutputDevice::DrawRect(), OutputDevice::DrawText(), OutputDevice::Erase(), SwViewOption::GetCurrentViewOptions(), OutputDevice::GetFont(), SwViewOption::GetFontColor(), weld::CustomWidgetController::GetOutputSizePixel(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), StyleSettings::GetWindowColor(), Size::Height(), m_aColsStr, m_aGrayColor, m_aHDistStr, m_aHeightStr, m_aItem, m_aLeftStr, m_aRowsStr, m_aUpperStr, m_aVDistStr, m_aWidthStr, m_lColsWidth, SwLabItem::m_lHDist, m_lHDistWidth, SwLabItem::m_lHeight, m_lHeightWidth, SwLabItem::m_lLeft, m_lLeftWidth, SwLabItem::m_lUpper, m_lUpperWidth, SwLabItem::m_lVDist, m_lVDistWidth, SwLabItem::m_lWidth, m_lXHeight, m_lXWidth, SwLabItem::m_nCols, SwLabItem::m_nRows, min(), ROUND, OutputDevice::SetBackground(), OutputDevice::SetClipRegion(), vcl::Font::SetColor(), OutputDevice::SetFillColor(), vcl::Font::SetFillColor(), OutputDevice::SetFont(), OutputDevice::SetLineColor(), vcl::Font::SetTransparent(), and Size::Width().
|
overrideprivatevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 122 of file labfmt.cxx.
References weld::Widget::get_approximate_digit_width(), weld::Widget::get_pixel_size(), weld::Widget::get_text_height(), m_aColsStr, m_aHDistStr, m_aHeightStr, m_aLeftStr, m_aUpperStr, m_aVDistStr, m_lColsWidth, m_lHDistWidth, m_lHeightWidth, m_lLeftWidth, m_lUpperWidth, m_lVDistWidth, m_lXHeight, m_lXWidth, weld::Widget::set_size_request(), and Size::Width().
| void SwLabPreview::UpdateItem | ( | const SwLabItem & | rItem | ) |
Definition at line 280 of file labfmt.cxx.
References weld::CustomWidgetController::Invalidate(), and m_aItem.
|
private |
Definition at line 41 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 33 of file labfmt.hxx.
Referenced by Paint().
|
private |
Definition at line 35 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 38 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 54 of file labfmt.hxx.
Referenced by Paint(), and UpdateItem().
|
private |
Definition at line 39 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 42 of file labfmt.hxx.
Referenced by Paint().
|
private |
Definition at line 40 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 36 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 37 of file labfmt.hxx.
Referenced by Paint().
|
private |
Definition at line 49 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 44 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 46 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 47 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 48 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 45 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 52 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().
|
private |
Definition at line 51 of file labfmt.hxx.
Referenced by Paint(), and SetDrawingArea().