LibreOffice Module sc (master)
1
|
#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>
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:" |
#define SC_GROWY_BIG_EXTRA 200 |
Definition at line 78 of file viewdata.cxx.
Referenced by ScViewData::EditGrowY().
#define SC_GROWY_SMALL_EXTRA 100 |
Definition at line 77 of file viewdata.cxx.
Referenced by ScViewData::EditGrowY().
#define SC_NEW_TABSEP '+' |
Definition at line 3257 of file viewdata.cxx.
Referenced by ScViewData::ReadUserData(), and ScViewData::WriteUserData().
#define SC_OLD_TABSEP '/' |
Definition at line 3256 of file viewdata.cxx.
Referenced by ScViewData::ReadUserData(), and ScViewData::WriteUserData().
|
static |
Definition at line 766 of file viewdata.cxx.
References ScViewOptions::SetOption(), VOPT_GRID, VOPT_HEADER, VOPT_HSCROLL, VOPT_OUTLINER, VOPT_SYNTAX, VOPT_TABCONTROLS, and VOPT_VSCROLL.
IMPL_LINK | ( | ScViewData | , |
EditEngineHdl | , | ||
EditStatus & | , | ||
rStatus | , | ||
void | |||
) |
Definition at line 1825 of file viewdata.cxx.
constexpr OUStringLiteral TAG_TABBARWIDTH = u"tw:" |
Definition at line 80 of file viewdata.cxx.
Referenced by ScViewData::ReadUserData(), and ScViewData::WriteUserData().