LibreOffice Module sfx2 (master) 1
Classes | Typedefs | Functions | Variables
tabdlg.cxx File Reference
#include <stdlib.h>
#include <algorithm>
#include <string_view>
#include <sfx2/tabdlg.hxx>
#include <sfx2/app.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/sfxdlg.hxx>
#include <sfx2/viewsh.hxx>
#include <unotools/viewoptions.hxx>
#include <utility>
#include <vcl/virdev.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <comphelper/lok.hxx>
#include <sfx2/strings.hrc>
#include <helpids.h>
Include dependency graph for tabdlg.cxx:

Go to the source code of this file.

Classes

struct  TabPageImpl
 
struct  TabDlg_Impl
 

Typedefs

typedef std::vector< Data_Impl * > SfxTabDlgData_Impl
 

Functions

static Data_Impl * Find (const SfxTabDlgData_Impl &rArr, std::u16string_view rId, sal_uInt16 *pPos=nullptr)
 

Variables

constexpr OUStringLiteral USERITEM_NAME = u"UserItem"
 

Typedef Documentation

◆ SfxTabDlgData_Impl

typedef std::vector<Data_Impl*> SfxTabDlgData_Impl

Definition at line 93 of file tabdlg.cxx.

Function Documentation

◆ Find()

static Data_Impl * Find ( const SfxTabDlgData_Impl rArr,
std::u16string_view  rId,
sal_uInt16 *  pPos = nullptr 
)
static

Definition at line 109 of file tabdlg.cxx.

References i, and nCount.

Variable Documentation

◆ USERITEM_NAME

constexpr OUStringLiteral USERITEM_NAME = u"UserItem"
constexpr

Definition at line 42 of file tabdlg.cxx.