LibreOffice Module sw (master)
1
|
T should be a subclass of SwHash. More...
#include <calc.hxx>
Public Member Functions | |
SwHashTable (size_t nSize) | |
std::unique_ptr< T > & | operator[] (size_t idx) |
std::unique_ptr< T > const & | operator[] (size_t idx) const |
void | resize (size_t nSize) |
T * | Find (const OUString &rStr, sal_uInt16 *pPos=nullptr) const |
Private Attributes | |
std::vector< std::unique_ptr< T > > | m_aData |
T should be a subclass of SwHash.
|
inline |
|
inline |
Definition at line 159 of file calc.hxx.
Referenced by SwEditShell::Calculate(), sw::DocumentFieldsManager::FieldsToExpand(), SwDocUpdateField::InsertFieldType(), LookString(), SwDocUpdateField::RemoveFieldType(), sw::DocumentFieldsManager::UpdateExpFieldsImpl(), SwCalc::VarChange(), and SwCalc::VarLook().
|
inline |
|
inline |
|
inline |
Definition at line 157 of file calc.hxx.
Referenced by sw::DocumentFieldsManager::FieldsToExpand().
|
private |