LibreOffice Module sc (master) 1
Classes | Enumerations
scextopt.hxx File Reference
#include <memory>
#include <tools/gen.hxx>
#include <tools/color.hxx>
#include "rangelst.hxx"
Include dependency graph for scextopt.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScExtDocSettings
 Extended settings for the document, used in import/export filters. More...
 
struct  ScExtTabSettings
 Extended settings for a sheet, used in import/export filters. More...
 
class  ScExtDocOptions
 Extended options held by an ScDocument containing additional settings for filters. More...
 

Enumerations

enum  ScExtPanePos {
  SCEXT_PANE_TOPLEFT ,
  SCEXT_PANE_TOPRIGHT ,
  SCEXT_PANE_BOTTOMLEFT ,
  SCEXT_PANE_BOTTOMRIGHT
}
 Enumerates possible positions of panes in split sheets. More...
 

Enumeration Type Documentation

◆ ScExtPanePos

Enumerates possible positions of panes in split sheets.

Enumerator
SCEXT_PANE_TOPLEFT 

Single, top, left, or top-left pane.

SCEXT_PANE_TOPRIGHT 

Right, or top-right pane.

SCEXT_PANE_BOTTOMLEFT 

Bottom, or bottom-left pane.

SCEXT_PANE_BOTTOMRIGHT 

Bottom-right pane.

Definition at line 38 of file scextopt.hxx.