summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)Author
2012-07-29Replace usage of rtl/memory.h in xmlhelp with their equivalent from string.hArnaud Versini
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-27Remove unused include filesThomas Arnhold
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-18removed unused forward declarations of classTakeshi Abe
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-01Targeted string re-work xmlhelp/xmlscriptThorsten Behrens
2012-05-30Re-enable sort in help-filesNiklas Johansson
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara
2012-05-08work around spurious signed overflow warningsMichael Stahl
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-04-29xmlhelp is gbuild moduleDavid Tardon
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-24WaE: silence warnings from msvc2008 (again)Caolán McNamara
2012-04-24do not export usage of CLucene headers outside of l10ntoolsLuboš Luňák
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-07bah, really deliver the filesDavid Tardon
2012-04-07drop executable flagDavid Tardon
2012-04-07install xsl files tooDavid Tardon
2012-04-07gbuildize xmlhelpDavid Tardon
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-04removed duplicate #includesTakeshi Abe
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-09minor documentation tweaksMichael Meeks
2012-02-23remove all other deprecated header guardsThomas Arnhold
2012-02-23reduce try-catch CLuceneError blockCaolán McNamara
2012-02-23not every extension's help will have help in all langs, catch that exceptionCaolán McNamara
2012-02-23ditch archaic headerguardsCaolán McNamara
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23tweak for cross-platformityCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-23HelpIndexer and HelpSearch: remove JavaGert van Valkenhoef
2012-02-23Bugfix resultsetforqueryGert van Valkenhoef
2012-02-23Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef
2012-02-23tweak buildCaolán McNamara
2012-02-23HelpIndexer using rtl::OUString, called from xmlhelpGert van Valkenhoef
2012-02-23bootstrap replacement c++ help componentCaolán McNamara
2012-02-17fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, tooAndras Timar
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-01-24Fix for fdo43460 Part XLVI getLength() to isEmpty()Olivier Hallot
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-16There is nothing to build in xmlhelp/incTor Lillqvist
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
> The mapmode also affects the layout of the glyphs. Change-Id: I9492bc4d3d9e991ef8ab5dc30ce424e44cbc79f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132822 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák Now the cache should be capable of detecting what needs to stay the same for having the same result, so it should be enough to have just one cache that can reuse results even between callers from different places. Change-Id: Ibdc0303f5b727d1a1d7be91d61db9465ed95e1c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132673 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2022-04-08ignore Point logicalPos argument in SalLayoutGlyphsCacheLuboš Luňák It's only used for the DXArray argument in ImplLayout(), so if we ignore that one when caching, the position can be ignored too. Change-Id: Id2a7b452e2b75139177c1e73c48eaa466742a59c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132672 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2022-04-08check better for unchanged OutputDevice in SalLayoutGlyphsCacheLuboš Luňák Some things like font could change, so it needs to be saved and compared. If would be even better to avoid comparing OutputDevice pointers and instead compare only what actually matters, in order to reuse the same glyphs used for different output devices, but I can't find all the relevant data in OutputDevice. Change-Id: Ib8634165b5b312d1db2c9fc28f8d7fdf7b552d25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132671 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2022-04-08use vcl::text::TextLayoutCache in SalLayoutGlyphsCacheLuboš Luňák Change-Id: I0ec22fe53e05319dec15456a916b10e97ea91a75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132668 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2022-03-15use SalLayoutGlyphsCache in EditEngine/SvxFont (tdf#94677)Luboš Luňák Change-Id: I4c7c94c10b9184ad1d3348e7b364748b4e7c34de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131611 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2022-03-14move cache for SalLayoutGlyph's from Calc to VCLLuboš Luňák For reuse later. Change-Id: I43479148a8312a36e56f267435e77acc8bf9bd35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131390 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>