LibreOffice Module unotools (master) 1
Variables
viewoptions.cxx File Reference
#include <unotools/viewoptions.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <unotools/configmgr.hxx>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <utility>
#include <comphelper/diagnose_ex.hxx>
Include dependency graph for viewoptions.cxx:

Go to the source code of this file.

Variables

constexpr OUStringLiteral PACKAGE_VIEWS = u"org.openoffice.Office.Views"
 
constexpr OUStringLiteral PROPERTY_WINDOWSTATE = u"WindowState"
 
constexpr OUStringLiteral PROPERTY_PAGEID = u"PageID"
 
constexpr OUStringLiteral PROPERTY_VISIBLE = u"Visible"
 
constexpr OUStringLiteral PROPERTY_USERDATA = u"UserData"
 

Variable Documentation

◆ PACKAGE_VIEWS

constexpr OUStringLiteral PACKAGE_VIEWS = u"org.openoffice.Office.Views"
constexpr

Definition at line 33 of file viewoptions.cxx.

Referenced by SvtViewOptions::SvtViewOptions().

◆ PROPERTY_PAGEID

constexpr OUStringLiteral PROPERTY_PAGEID = u"PageID"
constexpr

Definition at line 35 of file viewoptions.cxx.

Referenced by SvtViewOptions::GetPageID(), and SvtViewOptions::SetPageID().

◆ PROPERTY_USERDATA

constexpr OUStringLiteral PROPERTY_USERDATA = u"UserData"
constexpr

◆ PROPERTY_VISIBLE

constexpr OUStringLiteral PROPERTY_VISIBLE = u"Visible"
constexpr

Definition at line 36 of file viewoptions.cxx.

Referenced by SvtViewOptions::GetVisible(), and SvtViewOptions::SetVisible().

◆ PROPERTY_WINDOWSTATE

constexpr OUStringLiteral PROPERTY_WINDOWSTATE = u"WindowState"
constexpr