LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScInputOptions Class Reference

#include <inputopt.hxx>

Inheritance diagram for ScInputOptions:
[legend]

Public Member Functions

 ScInputOptions ()
 
void SetMoveDir (sal_uInt16 nNew)
 
sal_uInt16 GetMoveDir () const
 
void SetMoveSelection (bool bSet)
 
bool GetMoveSelection () const
 
void SetEnterEdit (bool bSet)
 
bool GetEnterEdit () const
 
void SetExtendFormat (bool bSet)
 
bool GetExtendFormat () const
 
void SetRangeFinder (bool bSet)
 
bool GetRangeFinder () const
 
void SetExpandRefs (bool bSet)
 
bool GetExpandRefs () const
 
void SetSortRefUpdate (bool bSet)
 
bool GetSortRefUpdate () const
 
void SetMarkHeader (bool bSet)
 
bool GetMarkHeader () const
 
void SetUseTabCol (bool bSet)
 
bool GetUseTabCol () const
 
void SetTextWysiwyg (bool bSet)
 
bool GetTextWysiwyg () const
 
void SetReplaceCellsWarn (bool bSet)
 
bool GetReplaceCellsWarn () const
 
void SetLegacyCellSelection (bool bSet)
 
bool GetLegacyCellSelection () const
 
void SetEnterPasteMode (bool bSet)
 
bool GetEnterPasteMode () const
 

Private Attributes

sal_uInt16 nMoveDir
 
bool bMoveSelection
 
bool bEnterEdit
 
bool bExtendFormat
 
bool bRangeFinder
 
bool bExpandRefs
 
bool mbSortRefUpdate
 
bool bMarkHeader
 
bool bUseTabCol
 
bool bTextWysiwyg
 
bool bReplCellsWarn
 
bool bLegacyCellSelection
 
bool bEnterPasteMode
 

Detailed Description

Definition at line 24 of file inputopt.hxx.

Constructor & Destructor Documentation

◆ ScInputOptions()

ScInputOptions::ScInputOptions ( )

Definition at line 32 of file inputopt.cxx.

Member Function Documentation

◆ GetEnterEdit()

bool ScInputOptions::GetEnterEdit ( ) const
inline

◆ GetEnterPasteMode()

bool ScInputOptions::GetEnterPasteMode ( ) const
inline

Definition at line 69 of file inputopt.hxx.

References bEnterPasteMode.

Referenced by ScModule::CreateItemSet(), and ScInputCfg::ImplCommit().

◆ GetExpandRefs()

bool ScInputOptions::GetExpandRefs ( ) const
inline

◆ GetExtendFormat()

bool ScInputOptions::GetExtendFormat ( ) const
inline

◆ GetLegacyCellSelection()

bool ScInputOptions::GetLegacyCellSelection ( ) const
inline

◆ GetMarkHeader()

bool ScInputOptions::GetMarkHeader ( ) const
inline

◆ GetMoveDir()

sal_uInt16 ScInputOptions::GetMoveDir ( ) const
inline

◆ GetMoveSelection()

bool ScInputOptions::GetMoveSelection ( ) const
inline

◆ GetRangeFinder()

bool ScInputOptions::GetRangeFinder ( ) const
inline

◆ GetReplaceCellsWarn()

bool ScInputOptions::GetReplaceCellsWarn ( ) const
inline

◆ GetSortRefUpdate()

bool ScInputOptions::GetSortRefUpdate ( ) const
inline

Definition at line 57 of file inputopt.hxx.

References mbSortRefUpdate.

Referenced by ScModule::CreateItemSet(), ScInputCfg::ImplCommit(), and ScDBDocFunc::Sort().

◆ GetTextWysiwyg()

bool ScInputOptions::GetTextWysiwyg ( ) const
inline

◆ GetUseTabCol()

bool ScInputOptions::GetUseTabCol ( ) const
inline

Definition at line 61 of file inputopt.hxx.

References bUseTabCol.

Referenced by ScSpreadsheetSettings::getPropertyValue(), and ScInputCfg::ImplCommit().

◆ SetEnterEdit()

void ScInputOptions::SetEnterEdit ( bool  bSet)
inline

◆ SetEnterPasteMode()

void ScInputOptions::SetEnterPasteMode ( bool  bSet)
inline

Definition at line 68 of file inputopt.hxx.

References bEnterPasteMode.

Referenced by ScModule::ModifyOptions(), and ScInputCfg::ReadCfg().

◆ SetExpandRefs()

