LibreOffice Module sw (master) 1
|
#include <txtfrm.hxx>
Public Member Functions | |
SwLayoutModeModifier (const OutputDevice &rOutp) | |
~SwLayoutModeModifier () | |
void | Modify (bool bChgToRTL) |
void | SetAuto () |
Private Attributes | |
const OutputDevice & | m_rOut |
vcl::text::ComplexTextLayoutFlags | m_nOldLayoutMode |
Definition at line 964 of file txtfrm.hxx.
SwLayoutModeModifier::SwLayoutModeModifier | ( | const OutputDevice & | rOutp | ) |
Definition at line 701 of file txtfrm.cxx.
SwLayoutModeModifier::~SwLayoutModeModifier | ( | ) |
Definition at line 706 of file txtfrm.cxx.
References m_nOldLayoutMode, and m_rOut.
void SwLayoutModeModifier::Modify | ( | bool | bChgToRTL | ) |
Definition at line 711 of file txtfrm.cxx.
References vcl::text::BiDiRtl, vcl::text::BiDiStrong, and m_rOut.
Referenced by SwTextFormatter::BuildMultiPortion(), SwTextCursor::GetCharRect_(), SwTextCursor::GetModelPositionForViewPoint(), SwTextFrame::PaintEmpty(), SwTextFrame::PaintExtraData(), and SwTextPainter::PaintMultiPortion().
void SwLayoutModeModifier::SetAuto | ( | ) |
Definition at line 718 of file txtfrm.cxx.
References m_nOldLayoutMode, and m_rOut.
Referenced by SwDropPortion::Format(), SwFieldPortion::Format(), SwDropPortion::Paint(), SwExpandPortion::Paint(), and SwDropPortion::PaintText().
|
private |
Definition at line 967 of file txtfrm.hxx.
Referenced by SetAuto(), and ~SwLayoutModeModifier().
|
private |
Definition at line 966 of file txtfrm.hxx.
Referenced by Modify(), SetAuto(), and ~SwLayoutModeModifier().