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 |
ComplexTextLayoutFlags | m_nOldLayoutMode |
Definition at line 927 of file txtfrm.hxx.
SwLayoutModeModifier::SwLayoutModeModifier | ( | const OutputDevice & | rOutp | ) |
Definition at line 699 of file txtfrm.cxx.
SwLayoutModeModifier::~SwLayoutModeModifier | ( | ) |
Definition at line 704 of file txtfrm.cxx.
References m_nOldLayoutMode, and m_rOut.
void SwLayoutModeModifier::Modify | ( | bool | bChgToRTL | ) |
Definition at line 709 of file txtfrm.cxx.
References m_rOut.
Referenced by SwTextFormatter::BuildMultiPortion(), SwTextCursor::GetCharRect_(), SwTextCursor::GetModelPositionForViewPoint(), SwTextFrame::PaintEmpty(), SwTextFrame::PaintExtraData(), and SwTextPainter::PaintMultiPortion().
void SwLayoutModeModifier::SetAuto | ( | ) |
Definition at line 716 of file txtfrm.cxx.
References m_nOldLayoutMode, and m_rOut.
Referenced by SwFieldPortion::Format(), SwDropPortion::Format(), SwExpandPortion::Paint(), SwDropPortion::Paint(), and SwDropPortion::PaintText().
|
private |
Definition at line 930 of file txtfrm.hxx.
Referenced by SetAuto(), and ~SwLayoutModeModifier().
|
private |
Definition at line 929 of file txtfrm.hxx.
Referenced by Modify(), SetAuto(), and ~SwLayoutModeModifier().