| 
    LibreOffice Module sw (master) 1
    
   | 
 
#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) | 
Definition at line 25 of file vbaheaderfooterhelper.hxx.
      
  | 
  static | 
| css::uno::RuntimeException | 
Definition at line 158 of file vbaheaderfooterhelper.cxx.
References ooo::vba::word::getCurrentPageStyle(), ooo::vba::word::getXTextViewCursor(), isFooter(), and xModel.
Referenced by SwVbaSelection::getHeaderFooter(), and SwVbaView::getSeekView().
      
  | 
  static | 
| css::uno::RuntimeException | 
Definition at line 94 of file vbaheaderfooterhelper.cxx.
References ooo::vba::word::getCurrentPageStyle(), ooo::vba::word::getXTextViewCursor(), isHeader(), and xModel.
Referenced by SwVbaSelection::getHeaderFooter(), and SwVbaView::getSeekView().
      
  | 
  static | 
| 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().
      
  | 
  static | 
| 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().
      
  | 
  static | 
| css::uno::RuntimeException | 
Definition at line 110 of file vbaheaderfooterhelper.cxx.
References ooo::vba::word::getCurrentPageStyle(), ooo::vba::word::getCurrentXText(), ooo::vba::word::getXTextViewCursor(), isHeaderFooter(), and xModel.
Referenced by isEvenPagesFooter(), and isFirstPageFooter().
      
  | 
  static | 
| css::uno::RuntimeException | 
Definition at line 45 of file vbaheaderfooterhelper.cxx.
References ooo::vba::word::getCurrentPageStyle(), ooo::vba::word::getCurrentXText(), ooo::vba::word::getXTextViewCursor(), isHeaderFooter(), and xModel.
Referenced by SwVbaSelection::getHeaderFooter(), SwVbaView::getSeekView(), isEvenPagesHeader(), and isFirstPageHeader().
      
  | 
  static | 
| css::uno::RuntimeException | 
Referenced by SwVbaSelection::getHeaderFooter(), isFooter(), and isHeader().
      
  | 
  static | 
| css::uno::RuntimeException |