add a length arg to GetEmbedFontData

Desktop / LibreOffice - Caolán McNamara [redhat.com] - 27 January 2015 04:45 UTC

for the cases where we don't want the full result and mark some ultra-dubious code with a TODO

Change-Id: I7cf57b8d44bbad2a6db86a8b862a757ae5062c50 Reviewed-on: https://gerrit.libreoffice.org/14189

dbf15c9 add a length arg to GetEmbedFontData
vcl/generic/print/genpspgraphics.cxx | 16 ++++++++--------
vcl/headless/svptext.cxx | 3 ++-
vcl/inc/cairotextrender.hxx | 1 +
vcl/inc/generic/genpspgraphics.h | 3 ++-
vcl/inc/headless/svpgdi.hxx | 1 +
vcl/inc/quartz/salgdi.h | 1 +
vcl/inc/salgdi.hxx | 6 +++---
vcl/inc/textrender.hxx | 1 +
vcl/inc/unx/salgdi.h | 1 +
vcl/inc/win/salgdi.h | 1 +
vcl/quartz/salgdi.cxx | 1 +
vcl/source/gdi/embeddedfontshelper.cxx | 8 +-------
vcl/source/gdi/pdfwriter_impl.cxx | 5 +++--
vcl/unx/generic/gdi/cairotextrender.cxx | 4 ++--
vcl/unx/generic/gdi/salgdi3.cxx | 4 ++--
vcl/win/source/gdi/salgdi3.cxx | 4 ++--
16 files changed, 32 insertions(+), 28 deletions(-)

Upstream: cgit.freedesktop.org


  • Share