LibreOffice Module sc (master)
1
|
#include <printopt.hxx>
Private Member Functions | |
virtual void | ImplCommit () override |
Static Private Member Functions | |
static css::uno::Sequence< OUString > | GetPropertyNames () |
Additional Inherited Members | |
![]() | |
ConfigItem (const OUString &rSubTree, 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 73 of file printopt.hxx.
ScPrintCfg::ScPrintCfg | ( | ) |
Definition at line 87 of file printopt.cxx.
References Any, ScUnoHelpFunctions::GetBoolFromAny(), utl::ConfigItem::GetProperties(), GetPropertyNames(), pValues, SCPRINTOPT_ALLSHEETS, SCPRINTOPT_EMPTYPAGES, SCPRINTOPT_FORCEBREAKS, ScPrintOptions::SetAllSheets(), ScPrintOptions::SetForceBreaks(), and ScPrintOptions::SetSkipEmpty().
|
staticprivate |
Definition at line 80 of file printopt.cxx.
Referenced by ImplCommit(), and ScPrintCfg().
|
overrideprivatevirtual |
Implements utl::ConfigItem.
Definition at line 119 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 |
Implements utl::ConfigItem.
Definition at line 150 of file printopt.cxx.
void ScPrintCfg::SetOptions | ( | const ScPrintOptions & | rNew | ) |
Definition at line 144 of file printopt.cxx.
References utl::ConfigItem::SetModified().