https://bugs.documentfoundation.org/show_bug.cgi?id=155630

--- Comment #11 from Dave Gilbert <freedesk...@treblig.org> ---
Here's some notes from potential dupes I'd found if someone else would like to
attack them.
Note you probably need to check these things with people who know the relevant
code, this is just me noticing things:

a) Import GDI/PDF
  svx/source/svdraw/svdfmtf.cxx and svx/source/svdraw/svdpdf.cxx
  have ImpSdrGDIMetaFileImport::InsertObj and ImpSdrPdfImport::InsertObj  which
are big and almost identical.  It feels like you could make a base class and
share large chunks of those two.  You can trigger it by inserting a pdf into a
draw document, right clicking and selecting 'break'.
  My only worry is that this PDF import seems entirely separate from the
loading PDF files at startup; so maybe that['s what really needs merging - not
dug yet.

b) Unicode character tools in  sw/source/core/text/portlay.cxx and
editeng/source/editeng/impedit3.cxx
  These have been explicitly copied between them; I wonder if they can be
shared?
  (In particular all the isBehChar and related stuff).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to