LibreOffice Module svx (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxParaPrevWindow Class Referencefinal

#include <paraprev.hxx>

Inheritance diagram for SvxParaPrevWindow:
[legend]
Collaboration diagram for SvxParaPrevWindow:
[legend]

Public Member Functions

 SvxParaPrevWindow ()
 
void SetFirstLineOffset (short nNew)
 
void SetLeftMargin (tools::Long nNew)
 
void SetRightMargin (tools::Long nNew)
 
void SetUpper (sal_uInt16 nNew)
 
void SetLower (sal_uInt16 nNew)
 
void SetAdjust (SvxAdjust eNew)
 
void SetLastLine (SvxAdjust eNew)
 
void SetLineSpace (SvxPrevLineSpace eNew)
 
void SetSize (Size aNew)
 
- 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::DrawingAreaGetDrawingArea () 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
 
CustomWidgetControlleroperator= (CustomWidgetController const &)=default
 
CustomWidgetControlleroperator= (CustomWidgetController &&)=default
 

Private Member Functions

virtual void Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override
 
virtual void SetDrawingArea (weld::DrawingArea *pDrawingArea) override
 
void DrawParagraph (vcl::RenderContext &rRenderContext)
 

Private Attributes

Size aSize
 
tools::Long nLeftMargin
 
tools::Long nRightMargin
 
short nFirstLineOffset
 
sal_uInt16 nUpper
 
sal_uInt16 nLower
 
SvxAdjust eAdjust
 
SvxAdjust eLastLine
 
SvxPrevLineSpace eLine
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::CustomWidgetController
static bool IsUpdateMode ()
 

Detailed Description

Definition at line 37 of file paraprev.hxx.

Constructor & Destructor Documentation

◆ SvxParaPrevWindow()

SvxParaPrevWindow::SvxParaPrevWindow ( )

Definition at line 25 of file paraprev.cxx.

References aSize, Left, N1, nFirstLineOffset, nLeftMargin, and nRightMargin.

Member Function Documentation

◆ DrawParagraph()

void SvxParaPrevWindow::DrawParagraph ( vcl::RenderContext rRenderContext)
private

◆ Paint()

void SvxParaPrevWindow::Paint ( vcl::RenderContext rRenderContext,
const tools::Rectangle rRect 
)
overrideprivatevirtual

Implements weld::CustomWidgetController.

Definition at line 45 of file paraprev.cxx.

References DrawParagraph().

◆ SetAdjust()

void SvxParaPrevWindow::SetAdjust ( SvxAdjust  eNew)
inline

Definition at line 82 of file paraprev.hxx.

◆ SetDrawingArea()

void SvxParaPrevWindow::SetDrawingArea ( weld::DrawingArea pDrawingArea)
overrideprivatevirtual

◆ SetFirstLineOffset()

void SvxParaPrevWindow::SetFirstLineOffset ( short  nNew)
inline

Definition at line 62 of file paraprev.hxx.

References nFirstLineOffset.

◆ SetLastLine()

void SvxParaPrevWindow::SetLastLine ( SvxAdjust  eNew)
inline

Definition at line 86 of file paraprev.hxx.

◆ SetLeftMargin()

void SvxParaPrevWindow::SetLeftMargin ( tools::Long  nNew)
inline

Definition at line 66 of file paraprev.hxx.

References nLeftMargin.

◆ SetLineSpace()

void SvxParaPrevWindow::SetLineSpace ( SvxPrevLineSpace  eNew)
inline

Definition at line 90 of file paraprev.hxx.

◆ SetLower()

void SvxParaPrevWindow::SetLower ( sal_uInt16  nNew)
inline

Definition at line 78 of file paraprev.hxx.

◆ SetRightMargin()

void SvxParaPrevWindow::SetRightMargin ( tools::Long  nNew)
inline

Definition at line 70 of file paraprev.hxx.

References nRightMargin.

◆ SetSize()

void SvxParaPrevWindow::SetSize ( Size  aNew)
inline

Definition at line 94 of file paraprev.hxx.

◆ SetUpper()

void SvxParaPrevWindow::SetUpper ( sal_uInt16  nNew)
inline

Definition at line 74 of file paraprev.hxx.

Member Data Documentation

◆ aSize

Size SvxParaPrevWindow::aSize
private

Definition at line 39 of file paraprev.hxx.

Referenced by DrawParagraph(), and SvxParaPrevWindow().

◆ eAdjust

SvxAdjust SvxParaPrevWindow::eAdjust
private

Definition at line 49 of file paraprev.hxx.

Referenced by DrawParagraph().

◆ eLastLine

SvxAdjust SvxParaPrevWindow::eLastLine
private

Definition at line 51 of file paraprev.hxx.

Referenced by DrawParagraph().

◆ eLine

SvxPrevLineSpace SvxParaPrevWindow::eLine
private

Definition at line 53 of file paraprev.hxx.

Referenced by DrawParagraph().

◆ nFirstLineOffset

short SvxParaPrevWindow::nFirstLineOffset
private

Definition at line 44 of file paraprev.hxx.

Referenced by DrawParagraph().

◆ nLeftMargin

tools::Long SvxParaPrevWindow::nLeftMargin
private

Definition at line 42 of file paraprev.hxx.

Referenced by DrawParagraph().

◆ nLower

sal_uInt16 SvxParaPrevWindow::nLower
private

Definition at line 47 of file paraprev.hxx.

Referenced by DrawParagraph().

◆ nRightMargin

tools::Long SvxParaPrevWindow::nRightMargin
private

Definition at line 43 of file paraprev.hxx.

Referenced by DrawParagraph().

◆ nUpper

sal_uInt16 SvxParaPrevWindow::nUpper
private

Definition at line 46 of file paraprev.hxx.

Referenced by DrawParagraph().


The documentation for this class was generated from the following files: