LibreOffice Module sw (master) 1
|
#include <libxml/xmlwriter.h>
#include <unotools/localedatawrapper.hxx>
#include <viewsh.hxx>
#include <initui.hxx>
#include <edtwin.hxx>
#include <shellres.hxx>
#include <fldbas.hxx>
#include <glosdoc.hxx>
#include <gloslst.hxx>
#include <comcore.hxx>
#include <strings.hrc>
#include <utlui.hrc>
#include <authfld.hxx>
#include <unotools/syslocale.hxx>
Go to the source code of this file.
Functions | |
const OUString & | GetCurrGlosGroup () |
void | SetCurrGlosGroup (const OUString &sStr) |
void | FinitUI () |
void | InitUI () |
SwGlossaries * | GetGlossaries () |
bool | HasGlossaryList () |
SwGlossaryList * | GetGlossaryList () |
Variables | |
static std::unique_ptr< SwGlossaries > | pGlossaries |
static SwGlossaryList * | pGlossaryList = nullptr |
const TranslateId | FLD_DOCINFO_ARY [] |
const TranslateId | STR_AUTH_TYPE_ARY [] |
void FinitUI | ( | ) |
Definition at line 68 of file initui.cxx.
Referenced by SwDLL::~SwDLL().
const OUString & GetCurrGlosGroup | ( | ) |
Definition at line 48 of file initui.cxx.
Referenced by SwGlossaryDlg::GetCurrGroup(), IMPL_LINK(), SwGlossaryDlg::Init(), and SwGlossaryDlg::ShowPreview().
SwGlossaries * GetGlossaries | ( | ) |
Definition at line 162 of file initui.cxx.
References pGlossaries.
Referenced by SwTextShell::ExecGlossary(), IMPL_LINK(), IMPL_LINK_NOARG(), lcl_Save(), SwXAutoTextContainer::SwXAutoTextContainer(), and SwGlossaryList::Update().
SwGlossaryList * GetGlossaryList | ( | ) |
Definition at line 174 of file initui.cxx.
References pGlossaryList.
Referenced by SwTbxAutoTextCtrl::CreatePopupWindow(), SwTextShell::ExecGlossary(), SwGlossaryHdl::Expand(), SwGlossaryHdl::GlossaryDlg(), IMPL_STATIC_LINK(), SwEditWin::KeyInput(), SwXAutoTextGroup::setPropertyValue(), and SwEditWin::ShowAutoText().
bool HasGlossaryList | ( | ) |
Definition at line 169 of file initui.cxx.
References pGlossaryList.
Referenced by SwGlossaryHdl::GlossaryDlg(), and SwXAutoTextGroup::setPropertyValue().
void InitUI | ( | ) |
Definition at line 87 of file initui.cxx.
References SwEditWin::InitStaticData(), and SwViewShell::SetShellRes().
Referenced by SwDLL::SwDLL().
void SetCurrGlosGroup | ( | const OUString & | sStr | ) |
Definition at line 53 of file initui.cxx.
Referenced by IMPL_LINK(), and SwGlossaryDlg::SetActGroup().
const TranslateId FLD_DOCINFO_ARY[] |
Definition at line 94 of file initui.cxx.
Referenced by ShellResource::ShellResource().
|
static |
Definition at line 38 of file initui.cxx.
Referenced by SwGlossaryHdl::Expand(), SwGlossaryList::FillGroup(), SwAutoTextEventDescriptor::getByName(), GetGlossaries(), SwAutoTextEventDescriptor::replaceByName(), and SwGlossaryList::Update().
|
static |
Definition at line 41 of file initui.cxx.
Referenced by SwTbxAutoTextCtrl::CreatePopupWindow(), SwGlossaryHdl::Expand(), GetGlossaryList(), HasGlossaryList(), and IMPL_STATIC_LINK().
const TranslateId STR_AUTH_TYPE_ARY[] |
Definition at line 256 of file initui.cxx.
Referenced by SwAuthorityFieldType::GetAuthTypeName().