summaryrefslogtreecommitdiffstats
path: root/writerperfect
Commit message (Collapse)AuthorAgeFilesLines
* Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza2012-10-082-45/+0
| | | | | | | | Change-Id: Ifb9f9d2211608b848a5de66e1d19c4815a755907 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/840 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* add missing deps on headers to static libsDavid Tardon2012-10-011-0/+10
| | | | Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek typeFridrich Štrba2012-09-231-0/+6
| | | | Change-Id: I7be3b67c797a728b5c72e957c67e3f864072addc
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* libwpd: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
* libwpg: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
* libcdr: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87
* libmspub: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
* libwps: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
* libvisio: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
* writerperfect: simplify these conditionsMatúš Kukan2012-09-081-9/+9
| | | | Change-Id: Ibed9d8963c102001cbfb259965e156179f05d5c4
* No explicit rtl::OUString ctors needed, sberg dixitFridrich Štrba2012-09-037-17/+17
| | | | Change-Id: I0b675213064a10cebfdea1fb99573dcf3e34284b
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+0
| | | | Change-Id: If844f74e5077d841606f306e48c2e687440fdcdd
* Iterate the utf8 correctly + handle tabs tooFridrich Štrba2012-08-231-7/+14
| | | | Change-Id: Ie6a4750ebd04e3b1ed8ad0985e141b6ff2e65e98
* Move writerperfect newline-handling logic to OdgGenerator::insertTextBrennan Vincent2012-08-232-29/+30
| | | | Change-Id: I6d954ac1233f98a3744449555043e8f82a1d2083
* Fix writerperfect ignoring newlines.Brennan Vincent2012-08-211-4/+27
| | | | Change-Id: Ib737a7d0ba833bcdc1e284890c62c9cf187d6b61
* Pass rgb/contrast/brightness filters through writerperfect to ODGBrennan Vincent2012-08-071-0/+30
| | | | Change-Id: I2881e1b3439e52c1008d9d50d00c897ddc81071f
* Bin RTL_CONSTASCII_USTRINGPARAMFridrich Štrba2012-07-064-24/+24
| | | | Change-Id: Idba2f900f962da57f9e9254b71b68f9b64f6ba6c
* audit and re-license writerperfect.Fridrich Štrba2012-07-0546-869/+194
| | | | | | Written entirely by non-Oracle contributors to LibreOffice. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* Targeted cleanup of namespacesFridrich Štrba2012-07-041-27/+27
| | | | Change-Id: I9e3449b44ff47f77f72da398c4f651519b824bfd
* No need to suppress warnings anymoreFridrich Štrba2012-07-042-17/+1
| | | | | | | The corresponding classes in libwpd-0.9.x have virtual destructor if they have virtual functions. Change-Id: Ibf97b45e7ce7d5949ac8bea0a8c204b548f567e4
* re-base on ALv2 code.Michael Meeks2012-07-045-59/+76
|
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
|
* removed unnecessary forward declarations of classTakeshi Abe2012-06-263-5/+0
| | | | Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
* Adding Microsoft Publisher Import filterFridrich Štrba2012-06-057-1/+400
| | | | Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
* targeted string re-workNorbert Thiebaud2012-06-013-22/+22
| | | | Change-Id: I2c166c63e9d2ab7d60bb404f643045678ef239a2
* Handle opacity in gradientsBrennan Vincent2012-05-301-4/+15
| | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* Trying to wrap the tools references inside a structFridrich Štrba2012-05-252-11/+25
| | | | Change-Id: Ie4d9a1d2c131f14928d7cc47f1b6314cf7e7f41d
* Revert "Blind Hail Mary trying to solve tinderbox breakages"Fridrich Štrba2012-05-251-3/+3
| | | | This reverts commit 70d473c07d79dc59a69f6cc725c026eacdc12c2a.
* Blind Hail Mary trying to solve tinderbox breakagesFridrich Štrba2012-05-251-3/+3
| | | | Change-Id: Ic69195e2ae991cf837c3dcfb086d9834f99b2d40
* Don't get out of bondsFridrich Štrba2012-05-251-0/+6
| | | | Change-Id: Ifd743fe59d468b3d89c95f4963a038068cf34629
* Allow WPXSvStream to read stream in a hierarchy of substoragesFridrich Štrba2012-05-252-10/+40
| | | | Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692
* Add possibility of generating foot/endnotes with text labelsLaurent Alonso2012-05-071-4/+22
|
* Check for frame borders and frame backgroundLaurent Alonso2012-05-071-0/+8
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Fix a C&P errorFridrich Štrba2012-04-261-1/+1
|
* Monkey sberg's work for the other writerperfect libraryFridrich Štrba2012-04-206-98/+65
|
* Cleaned up wpftdraw_component_getFactoryStephan Bergmann2012-04-1910-107/+63
| | | | | | ...which required switching service implementations from XMultiServiceManager- based to XComponentContext-based (using comphelper::ComponentContext convenience helper for the occasional service instantiation via the XComponentContext).
* Diminish the number of writerperfect librariesFridrich Štrba2012-04-1928-493/+98
| | | | | | Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.
* Prefix the UNO components in writerperfectFridrich Štrba2012-04-1910-10/+10
|
* cdrfilter.component has now two filters insideFridrich Štrba2012-04-191-0/+4
|
* Stub CMX importerFridrich Štrba2012-04-1914-32/+407
|
* Write out the grouppingFridrich Štrba2012-04-091-0/+2
|
* Generate SVG preview of embedded WPG imageFridrich Štrba2012-04-081-2/+19
|
* Allow conversion of embedded images to another binary image formatFridrich Štrba2012-04-082-10/+50
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-086-16/+16
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-38/+33
|