LibreOffice Module sc (master) 1
Macros | Functions | Variables
viewdata.cxx File Reference
#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/unit_conversion.hxx>
#include <o3tl/string_view.hxx>
#include <sfx2/lokhelper.hxx>
#include <sfx2/viewfrm.hxx>
#include <editeng/adjustitem.hxx>
#include <editeng/brushitem.hxx>
#include <svtools/colorcfg.hxx>
#include <editeng/editview.hxx>
#include <editeng/editstat.hxx>
#include <editeng/outliner.hxx>
#include <editeng/unolingu.hxx>
#include <editeng/justifyitem.hxx>
#include <vcl/svapp.hxx>
#include <rtl/math.hxx>
#include <sal/log.hxx>
#include <viewdata.hxx>
#include <docoptio.hxx>
#include <scmod.hxx>
#include <global.hxx>
#include <document.hxx>
#include <drwlayer.hxx>
#include <attrib.hxx>
#include <tabview.hxx>
#include <tabvwsh.hxx>
#include <docsh.hxx>
#include <patattr.hxx>
#include <editutil.hxx>
#include <scextopt.hxx>
#include <miscuno.hxx>
#include <unonames.hxx>
#include <inputopt.hxx>
#include <inputhdl.hxx>
#include <inputwin.hxx>
#include <viewutil.hxx>
#include <markdata.hxx>
#include <ViewSettingsSequenceDefines.hxx>
#include <gridwin.hxx>
#include <transobj.hxx>
#include <clipparam.hxx>
#include <comphelper/flagguard.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <vcl/uitest/logger.hxx>
#include <vcl/uitest/eventdescription.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/document/NamedPropertyValues.hpp>
Include dependency graph for viewdata.cxx:

Go to the source code of this file.

Macros

#define SC_GROWY_SMALL_EXTRA   100
 
#define SC_GROWY_BIG_EXTRA   200
 
#define SC_OLD_TABSEP   '/'
 
#define SC_NEW_TABSEP   '+'
 

Functions

static ScViewOptions DefaultOptions ()
 
 IMPL_LINK (ScViewData, EditEngineHdl, EditStatus &, rStatus, void)
 

Variables

constexpr OUStringLiteral TAG_TABBARWIDTH = u"tw:"
 

Macro Definition Documentation

◆ SC_GROWY_BIG_EXTRA

#define SC_GROWY_BIG_EXTRA   200

Definition at line 78 of file viewdata.cxx.

◆ SC_GROWY_SMALL_EXTRA

#define SC_GROWY_SMALL_EXTRA   100

Definition at line 77 of file viewdata.cxx.

◆ SC_NEW_TABSEP

#define SC_NEW_TABSEP   '+'

Definition at line 3268 of file viewdata.cxx.

◆ SC_OLD_TABSEP

#define SC_OLD_TABSEP   '/'

Definition at line 3267 of file viewdata.cxx.

Function Documentation

◆ DefaultOptions()

static ScViewOptions DefaultOptions ( )
static

◆ IMPL_LINK()

IMPL_LINK ( ScViewData  ,
EditEngineHdl  ,
EditStatus ,
rStatus  ,
void   
)

Definition at line 1830 of file viewdata.cxx.

Variable Documentation

◆ TAG_TABBARWIDTH

constexpr OUStringLiteral TAG_TABBARWIDTH = u"tw:"
constexpr

Definition at line 80 of file viewdata.cxx.

Referenced by ScViewData::ReadUserData(), and ScViewData::WriteUserData().