LibreOffice Module sfx2 (master) 1
Namespaces | Typedefs | Functions | Variables
newhelp.cxx File Reference
#include "newhelp.hxx"
#include <sfx2/sfxresid.hxx>
#include "helpinterceptor.hxx"
#include <helper.hxx>
#include <srchdlg.hxx>
#include <sfx2/sfxhelp.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <o3tl/string_view.hxx>
#include <sfx2/strings.hrc>
#include <helpids.h>
#include <bitmaps.hlst>
#include <rtl/ustrbuf.hxx>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/frame/XComponentLoader.hpp>
#include <com/sun/star/frame/XTitle.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/Frame.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/text/XTextCursor.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/text/XTextViewCursor.hpp>
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/util/XSearchable.hpp>
#include <com/sun/star/util/XSearchDescriptor.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/util/XCloseable.hpp>
#include <com/sun/star/util/CloseVetoException.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/view/XViewSettingsSupplier.hpp>
#include <unotools/historyoptions.hxx>
#include <unotools/viewoptions.hxx>
#include <tools/urlobj.hxx>
#include <svtools/imagemgr.hxx>
#include <svtools/miscopt.hxx>
#include <utility>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/i18nhelp.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/unohelp.hxx>
#include <vcl/weld.hxx>
#include <ucbhelper/content.hxx>
#include <unotools/ucbhelper.hxx>
#include <string_view>
#include <unordered_map>
#include <vector>
Include dependency graph for newhelp.cxx:

Go to the source code of this file.

Namespaces

namespace  sfx2
 

Typedefs

typedef std::unordered_map< OUString, intsfx2::KeywordInfo
 

Functions

