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

#include <database.hxx>

Public Member Functions

 SvIdlError ()
 
 SvIdlError (sal_uInt32 nL, sal_uInt32 nC)
 
const OString & GetText () const
 
void SetText (const OString &rT)
 
bool IsError () const
 

Public Attributes

sal_uInt32 nLine
 
sal_uInt32 nColumn
 

Private Attributes

OString aText
 

Detailed Description

Definition at line 35 of file database.hxx.

Constructor & Destructor Documentation

◆ SvIdlError() [1/2]

SvIdlError::SvIdlError ( )
inline

Definition at line 41 of file database.hxx.

◆ SvIdlError() [2/2]

SvIdlError::SvIdlError ( sal_uInt32  nL,
sal_uInt32  nC 
)
inline

Definition at line 42 of file database.hxx.

Member Function Documentation

◆ GetText()

const OString & SvIdlError::GetText ( ) const
inline

Definition at line 45 of file database.hxx.

References aText.

Referenced by SvIdlDataBase::WriteError().

◆ IsError()

bool SvIdlError::IsError ( ) const
inline

Definition at line 47 of file database.hxx.

References nLine.

Referenced by SvIdlDataBase::WriteError().

◆ SetText()

void SvIdlError::SetText ( const OString &  rT)
inline

Definition at line 46 of file database.hxx.

References aText.

Referenced by SvIdlDataBase::SetError(), and SvParseException::SvParseException().

Member Data Documentation

◆ aText

OString SvIdlError::aText
private

Definition at line 37 of file database.hxx.

Referenced by GetText(), and SetText().

◆ nColumn

sal_uInt32 SvIdlError::nColumn

Definition at line 39 of file database.hxx.

Referenced by SvIdlDataBase::SetError(), and SvIdlDataBase::WriteError().

◆ nLine

sal_uInt32 SvIdlError::nLine

Definition at line 39 of file database.hxx.

Referenced by IsError(), SvIdlDataBase::SetError(), and SvIdlDataBase::WriteError().


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