|
LibreOffice Module sw (master) 1
|
#include <colex.hxx>
Public Member Functions | |
| SwColumnOnlyExample () | |
| void | SetColumns (const SwFormatCol &rCol) |
| virtual void | SetDrawingArea (weld::DrawingArea *pDrawingArea) override |
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 | Resize () override |
| virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override |
Private Attributes | |
| Size | m_aWinSize |
| Size | m_aFrameSize |
| SwFormatCol | m_aCols |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::CustomWidgetController | |
| static bool | IsUpdateMode () |
| SwColumnOnlyExample::SwColumnOnlyExample | ( | ) |
Definition at line 320 of file colex.cxx.
References FitToActualSize(), m_aCols, m_aFrameSize, PAPER_A4, and Size::Width().
|
overrideprivatevirtual |
Implements weld::CustomWidgetController.
Definition at line 326 of file colex.cxx.
References Point::AdjustY(), COL_GRAY(), COL_LIGHTGRAY(), COLADJ_BOTTOM, COLADJ_CENTER, COLADJ_NONE, COLADJ_TOP, OutputDevice::DrawLine(), OutputDevice::DrawRect(), SwFormatCol::GetColumns(), SwViewOption::GetCurrentViewOptions(), StyleSettings::GetDialogColor(), StyleSettings::GetFieldColor(), SwViewOption::GetFontColor(), SwColumn::GetLeft(), SwFormatCol::GetLineAdj(), SwFormatCol::GetLineHeight(), weld::CustomWidgetController::GetOutputSizePixel(), SwColumn::GetRight(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), SwColumn::GetWishWidth(), Size::Height(), i, Color::Invert(), m_aCols, m_aFrameSize, m_aWinSize, vcl::MAPMODE, tools::Rectangle::Move(), nLength, OutputDevice::PixelToLogic(), OutputDevice::Pop(), OutputDevice::Push(), OutputDevice::SetFillColor(), tools::Rectangle::SetLeft(), OutputDevice::SetLineColor(), OutputDevice::SetMapMode(), tools::Rectangle::SetRight(), MapMode::SetScaleX(), MapMode::SetScaleY(), Point::setX(), Size::Width(), Point::X(), and Point::Y().
|
overrideprivatevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 476 of file colex.cxx.
References Size::AdjustHeight(), Size::AdjustWidth(), weld::DrawingArea::get_ref_device(), weld::CustomWidgetController::GetDrawingArea(), weld::CustomWidgetController::GetOutputSizePixel(), weld::CustomWidgetController::Invalidate(), m_aWinSize, vcl::MAPMODE, OutputDevice::PixelToLogic(), OutputDevice::Pop(), OutputDevice::Push(), and OutputDevice::SetMapMode().
| void SwColumnOnlyExample::SetColumns | ( | const SwFormatCol & | rCol | ) |
Definition at line 424 of file colex.cxx.
References SwFormatCol::GetColumns(), SwColumn::GetLeft(), SwColumn::GetRight(), SwColumn::GetWishWidth(), SwFormatCol::GetWishWidth(), i, SwFormatCol::IsOrtho(), m_aCols, m_aFrameSize, SwColumn::SetLeft(), SwColumn::SetRight(), SwColumn::SetWishWidth(), and Size::Width().
|
overridevirtual |
Reimplemented from weld::CustomWidgetController.
Definition at line 468 of file colex.cxx.
References weld::DrawingArea::get_ref_device(), Size::Height(), OutputDevice::LogicToPixel(), weld::Widget::set_size_request(), weld::CustomWidgetController::SetDrawingArea(), and Size::Width().
|
private |
Definition at line 90 of file colex.hxx.
Referenced by Paint(), SetColumns(), and SwColumnOnlyExample().
|
private |
Definition at line 89 of file colex.hxx.
Referenced by Paint(), SetColumns(), and SwColumnOnlyExample().
|
private |