office-gobmx/sdext
Stephan Bergmann 7bf64a5af4 Turn PDF import from bundled extension to plain code
No need for dirty hacks linking in basegfx objects statically any more.

To avoid unnecessary confusion between the newly plain code and any instance of
the old extension still installed (per-user or shared), I renamed all relevant
UNO implementation identifiers from com.sun.star.comp.documents.* to
org.libreoffice.comp.documents.*.  Also, existing installations of the extension
are explicitly not migrated to new user profiles.

The xpdfimport executable is now in program/, its xpdfimport_err.pdf in
share/xpdfimport/.  To simplify finding the _err.pdf from xpdfimport, its full
pathname is now given as additional second argument to xpdfimport.  To find
xpdfimport executable from CppunitTest, CppunitTest creates a symlink from
solver's unittest/installation/program to solver's bin, so that
"$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets
BRAND_BASE_DIR to solver's unittest/installation).

The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even
though it was included in the .oxt) and has been removed.

The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport.
Having it still conditional requires some pdf_Portable_Document_Format vs.
pdf_Portable_Document_Format_import foo in module filter.

Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
2012-11-24 23:21:37 +01:00
..
prj translations is a source-only module 2012-11-20 22:11:36 +01:00
source Turn PDF import from bundled extension to plain code 2012-11-24 23:21:37 +01:00
Configuration_minimizer.mk
CppunitTest_pdfimport.mk Turn PDF import from bundled extension to plain code 2012-11-24 23:21:37 +01:00
CustomTarget_pdfimport.mk
Executable_pdf2xml.mk targetted improvement of UNO API includes / usage 2012-07-02 16:52:50 +01:00
Executable_pdfunzip.mk targetted improvement of UNO API includes / usage 2012-07-02 16:52:50 +01:00
Executable_xpdfimport.mk add missing deps on sal headers 2012-10-31 19:11:35 +01:00
Extension_minimizer.mk gbuild: fix XcuMergeTarget build breakage: 2012-10-23 22:58:56 +02:00
Library_minimizer.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Library_pdfimport.mk Turn PDF import from bundled extension to plain code 2012-11-24 23:21:37 +01:00
Library_presenter.mk Turn presenter screen from bundled extension to plain code 2012-11-21 17:47:43 +01:00
Makefile re-base on ALv2 code. Includes: 2012-10-02 12:15:41 +01:00
Module_sdext.mk Turn PDF import from bundled extension to plain code 2012-11-24 23:21:37 +01:00
Package_pdfimport_xcu.mk Turn PDF import from bundled extension to plain code 2012-11-24 23:21:37 +01:00
Package_pdfimport_xpdfimport.mk Turn PDF import from bundled extension to plain code 2012-11-24 23:21:37 +01:00
Rdb_minimizer.mk
README
StaticLibrary_pdfimport_s.mk Turn PDF import from bundled extension to plain code 2012-11-24 23:21:37 +01:00

Extensions for the Impress and Draw applications.