LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
SwXPrintSettings Class Referencefinal

#include <unomod.hxx>

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

Public Member Functions

 SwXPrintSettings (SwXPrintSettingsType eType, SwDoc *pDoc=nullptr)
 
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
 
- Public Member Functions inherited from comphelper::ChainablePropertySet
 ChainablePropertySet (comphelper::ChainablePropertySetInfo *pInfo, SolarMutex *pMutex) noexcept
 
virtual ~ChainablePropertySet () noexcept override
 
css::uno::Any SAL_CALL queryInterface (const css::uno::Type &aType) override
 
void SAL_CALL acquire () noexcept override
 
void SAL_CALL release () noexcept override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual void SAL_CALL setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override
 
virtual css::uno::Any SAL_CALL getPropertyValue (const OUString &PropertyName) override
 
virtual void SAL_CALL addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override
 
virtual void SAL_CALL removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override
 
virtual void SAL_CALL addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
 
virtual void SAL_CALL removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
 
virtual void SAL_CALL setPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override
 
virtual css::uno::Sequence< css::uno::Any > SAL_CALL getPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames) override
 
virtual void SAL_CALL addPropertiesChangeListener (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override
 
virtual void SAL_CALL removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override
 
virtual void SAL_CALL firePropertiesChangeEvent (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override
 
virtual css::beans::PropertyState SAL_CALL getPropertyState (const OUString &PropertyName) override
 
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override
 
virtual void SAL_CALL setPropertyToDefault (const OUString &PropertyName) override
 
virtual css::uno::Any SAL_CALL getPropertyDefault (const OUString &aPropertyName) override
 

Private Member Functions

virtual void _preSetValues () override
 
virtual void _setSingleValue (const comphelper::PropertyInfo &rInfo, const css::uno::Any &rValue) override
 
virtual void _postSetValues () override
 
virtual void _preGetValues () override
 
virtual void _getSingleValue (const comphelper::PropertyInfo &rInfo, css::uno::Any &rValue) override
 
virtual void _postGetValues () override
 
virtual ~SwXPrintSettings () noexcept override
 

Private Attributes

SwXPrintSettingsType meType
 
SwPrintDatampPrtOpt
 
SwDocmpDoc
 

Friends

class SwXDocumentSettings
 

Additional Inherited Members

virtual void _preSetValues ()=0
 
virtual void _setSingleValue (const comphelper::PropertyInfo &rInfo, const css::uno::Any &rValue)=0
 
virtual void _postSetValues ()=0
 
virtual void _preGetValues ()=0
 
virtual void _getSingleValue (const comphelper::PropertyInfo &rInfo, css::uno::Any &rValue)=0
 
virtual void _postGetValues ()=0
 
- Protected Attributes inherited from comphelper::ChainablePropertySet
SolarMutex *const mpMutex
 
rtl::Reference< ChainablePropertySetInfomxInfo
 

Detailed Description

Definition at line 71 of file unomod.hxx.

Constructor & Destructor Documentation

◆ ~SwXPrintSettings()

SwXPrintSettings::~SwXPrintSettings ( )
overrideprivatevirtualnoexcept

Definition at line 263 of file unomod.cxx.

◆ SwXPrintSettings()

SwXPrintSettings::SwXPrintSettings ( SwXPrintSettingsType  eType,
SwDoc pDoc = nullptr 
)

Definition at line 255 of file unomod.cxx.

References eType.

Member Function Documentation

◆ _getSingleValue()

void SwXPrintSettings::_getSingleValue ( const comphelper::PropertyInfo rInfo,
css::uno::Any &  rValue 
)
overrideprivatevirtual

◆ _postGetValues()

void SwXPrintSettings::_postGetValues ( )
overrideprivatevirtual

Implements comphelper::ChainablePropertySet.

Definition at line 500 of file unomod.cxx.

References mpPrtOpt.

◆ _postSetValues()

void SwXPrintSettings::_postSetValues ( )
overrideprivatevirtual

Implements comphelper::ChainablePropertySet.

Definition at line 405 of file unomod.cxx.

References mpPrtOpt.

◆ _preGetValues()

void SwXPrintSettings::_preGetValues ( )
overrideprivatevirtual

◆ _preSetValues()

void SwXPrintSettings::_preSetValues ( )
overrideprivatevirtual

◆ _setSingleValue()

void SwXPrintSettings::_setSingleValue ( const comphelper::PropertyInfo rInfo,
const css::uno::Any &  rValue 
)
overrideprivatevirtual

◆ getImplementationName()

OUString SwXPrintSettings::getImplementationName ( )
overridevirtual

Definition at line 505 of file unomod.cxx.

◆ getSupportedServiceNames()

Sequence< OUString > SwXPrintSettings::getSupportedServiceNames ( )
overridevirtual

Definition at line 515 of file unomod.cxx.

◆ supportsService()

sal_Bool SwXPrintSettings::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 510 of file unomod.cxx.

References cppu::supportsService().

Friends And Related Function Documentation

◆ SwXDocumentSettings

friend class SwXDocumentSettings
friend

Definition at line 73 of file unomod.hxx.

Member Data Documentation

◆ meType

SwXPrintSettingsType SwXPrintSettings::meType
private

Definition at line 75 of file unomod.hxx.

Referenced by _preGetValues(), and _preSetValues().

◆ mpDoc

SwDoc* SwXPrintSettings::mpDoc
private

Definition at line 77 of file unomod.hxx.

Referenced by _preGetValues(), and _preSetValues().

◆ mpPrtOpt

SwPrintData* SwXPrintSettings::mpPrtOpt
private

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