void ScInputOptions::SetExpandRefs ( bool  bSet)
inline

◆ SetExtendFormat()

void ScInputOptions::SetExtendFormat ( bool  bSet)
inline

◆ SetLegacyCellSelection()

void ScInputOptions::SetLegacyCellSelection ( bool  bSet)
inline

Definition at line 66 of file inputopt.hxx.

References bLegacyCellSelection.

Referenced by ScModule::ModifyOptions(), and ScInputCfg::ReadCfg().

◆ SetMarkHeader()

void ScInputOptions::SetMarkHeader ( bool  bSet)
inline

◆ SetMoveDir()

void ScInputOptions::SetMoveDir ( sal_uInt16  nNew)
inline

◆ SetMoveSelection()

void ScInputOptions::SetMoveSelection ( bool  bSet)
inline

◆ SetRangeFinder()

void ScInputOptions::SetRangeFinder ( bool  bSet)
inline

◆ SetReplaceCellsWarn()

void ScInputOptions::SetReplaceCellsWarn ( bool  bSet)
inline

◆ SetSortRefUpdate()

void ScInputOptions::SetSortRefUpdate ( bool  bSet)
inline

Definition at line 56 of file inputopt.hxx.

References mbSortRefUpdate.

Referenced by ScModule::ModifyOptions(), and ScInputCfg::ReadCfg().

◆ SetTextWysiwyg()

void ScInputOptions::SetTextWysiwyg ( bool  bSet)
inline

◆ SetUseTabCol()

void ScInputOptions::SetUseTabCol ( bool  bSet)
inline

Definition at line 60 of file inputopt.hxx.

References bUseTabCol.

Referenced by ScInputCfg::ReadCfg(), and ScSpreadsheetSettings::setPropertyValue().

Member Data Documentation

◆ bEnterEdit

bool ScInputOptions::bEnterEdit
private

Definition at line 29 of file inputopt.hxx.

Referenced by GetEnterEdit(), and SetEnterEdit().

◆ bEnterPasteMode

bool ScInputOptions::bEnterPasteMode
private

Definition at line 39 of file inputopt.hxx.

Referenced by GetEnterPasteMode(), and SetEnterPasteMode().

◆ bExpandRefs

bool ScInputOptions::bExpandRefs
private

Definition at line 32 of file inputopt.hxx.

Referenced by GetExpandRefs(), and SetExpandRefs().

◆ bExtendFormat

bool ScInputOptions::bExtendFormat
private

Definition at line 30 of file inputopt.hxx.

Referenced by GetExtendFormat(), and SetExtendFormat().

◆ bLegacyCellSelection

bool ScInputOptions::bLegacyCellSelection
private

Definition at line 38 of file inputopt.hxx.

Referenced by GetLegacyCellSelection(), and SetLegacyCellSelection().

◆ bMarkHeader

bool ScInputOptions::bMarkHeader
private

Definition at line 34 of file inputopt.hxx.

Referenced by GetMarkHeader(), and SetMarkHeader().

◆ bMoveSelection

bool ScInputOptions::bMoveSelection
private

Definition at line 28 of file inputopt.hxx.

Referenced by GetMoveSelection(), and SetMoveSelection().

◆ bRangeFinder

bool ScInputOptions::bRangeFinder
private

Definition at line 31 of file inputopt.hxx.

Referenced by GetRangeFinder(), and SetRangeFinder().

◆ bReplCellsWarn

bool ScInputOptions::bReplCellsWarn
private

Definition at line 37 of file inputopt.hxx.

Referenced by GetReplaceCellsWarn(), and SetReplaceCellsWarn().

◆ bTextWysiwyg

bool ScInputOptions::bTextWysiwyg
private

Definition at line 36 of file inputopt.hxx.

Referenced by GetTextWysiwyg(), and SetTextWysiwyg().

◆ bUseTabCol

bool ScInputOptions::bUseTabCol
private

Definition at line 35 of file inputopt.hxx.

Referenced by GetUseTabCol(), and SetUseTabCol().

◆ mbSortRefUpdate

bool ScInputOptions::mbSortRefUpdate
private

Definition at line 33 of file inputopt.hxx.

Referenced by GetSortRefUpdate(), and SetSortRefUpdate().

◆ nMoveDir

sal_uInt16 ScInputOptions::nMoveDir
private

Definition at line 27 of file inputopt.hxx.

Referenced by GetMoveDir(), and SetMoveDir().


The documentation for this class was generated from the following files: