LibreOffice Module sc (master) 1
xiview.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
22#include "xlview.hxx"
23#include "xiroot.hxx"
24
25// Document view settings =====================================================
26
29{
30public:
31 explicit XclImpDocViewSettings( const XclImpRoot& rRoot );
32
35
37 SCTAB GetDisplScTab() const;
38
40 void Finalize();
41
42private:
44};
45
46// Sheet view settings ========================================================
47
59{
60public:
61 explicit XclImpTabViewSettings( const XclImpRoot& rRoot );
62
64 void Initialize();
65
67 void ReadWindow2( XclImpStream& rStrm, bool bChart );
69 void ReadScl( XclImpStream& rStrm );
75 void ReadTabBgColor( XclImpStream& rStrm, const XclImpPalette& rPal );
77 void Finalize();
78
79private:
81};
82
83/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Contains document view settings (WINDOW1 record).
Definition: xiview.hxx:29
XclDocViewData maData
Definition: xiview.hxx:43
SCTAB GetDisplScTab() const
Returns the Calc index of the displayed sheet.
Definition: xiview.cxx:55
void Finalize()
Sets the view settings at the document.
Definition: xiview.cxx:63
XclImpDocViewSettings(const XclImpRoot &rRoot)
Definition: xiview.cxx:34
void ReadWindow1(XclImpStream &rStrm)
Reads a WINDOW1 record.
Definition: xiview.cxx:39
Stores the default colors for the current BIFF version and the contents of a PALETTE record.
Definition: xistyle.hxx:45
Access to global data from other classes.
Definition: xiroot.hxx:129
This class is used to import record oriented streams.
Definition: xistream.hxx:278
Contains all view settings for a single sheet.
Definition: xiview.hxx:59
void ReadSelection(XclImpStream &rStrm)
Reads a SELECTION record.
Definition: xiview.cxx:200
void ReadWindow2(XclImpStream &rStrm, bool bChart)
Reads a WINDOW2 record.
Definition: xiview.cxx:117
void Finalize()
Sets the view settings at the current sheet or the extended sheet options object.
Definition: xiview.cxx:212
XclImpTabViewSettings(const XclImpRoot &rRoot)
Definition: xiview.cxx:90
void ReadScl(XclImpStream &rStrm)
Reads an SCL record.
Definition: xiview.cxx:181
void ReadPane(XclImpStream &rStrm)
Reads a PANE record.
Definition: xiview.cxx:191
XclTabViewData maData
Definition: xiview.hxx:80
void ReadTabBgColor(XclImpStream &rStrm, const XclImpPalette &rPal)
Reads a SHEETEXT record (Tab Color).
Definition: xiview.cxx:101
void Initialize()
Initializes the object to be used for a new sheet.
Definition: xiview.cxx:96
void SvStream & rStrm
Excel ignores Tab color when set to this value...
Definition: xlview.hxx:89
Contains all view settings for a single sheet.
Definition: xlview.hxx:117
sal_Int16 SCTAB
Definition: types.hxx:22