LibreOffice Module sw (master) 1
Classes | Namespaces | Enumerations | Functions
pagefrm.hxx File Reference
#include <viewsh.hxx>
#include <swdllapi.h>
#include "ftnboss.hxx"
#include "hffrm.hxx"
#include <SidebarWindowsTypes.hxx>
Include dependency graph for pagefrm.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ SwPageFrameInvFlags

enum class SwPageFrameInvFlags : sal_uInt8
strong
Enumerator
NONE 
InvalidatePrt 
SetCompletePaint 
InvalidateNextPos 
PrepareHeader 
PrepareFooter 
CheckGrid 
InvalidateGrid 

Definition at line 41 of file pagefrm.hxx.

Function Documentation

◆ GetGridItem()

SwTextGridItem const * GetGridItem ( SwPageFrame const * const  pPage)

◆ GetGridWidth()

sal_uInt16 GetGridWidth ( SwTextGridItem const &  rG,
SwDoc const &  rDoc 
)