LibreOffice Module sw (master) 1
|
#include <viewsh.hxx>
#include <swdllapi.h>
#include "ftnboss.hxx"
#include "hffrm.hxx"
#include <SidebarWindowsTypes.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< SwPageFrameInvFlags > |
class | SwPageFrame |
A page of the document layout. More... | |
Namespaces | |
namespace | vcl |
namespace | o3tl |
namespace | sw |
Dialog to specify the properties of date form field. | |
Enumerations | |
enum class | SwPageFrameInvFlags : sal_uInt8 { NONE = 0x00 , InvalidatePrt = 0x01 , SetCompletePaint = 0x02 , InvalidateNextPos = 0x04 , PrepareHeader = 0x08 , PrepareFooter = 0x10 , CheckGrid = 0x20 , InvalidateGrid = 0x40 } |
Functions | |
SwTextGridItem const * | GetGridItem (SwPageFrame const *const) |
sal_uInt16 | GetGridWidth (SwTextGridItem const &, SwDoc const &) |
bool | sw::IsPageFrameEmpty (SwPageFrame const &rPage) |
check if there's content on the page that requires it to exist More... | |
|
strong |
Enumerator | |
---|---|
NONE | |
InvalidatePrt | |
SetCompletePaint | |
InvalidateNextPos | |
PrepareHeader | |
PrepareFooter | |
CheckGrid | |
InvalidateGrid |
Definition at line 41 of file pagefrm.hxx.
SwTextGridItem const * GetGridItem | ( | SwPageFrame const * const | pPage | ) |
Definition at line 2676 of file pagechg.cxx.
References SwTextGridItem::GetGridType(), SwPageDesc::GetMaster(), SwPageFrame::GetPageDesc(), SwFormat::GetTextGrid(), GRID_NONE, and SwPageFrame::HasGrid().
Referenced by SwTextCursor::AdjustBaseLine(), SwTextFormatter::BuildMultiPortion(), SwTextFormatter::BuildPortions(), SwTextFormatter::CalcFlyWidth(), SwTextFormatter::CalcRealHeight(), SwTextPortion::CalcSpacing(), SwPageFrame::CheckGrid(), SwFntObj::DrawText(), SwTextPainter::DrawTextLine(), SwBodyFrame::Format(), SwTextFrame::FormatEmpty(), SwTextCursor::GetCharRect_(), SwFntObj::GetModelPositionForViewPoint(), SwTextPortion::GetSpaceCnt(), SwFont::GetTextBreak(), SwFntObj::GetTextSize(), SwTextGuess::Guess(), SwTextFrame::PaintEmpty(), SwPageFrame::PaintGrid(), SwTextPainter::PaintMultiPortion(), SwTextFrame::Prepare(), SwPageFrame::SwPageFrame(), SwRubyPortion::SwRubyPortion(), and SwTextFormatter::WhichFirstPortion().
sal_uInt16 GetGridWidth | ( | SwTextGridItem const & | rG, |
SwDoc const & | rDoc | ||
) |
Definition at line 2690 of file pagechg.cxx.
References SwTextGridItem::GetBaseHeight(), SwTextGridItem::GetBaseWidth(), and SwDoc::IsSquaredPageMode().
Referenced by SwTextFormatter::BuildPortions(), SwTextFormatter::CalcFlyWidth(), SwFntObj::DrawText(), SwBodyFrame::Format(), SwFntObj::GetModelPositionForViewPoint(), SwFont::GetTextBreak(), SwFntObj::GetTextSize(), and SwPageFrame::PaintGrid().