| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <vbaheaderfooter.hxx>
Public Member Functions | |
| SwVbaHeaderFooter (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::frame::XModel > xModel, css::uno::Reference< css::beans::XPropertySet > xProps, bool isHeader, sal_Int32 index) | |
| virtual sal_Bool SAL_CALL | getIsHeader () override | 
| virtual sal_Bool SAL_CALL | getLinkToPrevious () override | 
| virtual void SAL_CALL | setLinkToPrevious (sal_Bool _linktoprevious) override | 
| virtual css::uno::Reference< ::ooo::vba::word::XRange > SAL_CALL | getRange () override | 
| virtual css::uno::Any SAL_CALL | Shapes (const css::uno::Any &aIndex) override | 
| virtual OUString | getServiceImplName () override | 
| virtual css::uno::Sequence< OUString > | getServiceNames () override | 
  Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... Ifc > | |
| InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
  Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
| InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
| virtual OUString | getServiceImplName ()=0 | 
| virtual css::uno::Sequence< OUString > | getServiceNames ()=0 | 
| virtual ::sal_Int32 SAL_CALL | getCreator () override | 
| virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override | 
| virtual css::uno::Any SAL_CALL | Application () override | 
| virtual OUString SAL_CALL | getImplementationName () override | 
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override | 
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override | 
Private Attributes | |
| css::uno::Reference< css::frame::XModel > | mxModel | 
| css::uno::Reference< css::beans::XPropertySet > | mxPageStyleProps | 
| bool | mbHeader | 
| sal_Int32 | mnIndex | 
Additional Inherited Members | |
  Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
| css::uno::WeakReference< ov::XHelperInterface > | mxParent | 
| css::uno::Reference< css::uno::XComponentContext > | mxContext | 
Definition at line 28 of file vbaheaderfooter.hxx.
| SwVbaHeaderFooter::SwVbaHeaderFooter | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, | 
| const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
| css::uno::Reference< css::frame::XModel > | xModel, | ||
| css::uno::Reference< css::beans::XPropertySet > | xProps, | ||
| bool | isHeader, | ||
| sal_Int32 | index | ||
| ) | 
      
  | 
  overridevirtual | 
Definition at line 36 of file vbaheaderfooter.cxx.
References mbHeader.
      
  | 
  overridevirtual | 
Definition at line 41 of file vbaheaderfooter.cxx.
      
  | 
  overridevirtual | 
Definition at line 52 of file vbaheaderfooter.cxx.
References mbHeader, mnIndex, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxModel, and mxPageStyleProps.
      
  | 
  overridevirtual | 
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 87 of file vbaheaderfooter.cxx.
      
  | 
  overridevirtual | 
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 93 of file vbaheaderfooter.cxx.
References aServiceNames.
      
  | 
  overridevirtual | 
Definition at line 47 of file vbaheaderfooter.cxx.
      
  | 
  overridevirtual | 
Definition at line 74 of file vbaheaderfooter.cxx.
References index, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxModel.
      
  | 
  private | 
Definition at line 33 of file vbaheaderfooter.hxx.
Referenced by getIsHeader(), and getRange().
      
  | 
  private | 
Definition at line 34 of file vbaheaderfooter.hxx.
Referenced by getRange().
      
  | 
  private | 
Definition at line 31 of file vbaheaderfooter.hxx.
Referenced by getRange(), and Shapes().
      
  | 
  private | 
Definition at line 32 of file vbaheaderfooter.hxx.
Referenced by getRange().