LibreOffice Module basic (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
CodeCompleteOptions Class Reference

#include <codecompletecache.hxx>

Public Member Functions

 CodeCompleteOptions ()
 

Static Public Member Functions

static bool IsCodeCompleteOn ()
 
static void SetCodeCompleteOn (bool b)
 
static bool IsExtendedTypeDeclaration ()
 
static void SetExtendedTypeDeclaration (bool b)
 
static bool IsProcedureAutoCompleteOn ()
 
static void SetProcedureAutoCompleteOn (bool b)
 
static bool IsAutoCloseQuotesOn ()
 
static void SetAutoCloseQuotesOn (bool b)
 
static bool IsAutoCloseParenthesisOn ()
 
static void SetAutoCloseParenthesisOn (bool b)
 
static bool IsAutoCorrectOn ()
 
static void SetAutoCorrectOn (bool b)
 

Private Attributes

bool bIsCodeCompleteOn
 
bool bIsProcedureAutoCompleteOn
 
bool bIsAutoCloseQuotesOn
 
bool bIsAutoCloseParenthesisOn
 
bool bIsAutoCorrectOn
 
bool bExtendedTypeDeclarationOn
 

Detailed Description

Definition at line 33 of file codecompletecache.hxx.

Constructor & Destructor Documentation

◆ CodeCompleteOptions()

CodeCompleteOptions::CodeCompleteOptions ( )

Member Function Documentation

◆ IsAutoCloseParenthesisOn()

bool CodeCompleteOptions::IsAutoCloseParenthesisOn ( )
static

Definition at line 84 of file codecompletecache.cxx.

◆ IsAutoCloseQuotesOn()

bool CodeCompleteOptions::IsAutoCloseQuotesOn ( )
static

Definition at line 74 of file codecompletecache.cxx.

◆ IsAutoCorrectOn()

bool CodeCompleteOptions::IsAutoCorrectOn ( )
static

Definition at line 94 of file codecompletecache.cxx.

◆ IsCodeCompleteOn()

bool CodeCompleteOptions::IsCodeCompleteOn ( )
static

Definition at line 44 of file codecompletecache.cxx.

◆ IsExtendedTypeDeclaration()

bool CodeCompleteOptions::IsExtendedTypeDeclaration ( )
static

Definition at line 54 of file codecompletecache.cxx.

Referenced by SbiRuntime::checkClass_Impl(), and SbiParser::DefVar().

◆ IsProcedureAutoCompleteOn()

bool CodeCompleteOptions::IsProcedureAutoCompleteOn ( )
static

Definition at line 64 of file codecompletecache.cxx.

◆ SetAutoCloseParenthesisOn()

void CodeCompleteOptions::SetAutoCloseParenthesisOn ( bool  b)
static

Definition at line 89 of file codecompletecache.cxx.

◆ SetAutoCloseQuotesOn()

void CodeCompleteOptions::SetAutoCloseQuotesOn ( bool  b)
static

Definition at line 79 of file codecompletecache.cxx.

◆ SetAutoCorrectOn()

void CodeCompleteOptions::SetAutoCorrectOn ( bool  b)
static

Definition at line 99 of file codecompletecache.cxx.

◆ SetCodeCompleteOn()

void CodeCompleteOptions::SetCodeCompleteOn ( bool  b)
static

Definition at line 49 of file codecompletecache.cxx.

◆ SetExtendedTypeDeclaration()

void CodeCompleteOptions::SetExtendedTypeDeclaration ( bool  b)
static

Definition at line 59 of file codecompletecache.cxx.

◆ SetProcedureAutoCompleteOn()

void CodeCompleteOptions::SetProcedureAutoCompleteOn ( bool  b)
static

Definition at line 69 of file codecompletecache.cxx.

Member Data Documentation

◆ bExtendedTypeDeclarationOn

bool CodeCompleteOptions::bExtendedTypeDeclarationOn
private

Definition at line 45 of file codecompletecache.hxx.

Referenced by CodeCompleteOptions().

◆ bIsAutoCloseParenthesisOn

bool CodeCompleteOptions::bIsAutoCloseParenthesisOn
private

Definition at line 43 of file codecompletecache.hxx.

Referenced by CodeCompleteOptions().

◆ bIsAutoCloseQuotesOn

bool CodeCompleteOptions::bIsAutoCloseQuotesOn
private

Definition at line 42 of file codecompletecache.hxx.

Referenced by CodeCompleteOptions().

◆ bIsAutoCorrectOn

bool CodeCompleteOptions::bIsAutoCorrectOn
private

Definition at line 44 of file codecompletecache.hxx.

Referenced by CodeCompleteOptions().

◆ bIsCodeCompleteOn

bool CodeCompleteOptions::bIsCodeCompleteOn
private

Definition at line 40 of file codecompletecache.hxx.

Referenced by CodeCompleteOptions().

◆ bIsProcedureAutoCompleteOn

bool CodeCompleteOptions::bIsProcedureAutoCompleteOn
private

Definition at line 41 of file codecompletecache.hxx.

Referenced by CodeCompleteOptions().


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