static OUString sfx2::PrepareSearchString (const OUString &rSearchString, const Reference< XBreakIterator > &xBreak, bool bForSearch)
 Prepare a search string for searching or selecting. More...
 
 IMPL_LINK (ContentTabPage_Impl, ExpandingHdl, const weld::TreeIter &, rIter, bool)
 
 IMPL_LINK (ContentTabPage_Impl, CollapsingHdl, const weld::TreeIter &, rIter, bool)
 
 IMPL_LINK_NOARG (ContentTabPage_Impl, DoubleClickHdl, weld::TreeView &, bool)
 
 IMPL_LINK (IndexTabPage_Impl, ResizeHdl, const Size &, rSize, void)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, CustomGetSizeHdl, weld::TreeView::get_size_args, Size)
 
 IMPL_LINK (IndexTabPage_Impl, CustomRenderHdl, weld::TreeView::render_args, aPayload, void)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, TreeChangeHdl, weld::TreeView &, void)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, EntryChangeHdl, weld::Entry &, void)
 
 IMPL_LINK (IndexTabPage_Impl, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, OpenHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, ActivateHdl, weld::Entry &, bool)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, DoubleClickHdl, weld::TreeView &, bool)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, IdleHdl, Timer *, void)
 
 IMPL_LINK_NOARG (IndexTabPage_Impl, AutoCompleteHdl, Timer *, void)
 
 IMPL_LINK (IndexTabPage_Impl, TimeoutHdl, Timer *, pTimer, void)
 
 IMPL_LINK_NOARG (SearchTabPage_Impl, ActivateHdl, weld::ComboBox &, bool)
 
 IMPL_LINK_NOARG (SearchTabPage_Impl, ClickHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SearchTabPage_Impl, OpenHdl, weld::Button &, void)
 
 IMPL_LINK (SearchTabPage_Impl, ModifyHdl, weld::ComboBox &, rComboBox, void)
 
 IMPL_LINK_NOARG (SearchTabPage_Impl, DoubleClickHdl, weld::TreeView &, bool)
 
 IMPL_LINK (BookmarksTabPage_Impl, CommandHdl, const CommandEvent &, rCEvt, bool)
 
 IMPL_LINK (BookmarksTabPage_Impl, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 IMPL_LINK_NOARG (BookmarksTabPage_Impl, OpenHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (BookmarksTabPage_Impl, DoubleClickHdl, weld::TreeView &, bool)
 
 IMPL_LINK (SfxHelpIndexWindow_Impl, ActivatePageHdl, const OUString &, rPage, void)
 
 IMPL_LINK_NOARG (SfxHelpIndexWindow_Impl, SelectHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SfxHelpIndexWindow_Impl, InitHdl, Timer *, void)
 
 IMPL_LINK_NOARG (SfxHelpIndexWindow_Impl, SelectFactoryHdl, Timer *, void)
 
 IMPL_LINK_NOARG (SfxHelpIndexWindow_Impl, KeywordHdl, IndexTabPage_Impl &, void)
 
 IMPL_LINK_NOARG (SfxHelpIndexWindow_Impl, IndexTabPageDoubleClickHdl, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (SfxHelpIndexWindow_Impl, ContentTabPageDoubleClickHdl, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (SfxHelpIndexWindow_Impl, TabPageDoubleClickHdl, LinkParamNone *, void)
 
static void lcl_disableLayoutOfFrame (const Reference< XFrame2 > &xFrame)
 
 IMPL_LINK_NOARG (SfxHelpTextWindow_Impl, SelectHdl, Timer *, void)
 
 IMPL_LINK_NOARG (SfxHelpTextWindow_Impl, NotifyHdl, LinkParamNone *, void)
 
 IMPL_LINK (SfxHelpTextWindow_Impl, FindHdl, sfx2::SearchDialog &, rDlg, void)
 
 IMPL_LINK_NOARG (SfxHelpTextWindow_Impl, CloseHdl, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (SfxHelpTextWindow_Impl, CheckHdl, weld::Toggleable &, void)
 
 IMPL_LINK (SfxHelpWindow_Impl, ResizeHdl, const Size &, rSize, void)
 
 IMPL_LINK (SfxHelpWindow_Impl, SelectHdl, const OUString &, rCurItem, void)
 
 IMPL_LINK_NOARG (SfxHelpWindow_Impl, OpenHdl, LinkParamNone *, void)
 
 IMPL_LINK (SfxHelpWindow_Impl, SelectFactoryHdl, SfxHelpIndexWindow_Impl *, pWin, void)
 
 IMPL_LINK (SfxHelpWindow_Impl, ChangeHdl, HelpListener_Impl &, rListener, void)
 

Variables

constexpr OUStringLiteral CONFIGNAME_HELPWIN = u"OfficeHelp"
 
constexpr OUStringLiteral CONFIGNAME_INDEXWIN = u"OfficeHelpIndex"
 
constexpr OUStringLiteral CONFIGNAME_SEARCHPAGE = u"OfficeHelpSearch"
 
constexpr OUStringLiteral IMAGE_URL = u"private:factory/"
 
constexpr OUStringLiteral PROPERTY_KEYWORDLIST = u"KeywordList"
 
constexpr OUStringLiteral PROPERTY_KEYWORDREF = u"KeywordRef"
 
constexpr OUStringLiteral PROPERTY_ANCHORREF = u"KeywordAnchorForRef"
 
constexpr OUStringLiteral PROPERTY_TITLEREF = u"KeywordTitleForRef"
 
constexpr OUStringLiteral PROPERTY_TITLE = u"Title"
 
constexpr OUStringLiteral HELP_URL = u"vnd.sun.star.help://"
 
constexpr OUStringLiteral HELP_SEARCH_TAG = u"/?Query="
 
constexpr OUStringLiteral USERITEM_NAME = u"UserItem"
 
constexpr OUStringLiteral PACKAGE_SETUP = u"/org.openoffice.Setup"
 
constexpr OUStringLiteral PATH_OFFICE_FACTORIES = u"Office/Factories/"
 
constexpr OUStringLiteral KEY_HELP_ON_OPEN = u"ooSetupFactoryHelpOnOpen"
 
constexpr OUStringLiteral KEY_UI_NAME = u"ooSetupFactoryUIName"
 

Function Documentation

◆ IMPL_LINK() [1/15]

IMPL_LINK ( BookmarksTabPage_Impl  ,
CommandHdl  ,
const CommandEvent ,
rCEvt  ,
bool   
)

Definition at line 1121 of file newhelp.cxx.

References Application::CreateBuilder().

◆ IMPL_LINK() [2/15]

IMPL_LINK ( BookmarksTabPage_Impl  ,
KeyInputHdl  ,
const KeyEvent ,
rKEvt  ,
bool   
)

Definition at line 1135 of file newhelp.cxx.

References KEY_DELETE, and u.

◆ IMPL_LINK() [3/15]

IMPL_LINK ( ContentTabPage_Impl  ,
CollapsingHdl  ,
const weld::TreeIter ,
rIter  ,
bool   
)

Definition at line 297 of file newhelp.cxx.

◆ IMPL_LINK() [4/15]

IMPL_LINK ( ContentTabPage_Impl  ,
ExpandingHdl  ,
const weld::TreeIter ,
rIter  ,
bool   
)

◆ IMPL_LINK() [5/15]

IMPL_LINK ( IndexTabPage_Impl  ,
CustomRenderHdl  ,
weld::TreeView::render_args  ,
aPayload  ,
void   
)

◆ IMPL_LINK() [6/15]

IMPL_LINK ( IndexTabPage_Impl  ,
KeyInputHdl  ,
const KeyEvent ,
rKEvt  ,
bool   
)

◆ IMPL_LINK() [7/15]

IMPL_LINK ( IndexTabPage_Impl  ,
ResizeHdl  ,
const Size ,
rSize  ,
void   
)

Definition at line 420 of file newhelp.cxx.

◆ IMPL_LINK() [8/15]

IMPL_LINK ( IndexTabPage_Impl  ,
TimeoutHdl  ,
Timer ,
pTimer  ,
void   
)

Definition at line 784 of file newhelp.cxx.

◆ IMPL_LINK() [9/15]

IMPL_LINK ( SearchTabPage_Impl  ,
ModifyHdl  ,
weld::ComboBox ,
rComboBox  ,
void   
)

Definition at line 1035 of file newhelp.cxx.

References Search, and comphelper::string::strip().

◆ IMPL_LINK() [10/15]

IMPL_LINK ( SfxHelpIndexWindow_Impl  ,
ActivatePageHdl  ,
const OUString &  ,
rPage  ,
void   
)

Definition at line 1272 of file newhelp.cxx.

◆ IMPL_LINK() [11/15]

IMPL_LINK ( SfxHelpTextWindow_Impl  ,
FindHdl  ,
sfx2::SearchDialog ,
rDlg  ,
void   
)

Definition at line 1852 of file newhelp.cxx.

◆ IMPL_LINK() [12/15]

IMPL_LINK ( SfxHelpWindow_Impl  ,
ChangeHdl  ,
HelpListener_Impl ,
rListener  ,
void   
)

Definition at line 2351 of file newhelp.cxx.

◆ IMPL_LINK() [13/15]

IMPL_LINK ( SfxHelpWindow_Impl  ,
ResizeHdl  ,
const Size ,
rSize  ,
void   
)

Definition at line 2220 of file newhelp.cxx.

References m_xContainer, round, and Split.

◆ IMPL_LINK() [14/15]

IMPL_LINK ( SfxHelpWindow_Impl  ,
SelectFactoryHdl  ,
SfxHelpIndexWindow_Impl ,
pWin  ,
void   
)

Definition at line 2336 of file newhelp.cxx.

References xFrame.

◆ IMPL_LINK() [15/15]

IMPL_LINK ( SfxHelpWindow_Impl  ,
SelectHdl  ,
const OUString &  ,
rCurItem  ,
void   
)

Definition at line 2297 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [1/27]

IMPL_LINK_NOARG ( BookmarksTabPage_Impl  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 1190 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [2/27]

IMPL_LINK_NOARG ( BookmarksTabPage_Impl  ,
OpenHdl  ,
weld::Button ,
void   
)

Definition at line 1185 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [3/27]

IMPL_LINK_NOARG ( ContentTabPage_Impl  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 346 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [4/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
ActivateHdl  ,
weld::Entry ,
bool   
)

Definition at line 704 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [5/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
AutoCompleteHdl  ,
Timer ,
void   
)

Definition at line 739 of file newhelp.cxx.

References nPos, and starts_with().

◆ IMPL_LINK_NOARG() [6/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
CustomGetSizeHdl  ,
weld::TreeView::get_size_args  ,
Size   
)

Definition at line 425 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [7/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 710 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [8/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
EntryChangeHdl  ,
weld::Entry ,
void   
)

Definition at line 469 of file newhelp.cxx.

References KEY_BACKSPACE, and KEY_DELETE.

◆ IMPL_LINK_NOARG() [9/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
IdleHdl  ,
Timer ,
void   
)

Definition at line 716 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [10/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
OpenHdl  ,
weld::Button ,
void   
)

Definition at line 699 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [11/27]

IMPL_LINK_NOARG ( IndexTabPage_Impl  ,
TreeChangeHdl  ,
weld::TreeView ,
void   
)

Definition at line 464 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [12/27]

IMPL_LINK_NOARG ( SearchTabPage_Impl  ,
ActivateHdl  ,
weld::ComboBox ,
bool   
)

Definition at line 889 of file newhelp.cxx.

References Search.

◆ IMPL_LINK_NOARG() [13/27]

IMPL_LINK_NOARG ( SearchTabPage_Impl  ,
ClickHdl  ,
weld::Button ,
void   
)

Definition at line 990 of file newhelp.cxx.

References Search.

◆ IMPL_LINK_NOARG() [14/27]

IMPL_LINK_NOARG ( SearchTabPage_Impl  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 1044 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [15/27]

IMPL_LINK_NOARG ( SearchTabPage_Impl  ,
OpenHdl  ,
weld::Button ,
void   
)

Definition at line 1030 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [16/27]

IMPL_LINK_NOARG ( SfxHelpIndexWindow_Impl  ,
ContentTabPageDoubleClickHdl  ,
LinkParamNone ,
void   
)

Definition at line 1439 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [17/27]

IMPL_LINK_NOARG ( SfxHelpIndexWindow_Impl  ,
IndexTabPageDoubleClickHdl  ,
LinkParamNone ,
void   
)

Definition at line 1429 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [18/27]

IMPL_LINK_NOARG ( SfxHelpIndexWindow_Impl  ,
InitHdl  ,
Timer ,
void   
)

Definition at line 1390 of file newhelp.cxx.

References LINK.

◆ IMPL_LINK_NOARG() [19/27]

IMPL_LINK_NOARG ( SfxHelpIndexWindow_Impl  ,
KeywordHdl  ,
IndexTabPage_Impl ,
void   
)

Definition at line 1410 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [20/27]

IMPL_LINK_NOARG ( SfxHelpIndexWindow_Impl  ,
SelectFactoryHdl  ,
Timer ,
void   
)

Definition at line 1400 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [21/27]

IMPL_LINK_NOARG ( SfxHelpIndexWindow_Impl  ,
SelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 1385 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [22/27]

IMPL_LINK_NOARG ( SfxHelpIndexWindow_Impl  ,
TabPageDoubleClickHdl  ,
LinkParamNone ,
void   
)

Definition at line 1444 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [23/27]

IMPL_LINK_NOARG ( SfxHelpTextWindow_Impl  ,
CheckHdl  ,
weld::Toggleable ,
void   
)

Definition at line 1939 of file newhelp.cxx.

References Any, Exception, KEY_HELP_ON_OPEN, PATH_OFFICE_FACTORIES, and TOOLS_WARN_EXCEPTION.

◆ IMPL_LINK_NOARG() [24/27]

IMPL_LINK_NOARG ( SfxHelpTextWindow_Impl  ,
CloseHdl  ,
LinkParamNone ,
void   
)

Definition at line 1934 of file newhelp.cxx.

◆ IMPL_LINK_NOARG() [25/27]

IMPL_LINK_NOARG ( SfxHelpTextWindow_Impl  ,
NotifyHdl  ,
LinkParamNone ,
void   
)

Definition at line 1846 of file newhelp.cxx.

References Resize.

◆ IMPL_LINK_NOARG() [26/27]

IMPL_LINK_NOARG ( SfxHelpTextWindow_Impl  ,
SelectHdl  ,
Timer ,
void   
)

◆ IMPL_LINK_NOARG() [27/27]

IMPL_LINK_NOARG ( SfxHelpWindow_Impl  ,
OpenHdl  ,
LinkParamNone ,
void   
)

◆ lcl_disableLayoutOfFrame()

static void lcl_disableLayoutOfFrame ( const Reference< XFrame2 > &  xFrame)
static

Definition at line 1591 of file newhelp.cxx.

References xFrame.

Referenced by SfxHelpTextWindow_Impl::SfxHelpTextWindow_Impl().

Variable Documentation

◆ CONFIGNAME_HELPWIN

constexpr OUStringLiteral CONFIGNAME_HELPWIN = u"OfficeHelp"
constexpr

Definition at line 113 of file newhelp.cxx.

Referenced by SfxHelpWindow_Impl::LoadConfig(), and SfxHelpWindow_Impl::SaveConfig().

◆ CONFIGNAME_INDEXWIN

constexpr OUStringLiteral CONFIGNAME_INDEXWIN = u"OfficeHelpIndex"
constexpr

◆ CONFIGNAME_SEARCHPAGE

constexpr OUStringLiteral CONFIGNAME_SEARCHPAGE = u"OfficeHelpSearch"
constexpr

◆ HELP_SEARCH_TAG

constexpr OUStringLiteral HELP_SEARCH_TAG = u"/?Query="
constexpr

Definition at line 124 of file newhelp.cxx.

Referenced by SearchTabPage_Impl::Search().

◆ HELP_URL

constexpr OUStringLiteral HELP_URL = u"vnd.sun.star.help://"
constexpr

◆ IMAGE_URL

constexpr OUStringLiteral IMAGE_URL = u"private:factory/"
constexpr

◆ KEY_HELP_ON_OPEN

constexpr OUStringLiteral KEY_HELP_ON_OPEN = u"ooSetupFactoryHelpOnOpen"
constexpr

Definition at line 129 of file newhelp.cxx.

Referenced by IMPL_LINK_NOARG(), and SfxHelpTextWindow_Impl::InitOnStartupBox().

◆ KEY_UI_NAME

constexpr OUStringLiteral KEY_UI_NAME = u"ooSetupFactoryUIName"
constexpr

Definition at line 130 of file newhelp.cxx.

Referenced by SfxHelpTextWindow_Impl::InitOnStartupBox().

◆ PACKAGE_SETUP

constexpr OUStringLiteral PACKAGE_SETUP = u"/org.openoffice.Setup"
constexpr

Definition at line 127 of file newhelp.cxx.

Referenced by SfxHelpTextWindow_Impl::InitOnStartupBox().

◆ PATH_OFFICE_FACTORIES

constexpr OUStringLiteral PATH_OFFICE_FACTORIES = u"Office/Factories/"
constexpr

Definition at line 128 of file newhelp.cxx.

Referenced by IMPL_LINK_NOARG(), and SfxHelpTextWindow_Impl::InitOnStartupBox().

◆ PROPERTY_ANCHORREF

constexpr OUStringLiteral PROPERTY_ANCHORREF = u"KeywordAnchorForRef"
constexpr

Definition at line 120 of file newhelp.cxx.

Referenced by IndexTabPage_Impl::InitializeIndex().

◆ PROPERTY_KEYWORDLIST

constexpr OUStringLiteral PROPERTY_KEYWORDLIST = u"KeywordList"
constexpr

Definition at line 118 of file newhelp.cxx.

Referenced by IndexTabPage_Impl::InitializeIndex().

◆ PROPERTY_KEYWORDREF

constexpr OUStringLiteral PROPERTY_KEYWORDREF = u"KeywordRef"
constexpr

Definition at line 119 of file newhelp.cxx.

Referenced by IndexTabPage_Impl::InitializeIndex().

◆ PROPERTY_TITLE

constexpr OUStringLiteral PROPERTY_TITLE = u"Title"
constexpr

Definition at line 122 of file newhelp.cxx.

Referenced by SfxHelpWindow_Impl::DoAction().

◆ PROPERTY_TITLEREF

constexpr OUStringLiteral PROPERTY_TITLEREF = u"KeywordTitleForRef"
constexpr

Definition at line 121 of file newhelp.cxx.

Referenced by IndexTabPage_Impl::InitializeIndex().

◆ USERITEM_NAME

constexpr OUStringLiteral USERITEM_NAME = u"UserItem"
constexpr