|
LibreOffice Module extensions (master) 1
|
#include <unotools/resmgr.hxx>#include "bibmod.hxx"#include "bibresid.hxx"#include "datman.hxx"#include "bibconfig.hxx"#include <ucbhelper/content.hxx>Go to the source code of this file.
Functions | |
| HdlBibModul | OpenBibModul () |
| void | CloseBibModul (HdlBibModul ppBibModul) |
| OUString | BibResId (TranslateId aId) |
Variables | |
| static BibModul * | pBibModul =nullptr |
| static sal_uInt32 | nBibModulCount =0 |
| OUString BibResId | ( | TranslateId | aId | ) |
Definition at line 57 of file bibmod.cxx.
References Translate::get(), BibModul::GetResLocale(), and pBibModul.
Referenced by BibGeneralPage::BibGeneralPage(), BibDataManager::loadControlModel(), and bib::BibView::UpdatePages().
| void CloseBibModul | ( | HdlBibModul | ppBibModul | ) |
Definition at line 47 of file bibmod.cxx.
References nBibModulCount, and pBibModul.
Referenced by BibBookContainer::dispose().
| HdlBibModul OpenBibModul | ( | ) |
Definition at line 37 of file bibmod.cxx.
References nBibModulCount, and pBibModul.
Referenced by BibBookContainer::BibBookContainer().
|
static |
Definition at line 29 of file bibmod.cxx.
Referenced by CloseBibModul(), and OpenBibModul().
|
static |
Definition at line 28 of file bibmod.cxx.
Referenced by BibResId(), CloseBibModul(), and OpenBibModul().