summaryrefslogtreecommitdiffstats
path: root/vcl/headless/svptext.cxx
Commit message (Expand)AuthorAgeFilesLines
* vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock2014-10-131-3/+3
* vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock2014-10-061-2/+2
* vcl: Rename GetImplFontCapabilities()Chris Sherlock2014-09-151-1/+1
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-021-15/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud2014-03-201-0/+2
* cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud2014-03-201-14/+11
* rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud2014-03-201-4/+4
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-1/+1
* bool improvementsStephan Bergmann2014-01-281-2/+2
* Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr2014-01-061-26/+26
* No more uses of printer built in fontsKhaled Hosny2013-12-041-5/+0
* Device-specific font substitution is not usedKhaled Hosny2013-12-041-4/+0
* Remove GetKernPairs() with no implementationKhaled Hosny2013-10-211-6/+0
* Removed unused kerning stuffKhaled Hosny2013-10-211-51/+3
* Fix headless mode glyph cache memory handlingStephan Bergmann2013-07-121-19/+26
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-9/+9
* fdo#39468 Translation and cleanupChris Sherlock2013-04-291-24/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* Need <vcl/sysdata.hxx> here nowTor Lillqvist2013-03-271-0/+1
* Move two text-related functions to svptext.cxxTor Lillqvist2013-03-271-1/+20
* vcl/headless: remove rtl namespace prefix from OUstring methodsRiccardo Magliocchetti2012-12-201-2/+2
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-23/+14
* Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara2012-09-031-0/+6
* Resolves: fdo#51693 use fontconfig font/glyph substitution in headless modeCaolán McNamara2012-07-031-0/+6
* Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud2012-06-201-8/+8
* put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan2012-05-111-4/+0
* align getFontFaceNumber with FC_FACECaolán McNamara2012-01-111-2/+0
* Convert Sal to rtl::O(U)StringDavid Tardon2011-11-211-1/+1
* add missing includesDavid Tardon2011-11-041-0/+1
* Cleanup basebmp a littleJoseph Powers2011-11-031-1/+0
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-021-3/+3
* Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara2011-10-271-1/+1
* headless: cleanup degenerate clipping case to not render or warn.Michael Meeks2011-10-271-2/+5
* generic: share the PspGraphics code between gtk/unx and svpMichael Meeks2011-10-251-5/+5
* headless: move backend to top-level, and enable for all platformsMichael Meeks2011-10-251-0/+544