LibreOffice Module sw (master) 1
Classes | Typedefs
authfld.hxx File Reference
#include <sal/config.h>
#include "swdllapi.h"
#include "fldbas.hxx"
#include "toxe.hxx"
#include <rtl/ref.hxx>
#include <sal/log.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <memory>
#include <vector>
Include dependency graph for authfld.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwAuthEntry
 
struct  SwTOXSortKey
 
class  SwAuthorityFieldType
 
class  SwAuthorityField
 Represents an inserted bibliography entry, created using Insert -> Table of Contents and Index -> Bibliography Entry. More...
 

Typedefs

typedef std::vector< SwTOXSortKeySortKeyArr
 
typedef std::vector< rtl::Reference< SwAuthEntry > > SwAuthDataArr
 

Typedef Documentation

◆ SortKeyArr

typedef std::vector<SwTOXSortKey> SortKeyArr

Definition at line 62 of file authfld.hxx.

◆ SwAuthDataArr

typedef std::vector<rtl::Reference<SwAuthEntry> > SwAuthDataArr

Definition at line 63 of file authfld.hxx.