LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
ScConditionEntry::ScConditionEntryCache Struct Reference

Public Types

typedef std::map< OUString, sal_Int32 > StringCacheType
 
typedef std::map< double, sal_Int32, approx_lessValueCacheType
 

Public Member Functions

 ScConditionEntryCache ()
 

Public Attributes

StringCacheType maStrings
 
ValueCacheType maValues
 
size_t nValueItems
 

Detailed Description

Definition at line 430 of file conditio.hxx.

Member Typedef Documentation

◆ StringCacheType

Definition at line 432 of file conditio.hxx.

◆ ValueCacheType

Definition at line 434 of file conditio.hxx.

Constructor & Destructor Documentation

◆ ScConditionEntryCache()

ScConditionEntry::ScConditionEntryCache::ScConditionEntryCache ( )
inline

Definition at line 440 of file conditio.hxx.

Member Data Documentation

◆ maStrings

StringCacheType ScConditionEntry::ScConditionEntryCache::maStrings

Definition at line 433 of file conditio.hxx.

◆ maValues

ValueCacheType ScConditionEntry::ScConditionEntryCache::maValues

Definition at line 435 of file conditio.hxx.

◆ nValueItems

size_t ScConditionEntry::ScConditionEntryCache::nValueItems

Definition at line 438 of file conditio.hxx.


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