LibreOffice Module comphelper (master) 1
Namespaces | Enumerations | Functions
lok.hxx File Reference
#include <comphelper/comphelperdllapi.h>
#include <rtl/ustring.hxx>
Include dependency graph for lok.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  comphelper
 
namespace  comphelper::LibreOfficeKit
 

Enumerations

enum class  comphelper::LibreOfficeKit::statusIndicatorCallbackType {
  comphelper::LibreOfficeKit::Start ,
  comphelper::LibreOfficeKit::SetValue ,
  comphelper::LibreOfficeKit::Finish
}
 
enum  comphelper::LibreOfficeKit::Compat : sal_uInt32 {
  comphelper::LibreOfficeKit::none = 0 ,
  comphelper::LibreOfficeKit::scNoGridBackground = 1 ,
  comphelper::LibreOfficeKit::scPrintTwipsMsgs = 2
}
 

Functions

void comphelper::LibreOfficeKit::setActive (bool bActive)
 
void comphelper::LibreOfficeKit::setStatusIndicatorCallback (void(*callback)(void *data, statusIndicatorCallbackType type, int percent, const char *pText), void *data)
 
bool comphelper::LibreOfficeKit::isActive ()
 
void comphelper::LibreOfficeKit::setLocalRendering (bool bLocalRendering=true)
 Shift the coordinates before rendering each bitmap. More...
 
bool comphelper::LibreOfficeKit::isLocalRendering ()
 
bool comphelper::LibreOfficeKit::isPartInInvalidation ()
 Check whether clients want a part number in an invalidation payload. More...
 
void comphelper::LibreOfficeKit::setPartInInvalidation (bool bPartInInvalidation)
 Set whether clients want a part number in an invalidation payload. More...
 
bool comphelper::LibreOfficeKit::isTiledPainting ()
 Check if we are doing tiled painting. More...
 
void comphelper::LibreOfficeKit::setTiledPainting (bool bTiledPainting)
 Set if we are doing tiled painting. More...
 
bool comphelper::LibreOfficeKit::isDialogPainting ()
 Check if we are painting the dialog. More...
 
void comphelper::LibreOfficeKit::setDialogPainting (bool bDialogPainting)
 Set if we are painting the dialog. More...
 
void comphelper::LibreOfficeKit::setDPIScale (double fDPIScale)
 Set the DPI scale for rendering for HiDPI displays. More...
 
double comphelper::LibreOfficeKit::getDPIScale ()
 Get the DPI scale for rendering for HiDPI displays. More...
 
void comphelper::LibreOfficeKit::setTiledAnnotations (bool bTiledAnnotations)
 Set if we want no annotations rendering. More...
 
bool comphelper::LibreOfficeKit::isTiledAnnotations ()
 Check if annotations rendering is turned off. More...
 
void comphelper::LibreOfficeKit::setRangeHeaders (bool bTiledAnnotations)
 Set if we want range based header data. More...
 
bool comphelper::LibreOfficeKit::isRangeHeaders ()
 Check if range based header data is enabled. More...
 
void comphelper::LibreOfficeKit::setCompatFlag (Compat flag)
 Set compatibility flags. More...
 
bool comphelper::LibreOfficeKit::isCompatFlagSet (Compat flag)
 Get compatibility flags. More...
 
void comphelper::LibreOfficeKit::resetCompatFlag ()
 Reset compatibility flags. More...
 
bool comphelper::LibreOfficeKit::isViewIdForVisCursorInvalidation ()
 Check whether clients want viewId in visible cursor invalidation payload. More...
 
void comphelper::LibreOfficeKit::setViewIdForVisCursorInvalidation (bool bViewIdForVisCursorInvalidation)
 Set whether clients want viewId in visible cursor invalidation payload. More...
 
void comphelper::LibreOfficeKit::setLocale (const LanguageTag &languageTag)
 Update the current LOK's locale. More...
 
const LanguageTagcomphelper::LibreOfficeKit::getLocale ()
 Get the current LOK's locale. More...
 
void comphelper::LibreOfficeKit::setLanguageTag (const LanguageTag &languageTag)
 Update the current LOK's language. More...
 
const LanguageTagcomphelper::LibreOfficeKit::getLanguageTag ()
 Get the current LOK's language. More...
 
bool comphelper::LibreOfficeKit::isAllowlistedLanguage (const OUString &lang)
 If the language name should be used for this LOK instance. More...
 
void comphelper::LibreOfficeKit::setTimezone (bool isSet, const OUString &rTimezone)
 Update the current LOK's timezone. More...
 
void comphelper::LibreOfficeKit::statusIndicatorStart (const OUString &sText)
 
void comphelper::LibreOfficeKit::statusIndicatorSetValue (int percent)
 
void comphelper::LibreOfficeKit::statusIndicatorFinish ()
 
COMPHELPER_DLLPUBLIC void comphelper::LibreOfficeKit::setBlockedCommandList (const char *blockedCommandList)