LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::PageBreakModel Struct Reference

Stores formatting data about a page break. More...

#include <worksheethelper.hxx>

Public Member Functions

 PageBreakModel ()
 True = manual page break. More...
 

Public Attributes

sal_Int32 mnColRow
 
sal_Int32 mnMin
 0-based (!) index of column/row. More...
 
sal_Int32 mnMax
 Start of limited break. More...
 
bool mbManual
 End of limited break. More...
 

Detailed Description

Stores formatting data about a page break.

Definition at line 106 of file worksheethelper.hxx.

Constructor & Destructor Documentation

◆ PageBreakModel()

oox::xls::PageBreakModel::PageBreakModel ( )
explicit

True = manual page break.

Definition at line 164 of file worksheethelper.cxx.

Member Data Documentation

◆ mbManual

bool oox::xls::PageBreakModel::mbManual

End of limited break.

Definition at line 111 of file worksheethelper.hxx.

Referenced by oox::xls::WorksheetFragment::importBrk(), and oox::xls::WorksheetGlobals::setPageBreak().

◆ mnColRow

sal_Int32 oox::xls::PageBreakModel::mnColRow

◆ mnMax

sal_Int32 oox::xls::PageBreakModel::mnMax

Start of limited break.

Definition at line 110 of file worksheethelper.hxx.

Referenced by oox::xls::WorksheetFragment::importBrk().

◆ mnMin

sal_Int32 oox::xls::PageBreakModel::mnMin

0-based (!) index of column/row.

Definition at line 109 of file worksheethelper.hxx.

Referenced by oox::xls::WorksheetFragment::importBrk().


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