LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Macros | Functions
newhelp.hxx File Reference
#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>
Include dependency graph for newhelp.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ MID_DELETE

#define MID_DELETE   3

Definition at line 38 of file newhelp.hxx.

◆ MID_OPEN

#define MID_OPEN   1

Definition at line 36 of file newhelp.hxx.

◆ MID_RENAME

#define MID_RENAME   2

Definition at line 37 of file newhelp.hxx.

Function Documentation

◆ AppendConfigToken()

void AppendConfigToken ( OUStringBuffer &  rURL,
bool  bQuestionMark 
)