LibreOffice Module sfx2 (master) 1
|
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/frame/XFrame2.hpp>
#include <rtl/ustrbuf.hxx>
#include <vcl/builderpage.hxx>
#include <vcl/dockwin.hxx>
#include <vcl/idle.hxx>
#include <vcl/keycod.hxx>
#include <vcl/weld.hxx>
#include <vcl/window.hxx>
#include <srchdlg.hxx>
Go to the source code of this file.
Classes | |
class | HelpTabPage_Impl |
class | ContentTabPage_Impl |
class | IndexTabPage_Impl |
class | SearchTabPage_Impl |
class | BookmarksTabPage_Impl |
class | SfxHelpIndexWindow_Impl |
class | TextWin_Impl |
class | SfxHelpTextWindow_Impl |
class | SfxHelpWindow_Impl |
class | SfxAddHelpBookmarkDialog_Impl |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | com::sun::star::i18n |
namespace | com::sun::star::text |
Macros | |
#define | MID_OPEN 1 |
#define | MID_RENAME 2 |
#define | MID_DELETE 3 |
Functions | |
void | AppendConfigToken (OUStringBuffer &rURL, bool bQuestionMark) |
Appends ?Language=xy&System=abc to the help URL in rURL. More... | |
#define MID_DELETE 3 |
Definition at line 38 of file newhelp.hxx.
#define MID_OPEN 1 |
Definition at line 36 of file newhelp.hxx.
#define MID_RENAME 2 |
Definition at line 37 of file newhelp.hxx.
void AppendConfigToken | ( | OUStringBuffer & | rURL, |
bool | bQuestionMark | ||
) |
Appends ?Language=xy&System=abc to the help URL in rURL.
Definition at line 267 of file sfxhelp.cxx.
References utl::ConfigManager::getProductVersion(), and HelpLocaleString().
Referenced by SfxHelpWindow_Impl::buildHelpURL(), SfxHelp::CreateHelpURL_Impl(), SfxHelpIndexWindow_Impl::Initialize(), IndexTabPage_Impl::InitializeIndex(), SearchTabPage_Impl::Search(), and SfxHelp::Start_Impl().