|
LibreOffice Module sc (master) 1
|
Extended settings for a sheet, used in import/export filters. More...
#include <scextopt.hxx>
Public Member Functions | |
| ScExtTabSettings () | |
Public Attributes | |
| ScRange | maUsedArea |
| Used area in the sheet (columns/rows only). More... | |
| ScRangeList | maSelection |
| Selected cell ranges (columns/rows only). More... | |
| ScAddress | maCursor |
| The cursor position (column/row only). More... | |
| ScAddress | maFirstVis |
| Top-left visible cell (column/row only). More... | |
| ScAddress | maSecondVis |
| Top-left visible cell in add. panes (column/row only). More... | |
| ScAddress | maFreezePos |
| Position of frozen panes (column/row only). More... | |
| Point | maSplitPos |
| Position of split. More... | |
| ScExtPanePos | meActivePane |
| Active (focused) pane. More... | |
| Color | maGridColor |
| Grid color. More... | |
| tools::Long | mnNormalZoom |
| Zoom in percent for normal view. More... | |
| tools::Long | mnPageZoom |
| Zoom in percent for pagebreak preview. More... | |
| bool | mbSelected |
| true = Sheet is selected. More... | |
| bool | mbFrozenPanes |
| true = Frozen panes; false = Normal splits. More... | |
| bool | mbPageMode |
| true = Pagebreak mode; false = Normal view mode. More... | |
| bool | mbShowGrid |
| Whether or not to display gridlines. More... | |
Extended settings for a sheet, used in import/export filters.
Definition at line 47 of file scextopt.hxx.
|
explicit |
Definition at line 35 of file scextopt.cxx.
References COL_AUTO().
| ScAddress ScExtTabSettings::maCursor |
The cursor position (column/row only).
Definition at line 51 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| ScAddress ScExtTabSettings::maFirstVis |
Top-left visible cell (column/row only).
Definition at line 52 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| ScAddress ScExtTabSettings::maFreezePos |
Position of frozen panes (column/row only).
Definition at line 54 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| Color ScExtTabSettings::maGridColor |
Grid color.
Definition at line 57 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), and XclExpTabViewSettings::XclExpTabViewSettings().
| ScAddress ScExtTabSettings::maSecondVis |
Top-left visible cell in add. panes (column/row only).
Definition at line 53 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| ScRangeList ScExtTabSettings::maSelection |
Selected cell ranges (columns/rows only).
Definition at line 50 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| Point ScExtTabSettings::maSplitPos |
Position of split.
Definition at line 55 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| ScRange ScExtTabSettings::maUsedArea |
Used area in the sheet (columns/rows only).
Definition at line 49 of file scextopt.hxx.
Referenced by ScViewFunc::PasteDataFormat(), and ImportExcel::ReadDimensions().
| bool ScExtTabSettings::mbFrozenPanes |
true = Frozen panes; false = Normal splits.
Definition at line 61 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| bool ScExtTabSettings::mbPageMode |
true = Pagebreak mode; false = Normal view mode.
Definition at line 62 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| bool ScExtTabSettings::mbSelected |
true = Sheet is selected.
Definition at line 60 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), and ScViewData::WriteExtOptions().
| bool ScExtTabSettings::mbShowGrid |
Whether or not to display gridlines.
Definition at line 63 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| ScExtPanePos ScExtTabSettings::meActivePane |
Active (focused) pane.
Definition at line 56 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| tools::Long ScExtTabSettings::mnNormalZoom |
Zoom in percent for normal view.
Definition at line 58 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().
| tools::Long ScExtTabSettings::mnPageZoom |
Zoom in percent for pagebreak preview.
Definition at line 59 of file scextopt.hxx.
Referenced by XclImpTabViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabViewSettings::XclExpTabViewSettings().