|
LibreOffice Module sc (master) 1
|
#include <printopt.hxx>
Public Member Functions | |
| ScPrintCfg () | |
| const ScPrintOptions & | GetOptions () const |
| void | SetOptions (const ScPrintOptions &rNew) |
| virtual void | Notify (const css::uno::Sequence< OUString > &aPropertyNames) override |
Public Member Functions inherited from utl::ConfigItem | |
| virtual | ~ConfigItem () override |
| ConfigItem (ConfigItem const &)=default | |
| ConfigItem (ConfigItem &&)=default | |
| ConfigItem & | operator= (ConfigItem const &)=delete |
| ConfigItem & | operator= (ConfigItem &&)=delete |
| virtual void | Notify (const css::uno::Sequence< OUString > &aPropertyNames)=0 |
| const OUString & | GetSubTreeName () const |
| bool | IsModified () const |
| void | Commit () |
| ConfigItemMode | GetMode () const |
Public Member Functions inherited from utl::ConfigurationBroadcaster | |
| void | AddListener (utl::ConfigurationListener *pListener) |
| void | RemoveListener (utl::ConfigurationListener const *pListener) |
| void | NotifyListeners (ConfigurationHints nHint) |
| ConfigurationBroadcaster () | |
| ConfigurationBroadcaster (ConfigurationBroadcaster const &) | |
| virtual | ~ConfigurationBroadcaster () |
| ConfigurationBroadcaster & | operator= (ConfigurationBroadcaster const &other) |
| virtual void | BlockBroadcasts (bool bBlock) |
Private Member Functions | |
| void | ReadCfg () |
| virtual void | ImplCommit () override |
Private Member Functions inherited from ScPrintOptions | |
| ScPrintOptions () | |
| bool | GetSkipEmpty () const |
| void | SetSkipEmpty (bool bVal) |
| bool | GetAllSheets () const |
| void | SetAllSheets (bool bVal) |
| bool | GetForceBreaks () const |
| void | SetForceBreaks (bool bVal) |
| void | SetDefaults () |
| bool | operator== (const ScPrintOptions &rOpt) const |
Static Private Member Functions | |
| static css::uno::Sequence< OUString > | GetPropertyNames () |
Additional Inherited Members | |
Static Public Member Functions inherited from utl::ConfigItem | |
| static css::uno::Sequence< OUString > | GetNodeNames (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, ConfigNameFormat eFormat) |
| static css::uno::Sequence< css::uno::Any > | GetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const css::uno::Sequence< OUString > &rNames, bool bAllLocales) |
| static bool | PutProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const css::uno::Sequence< OUString > &rNames, const css::uno::Sequence< css::uno::Any > &rValues, bool bAllLocales) |
| static bool | ClearNodeSet (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode) |
| static bool | ReplaceSetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues, bool bAllLocales) |
| static bool | SetSetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
Protected Member Functions inherited from utl::ConfigItem | |
| ConfigItem (OUString aSubTree, ConfigItemMode nMode=ConfigItemMode::NONE) | |
| void | SetModified () |
| void | ClearModified () |
| css::uno::Sequence< css::uno::Any > | GetProperties (const css::uno::Sequence< OUString > &rNames) |
| css::uno::Sequence< sal_Bool > | GetReadOnlyStates (const css::uno::Sequence< OUString > &rNames) |
| bool | PutProperties (const css::uno::Sequence< OUString > &rNames, const css::uno::Sequence< css::uno::Any > &rValues) |
| bool | EnableNotification (const css::uno::Sequence< OUString > &rNames, bool bEnableInternalNotification=false) |
| void | DisableNotification () |
| css::uno::Sequence< OUString > | GetNodeNames (const OUString &rNode) |
| css::uno::Sequence< OUString > | GetNodeNames (const OUString &rNode, ConfigNameFormat eFormat) |
| bool | ClearNodeSet (const OUString &rNode) |
| bool | ClearNodeElements (const OUString &rNode, css::uno::Sequence< OUString > const &rElements) |
| bool | SetSetProperties (const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
| bool | ReplaceSetProperties (const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
| bool | AddNode (const OUString &rNode, const OUString &rNewNode) |
Definition at line 72 of file printopt.hxx.
| ScPrintCfg::ScPrintCfg | ( | ) |
Definition at line 86 of file printopt.cxx.
References utl::ConfigItem::EnableNotification(), GetPropertyNames(), and ReadCfg().
|
inline |
Definition at line 82 of file printopt.hxx.
|
staticprivate |
Definition at line 79 of file printopt.cxx.
Referenced by ImplCommit(), ReadCfg(), and ScPrintCfg().
|
overrideprivatevirtual |
Implements utl::ConfigItem.
Definition at line 110 of file printopt.cxx.
References Any, ScPrintOptions::GetAllSheets(), ScPrintOptions::GetForceBreaks(), GetPropertyNames(), ScPrintOptions::GetSkipEmpty(), utl::ConfigItem::PutProperties(), pValues, SCPRINTOPT_ALLSHEETS, SCPRINTOPT_EMPTYPAGES, and SCPRINTOPT_FORCEBREAKS.
|
overridevirtual |
|
private |
Definition at line 94 of file printopt.cxx.
References utl::ConfigItem::GetProperties(), GetPropertyNames(), SCPRINTOPT_ALLSHEETS, SCPRINTOPT_EMPTYPAGES, SCPRINTOPT_FORCEBREAKS, ScPrintOptions::SetAllSheets(), ScPrintOptions::SetForceBreaks(), and ScPrintOptions::SetSkipEmpty().
Referenced by Notify(), and ScPrintCfg().
| void ScPrintCfg::SetOptions | ( | const ScPrintOptions & | rNew | ) |
Definition at line 122 of file printopt.cxx.
References utl::ConfigItem::Commit(), and utl::ConfigItem::SetModified().