|
FieldUnit | EnglishStringToMetric (std::string_view rEnglishMetricString) |
|
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | vcl_SystemClipboard_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &args) |
|
Sequence< OUString > | DragSource_getSupportedServiceNames () |
|
OUString | DragSource_getImplementationName () |
|
Reference< XInterface > | DragSource_createInstance (const Reference< XMultiServiceFactory > &) |
|
Sequence< OUString > | DropTarget_getSupportedServiceNames () |
|
OUString | DropTarget_getImplementationName () |
|
Reference< XInterface > | DropTarget_createInstance (const Reference< XMultiServiceFactory > &) |
|
void | SetGetSpecialCharsFunction (FncGetSpecialChars fn) |
|
FncGetSpecialChars | GetGetSpecialCharsFunction () |
|
sal_Int64 | ConvertValue (sal_Int64 nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits, FieldUnit eInUnit, FieldUnit eOutUnit) |
|
sal_Int64 | ConvertValue (sal_Int64 nValue, sal_uInt16 nDigits, MapUnit eInUnit, FieldUnit eOutUnit) |
|
double | ConvertDoubleValue (double nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits, FieldUnit eInUnit, FieldUnit eOutUnit) |
|
double | ConvertDoubleValue (double nValue, sal_uInt16 nDigits, MapUnit eInUnit, FieldUnit eOutUnit) |
|
double | ConvertDoubleValue (double nValue, sal_uInt16 nDigits, FieldUnit eInUnit, MapUnit eOutUnit) |
|
bool | TextToValue (const OUString &rStr, double &rValue, sal_Int64 nBaseValue, sal_uInt16 nDecDigits, const LocaleDataWrapper &rLocaleDataWrapper, FieldUnit eUnit) |
|
sal_Int32 | NaturalSortCompare (const OUString &rA, const OUString &rB) |
|
| IMPL_LINK_NOARG (QuickSelectionEngine_Data, SearchStringTimeout, Timer *, void) |
|
static StringEntryIdentifier | findMatchingEntry (const OUString &_searchString, QuickSelectionEngine_Data const &_engineData) |
|
| IMPL_LINK (ORoadmap, ImplClickHdl, HyperLabel *, CurHyperLabel, void) |
|
| IMPL_LINK_NOARG (RoadmapWizard, OnRoadmapItemSelected, LinkParamNone *, void) |
|
| IMPL_LINK (RoadmapWizardMachine, OnRoadmapItemSelected, const OString &, rCurItemId, bool) |
|
| IMPL_LINK_NOARG (RoadmapWizard, ImplHandleWizardLayoutTimerHdl, Timer *, void) |
|
| IMPL_LINK_NOARG (RoadmapWizard, OnFinish, Button *, void) |
|
| IMPL_LINK_NOARG (RoadmapWizard, OnPrevPage, Button *, void) |
|
| IMPL_LINK_NOARG (RoadmapWizard, OnNextPage, Button *, void) |
|
| IMPL_LINK_NOARG (WizardMachine, OnFinish, weld::Button &, void) |
|
| IMPL_LINK_NOARG (WizardMachine, OnCancel, weld::Button &, void) |
|
| IMPL_LINK_NOARG (WizardMachine, OnPrevPage, weld::Button &, void) |
|
| IMPL_LINK_NOARG (WizardMachine, OnNextPage, weld::Button &, void) |
|
bool | peekGraphicFormat (SvStream &rStream, OUString &rFormatExtension, bool bTest) |
|
size_t | RenderPDFBitmaps (const void *pBuffer, int nSize, std::vector< BitmapEx > &rBitmaps, size_t nFirstPage=0, int nPages=1, const basegfx::B2DTuple *pSizeHint=nullptr) |
|
bool | importPdfVectorGraphicData (SvStream &rStream, std::shared_ptr< VectorGraphicData > &rVectorGraphicData) |
|
bool | ImportPDF (SvStream &rStream, Graphic &rGraphic) |
|
size_t | ImportPDFUnloaded (const OUString &rURL, std::vector< PDFGraphicResult > &rGraphics) |
|
bool | ImportPNG (SvStream &rInputStream, Graphic &rGraphic, GraphicFilterImportFlags nImportFlags, BitmapScopedWriteAccess *pAccess, AlphaScopedWriteAccess *pAlphaAccess) |
|
static void * | smalloc (size_t size) |
|
static void * | scalloc (size_t n, size_t size) |
|
static sal_Int16 | GetInt16 (const sal_uInt8 *ptr, size_t offset) |
|
static sal_uInt16 | GetUInt16 (const sal_uInt8 *ptr, size_t offset) |
|
static sal_Int32 | GetInt32 (const sal_uInt8 *ptr, size_t offset) |
|
static sal_uInt32 | GetUInt32 (const sal_uInt8 *ptr, size_t offset) |
|
static F16Dot16 | fixedMul (F16Dot16 a, F16Dot16 b) |
|
static F16Dot16 | fixedDiv (F16Dot16 a, F16Dot16 b) |
|
static F16Dot16 | fixedMulDiv (F16Dot16 a, F16Dot16 b, F16Dot16 c) |
|
static int | XUnits (int unitsPerEm, int n) |
|
static char | toHex (sal_uInt8 nIndex) |
|
static HexFmt * | HexFmtNew (FILE *outf) |
|
static bool | HexFmtFlush (HexFmt *_this) |
|
static void | HexFmtOpenString (HexFmt *_this) |
|
static void | HexFmtCloseString (HexFmt *_this) |
|
static void | HexFmtDispose (HexFmt *_this) |
|
static void | HexFmtBlockWrite (HexFmt *_this, const void *ptr, sal_uInt32 size) |
|
static void | GetMetrics (AbstractTrueTypeFont const *ttf, sal_uInt32 glyphID, TTGlyphMetrics *metrics) |
|
static int | GetTTGlyphOutline (AbstractTrueTypeFont *, sal_uInt32, ControlPoint **, TTGlyphMetrics *, std::vector< sal_uInt32 > *) |
|
static int | GetSimpleTTOutline (AbstractTrueTypeFont const *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTGlyphMetrics *metrics) |
|
static F16Dot16 | fromF2Dot14 (sal_Int16 n) |
|
static int | GetCompoundTTOutline (AbstractTrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTGlyphMetrics *metrics, std::vector< sal_uInt32 > &glyphlist) |
|
static int | BSplineToPSPath (ControlPoint const *srcA, int srcCount, PSPathElement **path) |
|
static char * | nameExtract (const sal_uInt8 *name, int nTableSize, int n, int dbFlag, sal_Unicode **ucs2result) |
|
static int | findname (const sal_uInt8 *name, sal_uInt16 n, sal_uInt16 platformID, sal_uInt16 encodingID, sal_uInt16 languageID, sal_uInt16 nameID) |
|
static void | GetNames (TrueTypeFont *t) |
|
int | CountTTCFonts (const char *fname) |
|
SFErrCodes | OpenTTFontFile (const char *fname, sal_uInt32 facenum, TrueTypeFont **ttf, const FontCharMapRef xCharMap=nullptr) |
|
SFErrCodes | OpenTTFontBuffer (const void *pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFont **ttf, const FontCharMapRef xCharMap=nullptr) |
|
void | CloseTTFont (TrueTypeFont *) |
|
int | GetTTGlyphPoints (AbstractTrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray) |
|
int | GetTTGlyphComponents (AbstractTrueTypeFont *ttf, sal_uInt32 glyphID, std::vector< sal_uInt32 > &glyphlist) |
|
SFErrCodes | CreateT3FromTTGlyphs (TrueTypeFont *ttf, FILE *outf, const char *fname, sal_uInt16 const *glyphArray, sal_uInt8 *encoding, int nGlyphs, int wmode) |
|
SFErrCodes | CreateTTFromTTGlyphs (AbstractTrueTypeFont *ttf, const char *fname, sal_uInt16 const *glyphArray, sal_uInt8 const *encoding, int nGlyphs) |
|
static GlyphOffsets * | GlyphOffsetsNew (sal_uInt8 *sfntP, sal_uInt32 sfntLen) |
|
static void | GlyphOffsetsDispose (GlyphOffsets *_this) |
|
static void | DumpSfnts (FILE *outf, sal_uInt8 *sfntP, sal_uInt32 sfntLen) |
|
SFErrCodes | CreateT42FromTTGlyphs (TrueTypeFont *ttf, FILE *outf, const char *psname, sal_uInt16 const *glyphArray, sal_uInt8 *encoding, int nGlyphs) |
|
std::unique_ptr< sal_uInt16[]> | GetTTSimpleGlyphMetrics (AbstractTrueTypeFont const *ttf, const sal_uInt16 *glyphArray, int nGlyphs, bool vertical) |
|
void | GetTTFontMetrics (const uint8_t *pHhea, size_t nHhea, const uint8_t *pOs2, size_t nOs2, TTGlobalFontInfo *info) |
|
bool | GetTTGlobalFontHeadInfo (const AbstractTrueTypeFont *ttf, int &xMin, int &yMin, int &xMax, int &yMax, sal_uInt16 &macStyle) |
|
void | GetTTGlobalFontInfo (TrueTypeFont *ttf, TTGlobalFontInfo *info) |
|
GlyphData * | GetTTRawGlyphData (AbstractTrueTypeFont *ttf, sal_uInt32 glyphID) |
|
int | GetTTNameRecords (AbstractTrueTypeFont const *ttf, NameRecord **nr) |
|
void | DisposeNameRecords (NameRecord *nr, int n) |
|
static void | append (std::bitset< N > &rSet, size_t const nOffset, sal_uInt32 const nValue) |
|
bool | getTTCoverage (std::optional< std::bitset< UnicodeCoverage::MAX_UC_ENUM >> &rUnicodeRange, std::optional< std::bitset< CodePageCoverage::MAX_CP_ENUM >> &rCodePageRange, const unsigned char *pTable, size_t nLength) |
|
static sal_Int16 | GetInt16 (const sal_uInt8 *ptr, sal_uInt32 offset) |
|
static sal_uInt16 | GetUInt16 (const sal_uInt8 *ptr, sal_uInt32 offset) |
|
static void | PutInt16 (sal_Int16 val, sal_uInt8 *ptr, sal_uInt32 offset) |
|
static void | PutUInt16 (sal_uInt16 val, sal_uInt8 *ptr, sal_uInt32 offset) |
|
static void | PutUInt32 (sal_uInt32 val, sal_uInt8 *ptr, sal_uInt32 offset) |
|
static int | TableEntryCompareF (const void *l, const void *r) |
|
static int | NameRecordCompareF (const void *l, const void *r) |
|
static sal_uInt32 | CheckSum (sal_uInt32 *ptr, sal_uInt32 length) |
|
static void * | smalloc (sal_uInt32 size) |
|
static void * | scalloc (sal_uInt32 n, sal_uInt32 size) |
|
void | TrueTypeCreatorNewEmpty (sal_uInt32 tag, TrueTypeCreator **_this) |
|
void | AddTable (TrueTypeCreator *_this, TrueTypeTable *table) |
|
void | RemoveTable (TrueTypeCreator *_this, sal_uInt32 tag) |
|
static void | ProcessTables (TrueTypeCreator *) |
|
SFErrCodes | StreamToMemory (TrueTypeCreator *_this, sal_uInt8 **ptr, sal_uInt32 *length) |
|
SFErrCodes | StreamToFile (TrueTypeCreator *_this, const char *fname) |
|
static sal_uInt8 * | ttmalloc (sal_uInt32 nbytes) |
|
static void | FreeGlyphData (void *ptr) |
|
static void | TrueTypeTableDispose_generic (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_head (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_hhea (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_loca (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_maxp (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_glyf (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_cmap (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_name (TrueTypeTable *_this) |
|
static void | TrueTypeTableDispose_post (TrueTypeTable *_this) |
|
static int | GetRawData_generic (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static int | GetRawData_head (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static int | GetRawData_hhea (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static int | GetRawData_loca (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static int | GetRawData_maxp (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static int | GetRawData_glyf (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static sal_uInt8 * | PackCmapType0 (CmapSubTable const *s, sal_uInt32 *length) |
|
static sal_uInt8 * | PackCmapType6 (CmapSubTable const *s, sal_uInt32 *length) |
|
static sal_uInt8 * | PackCmap (CmapSubTable const *s, sal_uInt32 *length) |
|
static int | GetRawData_cmap (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static int | GetRawData_name (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
static int | GetRawData_post (TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
TrueTypeTable * | TrueTypeTableNew (sal_uInt32 tag, sal_uInt32 nbytes, const sal_uInt8 *ptr) |
|
TrueTypeTable * | TrueTypeTableNew_head (sal_uInt32 fontRevision, sal_uInt16 flags, sal_uInt16 unitsPerEm, const sal_uInt8 *created, sal_uInt16 macStyle, sal_uInt16 lowestRecPPEM, sal_Int16 fontDirectionHint) |
|
TrueTypeTable * | TrueTypeTableNew_hhea (sal_Int16 ascender, sal_Int16 descender, sal_Int16 linegap, sal_Int16 caretSlopeRise, sal_Int16 caretSlopeRun) |
|
TrueTypeTable * | TrueTypeTableNew_loca () |
|
TrueTypeTable * | TrueTypeTableNew_maxp (const sal_uInt8 *maxp, int size) |
|
TrueTypeTable * | TrueTypeTableNew_glyf () |
|
TrueTypeTable * | TrueTypeTableNew_cmap () |
|
static void | DisposeNameRecord (void *ptr) |
|
static NameRecord * | NameRecordNewCopy (NameRecord const *nr) |
|
TrueTypeTable * | TrueTypeTableNew_name (int n, NameRecord const *nr) |
|
TrueTypeTable * | TrueTypeTableNew_post (sal_Int32 format, sal_Int32 italicAngle, sal_Int16 underlinePosition, sal_Int16 underlineThickness, sal_uInt32 isFixedPitch) |
|
int | GetRawData (TrueTypeTable *, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag) |
|
void | cmapAdd (TrueTypeTable *, sal_uInt32 id, sal_uInt32 c, sal_uInt32 g) |
|
sal_uInt32 | glyfAdd (TrueTypeTable *, GlyphData *glyphdata, AbstractTrueTypeFont *fnt) |
|
sal_uInt32 | glyfCount (const TrueTypeTable *) |
|
static TrueTypeTable * | FindTable (TrueTypeCreator *tt, sal_uInt32 tag) |
|
sal_uInt16 | TranslateChar12 (sal_uInt16 src) |
|
sal_uInt16 | TranslateChar13 (sal_uInt16 src) |
|
sal_uInt16 | TranslateChar14 (sal_uInt16 src) |
|
sal_uInt16 | TranslateChar15 (sal_uInt16 src) |
|
sal_uInt16 | TranslateChar16 (sal_uInt16 src) |
|
static void | appendStructureAttributeLine (PDFWriter::StructAttribute i_eAttr, const PDFStructureAttribute &i_rVal, OStringBuffer &o_rLine, bool i_bIsFixedInt) |
|
static bool | getPfbSegmentLengths (const unsigned char *pFontBytes, int nByteLen, ThreeInts &rSegmentLengths) |
|
static void | appendSubsetName (int nSubsetID, std::u16string_view rPSName, OStringBuffer &rBuffer) |
|
static const Color & | replaceColor (const Color &rCol1, const Color &rCol2) |
|
void | escapeStringXML (const OUString &rStr, OUString &rValue) |
|
static void | lcl_assignMeta (const OUString &aValue, OString &aMeta) |
|
static double | calcAngle (const tools::Rectangle &rRect, const Point &rPoint) |
|
static std::shared_ptr< RegionBand > | ImplCreateRegionBandFromPolyPolygon (const tools::PolyPolygon &rPolyPolygon) |
|
SvStream & | ReadRegion (SvStream &rIStrm, vcl::Region &rRegion) |
|
SvStream & | WriteRegion (SvStream &rOStrm, const vcl::Region &rRegion) |
|
static bool | ImplPolygonRectTest (const tools::Polygon &rPoly, tools::Rectangle *pRectOut=nullptr) |
|
static bool | sameScript (int32_t scriptOne, int32_t scriptTwo) |
|
BinaryDataContainer | convertUnoBinaryDataContainer (const css::uno::Reference< css::util::XBinaryDataContainer > &rxBinaryDataContainer) |
|
std::shared_ptr< VectorGraphicData > | loadVectorGraphic (BinaryDataContainer const &rDataContainer, VectorGraphicDataType eType) |
|
| IMPL_LINK (EventPoster, DoEvent_Impl, void *,, void) |
|
void | VclBuilderPreload () |
|
void | EndAllDialogs (vcl::Window const *pParent) |
|
void | EnableDialogInput (vcl::Window *pWindow) |
|
void | CloseTopLevel (vcl::Window *pWindow) |
|
static bool | lcl_ToolBoxTabStop (Window *pWindow) |
|
static void | ImplDlgCtrlUpdateDefButton (vcl::Window *pParent, vcl::Window *pFocusWindow, bool bGetFocus) |
|
static MouseEvent | ImplTranslateMouseEvent (const MouseEvent &rE, vcl::Window const *pSource, vcl::Window const *pDest) |
|
static Window * | ImplGetLabeledBy (Window *pFrameWindow, WindowType nMyType, Window *pLabeled) |
|
bool | IsInPopupMenuExecute () |
|
| IMPL_LINK_NOARG (Window, ImplGenerateMouseMoveHdl, void *, void) |
|
static bool | IsWindowFocused (const WindowImpl &rWinImpl) |
|
| IMPL_LINK_NOARG (Window, ImplHandlePaintHdl, Timer *, void) |
|
| IMPL_LINK_NOARG (Window, ImplHandleResizeTimerHdl, Timer *, void) |
|
static SystemWindow * | ImplGetLastSystemWindow (vcl::Window *pWin) |
|
static sal_Int32 | CountDPIScaleFactor (sal_Int32 nDPI) |
|
| IMPL_LINK (Window, ImplTrackTimerHdl, Timer *, pTimer, void) |
|
static void | lcl_HandleScrollHelper (ScrollBar *pScrl, double nN, bool isMultiplyByLineSize) |
|
static bool | HasParentDockingWindow (const vcl::Window *pWindow) |
|
VCL_DLLPUBLIC css::uno::Reference< css::uno::XInterface > | OleDnDHelper (const css::uno::Reference< css::lang::XInitialization > &, sal_IntPtr pWin, DragOrDrop) |
|
VCL_DLLPUBLIC css::uno::Reference< css::uno::XInterface > | X11DnDHelper (const css::uno::Reference< css::lang::XInitialization > &, sal_IntPtr pWin) |
|
css::uno::Reference< css::uno::XInterface > | DragSource_createInstance (css::uno::Reference< css::lang::XMultiServiceFactory > const &) |
|
css::uno::Reference< css::uno::XInterface > | DropTarget_createInstance (css::uno::Reference< css::lang::XMultiServiceFactory > const &) |
|
const char * | matchArray (const char *pSource, sal_Int32 nSourceSize, const char *pSearch, sal_Int32 nSearchSize) |
|
const char * | matchArrayWithString (const char *pSource, sal_Int32 nSourceSize, OString const &rString) |
|
bool | checkArrayForMatchingStrings (const char *pSource, sal_Int32 nSourceSize, std::vector< OString > const &rStrings) |
|
const char * | getLangBoost () |
|
VCL_DLLPUBLIC BinaryDataContainer | convertUnoBinaryDataContainer (css::uno::Reference< css::util::XBinaryDataContainer > const &rxBinaryDataContainer) |
|
constexpr bool | isPalettePixelFormat (PixelFormat ePixelFormat) |
|
constexpr sal_uInt16 | pixelFormatBitCount (PixelFormat ePixelFormat) |
|
constexpr sal_Int64 | numberOfColors (PixelFormat ePixelFormat) |
|
constexpr PixelFormat | bitDepthToPixelFormat (sal_uInt16 nBitDepth) |
|
class | UNLESS_MERGELIBS (VCL_DLLPUBLIC) AccessibleFactoryAccess |
|
double | ConvertDoubleValue (sal_Int64 nValue, sal_Int64 nBaseValue, sal_uInt16 nDecDigits, FieldUnit eInUnit, FieldUnit eOutUnit) |
|
double | ConvertDoubleValue (sal_Int64 nValue, sal_uInt16 nDecDigits, FieldUnit eInUnit, MapUnit eOutUnit) |
|
double | ConvertDoubleValue (sal_Int64 nValue, sal_uInt16 nDecDigits, MapUnit eInUnit, FieldUnit eOutUnit) |
|
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const Region &rRegion) |
|