LibreOffice Module sw (master) 1
Static Public Member Functions | List of all members
HeaderFooterHelper Class Reference

#include <vbaheaderfooterhelper.hxx>

Static Public Member Functions

static bool isHeaderFooter (const css::uno::Reference< css::frame::XModel > &xModel)
 
static bool isHeaderFooter (const css::uno::Reference< css::text::XText > &xText)
 
static bool isHeader (const css::uno::Reference< css::frame::XModel > &xModel)
 
static bool isFirstPageHeader (const css::uno::Reference< css::frame::XModel > &xModel)
 
static bool isEvenPagesHeader (const css::uno::Reference< css::frame::XModel > &xModel)
 
static bool isFooter (const css::uno::Reference< css::frame::XModel > &xModel)
 
static bool isFirstPageFooter (const css::uno::Reference< css::frame::XModel > &xModel)
 
static bool isEvenPagesFooter (const css::uno::Reference< css::frame::XModel > &xModel)
 

Detailed Description

Definition at line 25 of file vbaheaderfooterhelper.hxx.

Member Function Documentation

◆ isEvenPagesFooter()

bool HeaderFooterHelper::isEvenPagesFooter ( const css::uno::Reference< css::frame::XModel > &  xModel)
static

◆ isEvenPagesHeader()

bool HeaderFooterHelper::isEvenPagesHeader ( const css::uno::Reference< css::frame::XModel > &  xModel)
static

◆ isFirstPageFooter()

bool HeaderFooterHelper::isFirstPageFooter ( const css::uno::Reference< css::frame::XModel > &  xModel)
static
Exceptions
css::uno::RuntimeException

Definition at line 147 of file vbaheaderfooterhelper.cxx.

References FIRST_PAGE, ooo::vba::word::getXTextViewCursor(), isFooter(), and xModel.

Referenced by SwVbaSelection::getHeaderFooter(), and SwVbaView::getSeekView().

◆ isFirstPageHeader()

bool HeaderFooterHelper::isFirstPageHeader ( const css::uno::Reference< css::frame::XModel > &  xModel)
static
Exceptions
css::uno::RuntimeException

Definition at line 82 of file vbaheaderfooterhelper.cxx.

References FIRST_PAGE, ooo::vba::word::getXTextViewCursor(), isHeader(), and xModel.

Referenced by SwVbaSelection::getHeaderFooter(), and SwVbaView::getSeekView().

◆ isFooter()

bool HeaderFooterHelper::isFooter ( const css::uno::Reference< css::frame::XModel > &  xModel)
static

◆ isHeader()

bool HeaderFooterHelper::isHeader ( const css::uno::Reference< css::frame::XModel > &  xModel)
static

◆ isHeaderFooter() [1/2]

static bool HeaderFooterHelper::isHeaderFooter ( const css::uno::Reference< css::frame::XModel > &  xModel)
static
Exceptions
css::uno::RuntimeException

Referenced by SwVbaSelection::getHeaderFooter(), isFooter(), and isHeader().

◆ isHeaderFooter() [2/2]

static bool HeaderFooterHelper::isHeaderFooter ( const css::uno::Reference< css::text::XText > &  xText)
static
Exceptions
css::uno::RuntimeException

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