LibreOffice Module sw (master) 1
|
#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>
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< SwTOXSortKey > | SortKeyArr |
typedef std::vector< rtl::Reference< SwAuthEntry > > | SwAuthDataArr |
typedef std::vector<SwTOXSortKey> SortKeyArr |
Definition at line 62 of file authfld.hxx.
typedef std::vector<rtl::Reference<SwAuthEntry> > SwAuthDataArr |
Definition at line 63 of file authfld.hxx.