LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwVbaOptions Class Reference

#include <vbaoptions.hxx>

Inheritance diagram for SwVbaOptions:
[legend]
Collaboration diagram for SwVbaOptions:
[legend]

Public Member Functions

 SwVbaOptions (css::uno::Reference< css::uno::XComponentContext > const &m_xContext)
 
virtual ~SwVbaOptions () override
 
virtual ::sal_Int32 SAL_CALL getDefaultBorderLineStyle () override
 
virtual void SAL_CALL setDefaultBorderLineStyle (::sal_Int32 _defaultborderlinestyle) override
 
virtual ::sal_Int32 SAL_CALL getDefaultBorderLineWidth () override
 
virtual void SAL_CALL setDefaultBorderLineWidth (::sal_Int32 _defaultborderlinewidth) override
 
virtual ::sal_Int32 SAL_CALL getDefaultBorderColorIndex () override
 
virtual void SAL_CALL setDefaultBorderColorIndex (::sal_Int32 _defaultbordercolorindex) override
 
virtual sal_Bool SAL_CALL getReplaceSelection () override
 
virtual void SAL_CALL setReplaceSelection (sal_Bool _replaceselection) override
 
virtual sal_Bool SAL_CALL getMapPaperSize () override
 
virtual void SAL_CALL setMapPaperSize (sal_Bool _mappapersize) override
 
virtual sal_Bool SAL_CALL getAutoFormatAsYouTypeApplyHeadings () override
 
virtual void SAL_CALL setAutoFormatAsYouTypeApplyHeadings (sal_Bool _autoformatasyoutypeapplyheadings) override
 
virtual sal_Bool SAL_CALL getAutoFormatAsYouTypeApplyBulletedLists () override
 
virtual void SAL_CALL setAutoFormatAsYouTypeApplyBulletedLists (sal_Bool _autoformatasyoutypeapplybulletedlists) override
 
virtual sal_Bool SAL_CALL getAutoFormatAsYouTypeApplyNumberedLists () override
 
virtual void SAL_CALL setAutoFormatAsYouTypeApplyNumberedLists (sal_Bool _autoformatasyoutypeapplynumberedlists) override
 
virtual sal_Bool SAL_CALL getAutoFormatAsYouTypeFormatListItemBeginning () override
 
virtual void SAL_CALL setAutoFormatAsYouTypeFormatListItemBeginning (sal_Bool _autoformatasyoutypeformatlistitembeginning) override
 
virtual sal_Bool SAL_CALL getAutoFormatAsYouTypeDefineStyles () override
 
virtual void SAL_CALL setAutoFormatAsYouTypeDefineStyles (sal_Bool _autoformatasyoutypedefinestyles) override
 
virtual sal_Bool SAL_CALL getAutoFormatApplyHeadings () override
 
virtual void SAL_CALL setAutoFormatApplyHeadings (sal_Bool _autoformatapplyheadings) override
 
virtual sal_Bool SAL_CALL getAutoFormatApplyLists () override
 
virtual void SAL_CALL setAutoFormatApplyLists (sal_Bool _autoformatapplylists) override
 
virtual sal_Bool SAL_CALL getAutoFormatApplyBulletedLists () override
 
virtual void SAL_CALL setAutoFormatApplyBulletedLists (sal_Bool _autoformatapplybulletedlists) override
 
virtual css::uno::Any SAL_CALL DefaultFilePath (sal_Int32 _path) override
 
virtual void setValueEvent (const css::uno::Any &value) override
 
virtual css::uno::Any getValueEvent () 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
 
virtual void setValueEvent (const css::uno::Any &value)=0
 
virtual css::uno::Any getValueEvent ()=0
 

Private Attributes

OUString msDefaultFilePath
 

Additional Inherited Members

- Protected Member Functions inherited from PropListener
 ~PropListener ()
 
- Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 28 of file vbaoptions.hxx.

Constructor & Destructor Documentation

◆ SwVbaOptions()

SwVbaOptions::SwVbaOptions ( css::uno::Reference< css::uno::XComponentContext > const &  m_xContext)
explicit

Definition at line 33 of file vbaoptions.cxx.

References Reference.

◆ ~SwVbaOptions()

SwVbaOptions::~SwVbaOptions ( )
overridevirtual

Definition at line 37 of file vbaoptions.cxx.

Member Function Documentation

◆ DefaultFilePath()

uno::Any SAL_CALL SwVbaOptions::DefaultFilePath ( sal_Int32  _path)
overridevirtual

Definition at line 42 of file vbaoptions.cxx.

References ERRCODE_BASIC_NOT_IMPLEMENTED, and msDefaultFilePath.

◆ getAutoFormatApplyBulletedLists()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatApplyBulletedLists ( )
overridevirtual

Definition at line 248 of file vbaoptions.cxx.

◆ getAutoFormatApplyHeadings()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatApplyHeadings ( )
overridevirtual

Definition at line 228 of file vbaoptions.cxx.

◆ getAutoFormatApplyLists()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatApplyLists ( )
overridevirtual

Definition at line 238 of file vbaoptions.cxx.

◆ getAutoFormatAsYouTypeApplyBulletedLists()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatAsYouTypeApplyBulletedLists ( )
overridevirtual

Definition at line 188 of file vbaoptions.cxx.

◆ getAutoFormatAsYouTypeApplyHeadings()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatAsYouTypeApplyHeadings ( )
overridevirtual

Definition at line 178 of file vbaoptions.cxx.

