LibreOffice Module sw (master)
1
|
#include <unomod.hxx>
Public Member Functions | |
SwXViewSettings (SwView *pView) | |
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 |
bool | IsValid () const |
void | Invalidate () |
![]() | |
ChainablePropertySet (comphelper::ChainablePropertySetInfo *pInfo, SolarMutex *pMutex) | |
virtual | ~ChainablePropertySet () override |
css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
void SAL_CALL | acquire () override |
void SAL_CALL | release () 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 | ~SwXViewSettings () override throw () |
Private Attributes | |
SwView * | pView |
std::unique_ptr< SwViewOption > | mpViewOption |
const SwViewOption * | mpConstViewOption |
bool | bObjectValid:1 |
bool | mbApplyZoom |
FieldUnit | eHRulerUnit |
bool | mbApplyHRulerMetric |
FieldUnit | eVRulerUnit |
bool | mbApplyVRulerMetric |
Friends | |
class | SwXDocumentSettings |
Additional Inherited Members | |
![]() | |
SolarMutex *const | mpMutex |
rtl::Reference< ChainablePropertySetInfo > | mxInfo |
Definition at line 100 of file unomod.hxx.
|
overrideprivatevirtual |
Definition at line 541 of file unomod.cxx.
SwXViewSettings::SwXViewSettings | ( | SwView * | pView | ) |
Definition at line 524 of file unomod.cxx.
References CM, comphelper::ChainablePropertySet::mxInfo, and pView.
|
overrideprivatevirtual |
Implements comphelper::ChainablePropertySet.
Definition at line 809 of file unomod.cxx.
References convertTwipToMm100(), SwViewOption::getBrowseMode(), SwViewOption::GetDivisionX(), SwViewOption::GetDivisionY(), SwView::GetEditWin(), vcl::Window::GetHelpId(), SwView::GetHRulerMetric(), SwMasterUsrPref::GetHScrollMetric(), SwViewOption::GetSnapSize(), SwViewShell::GetViewOptions(), SwView::GetVRulerMetric(), SwMasterUsrPref::GetVScrollMetric(), SwView::GetWrtShell(), SwViewOption::GetZoom(), SwViewOption::GetZoomType(), Size::Height(), INET_HID_SCHEME, SwViewOption::IsBlank(), SwViewOption::IsDocBoundaries(), SwViewOption::IsDraw(), SwViewOption::IsFieldName(), SwViewOption::IsFieldShadings(), SwViewOption::IsGraphic(), SwViewOption::IsGridVisible(), SwViewOption::IsHardBlank(), SwViewOption::IsHideWhitespaceMode(), SwViewOption::IsLineBreak(), SwViewOption::IsParagraph(), SwViewOption::IsPostIts(), SwViewOption::IsShowBookmarks(), SwViewOption::IsShowChangesInMargin(), SwViewOption::IsShowContentTips(), SwViewOption::IsShowHiddenChar(), SwViewOption::IsShowHiddenField(), SwViewOption::IsShowHiddenPara(), SwViewOption::IsShowInlineTooltips(), SwViewOption::IsShowScrollBarTips(), SwViewOption::IsSmoothScroll(), SwViewOption::IsSnap(), SwViewOption::IsSoftHyph(), SwViewOption::IsTab(), SwViewOption::IsTable(), SwViewOption::IsTableBoundaries(), SwViewOption::IsViewAnyRuler(), SwViewOption::IsViewHRuler(), SwViewOption::IsViewHScrollBar(), SwViewOption::IsViewMetaChars(), SwViewOption::IsViewVRuler(), SwViewOption::IsViewVScrollBar(), SwViewOption::IsVRulerRight(), comphelper::PropertyInfo::mnHandle, mpConstViewOption, pView, SW_MOD, and Size::Width().
|
overrideprivatevirtual |
Implements comphelper::ChainablePropertySet.
Definition at line 953 of file unomod.cxx.
References mpConstViewOption.
|
overrideprivatevirtual |
Implements comphelper::ChainablePropertySet.
Definition at line 770 of file unomod.cxx.
References SwView::ChangeTabMetric(), SwView::ChangeVRulerMetric(), DestText, DestViewOnly, eHRulerUnit, eVRulerUnit, mbApplyHRulerMetric, mbApplyVRulerMetric, mbApplyZoom, mpViewOption, pView, SwView::SetZoom(), and SW_MOD.
|
overrideprivatevirtual |
Implements comphelper::ChainablePropertySet.
Definition at line 797 of file unomod.cxx.
References SwViewShell::GetViewOptions(), SwView::GetWrtShell(), IsValid(), mpConstViewOption, pView, and SW_MOD.
|
overrideprivatevirtual |
Implements comphelper::ChainablePropertySet.
Definition at line 547 of file unomod.cxx.
References SwViewShell::GetViewOptions(), SwView::GetWrtShell(), IsValid(), mbApplyZoom, mpViewOption, pView, and SW_MOD.
|
overrideprivatevirtual |
Implements comphelper::ChainablePropertySet.
Definition at line 565 of file unomod.cxx.
References SwWrtShell::ApplyViewOptions(), convertMm100ToTwip(), eHRulerUnit, eVRulerUnit, FieldShadings, SwView::GetDocShell(), SwView::GetEditWin(), INetURLObject::GetProtocol(), INetURLObject::GetURLPath(), SwViewShell::GetViewOptions(), SwView::GetWrtShell(), MAXZOOM, mbApplyHRulerMetric, mbApplyVRulerMetric, mbApplyZoom, MINZOOM, comphelper::PropertyInfo::mnHandle, mpViewOption, OUStringToOString(), pView, SwViewOption::SetAppearanceFlag(), SwViewOption::setBrowseMode(), SwViewOption::SetDocBoundaries(), Size::setHeight(), vcl::Window::SetHelpId(), SwViewOption::SetHideWhitespaceMode(), Size::setWidth(), TableBoundaries, and SwDocShell::ToggleLayoutMode().
|
overridevirtual |
Definition at line 958 of file unomod.cxx.
|
overridevirtual |
Definition at line 968 of file unomod.cxx.
|
inline |
Definition at line 133 of file unomod.hxx.
|
inline |
Definition at line 132 of file unomod.hxx.
Referenced by _preGetValues(), and _preSetValues().
|
overridevirtual |
Definition at line 963 of file unomod.cxx.
References cppu::supportsService().
|
friend |
Definition at line 102 of file unomod.hxx.
|
private |
Definition at line 107 of file unomod.hxx.
|
private |
Definition at line 109 of file unomod.hxx.
Referenced by _postSetValues(), and _setSingleValue().
|
private |
Definition at line 111 of file unomod.hxx.
Referenced by _postSetValues(), and _setSingleValue().
|
private |
Definition at line 110 of file unomod.hxx.
Referenced by _postSetValues(), and _setSingleValue().
|
private |
Definition at line 112 of file unomod.hxx.
Referenced by _postSetValues(), and _setSingleValue().
|
private |
Definition at line 107 of file unomod.hxx.
Referenced by _postSetValues(), _preSetValues(), and _setSingleValue().
|
private |
Definition at line 106 of file unomod.hxx.
Referenced by _getSingleValue(), _postGetValues(), and _preGetValues().
|
private |
Definition at line 105 of file unomod.hxx.
Referenced by _postSetValues(), _preSetValues(), and _setSingleValue().
|
private |
Definition at line 104 of file unomod.hxx.
Referenced by _getSingleValue(), _postSetValues(), _preGetValues(), _preSetValues(), _setSingleValue(), and SwXViewSettings().