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

#include <ucsubset.hxx>

Public Member Functions

 Subset (sal_UCS4 nMin, sal_UCS4 nMax, OUString aName)
 
sal_UCS4 GetRangeMin () const
 
sal_UCS4 GetRangeMax () const
 
const OUString & GetName () const
 

Private Attributes

sal_UCS4 mnRangeMin
 
sal_UCS4 mnRangeMax
 
OUString maRangeName
 

Detailed Description

Definition at line 35 of file ucsubset.hxx.

Constructor & Destructor Documentation

◆ Subset()

Subset::Subset ( sal_UCS4  nMin,
sal_UCS4  nMax,
OUString  aName 
)
inline

Definition at line 915 of file charmap.cxx.

References aName.

Member Function Documentation

◆ GetName()

const OUString & Subset::GetName ( ) const
inline

Definition at line 42 of file ucsubset.hxx.

References maRangeName.

◆ GetRangeMax()

sal_UCS4 Subset::GetRangeMax ( ) const
inline

Definition at line 41 of file ucsubset.hxx.

References mnRangeMax.

◆ GetRangeMin()

sal_UCS4 Subset::GetRangeMin ( ) const
inline

Definition at line 40 of file ucsubset.hxx.

References mnRangeMin.

Referenced by operator<(), and SvxSearchCharSet::SelectCharacter().

Member Data Documentation

◆ maRangeName

OUString Subset::maRangeName
private

Definition at line 47 of file ucsubset.hxx.

Referenced by GetName().

◆ mnRangeMax

sal_UCS4 Subset::mnRangeMax
private

Definition at line 46 of file ucsubset.hxx.

Referenced by GetRangeMax().

◆ mnRangeMin

sal_UCS4 Subset::mnRangeMin
private

Definition at line 45 of file ucsubset.hxx.

Referenced by GetRangeMin().


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