◆ getAutoFormatAsYouTypeApplyNumberedLists()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatAsYouTypeApplyNumberedLists ( )
overridevirtual

Definition at line 198 of file vbaoptions.cxx.

◆ getAutoFormatAsYouTypeDefineStyles()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatAsYouTypeDefineStyles ( )
overridevirtual

Definition at line 218 of file vbaoptions.cxx.

◆ getAutoFormatAsYouTypeFormatListItemBeginning()

sal_Bool SAL_CALL SwVbaOptions::getAutoFormatAsYouTypeFormatListItemBeginning ( )
overridevirtual

Definition at line 208 of file vbaoptions.cxx.

◆ getDefaultBorderColorIndex()

sal_Int32 SAL_CALL SwVbaOptions::getDefaultBorderColorIndex ( )
override

Definition at line 148 of file vbaoptions.cxx.

◆ getDefaultBorderLineStyle()

sal_Int32 SAL_CALL SwVbaOptions::getDefaultBorderLineStyle ( )
override

Definition at line 128 of file vbaoptions.cxx.

◆ getDefaultBorderLineWidth()

sal_Int32 SAL_CALL SwVbaOptions::getDefaultBorderLineWidth ( )
override

Definition at line 138 of file vbaoptions.cxx.

◆ getMapPaperSize()

sal_Bool SAL_CALL SwVbaOptions::getMapPaperSize ( )
overridevirtual

Definition at line 168 of file vbaoptions.cxx.

◆ getReplaceSelection()

sal_Bool SAL_CALL SwVbaOptions::getReplaceSelection ( )
overridevirtual

Definition at line 158 of file vbaoptions.cxx.

◆ getServiceImplName()

OUString SwVbaOptions::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

uno::Sequence< OUString > SwVbaOptions::getServiceNames ( )
overridevirtual

◆ getValueEvent()

uno::Any SwVbaOptions::getValueEvent ( )
overridevirtual

◆ setAutoFormatApplyBulletedLists()

void SAL_CALL SwVbaOptions::setAutoFormatApplyBulletedLists ( sal_Bool  _autoformatapplybulletedlists)
overridevirtual

Definition at line 253 of file vbaoptions.cxx.

◆ setAutoFormatApplyHeadings()

void SAL_CALL SwVbaOptions::setAutoFormatApplyHeadings ( sal_Bool  _autoformatapplyheadings)
overridevirtual

Definition at line 233 of file vbaoptions.cxx.

◆ setAutoFormatApplyLists()

void SAL_CALL SwVbaOptions::setAutoFormatApplyLists ( sal_Bool  _autoformatapplylists)
overridevirtual

Definition at line 243 of file vbaoptions.cxx.

◆ setAutoFormatAsYouTypeApplyBulletedLists()

void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeApplyBulletedLists ( sal_Bool  _autoformatasyoutypeapplybulletedlists)
overridevirtual

Definition at line 193 of file vbaoptions.cxx.

◆ setAutoFormatAsYouTypeApplyHeadings()

void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeApplyHeadings ( sal_Bool  _autoformatasyoutypeapplyheadings)
overridevirtual

Definition at line 183 of file vbaoptions.cxx.

◆ setAutoFormatAsYouTypeApplyNumberedLists()

void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeApplyNumberedLists ( sal_Bool  _autoformatasyoutypeapplynumberedlists)
overridevirtual

Definition at line 203 of file vbaoptions.cxx.

◆ setAutoFormatAsYouTypeDefineStyles()

void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeDefineStyles ( sal_Bool  _autoformatasyoutypedefinestyles)
overridevirtual

Definition at line 223 of file vbaoptions.cxx.

◆ setAutoFormatAsYouTypeFormatListItemBeginning()

void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeFormatListItemBeginning ( sal_Bool  _autoformatasyoutypeformatlistitembeginning)
overridevirtual

Definition at line 213 of file vbaoptions.cxx.

◆ setDefaultBorderColorIndex()

void SAL_CALL SwVbaOptions::setDefaultBorderColorIndex ( ::sal_Int32  _defaultbordercolorindex)
overridevirtual

Definition at line 153 of file vbaoptions.cxx.

◆ setDefaultBorderLineStyle()

void SAL_CALL SwVbaOptions::setDefaultBorderLineStyle ( ::sal_Int32  _defaultborderlinestyle)
overridevirtual

Definition at line 133 of file vbaoptions.cxx.

◆ setDefaultBorderLineWidth()

void SAL_CALL SwVbaOptions::setDefaultBorderLineWidth ( ::sal_Int32  _defaultborderlinewidth)
overridevirtual

Definition at line 143 of file vbaoptions.cxx.

◆ setMapPaperSize()

void SAL_CALL SwVbaOptions::setMapPaperSize ( sal_Bool  _mappapersize)
overridevirtual

Definition at line 173 of file vbaoptions.cxx.

◆ setReplaceSelection()

void SAL_CALL SwVbaOptions::setReplaceSelection ( sal_Bool  _replaceselection)
overridevirtual

Definition at line 163 of file vbaoptions.cxx.

◆ setValueEvent()

void SwVbaOptions::setValueEvent ( const css::uno::Any &  value)
overridevirtual

Member Data Documentation

◆ msDefaultFilePath

OUString SwVbaOptions::msDefaultFilePath
private

Definition at line 32 of file vbaoptions.hxx.

Referenced by DefaultFilePath(), getValueEvent(), and setValueEvent().


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